html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

@font-face {
    font-family: defaultFont;
    src: url('../fonts/GT.otf');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: defaultTitle;
    src: url('../fonts/GT.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/michroma_latin_ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/michroma_latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --header-height: 80px;
    --bs-modal-header-border-color: var(--color-default) !important;
    --header-margin-top: var(--header-height);
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    :root {
        --header-height: auto;
        --header-margin-top: 55px;
    }
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

ul {
    list-style: none;
    margin: unset;
    padding: unset;
}
li {
    margin: unset;
    padding: unset;
}

a {
    text-decoration: none;
    color: var(--color-light);
}

.fs-7 {
    font-size: 0.9rem!important;
}
.fs-8 {
    font-size: 0.8rem!important;
}
.fs-9 {
    font-size: 0.7rem!important;
}


body {
    font-family: "Montserrat", sans-serif;
    background: var(--color-background-default);
    color: var(--color-light);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-default);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-default);
    border-radius: 10px;
}

.table-responsive-staplervergleich::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-border);
}

.table-responsive-staplervergleich::-webkit-scrollbar-thumb {
    background: var(--color-border);
}

.btn, .text-font-default{
    font-family: defaultFont, Fallback, sans-serif;
    text-transform: uppercase;
}

.text-font-title {
    font-family: defaultTitle, Fallback, sans-serif;
    text-transform: uppercase;
}

.text-font-text {
    font-family: "Montserrat", sans-serif!important;
}

.text-font-michroma {
    font-family: "Michroma", sans-serif!important;
}

::placeholder{
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
}



.header {
    height: var(--header-height);
    color: var(--color-default);
    font-family: defaultFont, Fallback, sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .header {
        /*background: rgba(43,43,43,0.7);*/
    }
}

.dropdown-menu-gg {
    margin-top: calc(var(--header-height) - 1.25rem);
}

.header-logo-img img {

    max-height: calc(var(--header-height) - 24px);
}

.header svg, .footer svg {
    width: 1rem;
    height: 1rem;
    fill: var(--color-default);
}

.header .btn-hamburger svg {
    width: 1.5rem;
    height: 1.5rem;
}

.header svg:hover, .header-lang-social a:hover svg {
    fill: var(--color-dark);
}

.navbar {
    justify-content: start;
    --bs-navbar-brand-font-size: unset;
    --bs-navbar-padding-y: unset;
    --bs-navbar-brand-padding-y: unset;
    --bs-navbar-brand-margin-end: unset;
}

.btn {
    --bs-btn-padding-x: 0.85rem;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap!important;
}

.header .btn {
    --bs-btn-color: var(--color-dark);
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    color: var(--color-dark);
    border: unset;
}

.header .btn:hover {
    font-weight: bold;
    color: var(--color-dark)!important;
}


@-moz-document url-prefix() {
    /* Vaše CSS pravidla pro Firefox */
    .header .btn:hover {
        font-size: 0.96rem!important;
    }

    a:hover.navbar-brand.active:after {
        top: 29px;
    }
}

.header .btn-outline-dark:hover {
    color: var(--color-light)!important;
    font-weight: unset;
}

.header .btn-outline-dark {
    border: 1px solid var(--color-dark);
}



@media only screen and (min-width: 1200px) and (max-width: 1399px)
{
    .navbar .btn {
        --bs-btn-padding-x: 0.5rem;
    }

    .navbar .navbar-brand {
        font-size: 1rem!important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .navbar .fs-5 {
        font-size: 1.1rem!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .container-hp-top .fs-2 {
        font-size: calc(1.125rem + .9vw)!important;
    }
}



.header .btn:hover {
    color: var(--color-light);
}
.header .btn:hover svg {
    fill: var(--color-light);
}

.navbar .btn-check:checked+.btn, .navbar .btn.active, .navbar .btn.show, .navbar .btn:first-child:active, .navbar :not(.btn-check)+.btn:active,
.navbar .btn:active, .navbar .btn:focus, .navbar .btn:focus-within, .navbar .btn:visited, .navbar .btn:target, .navbar .btn:hover, .navbar .btn:focus-visible, .navbar .btn:hover::after {
    border: none;
}


.header-lang-social a {
    border: 1px solid var(--color-default);
    border-radius: 50%;
    margin-top: 3px;
    padding: 3px 24px 3px 8px;
    width: 1rem;
    display: block;
}

.header-lang-social a:hover {
    border-color: var(--color-dark);
}


.hp-motto {
    font-size: 0.8rem;
    line-height: 18px;
}

.hp-title {
    margin-top: 21vh;
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    .hp-title {
        margin-top: 5vh;
    }

    .dash:after {
        display : block;
        text-align : center;
        font-size : 1rem;
        color: var(--color-default);
        content: "—";
    }

    .container {
        padding-left: 2px;
        padding-right: 2px;
    }

    .container-header {
        padding-right: unset;
        padding-left: unset;
    }

    .header-logo-img img {
        width: 100%;
        max-height: calc(var(--header-height) - 24px);
    }


}

.hp-items {
    margin-top: -12vh;
}

.hp-kontakt {
    margin-top: -50px;
}

@media only screen and (min-width: 0px) and (max-width: 500px)
{
    .hp-kontakt {
        margin-top: 0px;
    }
}

.mt-n-header {
    margin-top: calc(var(--header-height) * -1);
}


#Detail .carousel-item img {
    height: 78vh;
}

.form-control:focus {
    border-color: var(--color-default);
    box-shadow: 0 0 0 0.25rem rgba(254,206,21,.25);
}

.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(254,206,21,.25);
}

.form-select-default {
    background-color: var(--color-background-default);
    color: var(--color-default);
    border: var(--bs-border-width) solid var(--color-default);
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fece15' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.img-hack {
    overflow-x: hidden;
}

.img-hack .card-img-top {
    margin-left: -1px;
    width: calc(100% + 1px);
}

.svgSmall svg {
    width: 8px;
    height: 8px;
}


.wrap-loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    background: rgba(0, 0, 0, .33);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.wrap-loading img {
    position: absolute;
    top: calc(50% - 95px);
    left: calc(50% - 95px);
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.fs-2 svg{
    width: 2rem!important;
    height: 2rem!important;
    margin-top: -8px;
}

.fs-6 svg {
    width: 0.9rem!important;
    height: 0.9rem!important;
    margin-top: -2px;
}

.carousel-item-detail {
    height: 78vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.carousel-inner-standard {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-item-detail-standard {
    height: 78vh;
    width: 100%;
    max-width: 1200px;
    max-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-detail {
    /*margin-top: var(--header-height);*/
}


@media only screen and (min-width: 1200px) and (max-width: 1399px)
{
    .carousel-item-detail {
        height: 68vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .carousel-item-detail {
        height: 74vh;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    .carousel-item-detail {
        height: 60vh;
    }
}

.carousel-item-hp {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(40%);
}

.mt-6 {
    margin-top: 4.5rem!important;
}

.mt-7 {
    margin-top: 6.5rem!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .mt-7 {
        margin-top: 10rem!important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    .mt-7 {
        margin-top: 2rem!important;
    }
}


@media only screen and (min-height: 0px) and (max-height: 600px)
{
    .mt-7 {
        margin-top: 2rem!important;
    }

    .hp-items {
        margin-top: 15rem;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.fs-title {
    font-size: 4.5rem!important;
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    .fs-title {
        font-size: 2.2rem!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .fs-title {
        font-size: 2.2rem!important;
    }
}

@media only screen and (min-height: 0px) and (max-height: 600px) and (min-width: 0px) and (max-width: 900px)
{
    .fs-title {
        font-size: 2rem!important;
    }
}

#gebgab-slider .carousel-item {
    /*transition: transform 2s ease, opacity .5s ease-out;*/
}

.pulse {
    animation: pulse 7s infinite;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.animateRotate {
    animation: animateRotate 7s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .border-end-md-0 {
        border-right: unset!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .border-end-sm-0 {
        border-right: unset!important;
    }
}

.modal-header {
    border-color: var(--color-default);
}

.border-dashed {

}

.border-bottom.border-dashed {
    border-style: dashed!important;
}


.contact-img:before {

}


.contact-img {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.contact-img .fadedbox {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-default);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: unset;
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}
.contact-img:hover .fadedbox {
    background: rgba(70,70,70,0.8);
    opacity: 1;
}
.contact-img .text {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
.contact-img .title {
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.3s;
}
.contact-img:hover .title,
.contact-img:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}


.list-style-dash li {
    /*list-style-type: '- ';*/
    margin-left: 3rem;
    margin-top: 2rem;
}

.list-style-dash li:before {
    content: "\2012";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--color-default); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.list-style-point li {
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.list-style-point li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--color-white); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.img-wrapper img {
    vertical-align: middle;
    transform:scale(1.5);
    width: 100%;
}


.item-img {
    width: 100%;
    height: 348px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160%;
    background-position-y: -30px!important;

}

.item-img-standard {
    background-position-y: unset!important;
    background-size: cover;
}


.checkbox-default {
    border-color: var(--color-default);

}

.checkbox-default.form-check-input {
    --bs-form-check-bg: var(--color-dark-dark);
}

.checkbox-default.form-check-input:checked {
    background-color: var(--color-default);
    border-color: var(--color-default);
}


#cookies-bar {
    width: 400px;
    position: fixed;
    top: 200px;
    left: calc(50% - 200px);
    border: 2px solid var(--color-default);
}

@media only screen and (min-width: 0px) and (max-width: 399px)
{
    #cookies-bar {
        width: calc(100% - 6px);
        left: 3px;
    }
}

@media only screen and (max-height: 700px)
{
    #cookies-bar {
        top: 0px;
    }
}

.cursor-pointer:hover {
    cursor: pointer;
}

.text-uppercase .text-lowercase {
    text-transform: lowercase!important;
}

.input-filtr::placeholder, .input-filtr:focus {
    color: var(--color-default);
    opacity: 1; /* Firefox */
}

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

.text-lowercase input {
    text-transform: lowercase;
}
.text-lowercase ::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: lowercase;
}
.text-lowercase :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: lowercase;
}
.text-lowercase ::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: lowercase;
}
.text-lowercase :-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: lowercase;
}
.text-lowercase ::placeholder { /* Recent browsers */
    text-transform: lowercase;
}

.radio-square .form-check-input[type=radio] {
    border-radius: 0.25em;
}

.radio-square .form-check-input:hover {
    border-color: var(--color-primary);
}

.radio-square .form-check-input:active:valid {
    background: var(--color-primary);
}

.form-check-input:checked[type="checkbox"], .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")!important;
}

.form-check-input[type="radio"] {
    border-radius: 0.25em;
}


.first-letter-capitalize {
    text-transform: unset;
}
.first-letter-capitalize:first-letter {
    text-transform: uppercase;
}

.card-icon i {
    font-size: 18px;
}

.strikethrough {
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
}

.strikethrough:after {
    content:'';
    position:absolute;
    width:100%;
    height: 2px;
    background-color: var(--color-default);
    left:0;
    top:50%;
    transform: rotate(-6deg);
}

.card-icon-box {
    width: 35px!important;
    height: 35px!important;
}

.card-icon-box-detail {
    width: 25px!important;
    height: 25px!important;
}

.card-icon-box:hover {
    background: var(--color-dark)!important;
}

.card-icon-box-text {
    left: -140px;
    width: 150px;
    height: 35px;
    font-size: 0.7rem;
    padding: 0.5rem;
}

.center-icon .btn {
    width: 46px;
    height: 46px;
}

.text-shadow {
    text-shadow: 1px 1px 2px var(--color-dark);
}

.btn-nachste:hover
{
    color: var(--color-default)!important;
}

.dropdown-menu-gg a:hover {
    color: var(--color-light)!important;
}
a.navbar-brand.active {
    position: relative;
}
a.navbar-brand.active:after {
    /* border-bottom rounded-bottom-0  border-dark */
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--color-dark);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 30px;
}


.lager-detail svg {
    margin-top: -4px;
    width: 28px!important;
}

.body-content {
    padding-top: var(--header-height);
}

.badge-counter {
    position: absolute;
    top: -5px;
    right: -10px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: var(--color-dark);
    color: var(--color-white);
    font-size: 10px;
}

.badge-counter-1 {
    padding: 2px 8px;
}

.header .btn:hover .badge-counter
{
    font-weight: normal;
    color: var(--color-default);
}

.filter-button {
    top: 60px;
}

.offcanvas-body {
    overflow-y: unset;
}

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

.placeholder-case::placeholder {
    text-transform: unset!important;
}

.margin-header {
    margin-top: calc(var(--header-margin-top) - 2rem);
    margin-bottom: calc(var(--header-margin-top) - 2rem);
}

@media only screen and (min-width: 0px) and (max-width: 575px)
{
    .margin-header {
        margin-top: calc(var(--header-margin-top) + 1rem);
        margin-bottom: calc(var(--header-margin-top) - 2rem);
    }
}

.text-light-hover:hover {
    color: var(--color-light)!important;
}

.two-column-list {
    column-count: 2;
}

.two-column-list li {
    break-inside: avoid;
}

.footer ::placeholder {
    font-size: 0.7rem;
}

.carousel-dotted .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--color-light);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-dotted .carousel-indicators .active {
    opacity: 1;
    background-color: var(--color-default);
}

:focus-visible {
    outline: unset;
}

.top-25 {
    top: 25% !important;
}

.background-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.info-title {
    background: transparent;
    border-radius: 0.25rem;

    color: var(--color-default);
    border: 1px solid var(--color-default);
    border-color: var(--color-default);

    margin-top: 5px;

    margin-left: 0.5rem;
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
}

.info-title-white {
    color: var(--color-light)!important;;
    border: 1px solid var(--color-light)!important;;
    border-color: var(--color-light)!important;
}


.tooltip.show {
    opacity: 1;
}

.carousel-grab .carousel-inner{
    cursor: grab;
}

.bg-blur {
    position: relative;
    overflow: hidden;
    background: rgba(206, 206, 206, 0.1);
}



/*
.promo-card::before {
    content: "%";
    font-size: 36rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -235px;
    right: -150px;
    font-weight: bold;
    z-index: 0;
    display: inline-block;
    transform: rotate(10deg);
}
 */

.label-box {
    position: absolute;
    bottom: 30px;
    left: 20px;
    background-color: #fdd835;
    color: black;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
}


.step-left::after {
    content: attr(data-content);
    display: flex;
    color: var(--color-grey-dark);
    font-family: "Montserrat", sans-serif!important;
    font-size: 12rem;
    font-weight: bold;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    justify-content: start;
    align-items: center;
    padding-left: 1rem;
}

.unsere-service .fadedbox {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    color: var(--color-default);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: unset;
    border-radius: var(--bs-card-inner-border-radius);
}
.unsere-service:hover .fadedbox {
    background: rgba(0,0,0,0.7);
    opacity: 1;
}

.unsere-service:hover .fadedbox-hide {
    display: none;
}

.img-revert-horizontal {
    transform: scaleX(-1);
}


#offcanvasScrolling .form-check {
    display: flex;
}

#offcanvasScrolling .form-check .form-check-input
{
    margin-right: 0.75rem;
}

.page-item .page-link:hover {
    color: var(--color-dark);
    background-color: var(--color-primary);
    border: 1px solid var(--color-dark);
    z-index: 0;
}

.page-link-border {
    border: unset;
    border-left: 1px solid var(--color-background-default);
    margin-left: -5px!important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 1rem;
}


.page-link-border:hover {
    border: unset!important;
    border-left: 1px solid var(--color-background-default)!important;
}

.page-link-disabled:hover {
    background-color: var(--color-dark-lighter)!important;
}

.zustand-title {
    margin: 1rem;
    padding: 1rem;
    list-style-type: circle;
}

.zustand-title li {
    margin-top: 0.5rem;

}

.fw-500 {
    font-weight: 500!important;
}

.z-99 {
    z-index: 99;
}

.underline-white {
    text-decoration-color: var(--color-light)!important;
}

.underline-padding {
    position: relative;
}

.underline-padding::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Vzdálenost podtržení od textu */
    left: 0;
    width: 100%;
    height: 1px; /* Tloušťka podtržení */
}

.underline-padding-white::after {
    background-color: var(--color-light)!important;
}

.navbar a::first-letter, .footer-links li::first-letter {
    text-transform: uppercase!important;
}

.modal-header .btn-close-top {
    position: absolute;
    top: 0;
    right: 0;
    margin: var(--bs-modal-header-padding);
}

.collapsed-show-default [aria-expanded="true"]{
    color: var(--color-default)!important;
}


.accordion-body-long {
    max-height: 160px;
    margin-right: 0.5rem;
    overflow-y: scroll;
}

.accordion-body-long {
    position: relative;
    max-height: 160px;
    margin-right: 0.5rem;
    overflow-y: scroll;
}

.text-fade-bottom {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 70px, black 100%);
    mask-image: linear-gradient(to top, transparent 0%, black 70px, black 100%);
}

.text-fade-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 70px, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 70px, black 100%);
}


/*
.accordion-body-long::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0,0,0,0.3) 80%, transparent 100%);
}
*/

.accordion-body-long::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-dark-lighter);
    border-radius: 10px;
}

.accordion-body-long::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 10px;
}

.input-group-text-sm {
    padding: .175rem .35rem;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .d-md-contents {
        display: contents!important;
    }
}

.detail-gg-primary-photo {
    height: 550px;
}

.uber-uns-img {
    height: 200px;
}

.renoviren-img-sm {
    width: 524px;
}

.renoviren-img-lg {
    width:  1072px;
}

.renoviren-img-sm-div {
    height: 400px;
    padding-bottom: 12px;
}

.vermitung-gg {
    height: 623px;
    top: -46px;
    right: -48px;
}

.vermietung-main-bg {
    height: 80vh;
}

.renoviren-video iframe {
    height: 910px;
    border-radius: 0.375rem;
}


@media (min-width: 576px) {
    .h-md-100 {
        height: 100% !important;
    }
}


.table>:not(caption)>*>* {

    background-color: var(--color-grey-darker);

    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));

    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--color-table-dark);
}

.table-hover>tbody>tr.no-hover:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: transparent;
}

td.text-default {
    color: var(--color-default)!important;
}

.staplervergleich-fc {
    min-width: 420px;
}

table, tr, td {
    height: 100%;
}

.table-own, .table-own tr, .table-own td {
    height: auto!important;
}

.rounded-top-start-2 {
    border-top-left-radius: 0.5rem !important;
}
.rounded-bottom-start-2 {
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-top-end-2 {
    border-top-right-radius: 0.5rem !important;
}
.rounded-bottom-end-2 {
    border-bottom-right-radius: 0.5rem !important;
}

.table-dark {
    --bs-table-border-color: var(--color-border);
}

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


th.rounded-top-start-2 {
    border-top-left-radius: 0.5rem !important;
    overflow: hidden;
}
th.rounded-bottom-start-2 {
    border-bottom-left-radius: 0.5rem !important;
    overflow: hidden;
}
th.rounded-top-end-2 {
    border-top-right-radius: 0.5rem !important;
    overflow: hidden;
}
th.rounded-bottom-end-2 {
    border-bottom-right-radius: 0.5rem !important;
    overflow: hidden;
}

.banner-homepage-empty {
    height: 400px;
    width: 100%;
}

img.transparent {
    opacity: 0.7;
}


.vermitung-block {
    height: 85vh;
}

.loading-img {
    width: 100px;
    height: 100px;
}


.karriera-main-bg {
    height: 100vh;
}
.karriera-block {
    height: 80vh;
}

.karriera-jobs-ansehen {
    height: 500px;
}

.img-ankauf {
    max-height: 250px;
}


.drop-zone.dragover {
    border: 2px dashed #007bff;
    background: #222;
}

.card-body-wrap-text {

}


.icon-vermietung {
    top: -4px!important;
}
.icon-vermietung-2 {
    top: -5px!important;
}

.banner-homepage-row {
    height: 400px;
}


.sorting-button.show {
    color: var(--color-default)!important;
    background: var(--color-dark-lighter)!important;
    border-color: var(--color-dark-lighter)!important;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.sorting-button.show:hover {
    background: var(--color-dark-lighter)!important;
    border-color: var(--color-dark-lighter)!important;
}

.sorting-button.show svg, .sorting-button.show svg path {
    fill: var(--color-default)!important;
}

.dropdown-sorting {
    margin-top: -3px!important;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    z-index: 2!important;
}
/*
.w-100 {
    max-width: 100%!important;
}
img.h-md-100 {
    height: unset!important;
    max-height: 100%!important;
}
 */

.fs-unset {
    font-size: unset!important;
}

.table-sticky-first-col td:first-child,
.table-sticky-first-col th:first-child {
    position: sticky!important;
    left: 0;
    z-index: 2;
}

@media only screen and (min-width: 801px) {

}




/* SWAL */

.confirm-remove-popup .swal2-cancel {
    background: transparent;
    color: var(--color-dark-light);
    border: 1px solid var(--color-dark-light);
}

.confirm-remove-popup .swal2-confirm {
    background: transparent;
    color: #FF1200FF;
    border: 1px solid #FF1200FF;
}

.confirm-remove-popup  div:where(.swal2-icon).swal2-question {
    border-color: var(--color-default);
    background: var(--color-default);
    color: var(--color-white);
}

.confirm-remove-popup  .swal2-html-container {
    font-weight: 600;
}

.confirm-remove-popup .swal2-actions button {
    padding: 0.1rem 2.5rem;
    border-radius: 0.5rem;
    box-shadow: unset!important;
}
.form-check {
    display: flex;
    align-items: start;
}

@supports (-webkit-touch-callout: none) {

    .form-check-input {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0;
    }

    .checkbox-label {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
}

.noUi-handle-lower::before, .noUi-handle-upper::before {
    display: none!important;
}

.overflow-x-hidden {
    overflow: auto!important;
    scrollbar-width: none!important;
}


.overflow-x-hidden::-webkit-scrollbar {
    display: none!important;
}

.compare-img {
    height: 100%;
    min-width: 300px;
    min-height: 315px;
}

@media (min-width: 768px) {
    .rounded-md-0 {
        border-radius: 0 !important;
    }
    .rounded-md-top {
        border-top-left-radius: var(--bs-border-radius) !important;
        border-top-right-radius: var(--bs-border-radius) !important;
    }
}

@media (min-width: 1200px) {
    .rounded-xl-0 {
        border-radius: 0 !important;
    }
    .rounded-xl-top {
        border-top-left-radius: var(--bs-border-radius) !important;
        border-top-right-radius: var(--bs-border-radius) !important;
    }
}

ul.list-style-dash-small {
    list-style: none;
}

ul.list-style-dash-small li {
    margin-top: 0.5rem;
}

ul.list-style-dash-small li::before {
    content: "-";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: inherit;
}

.menu-close {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display:none;
}

.tooltip-inner {
    background-color: var(--color-light);
    color: var(--color-dark);
    font-size: 1em;
    padding: 0.2rem;
}

.svg-row svg {
    margin-top: -2px !important;
}