body {
    overflow-x: hidden;
}

@media all and (max-width: 479px) {
    .frontpage main .main-wrapper-js {
        padding-top: 4.4rem;
    }
}

@media all and (min-width: 480px) and (max-width: 739px) {
    .frontpage main .main-wrapper-js {
        padding-top: 80px;
    }
}

.menue-wrapper {
    width: 100%;
}

.menue-wrapper .search-bar.focus {
    position: absolute;
    left: 0;
}

.menue-wrapper .search-bar.focus label {
    display: block;
}

.menue-wrapper .icon img {
    width: 25px;
}

.menue-wrapper .icon img.wetter-img {
    width: 45px;
}

nav.navigation {
    margin: 0;
    width: 100%;
}

ul.navigation {
    height: auto !important;
    background: #f1f1f1;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s;
    transition: 1s;
    margin-top: 6rem;
    top: 0;
    bottom: 0;
    right: -100%;
}

ul.navigation::before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #f1f1f1;
}

ul.navigation.on {
    -webkit-transition: 1s;
    transition: 1s;
    right: 0;
    overflow: scroll;
}

ul.navigation > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.navigation > li:first-child,
ul.navigation > li:nth-child(2) {
    position: absolute;
    top: 1rem;
}

ul.navigation > li:first-child .current,
ul.navigation > li:nth-child(2) .current {
    text-decoration: underline;
}

ul.navigation > li:first-child {
    left: 2rem;
}

ul.navigation > li:first-child:after {
    content: "/";
    position: absolute;
    left: 2.4rem;
}

ul.navigation > li:first-child a {
    z-index: 1;
}

ul.navigation > li > a {
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px solid;
}

ul.navigation > li:nth-child(1) > a,
ul.navigation > li:nth-child(2) > a {
    border-bottom: none;
}

ul.navigation ul {
    list-style-type: none;
    margin: 0;
}

ul.navigation a {
    text-decoration: none;
    font-size: 0.9rem;
}

.hamburger {
    height: 25px;
    width: 25px;
    background: url(/bundles/app/static/frontend/images/icons/burger_neg_n.svg);
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger.on {
    background: url(/bundles/app/static/frontend/images/icons/kreuz_neg_n.svg);
}

aside .navigation {
    margin-top: 5rem;
}

aside .navigation > li :nth-child(2),
aside .navigation > li:first-child {
    left: initial;
}

aside .navigation > li:first-child {
    top: 0;
    right: 0;
}

aside .navigation > li:first-child:after {
    left: initial;
    right: 2.3rem;
}

aside .navigation > li:nth-child(2) {
    top: 0;
    right: 2rem;
}

main .hamburger,
main ul.navigation::before {
    position: fixed;
}

main .hamburger {
    position: absolute;
    top: 0.6rem;
    right: 2rem;
    /* z-index: 10; */
}

@media only screen and (min-width: 480px) {
    main .hamburger {
        z-index: 10;
    }
}

main ul.navigation {
    margin-top: 0;
    padding-top: 4rem;
    display: block;
    height: 100vh;
    overflow-y: scroll;
    width: calc(100% - 120px);
}

main .menue-wrapper {
    position: absolute;
    right: 0;
}

main .menue-wrapper .search-bar.focus {
    padding: 0 1em;
    position: relative;
    bottom: 4px;
}

main .menue-wrapper .search-bar.focus .searchtext {
    outline: 1px solid;
}

main .inline-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    padding-right: 20px;
}

@media only screen and (min-width: 410px) {
    main .inline-wrapper {
        margin-right: 2rem;
    }
}

main #searchform {
    position: absolute;
    left: initial;
    right: 5rem;
    top: -3px;
}

main .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 20px;
}

@media only screen and (min-width: 410px) {
    main .icon {
        margin-right: 2rem;
    }
}

main .icon:not(:last-child) {
    position: relative;
    z-index: 9;
}

main .icon .lupe,
main .icon a {
    cursor: pointer;
}

main .icon a,
main .icon span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-title {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

body {
    margin: 0;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
    direction: ltr;
}

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

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

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

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    cursor: pointer;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

b,
strong {
    font-weight: 700;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-bottom: 0;
    list-style-position: outside;
    font-family: inherit;
}

ul {
    margin-left: 1.1rem;
}

ul li ol,
ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

ol {
    margin-left: 1.4rem;
}

ol li ol,
ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 1px dotted #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
    color: #6f6f6f;
}

embed,
object {
    height: 100%;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

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

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

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

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

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

.no-underline {
    text-decoration: none;
}

.no-underline a {
    text-decoration: none;
}

.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ol,
ul.no-bullet li ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}

ul.no-bullet {
    list-style: none;
}

.arrow-bullet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arrow-bullet li {
    background-image: url(/bundles/app/static/frontend/images/svg/icons/ic_keyboard_arrow_right_24px.svg);
    background-size: 0.5em;
    background-position: 0 0.3em;
    background-repeat: no-repeat;
    padding-left: 0.8em;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.wysiwyg_list {
    padding: 2em;
}

.no-repeat {
    background-repeat: no-repeat;
}

.background-cover {
    background-size: cover;
}

.position-center-center {
    background-position: center;
}

.position-top-center {
    background-position: top center;
}

.position-bottom-center {
    background-position: bottom center;
}

.position-top-left {
    background-position: top left;
}

.position-top-right {
    background-position: top right;
}

.position-bottom-left {
    background-position: bottom left;
}

.position-bottom-right {
    background-position: bottom right;
}

.centered-h {
    margin: 0 auto;
    text-align: center;
}

.centered-hv_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.centered-h_abs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centered-v_abs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centered-flex {
    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;
}

.centered-vflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_column-anchor--bottom {
    margin-top: auto;
}

.hide {
    display: none !important;
}

.hide-checkbox {
    position: absolute;
    top: -15px;
    left: -15px;
    visibility: hidden;
}

.frontpage aside ul.navigation {
    margin-top: 56px;
    padding-top: 2rem;
}

.frontpage aside ul.navigation::before {
    top: 70px;
}

aside .hamburger {
    z-index: 10;
}

@media only screen and (min-width: 30em) {
    aside .hamburger {
        display: none;
    }
}

aside nav.navigation {
    margin-top: 0;
}

aside ul.navigation {
    margin-top: 104.8px;
    height: 100vh;
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 30em) {
    aside ul.navigation {
        padding-top: 2rem;
    }
}

@media only screen and (min-width: 40em) {
    aside ul.navigation {
        display: none;
    }
}

@media only screen and (min-width: 30em) {
    aside ul.navigation.home {
        padding-top: 0;
    }
}

aside ul.navigation::before {
    height: 100%;
    bottom: 0;
    top: 121px;
    position: fixed;
}

@media only screen and (min-width: 40em) {
    aside ul.navigation::before {
        display: none;
    }
}

aside ul.navigation > li {
    margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40em) {
    .frontpage nav.navigation {
        display: none;
    }
}

aside {
    position: relative;
}

nav.navigation {
    background: #f1f1f1;
    position: fixed;
}

@media (min-width: 30em) {
    nav.navigation {
        background: initial;
        position: initial;
    }
}

main .menue-wrapper {
    /* display: none; */
}

@media only screen and (min-width: 30em) {
    main .menue-wrapper {
        display: block;
    }
}

main .main-wrapper-js {
    padding-top: 6rem;
}

@media only screen and (min-width: 30em) {
    main .main-wrapper-js {
        padding: initial;
    }
}

main ul.navigation {
    display: none;
}

@media only screen and (min-width: 30em) {
    main ul.navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 80em) {
    main ul.navigation {
        width: calc(100% - 230px);
    }
}

@media only screen and (min-width: 90em) {
    main ul.navigation {
        width: calc(100% - 230px);
    }
}

main ul.navigation > li {
    padding: 1rem 2rem;
}

@media only screen and (min-width: 30em) {
    main ul.navigation > li {
        width: 33.3%;
        padding: 2rem 3rem;
    }
}

main .hamburger {
    /* display: none; */
}

@media only screen and (min-width: 30em) {
    main .hamburger {
        display: block;
    }
}

main .menue-wrapper .icon:not(:last-child) {
    /* top: 1.3rem */
}

main .menue-wrapper .icon label {
    display: none;
}

.menue-wrapper {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menue-wrapper,
.sidebar-offset,
header.header {
    width: 100%;
}

.sidebar-offset {
    overflow: hidden;
}

@media only screen and (min-width: 30em) {
    .menue-wrapper,
    .sidebar-offset,
    header.header {
        margin: 0 0 0 120px;
        width: calc(100% - 120px);
    }
}

@media (min-width: 80.0625em) {
    .menue-wrapper,
    .sidebar-offset,
    header.header {
        margin: 0 0 0 230px;
        width: calc(100% - 230px);
    }
}

header.header {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 30em) {
    header.header.header-front-page {
        padding-top: 0;
    }
}

@media only screen and (min-width: 30em) {
    header.header {
        padding-top: 0;
    }
}

@media (min-width: 46.875em) {
    header.header-front-page {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.gradient-page {
    background: #f1f1f1;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f1f1f1),
        to(#fff)
    );
    background: linear-gradient(to right, #f1f1f1, #fff);
}

.constrainer-maxsize {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1em;
}

@media only screen and (min-width: 30em) {
    .constrainer-maxsize {
        width: 92%;
    }
}

.constrainer-inner {
    max-width: 1024px;
    margin: 0 auto;
}

@media only screen and (min-width: 30em) {
    .constrainer-inner {
        width: 92%;
    }
}

@media only screen and (min-width: 90em) {
    .constrainer-maxsize {
        max-width: 1440px;
    }
}

.constrainer-maxsize--slider {
    padding: 0 1em;
}

.rounded {
    border-radius: 10px;
}

.edgepadding {
    padding: 0 2em;
}

.abstand-top {
    padding-top: 2em;
}

.abstand-bottom {
    padding-bottom: 2em;
}

a {
    color: inherit;
    line-height: inherit;
}

a:focus,
a:hover {
    color: inherit;
}

.scrolling-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrp .scroll-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 3px;
}

@-webkit-keyframes spin--clockwise {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin--clockwise {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin--counterclockwise {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin--counterclockwise {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes scale-enlarge {
    0%,
    29% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    40%,
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    51% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-enlarge {
    0%,
    29% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    40%,
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    51% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@font-face {
    font-family: AcuminPro;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(/bundles/app/static/frontend/fonts/acuminpro-light.otf)
        format("opentype");
}

@font-face {
    font-family: AcuminPro;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/bundles/app/static/frontend/fonts/acuminpro-regular.otf)
        format("opentype");
}

@font-face {
    font-family: AcuminPro;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(/bundles/app/static/frontend/fonts/acuminpro-bold.otf)
        format("opentype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.eot);
    src: local("Roboto Thin"), local("Roboto-Thin"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.eot?#iefix)
            format("embedded-opentype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.woff2)
            format("woff2"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.woff)
            format("woff"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.ttf)
            format("truetype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-100.svg#Roboto)
            format("svg");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.eot);
    src: local("Roboto Light"), local("Roboto-Light"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.eot?#iefix)
            format("embedded-opentype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.woff2)
            format("woff2"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.woff)
            format("woff"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.ttf)
            format("truetype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-300.svg#Roboto)
            format("svg");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.eot);
    src: local("Roboto"), local("Roboto-Regular"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.eot?#iefix)
            format("embedded-opentype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.woff2)
            format("woff2"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.woff)
            format("woff"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.ttf)
            format("truetype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-regular.svg#Roboto)
            format("svg");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.eot);
    src: local("Roboto Black"), local("Roboto-Black"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.eot?#iefix)
            format("embedded-opentype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.woff2)
            format("woff2"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.woff)
            format("woff"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.ttf)
            format("truetype"),
        url(/bundles/app/static/frontend/fonts/roboto-v19-latin-900.svg#Roboto)
            format("svg");
}

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

body {
    font-family: AcuminPro, sans-serif;
    font-weight: 300;
    line-height: 1.28;
    font-size: 0.875em;
}

body li a label {
    line-height: 1.7;
}

dl,
ol,
ul {
    margin-left: 2.1rem;
}

.font-size-xlarge {
    font-size: 1.5em;
    line-height: 1.4;
}

.font-size-large {
    font-size: 1.3em;
    line-height: 1.4;
}

.font-size-medium {
    font-size: 1.2em;
}

.font-size-normal {
    font-size: 1em;
}

.font-color-white {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.font-thin {
    font-weight: 300;
}

.font-light {
    font-weight: 300;
}
[data-theme="homes"] .font-light.font-color-dynamic {
    color: #000;
}
[data-theme="homes"][data-page="hochsoelden"]  .font-light.font-color-dynamic {
    color: #fff;
}
[data-theme="shops"] .font-light.font-color-dynamic {
    color: #e50000;
}
.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 3em;
    font-weight: 700;
}

/* @media screen and (min-width:30em) {
    h1 {
        font-size: calc(4vw + 1.8em)
    }
} */
/* 
@media screen and (min-width:80em) {
    h1 {
        font-size: 5em
    }
} */

h2 {
    text-transform: uppercase;
    margin-left: -4px;
    padding-bottom: 0.2em;
    font-size: 2.25em;
    font-weight: 300;
}

/* @media screen and (min-width:30em) {
    h2 {
        font-size: calc(1.4vw + 2.58em)
    }
}

@media screen and (min-width:80em) {
    h2 {
        font-size: 3.7em
    }
}

@media (max-width:23.75em) {
    h2 {
        font-size: 2em
    }
}

@media (min-width:87.5em) {
    h2 {
        font-size: 3.5em
    }
}

@media screen and (min-width:87.5em) and (min-width:87.5em) {
    h2 {
        font-size: calc(6vw - 1.75em)
    }
}

@media screen and (min-width:87.5em) and (min-width:112.5em) {
    h2 {
        font-size: 5em
    }
} */

h2.texttitle {
    padding-bottom: 0;
}

h3 {
    margin: 0;
}

h3 {
    font-size: 1em;
}

@media screen and (min-width: 30em) {
    h3 {
        font-size: calc(0.8823529412vw + 0.7352941176em);
    }
}

@media screen and (min-width: 64em) {
    h3 {
        font-size: 1.3em;
    }
}

h4 {
    text-transform: none;
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}

body .centered-flex h5 {
    font-weight: 300;
}

h6 {
    text-transform: none;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

.footer-wrapper-js {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.logo-slider a {
    text-decoration: none;
}

.logo-slider .logo {
    margin-bottom: 1rem;
}

.logo-slider .headline,
.logo-slider .logo {
    text-align: center;
}

.logo-slider .headline {
    font-weight: 700;
}

.logo-slider img {
    width: 100px;
    height: auto;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    padding: 10px;
    background-color: #fff;
}

#cookie-bar {
    font-size: 13px;
}

@media only screen and (max-device-width: 800px) {
    #cookie-bar {
        font-size: 12px;
    }
}

#cookie-bar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 9997;
}

#cookie-bar * {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

#cookie-bar p {
    float: left;
    margin: 4px 0 0 20px;
    padding: 0;
    color: #fff;
    font-size: 0.95em;
}

#cookie-bar-button {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.1em;
    margin-left: 20px;
    padding: 10px 40px;
    border-radius: 10px;
}

#cookie-bar {
    font-weight: 300;
    z-index: 1000000000;
    padding: 20px;
}

#cookie-bar a {
    text-decoration: none;
}

#cookie-bar a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.module-option-switch {
    display: block;
    padding-bottom: 90px;
}

@media only screen and (min-width: 48em) {
    .module-option-switch {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.module-option-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    padding: 80px 0.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 40em) {
    .module-option-item {
        padding: 90px 0.5em 0;
    }
}

.module-option-item .slideThree {
    margin-top: auto;
}

.module-option-headline h2 {
    font-size: 1.2em;
}

.module-option-content {
    margin-bottom: 2em;
}

.slideThree {
    width: 80px;
    height: 26px;
    background: orange;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
}

.slideThree:after {
    content: "OFF";
    color: #ff0;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: 700;
}

.slideThree:before {
    content: "ON";
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: 700;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: red;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slideThree input[type="checkbox"] {
    visibility: hidden;
}

.slideThree input[type="checkbox"]:checked + label {
    left: 43px;
}

.disabled {
    opacity: 0.5;
}

.tns-visually-hidden {
    display: none;
}

.main-wrapper-js {
    min-height: calc(var(--viewport-height) - 56px);
}

@media only screen and (min-width: 40em) {
    .main-wrapper-js {
        min-height: calc(100vh - 113px);
    }
}

@media only screen and (min-width: 80em) {
    .main-wrapper-js {
        min-height: calc(100vh - 60px);
    }
}

[data-theme="neutral"] .theme-color {
    color: #000;
}

[data-theme="neutral"] .theme-color-bg {
    background-color: #000;
}

[data-theme="neutral"] .btn,
[data-theme="neutral"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="neutral"] .hover > :first-child {
    background-color: #164194;
    color: #fff;
}

.btn-wrp:not(.no-theme):hover
    [data-theme="neutral"]
    .btn-wrp:not(.no-theme)
    > :first-child,
.hover:hover [data-theme="neutral"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="neutral"]
    .btn-wrp:not(.no-theme):hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"]
    .btn-wrp:not(.no-theme):hover.btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"] .btn-wrp:not(.no-theme) > :hover:first-child,
[data-theme="neutral"] .btn:hover,
[data-theme="neutral"] .hover:hover .btn-wrp:not(.no-theme) > :first-child,
[data-theme="neutral"] .hover > :hover:first-child {
    background-color: #434242;
}

[data-theme="neutral"] .front-page-item .btn,
[data-theme="neutral"] .front-page-item .btn-wrp:not(.no-theme) > :first-child,
[data-theme="neutral"] .front-page-item .hover > :first-child {
    background-color: #fff;
    color: #000;
}

.btn-wrp:not(.no-theme):hover
    [data-theme="neutral"]
    .front-page-item
    .btn-wrp:not(.no-theme)
    > :first-child,
.hover:hover
    [data-theme="neutral"]
    .front-page-item
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"]
    .front-page-item
    .btn-wrp:not(.no-theme):hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"]
    .front-page-item
    .btn-wrp:not(.no-theme):hover.btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"]
    .front-page-item
    .btn-wrp:not(.no-theme)
    > :hover:first-child,
[data-theme="neutral"] .front-page-item .btn:hover,
[data-theme="neutral"]
    .front-page-item
    .hover:hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="neutral"] .front-page-item .hover > :hover:first-child {
    background-color: #fff;
}

[data-theme="neutral"] .submit-button :first-child {
    background-color: #000;
    color: #fff;
}

[data-theme="homes"] .btn,
[data-theme="homes"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="homes"] .hover > :first-child {
    background-color: #bc9f60;
    color: #fff;
}

.btn-wrp:not(.no-theme):hover
    [data-theme="homes"]
    .btn-wrp:not(.no-theme)
    > :first-child,
.hover:hover [data-theme="homes"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="homes"]
    .btn-wrp:not(.no-theme):hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="homes"]
    .btn-wrp:not(.no-theme):hover.btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="homes"] .btn-wrp:not(.no-theme) > :hover:first-child,
[data-theme="homes"] .btn:hover,
[data-theme="homes"] .hover:hover .btn-wrp:not(.no-theme) > :first-child,
[data-theme="homes"] .hover > :hover:first-child {
    background-color: #97804e;
}

body .title-container {
    display: inline-block;
}

[data-theme="homes"] .deco-underline,
[data-theme="rent"] .deco-underline,
[data-theme="shops"] .deco-underline,
[data-theme="homes"][data-page="hochsoelden"] .deco-underline {
    display: none;
    width: 100%;
    margin-top: -18px;
    height: 10px;
}

[data-theme="homes"] h1.title,
[data-theme="rent"] h1.title,
[data-theme="shops"] h1.title,
[data-theme="homes"][data-page="hochsoelden"] h1.title {
    font-size: 4em;
    line-height: 3.25em;
}

[data-theme="homes"] h1.font-bold.title {
    color: #bc9f60;
    text-decoration: underline #bc9f60 5px;
    -webkit-text-decoration: underline;
    text-decoration-thickness: 0.1em;
    -webkit-text-decoration-color: #bc9f60;
    -webkit-text-decoration-thickness: 5px;
    margin-bottom: 32px;
}

[data-theme="rent"] h1.font-bold.title {
    color: #164194;
    text-decoration: underline #164194 5px;
    -webkit-text-decoration: underline;
    text-decoration-thickness: 0.1em;
    -webkit-text-decoration-color: #164194;
    -webkit-text-decoration-thickness: 5px;
    margin-bottom: 32px;
}

[data-theme="shops"] h1.font-bold.title {
    color: #e50000;
    text-decoration: underline #e50000 5px;
    -webkit-text-decoration: underline;
    text-decoration-thickness: 0.1em;
    -webkit-text-decoration-color: #e50000;
    -webkit-text-decoration-thickness: 5px;
    margin-bottom: 32px;
}

[data-theme="homes"][data-page="hochsoelden"] h1.font-bold.title {
    color: #646464;
    text-decoration: underline #646464 5px;
    -webkit-text-decoration: underline;
    text-decoration-thickness: 0.1em;
    -webkit-text-decoration-color: #646464;
    -webkit-text-decoration-thickness: 5px;
    margin-bottom: 32px;
}

[data-theme="homes"] .deco-underline {
    background: #bc9f60;
    border: 1px solid #97804e;
}

[data-theme="rent"] .deco-underline {
    background: #164194;
}

[data-theme="shops"] .deco-underline {
    background: #e50000;
}

[data-theme="homes"][data-page="hochsoelden"] .deco-underline {
    background: #646464;
}

[data-theme="homes"] .theme-color {
    color: #bc9f60;
}

[data-theme="homes"][data-page="hochsoelden"] .theme-color {
    color: #646464;
}

[data-theme="homes"] .theme-color-bg {
    background-color: #bc9f60;
}

[data-theme="homes"][data-page="hochsoelden"] .theme-color-bg {
    background-color: #646464;
}

[data-theme="homes"] .offer-button :first-child {
    border-color: #bc9f60;
}

[data-theme="homes"] .submit-button:not(.no-theme) :first-child {
    background-color: #bc9f60;
    color: #fff;
}

[data-theme="homes"] .field-btn-minus:hover,
[data-theme="homes"] .field-btn-plus:hover {
    background-color: #bc9f60;
}

[data-theme="homes"] .error-mandatory .input-input,
[data-theme="homes"] .error-mandatory .input-select {
    border: 2px solid #bc9f60;
}

[data-theme="homes"] .error-email-validation [data-errormessage],
[data-theme="homes"] .error-mandatory [data-errormessage] {
    display: block;
    color: #bc9f60;
    font-size: 0.8em;
    margin-bottom: -5px;
}

[data-theme="homes"] .error-email-validation .input-input {
    border: 2px solid #bc9f60;
}

[data-theme="homes"] .cta-box .copy {
    color: #fff;
}

[data-theme="homes"] .cta-box:before {
    background-color: #bc9f60;
}

[data-theme="homes"] .owl-theme .owl-next svg:not(.no-theme),
[data-theme="homes"] .owl-theme .owl-prev svg:not(.no-theme) {
    fill: #bc9f60;
}

[data-theme="homes"][data-page="hochsoelden"]
    .owl-theme
    .owl-next
    svg:not(.no-theme),
[data-theme="homes"][data-page="hochsoelden"]
    .owl-theme
    .owl-prev
    svg:not(.no-theme) {
    fill: #646464;
}

[data-theme="homes"] .owl-theme .owl-dots .owl-dot.active span {
    background-color: #bc9f60;
}

[data-theme="homes"][data-page="hochsoelden"]
    .owl-theme
    .owl-dots
    .owl-dot.active
    span {
    background-color: #646464;
}

[data-theme="homes"][data-page="hochsoelden"]
    .owl-theme
    .owl-dots
    .owl-dot.active
    span {
    background-color: #646464;
}

[data-theme="shops"] .btn,
[data-theme="shops"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="shops"] .hover > :first-child {
    background-color: #e50000;
    color: #fff;
}

.btn-wrp:not(.no-theme):hover
    [data-theme="shops"]
    .btn-wrp:not(.no-theme)
    > :first-child,
.hover:hover [data-theme="shops"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="shops"]
    .btn-wrp:not(.no-theme):hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="shops"]
    .btn-wrp:not(.no-theme):hover.btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="shops"] .btn-wrp:not(.no-theme) > :hover:first-child,
[data-theme="shops"] .btn:hover,
[data-theme="shops"] .hover:hover .btn-wrp:not(.no-theme) > :first-child,
[data-theme="shops"] .hover > :hover:first-child {
    background-color: #990000;
}

[data-theme="shops"] .deco-underline {
    border-color: #e50000;
}

[data-theme="shops"] .theme-color {
    color: #e50000;
}

[data-theme="shops"] .theme-color-bg {
    background-color: #e3e3e0;
}

[data-theme="shops"] .cta-box .copy {
    color: #fff;
}

[data-theme="shops"] .cta-box:before {
    background-color: #c8d400;
}

[data-theme="shops"] .owl-theme .owl-next svg:not(.no-theme),
[data-theme="shops"] .owl-theme .owl-prev svg:not(.no-theme) {
    fill: #e50000;
}

[data-theme="shops"] .owl-theme .owl-dots .owl-dot.active span {
    background-color: #e50000;
}

[data-theme="rent"] .btn,
[data-theme="rent"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="rent"] .hover > :first-child {
    background-color: #164194;
    color: #fff;
}

.btn-wrp:not(.no-theme):hover
    [data-theme="rent"]
    .btn-wrp:not(.no-theme)
    > :first-child,
.hover:hover [data-theme="rent"] .btn-wrp:not(.no-theme) > :first-child,
[data-theme="rent"]
    .btn-wrp:not(.no-theme):hover
    .btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="rent"]
    .btn-wrp:not(.no-theme):hover.btn-wrp:not(.no-theme)
    > :first-child,
[data-theme="rent"] .btn-wrp:not(.no-theme) > :hover:first-child,
[data-theme="rent"] .btn:hover,
[data-theme="rent"] .hover:hover .btn-wrp:not(.no-theme) > :first-child,
[data-theme="rent"] .hover > :hover:first-child {
    background-color: #00618b;
}

[data-theme="rent"] .offer-button :first-child {
    border-color: #0084be;
}

[data-theme="rent"] .deco-underline {
    border-color: #164194;
}

[data-theme="rent"] .theme-color {
    color: #164194;
}

[data-theme="rent"] .theme-color-bg {
    background-color: #164194;
}

[data-theme="rent"] .cta-box .copy {
    color: #fff;
}

[data-theme="rent"] .cta-box:before {
    background-color: #0084be;
}

[data-theme="rent"] .owl-theme .owl-next svg:not(.no-theme),
[data-theme="rent"] .owl-theme .owl-prev svg:not(.no-theme) {
    fill: #0084be;
}

[data-theme="rent"] .owl-theme .owl-dots .owl-dot.active span {
    background-color: #0084be;
}

[data-theme="rent"] .bellows-content ul {
    padding: 0;
    margin: 0 0 0 1em;
}

[data-theme="rent"] .bellows-content ul li {
    background-image: url(/bundles/app/static/frontend/images/icons/checkmark.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style: none;
    padding-left: 18px;
    background-size: 13px;
}

.owl-theme .owl-next svg.no-theme,
.owl-theme .owl-prev svg.no-theme {
    fill: #fff;
}

.tablesaw-bar {
    padding: 0 1em;
    margin-top: -2em;
}

.owl-carousel {
    margin-top: -1em;
}

.back-to-top {
    opacity: 0.75;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 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;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 5px;
}

.back-to-top img {
    position: relative;
    bottom: 3px;
}

.back-to-top:hover {
    color: #fff;
}

body
    .skd-offer-list-widget
    .skd-container-price-table
    .skd-single-rate-price
    .skd-original-price-tag
    + .skd-price-tag {
    color: #bc9f60;
}

body .skd-widget * {
    font-family: AcuminPro;
    text-shadow: none;
}

h1.font-bold.title {
    font-family: AcuminPro;
    line-height: 1.3 !important;
    text-decoration: underline #000 5px;
}

body .skd-themeable .btn-link,
body
    .skd-themeable-checkavailability
    .skd-additional-controls
    a.skd-widget-btn-info,
body .skd-themeable-checkavailability .skd-btn-view-confirmation,
body
    .skd-themeable-checkavailability
    .skd-calendar-switch
    .skd-widget-btn-default,
body .skd-themeable-checkavailability .skd-occupancy-btn,
body .skd-themeable-checkavailability .skd-room-nr .skd-circle,
body .skd-themeable-checkavailability .skd-widget-btn-primary,
body .skd-themeable-checkavailability .skd-widget-input-group-addon,
body .skd-themeable-checkavailability .skd-widget-promo-btn {
    background-color: #eee !important;
    border-color: #ddd !important;
    border-radius: 0;
    color: #333 !important;
}

body .skd-themeable .skd-book-final .fa::before {
    color: #fff !important;
}

body
    .skd-offer-list-widget
    .container-progress
    ul.skd-breadcrumbs
    li.skd-active:before,
body
    .skd-offer-list-widget
    .container-progress
    ul.skd-breadcrumbs
    li:not(.skd-widget-disabled):hover:before,
body .skd-price-tag {
    color: #77726f !important;
}

body .skd-package-details .skd-container-rates .skd-btn-checkout,
body .skd-room-details .skd-container-rates .skd-btn-checkout,
body
    .skd-themeable-checkavailability
    .skd-additional-controls
    .skd-widget-dropdown-menu
    .skd-widget-active
    a,
body
    .skd-themeable-checkavailability
    .skd-calendar-switch
    .skd-widget-btn-default.skd-selected-btn,
body
    .skd-themeable-checkavailability
    .skd-calendar-switch
    .skd-widget-btn-default.skd-selected-btn:hover,
body .skd-themeable-checkavailability .skd-occupancy-btn.skd-active,
body .skd-themeable-checkavailability .skd-occupancy-btn.skd-active:hover,
body .skd-themeable-checkavailability .skd-occupancy-btn:hover,
body .skd-themeable-offerlist #btnBookNow,
body .skd-themeable-offerlist .skd-widget-alert,
body
    .skd-themeable-offerlist.skd-offer-list-widget
    .container-progress
    ul.skd-breadcrumbs
    li.skd-active,
body
    .skd-themeable-offerlist.skd-offer-list-widget
    .container-progress
    ul.skd-breadcrumbs
    li.skd-active:after,
body .skd-widget-btn.skd-btn-search:hover {
    background-color: #77726f !important;
    border-color: #ddd !important;
    color: #fff !important;
}

body
    .skd-offer-list-widget
    .skd-container-price-table
    .skd-rooms-ratebutton.skd-single-rate.skd-pointer::after {
    content: " ";
    background-image: none !important;
    background-color: #77726f !important;
    border-color: #ddd !important;
    color: #fff !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

body
    .skd-offer-list-widget
    .skd-container-price-table
    .skd-rooms-ratebutton.skd-single-rate.skd-pointer
    .skd-priceButton {
    position: relative;
    z-index: 1;
}

body .skd-package-title .skd-occupancy-icons,
body .skd-room-title .skd-occupancy-icons,
body .skd-themeable .btn-link,
body .skd-themeable a:not(.skd-widget-btn),
body .skd-themeable h3,
body .skd-themeable-offerlist .skd-share-row a *,
body .skd-widget .fa::before {
    color: #333 !important;
}

body .skd-package-title h3,
body .skd-room-title h3 {
    margin: 1rem 0;
}

body .skd-themeable .skd-room-description,
body .skd-themeable h4 {
    color: #77726f !important;
}

body .skd-themeable .skd-room-title {
    line-height: initial;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    margin-bottom: 1rem;
}

body .skd-themeable .skd-breadcrumbs a {
    background-color: transparent !important;
    border: none !important;
}

body
    .skd-themeable-checkavailability
    .skd-calendars
    .skd-calendars-available:not(.skd-calendars-other-month),
body
    .skd-themeable-checkavailability
    .skd-calendars
    .skd-calendars-only-arrival,
body
    .skd-themeable-checkavailability
    .skd-calendars
    .skd-calendars-only-departure {
    /*background-color: #afedc5 !important*/
}

/*[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-available:not(.skd-calendars-other-month),
[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-arrival,
[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-departure {
    background-color: #bc9f60 !important
}*/

/*[data-theme=homes][data-page=hochsoelden] .skd-themeable-checkavailability .skd-calendars .skd-calendars-available:not(.skd-calendars-other-month),
[data-theme=homes][data-page=hochsoelden] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-arrival,
[data-theme=homes][data-page=hochsoelden] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-departure {
    background-color: #646464 !important
}*/

/*body .skd-themeable-checkavailability .skd-calendars .skd-calendars-arrival:after {*/
/*    border-color: transparent transparent transparent #afedc5 !important*/
/*}*/

/*[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-arrival:after {
    border-color: transparent transparent transparent #bc9f60 !important
}*/

/*[data-theme=homes][data-page=hochsoelden] .skd-themeable-checkavailability .skd-calendars .skd-calendars-arrival:after {
    border-color: transparent transparent transparent #646464 !important
}*/

body .skd-calendars-month td .skd-calendars-departure:after,
body .skd-calendars-month td .skd-calendars-highlight-departure:after,
body
    .skd-themeable-checkavailability
    .skd-calendars
    .skd-calendars-only-departure:after {
    /*border-color: #afedc5 #afedc5 #afedc5 transparent*/
}

/*[data-theme=homes] .skd-calendars-month td .skd-calendars-departure:after,
[data-theme=homes] .skd-calendars-month td .skd-calendars-highlight-departure:after,
[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-departure:after {
    border-color: #bc9f60 #bc9f60 #bc9f60 transparent !important;
}*/

/*[data-theme=homes][data-page=hochsoelden] .skd-calendars-month td .skd-calendars-departure:after,
[data-theme=homes][data-page=hochsoelden] .skd-calendars-month td .skd-calendars-highlight-departure:after,
[data-theme=homes][data-page=hochsoelden] .skd-themeable-checkavailability .skd-calendars .skd-calendars-only-departure:after {
    border-color: #646464 #646464 #646464 transparent !important;
}*/

/*[data-theme=homes] .skd-themeable-checkavailability .skd-calendars .skd-calendars-month td .skd-was-selected-before{
    background-color: #eee !important;
    border: none !important
}*/

@media only screen and (min-width: 30em) {
    .layout-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.layout-float,
.layout-float-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.layout-float-wrap > *,
.layout-float > * {
    margin: 0 1em 0 0;
}

.layout-float-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
    .layout-float-wrap > * {
        max-width: calc(50% - 1em);
    }
}

.layout-float-justify-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.layout-float-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layout-columns,
.layout-columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.layout-columns-4 > *,
.layout-columns > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.layout-columns-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-columns-4 > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-width: 300px;
}

.layout-columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-columns-3 > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333333%;
    -ms-flex: 1 1 33.333333%;
    flex: 1 1 33.333333%;
    min-width: 200px;
}

.layout-columns-2,
.layout-columns-2-multiple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-columns-2-multiple > *,
.layout-columns-2 > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 2em);
    -ms-flex: 1 1 calc(50% - 2em);
    flex: 1 1 calc(50% - 2em);
    min-width: calc(300px - 2em);
}

@media only screen and (min-width: 64em) {
    .layout-columns-2-multiple > :nth-child(even),
    .layout-columns-2 > :nth-child(even) {
        padding: 0 0 0 0.5em;
    }

    .layout-columns-2-multiple > :nth-child(odd),
    .layout-columns-2 > :nth-child(odd) {
        padding: 0 0.5em 0 0;
    }
}

.layout-columns-2 .layout-columns-2,
.layout-columns-2 .layout-columns-2-multiple,
.layout-columns-2-multiple .layout-columns-2,
.layout-columns-2-multiple .layout-columns-2-multiple {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-columns-2 .layout-columns-2-multiple > *,
.layout-columns-2 .layout-columns-2 > *,
.layout-columns-2-multiple .layout-columns-2-multiple > *,
.layout-columns-2-multiple .layout-columns-2 > * {
    min-width: auto;
}

.layout-columns-2-multiple {
    display: block;
}

.layout-columns-2-multiple > * {
    display: block;
    margin: 0 auto 1em auto;
}

.layout-columns-2-multiple > :nth-child(n + 3) {
    margin-top: 1em;
}

@media only screen and (min-width: 64em) {
    .layout-columns-2-multiple {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .layout-columns-2-multiple > * {
        margin: 0;
        max-width: none;
        max-width: 50%;
    }
}

.bullet-icon-item > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bullet-icon-item img {
    height: 1.3em;
    margin: -2px 0.5em 0 0;
}

.btn,
.btn-wrp > :first-child,
.icon-button {
    border: none;
    display: inline-block;
    padding: 1em 1.8em;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
}

.btn-wrp > :first-child.btn-small {
    padding: 0.4em 1.8em;
}

.btn-wrp > :first-child {
    display: inline;
}

.btn-wrp > :hover:first-child,
.btn:hover,
.hover:hover .btn,
.hover:hover .btn-wrp > :first-child,
.hover:hover .icon-button,
.icon-button:hover {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.07) translateY(-1px);
    transform: scale(1.07) translateY(-1px);
}

.btn-wrp {
    display: inline-block;
    margin-top: 1em;
}

.arrow-button > :first-child {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0.5em 0;
    width: 80px;
}

.arrow-button > :first-child:before {
    content: "";
    display: block;
    background: center no-repeat
        url(\/bundles\/app/static\/frontend\/images\/icons/pfeil.svg);
    width: 100%;
    height: 12px;
}

.gmap-filter-btn > :first-child,
.offer-button .submit-button > :first-child,
.offer-button > :first-child {
    background-color: #fff;
    border: 1px solid #000;
    padding: 0.3em 1.5em;
    min-width: 100px;
}

.gmap-filter-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 0.5em;
}

.icon-button figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.icon-button figure img {
    width: 1em;
}

.icon-button figure figcaption {
    white-space: nowrap;
    margin-left: 0.3em;
}

.icon-button:hover {
    -webkit-box-shadow: #c8cacc;
    box-shadow: #c8cacc;
    border-radius: 3px;
}

.icon-button:hover figure {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-button a {
    text-decoration: none;
}

.shadowbox {
    position: relative;
}

.shadowbox > * {
    position: relative;
}

.shadowbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.shadowbox:hover:not(.cta-box):before {
    background-color: #f1f1f1;
}

.deco-underline {
    width: 140px;
    margin: 0 auto;
    border: none;
    margin-bottom: 2em;
}

.porthole {
    padding: 2em 2em 0;
    position: relative;
    letter-spacing: 0.05em;
}

.porthole-image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    margin: 0 auto;
}

.porthole-animate .owl-item .porthole-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    border: solid 4px #fff;
    border-radius: 50%;
    height: 144px;
    width: 144px;
    -webkit-animation: scale-enlarge 20s ease-in-out infinite;
    animation: scale-enlarge 20s ease-in-out infinite;
}

.porthole-animate .owl-item:nth-child(2n) .porthole-image:after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.porthole-animate .owl-item:nth-child(3n) .porthole-image:after {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.porthole-animate .owl-item:nth-child(4n) .porthole-image:after {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.porthole img {
    max-width: none;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.porthole figcaption {
    margin: 1em auto 0;
    font-size: 1.2em;
}

@media only screen and (min-width: 64em) {
    .porthole figcaption {
        width: 192px;
    }
}

.avatar {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.avatar > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.bildbox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.bildbox {
    font-size: 1.3em;
}

@media screen and (min-width: 40em) {
    .bildbox {
        font-size: calc(5.4vw - 0.86em);
    }
}

@media screen and (min-width: 90em) {
    .bildbox {
        font-size: 4em;
    }
}

.bildbox h3 {
    margin-left: 2em;
}

.module-img .img-item {
    background-color: #f1f1f1;
    position: relative;
    height: 0;
    padding-bottom: 45%;
}

.module-img .img-item.bildbox-inner {
    hight: 300px;
    width: 100%;
}

@media only screen and (min-width: 64em) {
    /* .module-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    } */

    .module-img .img-wrp {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.quote-bg {
    position: relative;
}

.quote-bg .owl-theme .owl-item {
    padding: 0 0.7em 0.7em 0.7em;
}

.quote-bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.quote-item {
    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;
    min-height: 290px;
}

.quote-item .copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.quote-item .copy {
    font-size: 1.3em;
}

@media screen and (min-width: 30em) {
    .quote-item .copy {
        font-size: calc(2.0588235294vw + 0.6823529412em);
    }
}

@media screen and (min-width: 64em) {
    .quote-item .copy {
        font-size: 2em;
    }
}

.quote-item .quote {
    width: 52px !important;
    margin: 1em 0 0.5em 0;
}

.experten-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.experten-bg:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
    );
}

.onlinebuchen-p {
    top: calc(30% - 35px);
}

.onlinebuchen-d {
    top: calc(50% - 35px);
}

.sidetab {
    position: fixed;
    right: -80px;
    overflow: hidden;
    width: 80px;
    height: 70px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.9rem;
    background-color: #0c74b5;
    padding: 0 0 0 1em;
    z-index: 3;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: showTabDelayed;
    animation-name: showTabDelayed;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.sidetab.shops {
    background: #e50000;
    top: calc(70% - 35px);
    width: 90px;
}

@-webkit-keyframes showTabDelayed {
    to {
        right: 0;
    }
}

@keyframes showTabDelayed {
    to {
        right: 0;
    }
}

.fulltab,
[data-theme="homes"] .side-bar .theme-indicator.homes,
[data-theme="rent"] .side-bar .theme-indicator.rent,
[data-theme="shops"] .side-bar .theme-indicator.shops {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-right: 5px;
}

.frontpage .side-bar .theme-indicator-wrp {
    display: none;
}

.overflow-0 {
    overflow: hidden;
}

.side-bar {
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
}

.side-bar header {
    padding: 0.5rem 2rem;
    position: fixed;
    z-index: 10;
    background: #f1f1f1;
}

.side-bar .search-bar {
    height: 0;
    padding: 0;
}

.side-bar .search-bar.focus {
    padding: 0 0.5rem 0.5em;
    height: initial;
}

.side-bar .inline-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.side-bar .inline-wrapper .icon,
.side-bar .inline-wrapper .icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.side-bar .inline-wrapper label {
    display: none;
}

@media only screen and (min-width: 30em) {
    .side-bar {
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #fff;
        width: 120px;
        height: 100vh;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        position: fixed;
    }
}

@media (min-width: 80.0625em) {
    .side-bar {
        width: 230px;
    }
}

.side-bar .logo {
    position: relative;
    width: 80px;
    padding: 1em;
    display: none;
}

@media (max-width: 29.9375em) {
    .side-bar .logo.side-bar-logo--frontpage {
        display: none !important;
    }
}

@media only screen and (min-width: 30em) {
    .side-bar .logo {
        position: relative;
        margin: 0 auto;
        width: auto;
        max-width: 155px;
        display: block;
    }
}

@media (max-width: 30em) {
    .side-bar .logo.side-bar-logo--frontpage {
        display: block;
        width: 120px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 30em) {
    .side-bar .logo.rent img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.side-bar .theme-indicator-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (min-width: 30em) {
    .side-bar .theme-indicator-wrp {
        display: block;
    }
}

.side-bar .theme-indicator {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

@media only screen and (min-width: 30em) {
    .side-bar .theme-indicator {
        padding-right: 5px;
        -webkit-transform: translateX(-70px);
        transform: translateX(-70px);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}

.side-bar .theme-indicator.peek {
    -webkit-transform: translateX(-47%);
    transform: translateX(-47%);
}

@media (min-width: 80.0625em) {
    .side-bar .theme-indicator {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }

    .side-bar .theme-indicator.peek {
        -webkit-transform: translateX(-47%);
        transform: translateX(-47%);
    }
}

.side-bar .theme-indicator .tab-color {
    fill: transparent;
}

.side-bar .theme-indicator .tab-text {
    fill: #fff;
    font-size: 43px;
    font-family: AcuminPro;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.side-bar .theme-indicator.homes .tab-text {
    fill: #000;
}

.side-bar .theme-indicator.shops .tab-text {
    fill: #e50000;
}

.side-bar .theme-indicator svg {
    height: calc(33.3333vh - 44.3333333333px);
    max-height: 280px;
}

.side-bar .theme-indicator .theme-title {
    display: block;
    text-decoration: none;
    height: auto;
}

@media only screen and (min-width: 30em) {
    .side-bar .theme-indicator .theme-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: calc(33.3333vh - 34.6666666667px);
    }
}

@media (min-width: 80.0625em) {
    .side-bar .theme-indicator .theme-title {
        height: calc(33.3333vh - 44.3333333333px);
    }
}

.side-bar .theme-indicator .label {
    color: #fff;
    min-height: 32px;
}

.side-bar .theme-indicator.homes .label {
    color: #000;
}

.side-bar .theme-indicator.shops .label {
    color: #e50000;
}

.side-bar .theme-indicator .label svg {
    display: none;
}

@media only screen and (min-width: 30em) {
    .side-bar .theme-indicator .label {
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .side-bar .theme-indicator .label svg {
        display: block;
    }

    .side-bar .theme-indicator .label span {
        display: none;
    }
}

.side-bar .theme-indicator.rent {
    background-color: #164194;
}

.side-bar .theme-indicator.homes {
    background-color: #bc9f60;
}

.side-bar .theme-indicator.shops {
    background-color: #e3e3e0;
}

@media (max-width: 30em) {
    [data-theme="rent"] .theme-indicator.rent {
        padding: 1em 0 0.2em;
    }

    [data-theme="homes"] .theme-indicator.homes {
        padding: 1em 0 0.2em;
    }

    [data-theme="shops"] .theme-indicator.shops {
        padding: 1em 0 0.2em;
    }
}

.bellows {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

[data-bellow] {
    display: none;
}

.bellows-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
    cursor: pointer;
}

.bellows-tab:nth-of-type(n + 2) {
    border-top: 1px solid #c8cacc;
}

.bellows-tab h5 {
    text-transform: none;
    padding: 0;
    margin: 0;
}

.bellows-sign {
    position: relative;
    padding-left: 3em;
    margin: 2px;
    width: 2em;
    height: 2em;
    opacity: 0.5;
}

.bellow-sign-closed,
.bellow-sign-open {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.1em;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    max-width: none;
}

.bellow-sign-closed {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
}

.bellow-open .bellow-sign-closed,
.bellow-open .bellow-sign-open {
    opacity: 0;
}

.bellow-open .bellow-sign-closed {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.bellows-content {
    padding: 0 2em 0;
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

.picker__input.picker__input--active {
    border-color: #0089ec;
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame,
.picker__holder {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.picker__holder {
    position: fixed;
    transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s;
    transition: background 0.15s ease-out, transform 0s 0.15s,
        -webkit-transform 0s 0.15s;
    -webkit-backface-visibility: hidden;
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    .picker__frame {
        margin-bottom: 7.5%;
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-height: 33.875em) {
    .picker__wrap {
        display: block;
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 26.5em) {
    .picker__box {
        font-size: 1.25em;
    }
}

@media (min-height: 33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    }
}

@media (min-height: 40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px;
    }
}

.picker--opened .picker__holder {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: 0 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-opacity: 1;
    opacity: 1;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0;
    }
}

.picker__box {
    padding: 0 1em;
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: 0.75em;
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.picker__year {
    color: #999;
    font-size: 0.8em;
    font-style: italic;
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: 0.5em;
    margin-left: 0.25em;
    margin-right: 0.25em;
}

@media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -0.5em;
    }
}

.picker__select--month {
    width: 35%;
}

.picker__select--year {
    width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec;
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: 0.5em 1.25em;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -0.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next,
    .picker__nav--prev {
        top: -0.33em;
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em;
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em;
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em;
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: 0.75em;
    }
}

.picker__table td {
    margin: 0;
    padding: 0;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: 0.75em;
    padding-bottom: 0.25em;
    color: #999;
    font-weight: 500;
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: 0.5em;
    }
}

.picker__day {
    padding: 0.3125em 0;
    font-weight: 200;
    border: 1px solid transparent;
}

.picker__day--today {
    position: relative;
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
    border-top-color: #aaa;
}

.picker__day--outfocus {
    color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker__day--highlighted {
    border-color: #0089ec;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #0089ec;
    color: #fff;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb;
}

.picker__footer {
    text-align: center;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: 0.8em;
    padding: 0.66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb;
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0;
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0;
}

.picker__button--clear:before,
.picker__button--today:before {
    content: " ";
    margin-right: 0.45em;
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
    top: -0.25em;
    width: 0.66em;
    border-top: 3px solid #e20;
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: 0.35em;
    color: #777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa;
}

.chocolat-zoomable.chocolat-zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.chocolat-open {
    overflow: hidden;
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    display: none;
    opacity: 1;
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 16;
    color: inherit;
}

.chocolat-zoomable .chocolat-img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../images/chocolat/loader.gif);
    display: none;
}

.chocolat-content {
    position: fixed;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left;
}

.chocolat-content .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../images/chocolat/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../images/chocolat/right.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

.chocolat-wrapper .chocolat-right.active {
    display: block;
}

.chocolat-wrapper .chocolat-left.active {
    display: block;
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/chocolat/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(../images/chocolat/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right;
}

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left;
}

body.chocolat-open > .chocolat-overlay {
    z-index: 15;
}

body.chocolat-open > .chocolat-loader {
    z-index: 15;
}

body.chocolat-open > .chocolat-content {
    z-index: 17;
}

.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay,
.chocolat-in-container .chocolat-wrapper {
    position: absolute;
}

.chocolat-in-container {
    position: relative;
}

select {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

form :focus:not(select) {
    -webkit-box-shadow: 0 0 5px #c8cacc;
    box-shadow: 0 0 5px #c8cacc;
    outline: 0;
}

.form-mandatory label:after {
    content: " *";
    display: inline;
}

@media only screen and (min-width: 30em) {
    .form-row--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .form-row--single .form-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 40em) {
    .form-row--multiple {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .form-row--multiple .form-item {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    .form-row--multiple .form-item:nth-of-type(1) {
        margin-right: 1%;
    }

    .form-row--multiple .form-item:nth-of-type(2) {
        margin-left: 1%;
    }

    .form-row--multiple .form-item:nth-of-type(3) {
        margin-left: 2%;
    }
}

@media only screen and (min-width: 30em) {
    .form-row--childages {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .form-row--childages .form-item {
        margin: 0 0.3em;
    }

    .form-row--childages .form-item .input-input {
        width: 2em;
        padding: 0;
    }
}

.form-row--childages .form-item {
    margin: 1.5em 0;
    max-width: 100px;
}

.form-row--childages .form-item:not(:last-child) {
    margin-right: 0.5em;
}

.form-row--childages .form-item.hide {
    display: none;
}

.form-item {
    margin-top: 0.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.form-item label {
    font-size: 0.8em;
    display: block;
    color: #000;
}

.form-item .input-input,
.form-item .input-select,
.form-item .input-textarea {
    border: 1px solid #ebedef;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 3em;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-item .input-input input,
.form-item .input-input select,
.form-item .input-input textarea,
.form-item .input-select input,
.form-item .input-select select,
.form-item .input-select textarea,
.form-item .input-textarea input,
.form-item .input-textarea select,
.form-item .input-textarea textarea {
    position: relative;
    border: none;
    margin: 1px;
    width: 100%;
    background-color: transparent;
    padding: 0 0 0 0.5em;
}

.form-item .input-input input:focus,
.form-item .input-input select:focus,
.form-item .input-input textarea:focus,
.form-item .input-select input:focus,
.form-item .input-select select:focus,
.form-item .input-select textarea:focus,
.form-item .input-textarea input:focus,
.form-item .input-textarea select:focus,
.form-item .input-textarea textarea:focus {
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-item .input-textarea {
    height: 4em;
}

.form--module label {
    color: #fff;
}

.form--module .submit-button--module {
    margin: auto 0;
}

.form--module .submit-button--module :first-child {
    background-color: #fff;
    color: #000;
}

@media only screen and (min-width: 48em) {
    .form--module {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .form--module .form-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
    }

    .form--module .form-item:nth-of-type(1) {
        margin-right: 1%;
    }

    .form--module .form-item:nth-of-type(2) {
        margin-left: 1%;
    }

    .form--module .form-item:nth-of-type(3) {
        margin-left: 2%;
    }
}

@media (min-width: 67.5em) {
    .form--module--columns-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form--module--columns-2 > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 calc(50% - 2em);
        -ms-flex: 1 1 calc(50% - 2em);
        flex: 1 1 calc(50% - 2em);
    }

    .form--module--columns-2 > :nth-child(even) {
        padding: 0 0 0 0.5em;
    }

    .form--module--columns-2 > :nth-child(odd) {
        padding: 0 0.5em 0 0;
    }
}

[data-theme="homes"] .form--module .error-email-validation [data-errormessage],
[data-theme="homes"] .form--module .error-mandatory [data-errormessage] {
    color: #fff;
}

[data-theme="homes"] .form--module .error-email-validation .input-input,
[data-theme="homes"] .form--module .error-mandatory .input-input {
    background-color: #6e092e;
}

[data-theme="homes"] .form--module .error-email-validation .input-input input,
[data-theme="homes"] .form--module .error-mandatory .input-input input {
    color: #fff;
}

.error-mandatory .input-input,
.error-mandatory .input-select {
    border: 2px solid red;
}

.error-email-validation [data-errormessage],
.error-mandatory [data-errormessage] {
    display: block;
    color: red;
    font-size: 0.8em;
    margin-bottom: -5px;
}

.error-email-validation .input-input {
    border: 2px solid orange;
}

[data-errormessage] {
    display: none;
}

.hidden {
    display: none;
}

.data-privacy-statement {
    font-size: 0.7em;
    margin-top: 1rem;
}

.input-checkbox {
    position: absolute;
    opacity: 0;
}

.input-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    margin-top: 0.5em;
}

.input-checkbox + label:before {
    content: "";
    margin-right: 0.5em;
    width: 1.8em;
    height: 1.8em;
    border: 1px solid #c8cacc;
    background: #fff;
    -webkit-flex-basis: 1.8em;
    -ms-flex-preferred-size: 1.8em;
    flex-basis: 1.8em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -0.1em;
    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;
    font-size: 1em;
}

.input-checkbox:checked + label:before {
    content: "X";
    background: #000;
    color: #fff;
    padding-top: 0.1em;
}

.input-checkbox:hover + label:before {
    border: 1px solid #000;
}

.input-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 5px #c8cacc;
    box-shadow: 0 0 5px #c8cacc;
}

.input-checkbox:disabled + label {
    opacity: 0.5;
    cursor: auto;
}

form .submit-button {
    margin: 2em 0;
}

form .submit-button.submit-button-quickform {
    margin: 2em 0 0;
    font-size: 0.9em;
}

@media only screen and (min-width: 30em) {
    form .submit-button.submit-button-quickform {
        margin: 0 0 5px 0;
    }
}

@media only screen and (min-width: 40em) {
    form .submit-button.submit-button-quickform button {
        width: 100%;
    }
}

@media (min-width: 93.75em) {
    form .submit-button.submit-button-quickform button {
        width: 70%;
    }
}

form.quickform {
    padding: 1em 1em 2em;
    border-radius: 10px;
    background: #f1f1f1;
}

@media only screen and (min-width: 80em) {
    form.quickform {
        padding: 1.5em 2em 2.5em;
    }
}

.waiting-for-response {
    display: none;
}

.sending [type="submit"] {
    display: none;
}

.sending .waiting-for-response {
    display: block;
}

.submit-sending {
    position: relative;
    height: 60px;
}

.submit-sending--wrp {
    height: 50px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.submit-sending-box {
    position: relative;
    height: 50px;
    width: 40px;
    -webkit-animation: box 5s infinite linear;
    animation: box 5s infinite linear;
}

.submit-sending-box .border {
    background: #c8cacc;
    position: absolute;
}

.submit-sending-box .border.one {
    height: 4px;
    top: 0;
    left: 0;
    -webkit-animation: border-one 5s infinite linear;
    animation: border-one 5s infinite linear;
}

.submit-sending-box .border.two {
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    -webkit-animation: border-two 5s infinite linear;
    animation: border-two 5s infinite linear;
}

.submit-sending-box .border.three {
    bottom: 0;
    right: 0;
    height: 4px;
    width: 100%;
    -webkit-animation: border-three 5s infinite linear;
    animation: border-three 5s infinite linear;
}

.submit-sending-box .border.four {
    bottom: 0;
    left: 0;
    height: 100%;
    width: 4px;
    -webkit-animation: border-four 5s infinite linear;
    animation: border-four 5s infinite linear;
}

.submit-sending-box .line {
    height: 4px;
    background: #c8cacc;
    position: absolute;
    width: 0%;
    left: 25%;
}

.submit-sending-box .line.one {
    top: 25%;
    width: 0%;
    -webkit-animation: line-one 5s infinite linear;
    animation: line-one 5s infinite linear;
}

.submit-sending-box .line.two {
    top: 45%;
    -webkit-animation: line-two 5s infinite linear;
    animation: line-two 5s infinite linear;
}

.submit-sending-box .line.three {
    top: 65%;
    -webkit-animation: line-three 5s infinite linear;
    animation: line-three 5s infinite linear;
}

@-webkit-keyframes border-one {
    0% {
        width: 0;
    }

    10% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@keyframes border-one {
    0% {
        width: 0;
    }

    10% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes border-two {
    0% {
        height: 0;
    }

    10% {
        height: 0%;
    }

    20% {
        height: 100%;
    }

    100% {
        height: 100%;
    }
}

@keyframes border-two {
    0% {
        height: 0;
    }

    10% {
        height: 0%;
    }

    20% {
        height: 100%;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes border-three {
    0% {
        width: 0;
    }

    20% {
        width: 0%;
    }

    30% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@keyframes border-three {
    0% {
        width: 0;
    }

    20% {
        width: 0%;
    }

    30% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes border-four {
    0% {
        height: 0;
    }

    30% {
        height: 0%;
    }

    40% {
        height: 100%;
    }

    100% {
        height: 100%;
    }
}

@keyframes border-four {
    0% {
        height: 0;
    }

    30% {
        height: 0%;
    }

    40% {
        height: 100%;
    }

    100% {
        height: 100%;
    }
}

@-webkit-keyframes line-one {
    0% {
        left: 25%;
        width: 0;
    }

    40% {
        left: 25%;
        width: 0%;
    }

    43% {
        left: 25%;
        width: 50%;
    }

    52% {
        left: 25%;
        width: 50%;
    }

    54% {
        left: 25%;
        width: 0%;
    }

    55% {
        right: 25%;
        left: auto;
    }

    63% {
        width: 10%;
        right: 25%;
        left: auto;
    }

    100% {
        width: 10%;
        right: 25%;
        left: auto;
    }
}

@keyframes line-one {
    0% {
        left: 25%;
        width: 0;
    }

    40% {
        left: 25%;
        width: 0%;
    }

    43% {
        left: 25%;
        width: 50%;
    }

    52% {
        left: 25%;
        width: 50%;
    }

    54% {
        left: 25%;
        width: 0%;
    }

    55% {
        right: 25%;
        left: auto;
    }

    63% {
        width: 10%;
        right: 25%;
        left: auto;
    }

    100% {
        width: 10%;
        right: 25%;
        left: auto;
    }
}

@-webkit-keyframes line-two {
    0% {
        width: 0;
    }

    42% {
        width: 0%;
    }

    45% {
        width: 50%;
    }

    53% {
        width: 50%;
    }

    54% {
        width: 0%;
    }

    60% {
        width: 50%;
    }

    100% {
        width: 50%;
    }
}

@keyframes line-two {
    0% {
        width: 0;
    }

    42% {
        width: 0%;
    }

    45% {
        width: 50%;
    }

    53% {
        width: 50%;
    }

    54% {
        width: 0%;
    }

    60% {
        width: 50%;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes line-three {
    0% {
        width: 0;
    }

    45% {
        width: 0%;
    }

    48% {
        width: 50%;
    }

    51% {
        width: 50%;
    }

    52% {
        width: 0%;
    }

    100% {
        width: 0%;
    }
}

@keyframes line-three {
    0% {
        width: 0;
    }

    45% {
        width: 0%;
    }

    48% {
        width: 50%;
    }

    51% {
        width: 50%;
    }

    52% {
        width: 0%;
    }

    100% {
        width: 0%;
    }
}

@-webkit-keyframes box {
    0% {
        opacity: 1;
        margin-left: 0;
        height: 50px;
        width: 40px;
    }

    55% {
        margin-left: 0;
        height: 50px;
        width: 40px;
    }

    60% {
        margin-left: 0;
        height: 35px;
        width: 50px;
    }

    74% {
        msthin-left: 0;
    }

    80% {
        margin-left: -50px;
        opacity: 1;
    }

    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes box {
    0% {
        opacity: 1;
        margin-left: 0;
        height: 50px;
        width: 40px;
    }

    55% {
        margin-left: 0;
        height: 50px;
        width: 40px;
    }

    60% {
        margin-left: 0;
        height: 35px;
        width: 50px;
    }

    74% {
        msthin-left: 0;
    }

    80% {
        margin-left: -50px;
        opacity: 1;
    }

    90% {
        height: 35px;
        width: 50px;
        margin-left: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.field-input-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c8cacc;
}

.field-input-number .input-input {
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 2.1em;
    border: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none !important;
    text-align: center;
}

.field-btn-minus,
.field-btn-plus {
    background-color: #c8cacc;
    width: 2.1em;
    height: 2.1em;
    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;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    cursor: pointer;
}

.field-btn-minus.disabled,
.field-btn-minus.disabled:hover,
.field-btn-plus.disabled,
.field-btn-plus.disabled:hover {
    background-color: #c8cacc;
}

.field-btn-minus:hover,
.field-btn-plus:hover {
    background-color: #343434;
}

.field-btn-minus {
    background-image: url(/bundles/app/static/frontend/images/form/minus.svg);
}

.field-btn-plus {
    background-image: url(/bundles/app/static/frontend/images/form/plus.svg);
}

.fieldsareaname:not(:first-child) {
    margin-top: 1.5rem;
}

.form-icon--datepicker,
.form-icon--dropdown {
    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;
    width: 3em;
    height: calc(3em - 2px);
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
}

.form-icon--dropdown img {
    -webkit-transform-origin: 50% 77%;
    transform-origin: 50% 77%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.form-icon--datepicker img {
    width: 100%;
}

.dsvgo {
    opacity: 0.5;
}

.footer-page {
    border-top: 1px solid #000;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
    padding-right: 5rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-page a {
    text-decoration: none;
}

.footer-page p {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-page .contact-list {
    padding: 1em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.footer-page .link-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #000;
    padding: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-page .social-list {
    padding: 1em;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.footer-page .social-list img {
    height: 20px;
}

@media only screen and (min-width: 40em) {
    .footer-page .social-list img {
        height: 30px;
    }
}

.footer-page .bullet-icon-item label {
    white-space: nowrap;
}

@media only screen and (min-width: 40em) {
    .footer-page .bullet-icon-item label {
        display: inline;
    }
}

.footer-page ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 100%;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
    .footer-page {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer-page ul {
        width: auto;
        margin-bottom: 0;
    }

    .footer-page .link-list,
    .footer-page .social-list {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-page .link-list {
        width: auto;
        margin-left: auto;
        margin-right: 2em;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        border-top: none;
        margin-top: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .footer-page .social-list {
        margin-left: 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.online-rent {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.online-rent > :not(.cta) {
    width: 100%;
}

@media only screen and (min-width: 30em) {
    .online-rent > :not(.cta) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}

@media (max-width: 31.25em) {
    .online-rent > * {
        margin: 0;
    }
}

@media only screen and (min-width: 30em) {
    .online-rent {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 90em) {
    .online-rent {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.online-rent .shadowbox {
    text-align: center;
    width: 100%;
    margin-top: 1em;
    margin-right: 0;
    font-size: 0.8em;
    padding: 0 1em 2em;
}

@media (min-width: 23.4375em) {
    .online-rent .shadowbox {
        margin-right: 10px;
        width: 46%;
    }
}

@media (min-width: 41.875em) {
    .online-rent .shadowbox {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 64em) {
    .online-rent .shadowbox {
        margin-right: 1em;
        max-width: 230px;
    }
}

@media only screen and (min-width: 90em) {
    .online-rent .shadowbox {
        margin-top: 0;
    }
}

.online-rent .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.online-rent .cta > * {
    height: 100%;
    display: block;
}

.online-rent .cta-item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media (min-width: 22.5625em) {
    .online-rent .cta-item {
        margin: 0;
    }
}

.online-rent .cta-item h2 {
    padding: 0;
    line-height: 1.1;
    margin: -0.15em 0 0 0;
}

@media only screen and (min-width: 40em) {
    .online-rent .cta-item h2 {
        margin: -0.18em 0 0 0;
    }
}

@media only screen and (min-width: 90em) {
    .online-rent .cta {
        -webkit-box-flex: 4;
        -webkit-flex: 4 0;
        -ms-flex: 4 0;
        flex: 4 0;
    }
}

.online-rent .cta .btn-wrp {
    margin-top: auto;
    font-size: 1.2em;
}

.online-rent .cta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.online-rent .cta-box .copy {
    margin: 2em 0 1em 0;
    line-height: 1.5;
}

.online-rent .cta-box a {
    background: 0 0 !important;
}

.online-rent .icon-wrp {
    margin: 0 0 1em 0;
    padding-top: 2em;
}

.online-rent .bp--hide {
    display: inherit;
}

@media only screen and (min-width: 90em) {
    .online-rent .bp--hide {
        display: none;
    }
}

.online-rent .bp--show {
    display: none;
}

@media only screen and (min-width: 90em) {
    .online-rent .bp--show {
        display: inherit;
    }
}

[data-theme="homes"] .online-rent b {
    color: #bc9f60;
}

[data-theme="shops"] .online-rent b {
    color: #e50000;
}

[data-theme="rent"] .online-rent b {
    color: #164194;
}

.teaser-horizontal {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.teaser-horizontal:hover img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}

.teaser-horizontal .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.teaser-horizontal .image img {
    width: 100%;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

@media (min-width: 30em) {
    .teaser-horizontal .image img {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@media (min-width: 46.875em) {
    .teaser-horizontal .image img {
        -webkit-transform: none;
        transform: none;
    }
}

.teaser-horizontal .centered-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: center;
    padding: 0.5em;
    background-color: #fff;
    margin: 0 !important;
}

@media only screen and (min-width: 64em) {
    .teaser-horizontal .image {
        -webkit-box-flex: 5;
        -webkit-flex: 5 1;
        -ms-flex: 5 1;
        flex: 5 1;
        margin: 0;
    }

    .teaser-horizontal .centered-flex {
        -webkit-box-flex: 3;
        -webkit-flex: 3 1;
        -ms-flex: 3 1;
        flex: 3 1;
        text-align: center;
    }
}

.teaser-horizontal .arrow-button {
    margin-top: 1em;
}

@media (min-width: 31.5625em) {
    .teaser-horizontal .arrow-button {
        margin-top: 1em;
    }
}

.teaser-vertical--col-4 {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    max-width: 510px;
    margin: 0 auto;
    overflow: hidden;
}

.teaser-vertical--col-4 .copy {
    padding: 2em 1em 1em;
    font-size: 0.9em;
    margin-bottom: 1em;
    color: #000;
}

.teaser-vertical--col-4 .copy h3 {
    height: 3em;
}

.teaser-vertical--col-4 .btn-wrp {
    display: block;
    text-align: right;
    padding: 1em;
}

.teaser-vertical--col-3 {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    max-width: 510px;
    margin: 0 auto;
}

.teaser-vertical--col-3 .copy {
    padding: 2em 1em 1em;
    font-size: 0.9em;
    margin-bottom: 1em;
    color: #000;
}

.offer-header {
    padding: 2em 1em 0;
    padding: 1em 1em 0;
    height: 100px;
}

.offer-header h6 {
    color: #000;
    margin-bottom: 1.2em;
}

.offer-footer {
    padding: 0 0 2em 0;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 30em) {
    .owl-carousel {
        margin: 0 auto;
    }
}

.owl-theme .owl-item {
    padding: 1em;
}

@media (min-width: 43.75em) {
    .owl-theme .owl-item {
        padding: 1em;
    }
}

.owl-theme.no-item-padding .owl-item {
    padding: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    margin: 5px;
    padding: 4px 7px;
    background: #c8cacc;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    z-index: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0);
    color: #000;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.1;
    cursor: default;
}

.owl-theme .owl-nav button:focus {
    outline: 0;
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
}

.owl-theme .owl-nav button.owl-next svg,
.owl-theme .owl-nav button.owl-prev svg {
    height: 65px;
}

.owl-theme .owl-nav button.owl-prev {
    left: -22px;
}

@media only screen and (min-width: 30em) {
    .owl-theme .owl-nav button.owl-prev {
        left: -5%;
    }
}

.owl-theme .owl-nav button.owl-next {
    right: -22px;
}

@media only screen and (min-width: 30em) {
    .owl-theme .owl-nav button.owl-next {
        right: -5%;
    }
}

.owl-theme .owl-nav button.owl-next > :first-child {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

@media (max-width: 43.75em) {
    .owl-theme[data-social-feed] .owl-nav button.owl-next,
    .owl-theme[data-social-feed] .owl-nav button.owl-prev {
        top: 40%;
        background-color: rgba(255, 255, 255, 0.6);
        padding-top: 7px !important;
        width: 50px;
        height: 90px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    .owl-theme[data-social-feed] .owl-nav button.owl-next svg,
    .owl-theme[data-social-feed] .owl-nav button.owl-prev svg {
        fill: #000;
    }
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    background: #c8cacc;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.search-bar {
    font-size: 1em;
    padding: 1em;
    position: relative;
    z-index: 2;
}

.search-bar .form-item {
    margin: 0;
}

.search-bar .form-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1em;
}

.search-bar [type="search"] {
    width: 0;
    opacity: 0;
    font-size: 1.5em;
    margin-right: 0.5em;
    padding-left: 0.5em;
    -webkit-transition: width 0.4s ease-out, opacity 0.4s ease-out;
    transition: width 0.4s ease-out, opacity 0.4s ease-out;
    display: block;
    border: none;
}

.search-bar [type="search"].focus {
    width: calc(100vw - 190px);
    cursor: auto;
    opacity: 1;
}

@media only screen and (min-width: 30em) {
    .search-bar [type="search"].focus {
        width: calc(100vw - 400px);
    }
}

@media only screen and (min-width: 80em) {
    .search-bar [type="search"].focus {
        width: calc(100vw - 310px);
    }
}

@media only screen and (min-width: 90em) {
    .search-bar [type="search"].focus {
        width: 500px;
    }
}

.search-bar img {
    height: 2.2em;
}

.search-result-wrp {
    position: absolute;
    background-color: #fff;
    padding: 1em;
    -webkit-box-shadow: 0 0 5px #c8cacc;
    box-shadow: 0 0 5px #c8cacc;
    border: 1px solid #c8cacc;
    border-radius: 5px;
    top: 76px;
    left: 29px;
    display: none;
    min-width: 60px;
}

.search-result {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-result-item {
    display: none;
    line-height: 1.2;
    margin-bottom: 0.8em;
}

.search-result-item.show {
    display: block;
}

/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

.tablesaw * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tablesaw-btn {
    border: 1px solid #ccc;
    border-radius: 0.25em;
    background: 0 0;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0.5em 0.85em 0.4em 0.85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.tablesaw-btn {
    color: #1c95d4;
}

.tablesaw-btn:hover {
    text-decoration: none;
}

.tablesaw-btn:active {
    background-color: #ddd;
}

@supports (box-shadow: none) {
    .tablesaw-btn:focus {
        background-color: #fff;
        outline: 0;
    }

    .tablesaw-btn:focus {
        -webkit-box-shadow: 0 0 0.35em #4faeef !important;
        box-shadow: 0 0 0.35em #4faeef !important;
    }
}

.tablesaw-btn-select select {
    background: 0 0;
    border: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
    opacity: 0;
    color: transparent;
}

.tablesaw-btn select option {
    background: #fff;
    color: #000;
}

.tablesaw-btn {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
}

.tablesaw-btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: 0.3em 1em 0.3em 1em;
}

.tablesaw-btn.btn-micro {
    font-size: 0.8125em;
    padding: 0.4em 0.7em 0.25em 0.7em;
}

.tablesaw-btn-select {
    padding-right: 1.5em;
    text-align: left;
    display: inline-block;
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em;
}

.tablesaw-btn-select:after {
    content: " ";
    position: absolute;
    background: 0 0;
    background-repeat: no-repeat;
    background-position: 0.25em 0.45em;
    content: "\25bc";
    font-size: 0.55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em;
}

.tablesaw-btn-select.btn-micro:after,
.tablesaw-btn-select.btn-small:after {
    width: 1.2em;
    font-size: 0.5em;
    padding-top: 1em;
    padding-right: 0.5em;
    line-height: 1.65;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-width: 0;
}

.tablesaw-advance .tablesaw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: 0.25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
    font-size: 2em;
    padding: 0.3em 0.7em 0.25em 0.7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
    margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
    margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.2em;
    height: 1.2em;
    background-position: 50% 50%;
    margin-left: 0.25em;
    margin-right: 0.25em;
    position: relative;
    text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: 0.5em;
    top: 0.65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid grey;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: 0.5em;
    top: 0.65em;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid grey;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: 0.4em;
    border-right: 15px solid grey;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: 0.55em;
    border-left: 15px solid grey;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.tablesaw-bar {
    clear: both;
}

.tablesaw-bar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tablesaw-bar-section {
    float: left;
}

.tablesaw-bar-section label {
    font-size: 0.875em;
    padding: 0.5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: 0.5em;
    text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
    margin-bottom: 0;
}

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
    margin-left: 0.4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    font-size: 1em;
    padding-left: 0.3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
    min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
    padding-top: 0.9em;
}

.tablesaw-bar .tablesaw-bar-section select {
    color: #888;
    text-transform: none;
    background: 0 0;
}

.tablesaw-bar-section ~ table {
    clear: both;
}

.tablesaw-bar-section .abbreviated {
    display: inline;
}

.tablesaw-bar-section .longform {
    display: none;
}

@media (min-width: 24em) {
    .tablesaw-bar-section .abbreviated {
        display: none;
    }

    .tablesaw-bar-section .longform {
        display: inline;
    }
}

.tablesaw td,
.tablesaw th {
    padding: 0.5em 0.7em;
    text-align: left;
    vertical-align: middle;
}

.tablesaw-sortable-btn {
    padding: 0.5em 0.7em;
}

.tablesaw thead th {
    text-align: left;
    font-size: 0.9em;
}

.tablesaw-row-border tr {
    border-bottom: 1px solid rgba(169, 166, 163, 0.52);
}

.tablesaw-row-zebra tr:nth-child(2n) {
    background-color: #e4e1de85;
}

.tablesaw caption {
    text-align: left;
    margin: 0.59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
    box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

@media only all {
    .tablesaw-stack {
        clear: both;
    }

    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        padding: 0 0.6em 0 0;
        width: 30%;
    }

    .tablesaw-stack td .tablesaw-cell-label-top,
    .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: 0.4em 0;
        margin: 0.4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }

    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack tbody tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }

    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        display: block;
        float: left;
        clear: left;
        width: 100%;
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%;
    }

    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content,
    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}

@media (min-width: 60em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}

.tablesaw-fix-persist {
    table-layout: fixed;
}

@media only all {
    .tablesaw-swipe td.tablesaw-swipe-cellhidden,
    .tablesaw-swipe th.tablesaw-swipe-cellhidden {
        display: none;
    }
}

.tablesaw-overflow {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tablesaw-overflow > .tablesaw {
    margin-top: 2px;
}

.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
    position: relative;
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: 0.5em;
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5;
}

.tablesaw-columntoggle-popup {
    display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: 0.5em 0.8em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 0.2em;
    z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0;
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-priority-0,
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-0,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none;
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -0.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none;
}

@media (min-width: 20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell;
    }
}

@media (min-width: 30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell;
    }
}

@media (min-width: 50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell;
    }
}

@media (min-width: 60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell;
    }
}

@media (min-width: 70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell;
    }
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-toggle-cellhidden,
    .tablesaw-columntoggle th.tablesaw-toggle-cellhidden {
        display: none;
    }

    .tablesaw-columntoggle td.tablesaw-toggle-cellvisible,
    .tablesaw-columntoggle th.tablesaw-toggle-cellvisible {
        display: table-cell;
    }
}

.tablesaw-columntoggle-popup .btn-group > label {
    display: block;
    padding: 0.2em 0;
    white-space: nowrap;
    cursor: default;
}

.tablesaw-columntoggle-popup .btn-group > label input {
    margin-right: 0.8em;
}

.tablesaw-sortable-head {
    position: relative;
    vertical-align: top;
}

.tablesaw .tablesaw-sortable-head {
    padding: 0;
}

.tablesaw-sortable-btn {
    min-width: 100%;
    color: inherit;
    background: 0 0;
    border: 0;
    text-align: inherit;
    font: inherit;
    text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
    display: inline-block;
    width: 10px;
    height: 14px;
    content: " ";
    margin-left: 0.3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\0020";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\2191";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\2193";
}

.tablesaw-advance {
    float: right;
}

.tablesaw-advance.minimap {
    margin-right: 0.4em;
}

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: 0.4em 0.2em;
}

.tablesaw-advance-dots li i {
    width: 0.25em;
    height: 0.25em;
    background: #555;
    border-radius: 100%;
    display: inline-block;
}

.tablesaw-advance-dots-hide {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.tablesaw-columntoggle td.title a,
.tablesaw-swipe td.title a {
    display: block;
    max-width: 10em;
    max-width: 40vw;
}

@media (min-width: 40em) {
    td.title {
        max-width: 12em;
    }
}

.infobar {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 1rem;
}

.infobar:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.infobar .constrainer-infobar {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.infobar .icon-wrp {
    margin-bottom: 0.8em;
    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;
}

.infobar .icon-wrp img {
    height: 2em;
    margin: 0 0.2em;
}

.infobar .icon-wrp img:nth-child(even) {
    -webkit-animation: spin--clockwise 40s infinite linear;
    animation: spin--clockwise 40s infinite linear;
}

.infobar .icon-wrp img:nth-child(odd) {
    -webkit-animation: spin--counterclockwise 35s infinite linear;
    animation: spin--counterclockwise 35s infinite linear;
}

.infobar .info-item {
    padding: 2em 0;
    text-align: center;
    color: #fff;
}

.infobar .copy {
    max-width: 150px;
    margin: 0 auto;
    line-height: 1.3;
}

.infobar .copy h3 {
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.logobar .owl-carousel {
    margin-top: 1em;
}

.logobar h4 {
    text-transform: uppercase;
}

.logobar-item {
    height: 60px;
    margin: 0 1em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.logobar-item img {
    max-height: 50px;
    max-width: 100px;
}

.infobar-contact,
.infobar-store {
    position: relative;
    margin-top: 80px;
}

@media only screen and (min-width: 48em) {
    .infobar-contact,
    .infobar-store {
        margin-top: 0;
    }
}

.infobar-contact .avatar,
.infobar-store .avatar {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-113px);
    transform: translateX(-50%) translateY(-113px);
}

@media only screen and (min-width: 48em) {
    .infobar-contact .avatar,
    .infobar-store .avatar {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.infobar-contact .copy,
.infobar-store .copy {
    width: 100%;
    padding-top: 80px;
}

@media only screen and (min-width: 48em) {
    .infobar-contact .copy,
    .infobar-store .copy {
        padding-top: 0;
        margin-left: auto;
        width: calc(100% - 220px);
    }
}

.infobar-contact .info-item,
.infobar-store .info-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0;
}

@media only screen and (min-width: 80em) {
    .infobar-contact .info-item,
    .infobar-store .info-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
}

.infobar-contact .icon-wrp,
.infobar-store .icon-wrp {
    margin-bottom: 0.8em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.infobar-contact .icon-wrp img,
.infobar-store .icon-wrp img {
    height: 2em;
    margin: 1em;
}

.infobar-contact .icon-wrp svg,
.infobar-store .icon-wrp svg {
    height: 2em;
    margin: 1em;
}
.infobar-contact {
    padding-top: 1em;
}

.infobar-contact .info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.infobar-contact .icon-wrp {
    margin-top: auto;
    color: #000;
}

.module-video .video-item {
    background-color: #f1f1f1;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.module-video .video-item .videoextern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-video .video-item.narrow {
    width: 350px;
}

.module-video .video-item.wide {
    width: 750px;
}

@media only screen and (min-width: 64em) {
    .module-video {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .module-video .video-wrp {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.module-video .video-textarea {
    font-size: 0.9rem;
    padding: 1em 2em;
    background-color: #f1f1f1;
}

.module-video .video-textarea .video-text {
    line-height: 1.3;
    font-size: 0.9rem;
}

@media only screen and (min-width: 64em) {
    .module-video .video-textarea {
        width: 40%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.module-video .video-textarea h4 {
    color: #c8cacc;
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3em;
    margin-top: 1em;
    min-width: 250px;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7d7d7d;
    margin: 0 2px 0 2px;
    cursor: pointer;
    font-size: 0.7em;
}

.pagination a.current {
    background-color: #dfdfdf;
}

.pagination span a {
    font-size: 1em;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    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;
    z-index: 3;
}

.overlay-content {
    position: relative;
    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;
    max-width: 640px;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin: 0 1em;
}

@media only screen and (min-width: 48em) {
    .overlay-content {
        margin: 0;
    }
}

.overlay-close-btn {
    position: absolute;
    right: 0.2em;
    top: 0.2em;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.overlay-close-btn:hover {
    opacity: 1;
}

.overlay-close-btn:after,
.overlay-close-btn:before {
    position: absolute;
    left: 20px;
    top: 0;
    content: " ";
    height: 42px;
    width: 2px;
    background-color: #c8cacc;
}

.overlay-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s,
        -webkit-transform 0.2s;
}

.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.languageselector {
    font-size: 0.8em;
}

@media only screen and (min-width: 40em) {
    .languageselector {
        font-size: 1em;
    }
}

.languageselector .buttns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.languageselector .btn {
    margin: 0 1em 1em;
    border: 1px solid !important;
    color: #000 !important;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    background: #fff;
    padding: 1em;
    -webkit-box-shadow: 0 0 5px #c8cacc;
    box-shadow: 0 0 5px #c8cacc;
    border: 1px solid #c8cacc;
    border-radius: 5px;
    top: 76px;
    left: 29px;
    min-width: 60px;
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 0.6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #0084be;
}

.autocomplete-suggestion.selected {
    background: #f1f1f1;
}

.form-upload--droparea {
    padding-top: 2em;
    border: 2px dashed #c8cacc;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.form-upload--droparea span {
    margin: 0 10px;
    line-height: 1;
    padding: 10px 10px 10px 25px;
    background: url(/bundles/app/static/frontend/images/upload/upload-icon.png)
        no-repeat 0 10px;
    position: relative;
}

.form-upload--data {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-upload--data li {
    background-color: #f1f1f1;
    border-bottom: 1px solid #888;
    height: auto;
    padding: 15px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 40em) {
    .form-upload--data li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.form-upload--data li input {
    display: none;
}

.form-upload--data li p {
    margin: 0;
}

.form-upload--data li i {
    color: #c8cacc;
    display: block;
}

@media only screen and (min-width: 40em) {
    .form-upload--data li i {
        display: inline;
    }
}

.form-upload--data li strong {
    word-break: break-all;
    font-size: 0.95em;
    margin: 1em 0;
    display: block;
}

@media only screen and (min-width: 40em) {
    .form-upload--data li strong {
        margin: 0 20px;
        display: inline-block;
    }
}

.form-upload--data li canvas {
    top: 15px;
    left: 15px;
    position: absolute;
}

.form-upload--data li span {
    width: 40px;
    height: 33px;
    background-image: url(/bundles/app/static/frontend/images/upload/status-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}

.form-upload--data li span:hover {
    background-position: 0 -98px;
    cursor: pointer;
}

.form-upload--data li .working span {
    height: 49px;
    background-position: 0 -49px;
}

.form-upload--data li .error p {
    color: red;
}

.form-upload--dropInfotext {
    padding: 10px 0;
}

.form-upload .errorContainer {
    color: #9c111c;
    font-size: 0.9em;
    padding-left: 39px;
    display: none;
}

#drop input {
    display: none;
}
