@media screen and (min-width: 940px) {
    .landing-katalog {
        box-shadow: 0px 3px 14px #303E4626;
        padding: 30px;
    }
}

.landing-katalog h3 {
    text-align: center;
}

.landing-table-sort {
    display: flex;
    overflow-x: auto;
}

@media screen and (min-width: 1200px) {
    .landing-table-sort {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.landing-table-sort div {
    display: flex;
    flex-direction: column;
    margin: 25px;
}

.landing-table-sort label {
    text-align: center;
    padding: 0 0 5px;
}

.landing-table-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 170px;
    padding: 0 5px;
    border: 0;
    box-shadow: 0px 1px 4px #425C6B30;
    border-radius: 3px;
    line-height: 30px;
    font-family: "Calibri W01 Regular";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='7' viewBox='0 0 10 7'%3E%3Cpath id='Polygon_12' data-name='Polygon 12' d='M5,0l5,7H0Z' transform='translate(10 7) rotate(180)' fill='%23425c6b' opacity='0.8'/%3E%3C/svg%3E%0A") no-repeat right center;
}

.landing-table-sort input:focus-visible {
    box-shadow: 0px 3px 14px rgba(48, 62, 70, 0.25);
    outline: 0;
}

label[for='togglefilter'] {
    width: 100%;
    cursor: pointer;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

@media screen and (min-width: 1200px) {
    label[for='togglefilter'] {
        padding-top: 0;
    }
}

label[for='togglefilter']:before {
    content: ' Mehr ';
}

label[for='togglefilter']:after {
    content: ' ▸';
    display: inline-block;
}

.landing-toggle-filter:checked~label[for='togglefilter']:after {
    transform: rotate(180deg);
}

.landing-toggle-filter:checked~label[for='togglefilter']:before {
    content: ' Weniger ';
}

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

    label[for='togglefilter']:after {
        content: " ▾";
    }

    .landing-toggle-filter:checked~label[for='togglefilter']:after {
        transform: rotate(180deg);
    }
}

label[for='togglefilter']:hover {
    text-decoration: underline;
}

.landing-toggle-filter:checked~div.landing-page-toggle-filter-container {
    display: flex;
}


div.landing-page-toggle-filter-container {
    display: none;
    flex-direction: row;
    margin-top: 0;
}

.landing-table-sort-morefilter {
    text-align: center;
    line-height: 50px;
    color: silver;
}

@media screen and (min-width: 1200px) {
    .landing-table-sort-morefilter {
        display: none;
    }
}

.landing-table-container {
    margin-left: -40px;
    width: calc(100% + 80px);
    overflow-x: auto;
}

@media screen and (min-width: 940px) {
    .landing-table-container {
        margin-left: unset;
        width: unset;
    }
}

.landing-table {
    border-spacing: 0;
    background: #fff;
}

@media screen and (min-width: 940px) {
    .landing-table {
        margin-left: 0;
        width: 100% !important;
    }
}

.landing-table tr:first-of-type {
    background: #425C6B;
}

.landing-table tr:nth-child(even) {
    background: rgba(66, 92, 107, 0.05);
}

.landing-table tr.filtered.odd {
    background: #fff;
}

.landing-table tr.filtered.even {
    background: rgba(66, 92, 107, 0.05);
}

.landing-table tr {
    position: relative;
}

.landing-table th {
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    padding: 10px;
    margin: 0 0 20px;
    /*border-bottom: 30px #fff solid;*/
}

.th-verfuegbar {
    display: none;
}

.th-bearb {
    display: none;
}

@media screen and (min-width: 940px) {
    .th-verfuegbar {
        display: table-cell;
    }

    .th-bearb {
        display: table-cell;
    }

    .landing-table th {
        padding: 10px;
    }

    .landing-table th:first-of-type {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .landing-table th:last-of-type {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

.landing-table td {
    text-align: center;
    border-bottom: 100px solid transparent;
    padding: 10px;

}

.landing-table td.sr-only,
.landing-table th.sr-only {
    display: none;
}

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

    .landing-table td.sr-only,
    .landing-table th.sr-only {
        padding: 0;
        width: 1px !important;
        margin: -1px !important;
    }
}

.landing-table .td-abwann,
.landing-table .td-edit {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: none;
}

.landing-table .td-abwann {
    padding-top: 50px;
}

.landing-table .td-abwann-1:before {
    content: 'ab: '
}

.landing-table .td-edit {
    padding-top: 90px;
}


@media screen and (min-width: 940px) {
    .landing-table td {
        border-bottom: none;
    }

    .landing-table .td-abwann,
    .landing-table .td-edit {
        position: relative;
    }

    .landing-table .td-abwann {
        padding-top: 10px;
    }

    .landing-table .td-abwann:before {
        content: ' '
    }

    .landing-table .td-edit {
        padding-top: 10px;
    }

    .landing-table-spacing {
        height: 30px;
    }

    .landing-table td:first-of-type {
        border-left: 15px #fff solid;
    }

    .landing-table td:last-of-type {
        border-right: 15px #fff solid;
    }
}

.landing-btn,
button.landing-btn {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 15px 30px;
    box-shadow: 0px 2px 10px rgba(47, 61, 70, 0.14);
    border-radius: 100px;
    transition: transform .2s;
    background-color: #fff;
    color: #425C6B;
}

.landing-btn-sm,
button.landing-btn-sm {
    font-size: 17px;
    padding: 3px 15px;
}

.landing-btn:hover {
    transform: scale(1.025);
    color: #fff;
    background: #425C6B;
}

.landing-btn-inverted {
    background: #425C6B !important;
    color: #fff !important;
}

.landing-btn-inverted:hover {
    background: #fff !important;
    color: #425C6B !important;
}

.landing-btn-darkred {
    background-color: #a1232b !important;
    color: #fff !important;
}

.landing-btn-darkred:hover {
    background-color: #891d23 !important;
}

.landing-table-buttons {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 940px) {
    .landing-table-buttons {
        justify-content: unset;
    }
}

.landing-table-buttons *,
.landing-table-buttons button {
    margin: 0 5px;
}

.landing-table-buttons-disabled {
    opacity: .5;
}

.landing-table-buttons-disabled .landing-btn:hover {
    transform: unset;
    color: unset;
    background: unset;
    cursor: not-allowed;
}

.landing-table-buttons-disabled .landing-btn-inverted:hover {
    color: #fff !important;
    background: #425C6B !important;
}

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

.landing-table tr.hiddenStyle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.interessenform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(64, 90, 103, 0.95);
    z-index: 9999;
    overflow: scroll;
}

.vermietung .interessenform input::-webkit-outer-spin-button,
.vermietung .interessenform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.interessenform.dropdown form .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem;
    grid-area: 9/1;
}

.interessenform.dropdown form input[type=submit] {

    grid-area: 9/2;
    height: fit-content;
}
.interessenform.dropdown form input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed;
}


.interessenform.unverb form .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem;
    grid-area:8/1;
}



.interessenform.unverb form input[type=submit] {
    grid-area: 8/2;
    height: fit-content;
}
.interessenform.unverb form input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed;
}



/* Firefox */
.vermietung .interessenform input[type=number] {
    -moz-appearance: textfield;
}

.vermietung .interessenform input,
.vermietung .interessenform select {
    margin: 5px 0;
    width: 96%;
    text-align: left;
    line-height: 44px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    padding: 0 0 0 20px;
    background-color: #FFFFFF;
    background-image: none;
    background-position-x: 95%;
    background-position-y: 16px;
    background-size: 14px;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.vermietung .interessenform input:required,
.vermietung .interessenform select:required {
    background-image: url(/wp-content/uploads/2025/07/sternchen.png);
}

@media screen and (min-width: 560px) {
    .vermietung .interessenform input, .vermietung .interessenform select {
        width: 96%;
        margin: 10px 0;
        background-position-y: 25px;
        line-height: 65px;
    }
}

.vermietung .interessenform select {
    height: 44px;
}

.vermietung .interessenform select:invalid {
    color: #747474
}

.vermietung .interessenform select option:first-of-type {
    color: #747474
}

.vermietung .interessenform select option {
    color: #000000
}

.interessenform h3 {
    color: white
}

.interessenform label,
.interessenform p {
    color: white;
    font-size: 14px;
}

.interessenform label span {
    padding: 0
}

.label-dis-none{
    display: none;
}
.interessenform form {
    width: 80%;
    padding: 0;
    margin: 24% auto 15% auto;
    background-color: transparent;
}

@media screen and (min-width: 560px) {
    .interessenform form {
        width: 65%;
        margin: 20% 5% 20% auto;
    }
}

@media screen and (min-width: 1080px) {
    .interessenform form {
        margin: 10% auto;
        display: grid
    ;
        grid-template-columns: 47% 47%;
        justify-content: space-between;
    }
}

@media screen and (min-width: 560px) {
    h3 {
        font-size: 23px;
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 1080px) {
    .interessenform form h3 {
        grid-column: 1 / 3;
        font-size: 54px;
        font-weight: 700;
    }
}

.interessenform form p:last-of-type {
    text-align: right;
    margin-bottom: 10px
}

.interessenform input[type='submit'] {
    color: #405A67;
    background-color: white;
    font-weight: 600;
    width: 60%;
    margin: 0 20%;
    text-align: center;
    line-height: 45px;
    padding: 0;
    background-image: none;
}

.interessenform input[type='submit']:hover{
    color: #405A67;
}

#pflichtfeld {
    display: none
}

@media screen and (min-width: 560px) {
    #pflichtfeld {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 560px) {
    .vermietung .interessenform form {
        position: relative;
    }
}

#dont-show .dont-show {
    display: none
}

.close-main {
    cursor: pointer;
    width: 30px;
    border: none;
    position: absolute;
    top: 100px;
    right: 10%;
    background-color: transparent !important;
    padding: 15px;
    z-index: 99999;
}

.close-main {
    background: url(/wp-content/uploads/2025/07/Close-X.svg) no-repeat 50% 50%;
}

body.modal-open [data-elementor-type="header"]{
    position: relative;
    z-index: -1;
}

body.modal-open .elementor-popup-modal:has(.contact__card).visible{
    z-index: -1 !important;
}

table, tr, td{
    border-width: 0;
}

body.overflow-none{
    overflow: hidden;
}

#versand {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}

.interessenform:has(#versand.open){
    display: block;
}

#loadMore:focus{
    color: #425C6B !important;
}

#loadMore:hover{
    color: #FFFFFF !important;
}