/*
Theme Name: Shopping Arena
Author: Portalworks
Version: 1.0.0
Text Domain: shopping-arena
*/

/***************************************************
                      FONTS
***************************************************/
/* abel-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/abel-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bungee-shade-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bungee Shade';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bungee-shade-v11-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/***************************************************
                  BODY AND HTML
***************************************************/
body {
    font-family: var(--font-primary);
}

html {
    scroll-behavior: smooth;
}

/***************************************************
                      ROOT
***************************************************/
:root {
    --red: #ad1433;
    --blue: #62799a;
    --green: #acb16f;
    --light-blue: #5b778d;
    --font-primary: 'Abel';
    --font-secondary: 'Bungee Shade';
}

/***************************************************
                PREDEFINED CLASSES
***************************************************/
.bg-red {
    background: var(--red);
}

.bg-blue {
    background: var(--blue);
}

.bg-green {
    background: var(--green);
}

.bg-white {
    background: #ffffff;
}

.bg-light-blue {
    background: var(--light-blue);
}

.color-blue {
    color: var(--blue);
}

.color-red {
    color: var(--red);
}

.color-light-blue {
    color: var(--light-blue);
}

.color-white {
    color: #ffffff;
}

.rebeka-traits a{
	color: #000000;
}
.rebeka-traits p {
    font-size: unset;
    margin-bottom: 0px;
}
.rebeka-traits a:hover{
	color: var(--red);
}
.editor a {
    color: #000000;
    text-decoration: underline;
}
.captcha-div span{
	height: 47px;
	display: inline-block;
}
.editor a:hover {
    color: var(--red);
}

.btn-custom {
    border: 1px solid var(--red);
    border-radius: 0px;
    position: relative;
    font-size: 34px;
    padding: 0.35rem 1rem;
    z-index: 100;
    transition: 0s all;
    text-decoration: none;
}

.btn-custom:hover {
    color: #fff;
    background: var(--red);
}

.btn-custom:focus {}
.btn-custom:focus {}

.btn-custom:hover::after {
    background: var(--red);
}

.btn-custom:focus-visible::after {
    background: #ffffff;
}

.btn-custom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 0px solid var(--red);
    border-bottom: 1px solid var(--red);
    border-left: 0px solid var(--red);
    border-right: 1px solid var(--red);
    top: 100%;
    left: 50%;
    margin-left: -15px;
    margin-top: -14px;
    transform: rotate(45deg);
    background: #ffffff;
    z-index: 99;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

p {
    font-size: 25px;
    line-height: 1.2;
}

/***************************************************
                    HEADER
***************************************************/
nav {
    left: unset !important;
}

.navbar-toggler-icon:focus-visible,
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.offcanvas-header button:focus,
select:focus,
select:focus-visible,
.btn-close:focus {
    outline: none;
    box-shadow: none;
    border:none;
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;
    background-image: url("images/Hamburger-Menue.svg");
}

.offcanvas, .offcanvas.offcanvas-end  {
    background-color: #e9e9e4;
    border-left: none;
}

.offcanvas-div {
    max-width: 850px;
}

.offcanvas  {
	overflow-y: auto;
}
.navbar-nav {
    gap: 30px;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
    width: 25px;
    background: transparent url("images/hamburger-close.png") center/1em no-repeat;
    background-size: contain;
    opacity: 1;
}

.menu-item a {
    color: black;
    text-decoration: none;
    font-size: 25px;
    font-weight: 800;
}

.current-menu-item a {
    color: var(--red);
}

.section-padding {
    padding-top: 45px;
    padding-bottom: 25px;
}

.captcha-div p{
	font-size: 22px !important;
}

.section-padding-sm {
    padding-top: 45px;
    padding-bottom: 25px;
}

.logo {
    max-width: 850px;
}

.logo img {
    width: 100%;
    height: auto;
}

.carousel-section p {
	margin-bottom: 0;
}

.carousel-item {
	transition: unset;
}
.carousel-section .carousel-item {
    max-height: 355px;
    width: 100%;
}

.carousel-section .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.carousel-section .adress-slide {
    font-size: 24px;
    font-weight: 400;
    padding: 0px 10px;
}

.scroll {
    margin-bottom: 30px;
}

.svg-slider img {
    object-fit: contain!important;
}


.wpcf7-captchar {
	padding: .375rem .75rem;
}

.wpcf7-captchar:focus, .wpcf7-captchar:focus-visible {
	outline: none;
}
/***************************************************
                    MAP
***************************************************/
.numbers-box {
    font-size: 25px;
    z-index: 3;
	width: calc(100% + 10px);
	position: relative;
	left: -10px;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    padding: 30px 10px 50px 10px;
    margin-bottom: 0px;
	border: 2px solid var(--green);
	width: 100%;
	z-index: 2;
	background: #ffffff;
	position: relative;
	font-size: 18px;
}
.ol-wrap{
	width:70%;
	z-index: 3;
}
.numbers-box .button-box{
	width: 30%;
}
ol li {
    display: block;
    margin-bottom: .1em;
    margin-left: 1.2em;
}

ol li::before {
    display: inline-block;
    content: counter(item) "";
    counter-increment: item;
    width: 1.2em;
    margin-left: -1.2em;
    color: var(--red);
    margin-right: 10px;
    text-align: end;
}

.numbers-box a {
    background: var(--green);
    text-decoration: none;
    width: 100%;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 35px;
}

.numbers-box a:hover {
    color: #ffffff;
}

.map-box {
    z-index: 1;
    position: relative;
}

.maps-box {
    padding: 10px;
    border: 2px solid var(--green);
    position: relative;
    z-index: 2
}

.red-overlay,
.green-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.red-overlay::after,
.green-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
}

.red-overlay::before,
.green-overlay::before {
    content: "";
    left: 3px;
    top: -6.5px;
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
}

.red-overlay::before,
.red-overlay::after {
    background: var(--red);
}

.green-overlay::before,
.green-overlay::after {
    background: var(--green);
}

/***************************************************
                    HAUS 1
***************************************************/
.download-box-blue a,
.download-box-red a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 15px 20px;
    z-index: 2;
}

.download-box-blue a {
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
}

.download-box-red a {
    border-top: 2px solid var(--red);
    border-right: 2px solid var(--red);
}

/***************************************************
                    HAUS 1
***************************************************/
.haus-1-box {
    padding: 20px 20px 50px 20px;
    border: 2px solid var(--red);
    position: relative;
    z-index: 2;
}

.text-box a {
	color: #212529;
}

.text-box h3 {
    font-size: 20px;
    font-family: var(--font-secondary);
}

.haus-1-box .img-wrap {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.under-haus {
    font-size: 20px;
}

.haus-1-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.blue-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.blue-overlay::before {
    content: "";
    left: 3px;
    top: -7px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.side-img-wrap {
    width: 100%;
    height: 210px;
    border-top: 1px solid var(--light-blue);
    border-right: 1px solid var(--light-blue);
    position: relative;
}
.side-img-wrap-red{
	border-top: 1px solid var(--red);
    border-right: 1px solid var(--red);
}
.side-img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}
.side-img-wrap::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.side-img-wrap::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.text-box-under {
    font-size: 16px;
    line-height: 1.3;
}

/***************************************************
                    HAUS 2
***************************************************/
.haus-2-box {
    border: 2px solid var(--blue);
}

.side-wrap-2 {
    position: relative;
    top: -1px;
}
.blueimage .side-img-wrap::before,
.blueimage .side-img-wrap::after{
	background: var(--light-blue);
}
.blueimage .side-img-wrap::before{
	width: 2px;
}
.blueimage .side-img-wrap::after{
	height: 2px;
}
.side-wrap-2 .side-img-wrap {
    border-top: none;
    border-right: none;
}
.side-wrap-2 .red-overlay::before {
    content: "";
    left: 4px;
    top: -8px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.wpcf7-list-item input {
    appearance: none;
    -webkit-appearance: none;
}

.side-wrap-2 .red-overlay::after {
    content: "";
    right: -7.5px;
    bottom: 3.5px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.move-up {
    padding-bottom: 30px;
}

.link-box-1 {
    top: 0;
}

.link-box a {
    top: 1px;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
}

.link-box-1 a {
    bottom: 1px;
    border-top: 2px solid var(--red);
    border-right: 2px solid var(--red);
}

.link-box a,
.link-box-1 a {
    padding: 15px 20px;
    text-decoration: none;
    color: black;
    z-index: 2;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 21px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--red);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    display: block;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]::before {
    background-color: var(--red);
}

.wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


input[type="radio"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--red);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.wpcf7-radio {
    display: flex;
    gap: 20px;
    font-size: 22px;
}

input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    display: block;
}

.wpcf7-radio .wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]::before {
    background-color: var(--red);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--red);
}

.form-check-input:checked {
    border-color: var(--red);
}

.checkbox-wrap {
    gap: 20px;
}

.wpcf7-checkbox {
    font-size: 22px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px;
}

.checkbox-item {
    font-size: 22px;
}

.form-check-input {
    margin-top: 0px;
    margin-right: 10px;
}

.col-lg-6 .input-wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-for-check p {
    font-size: 22px;
    margin-bottom: 20px;
}

.checkbox-wrap2 {
    margin-top: 40px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    z-index: 2;
    position: relative;
    border-radius: 0px;
    font-size: 22px;
    border: 1px solid var(--red);
    color: #000000 !important;
}

.input-group p {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.input-group {
    margin-bottom: 20px;
}

.input-group .wpcf7-not-valid-tip {
    left: 0;
    bottom: -75px;
    position: absolute;
    font-size: 16px;
    width: 300px;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: #000000;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--red);
}

.wrap-row .row .col-12:nth-child(2) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(4) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(6) .input-group .wpcf7-not-valid-tip {
    bottom: -27px;
}

.wrap-row {
    margin-left: 10px;
    margin-top: 20px;
}

.btn-accept-custom {
    background: var(--red);
    text-decoration: none;
    width: auto;
    min-width: 290px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    border: 2px solid var(--red);
}

.btn-accept-custom:hover {
    color: #000000;
    background: #ffffff;
}

.text-for-check a {
    color: #000000;
}

.text-for-check a:hover {
    color: var(--red);
}

.input-wrap .text-for-check {
    font-size: 15px;
}

form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
    margin-top: 30px;
}

/***************************************************
                    WOMAN
***************************************************/
.wrap-woman .image-box {
    width: 160px;
    height: 170px;
}

.wrap-woman .image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rebeka-text {
    min-height: 170px;
    font-size: 18px;
}

.name-rebeka {
    margin-top: 10px;
}

.livit-image-wrap {
    width: 200px;
    height: auto;
}

.livit-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/***************************************************
                    ANGEBOT
***************************************************/
/************FILTER**************/

#short-filter select ,#room-filter select,
#short-filter-allenmoos select ,#room-filter-allenmoos select {
    border-radius: 0;
    padding: 7px 5px;
	background-color: white;
	color: black;
    outline: none;
    box-shadow: none;
}

#short-filter select ,#room-filter select {
    border:1px solid var(--red);
}

#short-filter-allenmoos select ,#room-filter-allenmoos select {
    border:1px solid var(--blue);
}

#short-filter select,
#short-filter-allenmoos select {
    width: 100%;
}

/**********PRICE RANGE*********/
.price-range-wrap {
    width: 255px;
    margin-right: 10px;
    font-size: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 0;
    font-weight: normal;
    color: #454545;
    border-radius: 0!important;
    width: 20px!important;
    height: 30px;
    outline: none;
    top: -10px;
}

#grabenwies .ui-state-default,#grabenwies .ui-widget-content #grabenwies .ui-state-default {
    background: var(--red);
}

#allenmoosstrasse .ui-state-default,#allenmoosstrasse .ui-widget-content #allenmoosstrasse .ui-state-default {
    background: var(--blue);
}

#slider-pricerange, #slider-pricerange-allenmoos {
    top: 3px;
}
.dataTables_filter{
    display: none;
}

.row-background-color {
    background-color: #dddede;
}

.price-range-wrap p {
    font-size: 16px;
}

/***********CHECKBOX*************/
div#available-filter,
div#available-filter-allnemoos {
    font-size: 15px;
    display: inline-block;
}
#available-filter input[type="checkbox"],
#available-filter-allnemoos input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#available-filter label,
#available-filter-allnemoos label {
    margin-right: 1em;
    position: relative;
    margin-top: 11px;
}
#available-filter label:before,
#available-filter-allnemoos label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: -8px;
    padding: 0;
    background-clip: content-box;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
}

#available-filter label:before {
    background-color: var(--red);
}

#available-filter-allnemoos label:before {
    background-color: var(--blue);
}

#available-filter label:after,
#available-filter-allnemoos label:after {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    left: 7px;
    position: absolute;
    top: 16px;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 6px;
    display: none;
}
#available-filter input:checked + label:after,
#available-filter-allnemoos input:checked + label:after {
    -webkit-animation: check2 0.8s ease 0s running;
    animation: check2 0.8s ease 0s running;
    display: block;
    width: 8px;
    height: 14px;
    border-color: #fff;
}

.blue-button,
.red-button {
    cursor: pointer;
}

.blue-button h3,
.red-button h3 {
    font-family: var(--font-secondary);
}

.blue-button p,
.red-button p {
    margin-bottom: 0;
}

.bubble-container {
    width: 90%;
}

.bubble-background {
    position: absolute;
    top: 8px;
    left: 10px;
    height: 100%;
    background-color: var(--red);
    z-index: 0;
    border-radius: 0;
}

.bubble {
    position: relative;
    width: 100%;
    padding: 20px;
    background-color: white;
    border: 2px solid var(--red);
    border-radius: 0;
    margin: 0 auto;
    z-index: 1;
}

.bubble::before,
.bubble::after,
.bubble-background::before,
.bubble-background::after {
    content: '';
    position: absolute;
    width: 0;
    border-style: solid;
    bottom: -17px;
    transform: rotate(180deg);
}

.bubble::before,
.bubble-background::before {
    border-width: 0 20px 17.32px 20px;
    left: 15%;
}

.bubble::after,
.bubble-background::after {
    border-width: 0 20px 17.32px 20px;
    right: 15%;
}

.bubble::before {
    border-color: transparent transparent white transparent;
}

.bubble-background::before {
    border-color: transparent transparent var(--red) transparent;
}

.bubble::after {
    border-color: transparent transparent white transparent;
}

.bubble-background::after {
    border-color: transparent transparent var(--red) transparent;
}

.angebot-carousel-image {
    padding: 20px;
    z-index: 2;
}
#grabenwies .angebot-carousel-image {
    border: 2px solid var(--red);
}

#allenmoosstrasse .angebot-carousel-image {
    border: 2px solid var(--blue);
}

.angebot-overlay {
    height: calc(100% - 10px);
    top: 20px;
}

.table-striped thead {
    background-color: black;
}

.table-striped tr {
    cursor: pointer;
}

.table-striped tbody tr:nth-child(odd) {
    background-color: #dddede;
}

.table-striped-blue tbody>tr:hover>td a,
.table-striped-red tbody>tr:hover>td a {
	color: white;
}

.table-striped-blue tbody>tr:hover,
.table-striped-blue tbody>tr:hover>td,
.table-striped-blue .hovered,
.table-striped-blue .hovered>td {
    background-color: #567588 !important;
    transition: background-color 1s linear;
    color: white !important;
}

.table-striped-red tbody>tr:hover,
.table-striped-red tbody>tr:hover>td,
.table-striped-red .hovered,
.table-striped-red .hovered>td {
    background-color: var(--red) !important;
    transition: background-color 1s linear;
    color: white !important;
}

svg {
    max-width: 100%;
    height: auto;
}

.isomtery svg {
    position: sticky;
    top: 0;
    z-index: 1020;
}

[id^=level_] {
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

[id^=level_].moveup{
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
}

#house_1 [id^=level_] > g.active-flat > polygon,
#house_1 [id^=level_] > g:hover > polygon,
#house_1 [id^=level_] > g:hover > polyline,
#house_1 [id^=level_] > g.active-flat > polyline,
#house_1 [id^=level_] > g:hover  *,
#house_1 [id^=level_] > g.active-flat  * {
    fill: var(--red) !important;
    stroke: #fff !important;
}

#house_50 [id^=level_] > g.active-flat > polygon, #house_56 [id^=level_] > g.active-flat > polygon, #house_60 [id^=level_] > g.active-flat > polygon,
#house_50 [id^=level_] > g:hover > polygon, #house_56 [id^=level_] > g:hover > polygon, #house_60 [id^=level_] > g:hover > polygon,
#house_50 [id^=level_] > g:hover > polyline, #house_56 [id^=level_] > g:hover > polyline, #house_60 [id^=level_] > g:hover > polyline,
#house_50 [id^=level_] > g.active-flat > polyline, #house_56 [id^=level_] > g.active-flat > polyline, #house_60 [id^=level_] > g.active-flat > polyline,
#house_50 [id^=level_] > g:hover  *, #house_56 [id^=level_] > g:hover  *, #house_60 [id^=level_] > g:hover  *,
#house_50 [id^=level_] > g.active-flat  *, #house_56 [id^=level_] > g.active-flat  *, #house_60 [id^=level_] > g.active-flat  *  {
    fill: var(--blue) !important;
    stroke: #fff !important;
}

.accordion-body {
	padding: 0;
}

#grabenwies .accordion-button:not(.collapsed) {
	color: black;
	font-weight: bold;
	background-color: var(--red);
}

#grabenwies svg {
	height: 429px;
}

#allenmoosstrasse .accordion-button:not(.collapsed) {
	color: black;
	font-weight: bold;
	background-color: var(--blue);
}

.accordion-button:focus,
.accordion-button .collapsed:focus {
	box-shadow: none;
	outline: none;
	border-color: transparent;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("/wp-content/uploads/2023/10/accordion-arrow.svg");
}

.accordion-button::after {
	position: absolute;
}

.accordion-button:not(.collapsed) {
	box-shadow: unset!important;
}

.street-name {
	margin-left: 25px;
	margin-bottom: unset;
	font-size: 20px;
}

.modal-body p {
    font-size: 18px;
}

.modal-border-red {
    border: 10px solid var(--red);
}

.modal-border-blue {
    border: 10px solid var(--blue);
}

.free-bewerben:hover,
.free-bewerben-table:hover { 
    text-decoration: underline;
}
.bewerben,
.bewerben-table {
    text-decoration: none;
}

.bewerben-table,
.bewerben-table:hover {
	color: black;
}

.free-bewerben:hover {
	text-decoration: underline;
}

.modal .btn-close {
	height: 15px;
	width: 15px;
}

/***************************************************
                    FOOTER
***************************************************/
footer ul {
    list-style-type: none;
    gap: 15px;
}

footer li,
footer p {
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 22px;

}

footer li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -12.5px;
    /* Adjust the position of the slash as needed */
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #000000;
}

/***************************************************
                    RESPONSIVE
***************************************************/
/***************************************************
                   RESPONSIVE SM
***************************************************/
@media (min-width: 576px) {
    .menu-item a {
        font-size: 40px;
    }

    .link-box a,
    .link-box-1 a {
        font-size: 24px;
        padding: 15px 60px;
    }
    /**************************
     Form
**************************/
    .input-wrap .text-for-check {
        font-size: 22px;
    }
	
	.modal-dialog {
		max-width: 50%!important;
	}

    .price-range-wrap {
        width: 340px;
        margin-right: 80px;
        font-size: 16px;
    }
}

/***************************************************
                   RESPONSIVE MD
***************************************************/
@media (min-width: 768px) {
    .download-box-blue a,
    .download-box-red a {
        font-size: 14px;
    }

    /**************************
    Pre-Defined Classes
**************************/
    h2 {
        font-size: 46px;
    }

	ol {
		padding: 30px 10px 50px 10px;
		column-count: 2;
	}
    /**************************
    Haus 1
**************************/
    .under-haus {
        font-size: 28px;
    }
    .text-box-under {
        font-size: 18px;
    }
	.rebeka-text {
		font-size: 22px;
	}
}

/***************************************************
                   RESPONSIVE LG
***************************************************/
@media (min-width: 992px) {

    /**************************
    Pre-Defined Classes
**************************/
    h2 {
        font-size: 60px;
    }

    p {
        font-size: 36px;
    }

    .bubble-container p {
        font-size: 30px;
    }
	.carousel-section .adress-slide {
		font-size: 30px;
		padding: 0px 20px;
	}
    .section-padding {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .move-up {
        position: relative;
        padding-bottom: 0px;
    }

    .section-padding-sm {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    /**************************
     Header
**************************/

    .btn-close {
        width: 50px;
        height: 50px;
    }

    .navbar-toggler-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    /**************************
     Map
**************************/
    .maps-box {
        padding: 30px;
    }
	.numbers-box {
		border: 2px solid var(--green);
		width: auto;
		left: unset;
	}
	ol{
		border: none;
		width: unset;
		padding: 30px 20px 50px 30px;
		column-count: 1;
		font-size: 25px;
	}
	.ol-wrap{
		width: unset;
	}
	.numbers-box .button-box{
		width: unset;
	}

    /**************************
     Haus 1
**************************/
    .haus-1-box {
        padding: 50px 50px 100px 50px;
    }

    .text-box h3 {
        font-size: 30px;
    }

    .side-img-wrap {
        height: 310px;
    }

    .text-box-under {
        font-size: 22px;
    }

    .link-box-1 a {
        border-left: unset;
    }

    .link-box a {
        margin-right: 10px;
        border-right: unset;
    }

    .link-box-1 {
        top: unset;
        bottom: 0;
    }

    /**************************
     Haus 2
**************************/
    .side-wrap-2 {
        top: 10px;
    }

    .download-box-blue a,
    .download-box-red a {
        font-size: 18px;
    }

    /**************************
     Angebot
**************************/
    .bubble p {
        text-wrap: no-wrap;
        font-size: 24px;
    }

    .angebot-carousel-image {
        padding: 50px;
    }

    /**************************
     Form
**************************/
    .checkbox-wrap2 {
        margin-top: 60px;
    }

    form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
        margin-top: 0px;
    }
}

/***************************************************
                   RESPONSIVE XL
***************************************************/
@media (min-width: 1200px) {
    .text-box h3 {
        font-size: 40px;
    }

    /**************************
     Map
**************************/
    .numbers-box {
        min-width: 350px;
    }

    /**************************
     Form
**************************/
    .row .col-lg-5:nth-child(2) .checkbox-item2 {
        margin-left: 10px;
    }

    .carousel-section .adress-slide {
        font-size: 36px;
    }

    .bubble-container {
        width: 60%;
    }
}

/***************************************************
                   RESPONSIVE XXL
***************************************************/
@media (min-width: 1400px) {
	.custom-container{
		max-width: 1710px;
	}

    .text-box h3 {
        font-size: 50px;
    }

    .bubble-container h3 {
        font-size: 40px;
    }

    /**************************
    Download
**************************/
    .download-row .col-md-4 {
        padding-right: 40px;
    }

    .download-row:last-child {
        padding-right: 0;
    }

    .download-box-blue a,
    .download-box-red a {
        font-size: 24px;
    }

    .bubble-container {
        width: 40%;
    }
}