#new_agent {
  color: white;
}

#new_agent .form-control {
  background-color: transparent;
  border-width: 2px;
  color: white !important;
  border-radius: 0 !important;
}

#new_agent .form-control option {
  color: black;
}

#new_agent .form-control:focus {
  box-shadow: 0 0 5px white !important;
  border-color: white;
}

#new_agent .input-group-text {
  background-color: transparent;
  color: white;
  border-width: 2px;
  border-left: none;
  border-color: white;
  border-radius: 0;
}

#new_agent .form-check-label {
  text-transform: none;
}

#new_agent label {
  text-transform: uppercase;
}

#new_agent .btn-primary {
  border-radius: 0;
}

#new_agent .text-danger {
  color: #ff7474 !important;
}

#new_agent .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

#new_agent .form-control {
  border-color: white;
}

#new_agent a {
  color: white;
}

#rent-list-filter .multiselect-container {
  border: 2px solid rgb(255, 105, 0);
}

#rent-list-filter .multiselect-option {
  color: white;
}

#rent-list-filter .multiselect-option .form-check-input:checked {
  background-color: transparent;
  border-color: white;
}

#rent-list-filter .custom-select {
  background-color: transparent;
  border: 2px solid rgb(255, 105, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: white;
}

#rent-list-filter .custom-select:hover {
  color: white;
  background-color: darkorange !important;
}

#rent-list-filter .custom-select:active {
  background-color: darkorange !important;
}

#rent-list-filter .custom-select:focus {
  background-color: darkorange !important;
  box-shadow: 0 0 5px darkorange !important;
  border-color: white;
}

.multiselect-search {
  border-radius: 0;
}

.multiselect-container {
  background-color: rgb(54, 54, 54);
  border: 2px solid white;
  border-radius: 0;
  /* Handle */
  /* Handle on hover */
}

.multiselect-container .active {
  background-color: transparent !important;
  color: white !important;
}

.multiselect-container::-webkit-scrollbar {
  width: 15px;
}

.multiselect-container::-webkit-scrollbar-track {
  background: linear-gradient(to right, rgb(54, 54, 54) 20%, white 20%, white 30%, rgb(54, 54, 54) 30%);
}

.multiselect-container::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, white 50%, rgb(54, 54, 54) 50%);
}

.multiselect-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right, darkorange 50%, rgb(54, 54, 54) 50%);
}

.multiselect-native-select .btn-group {
  width: 100%;
}

.multiselect-option {
  color: white;
}

.multiselect-option .form-check-input:checked {
  background-color: transparent;
  border-color: white;
}

.custom-select {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.custom-select:hover {
  color: white;
  background-color: darkorange !important;
}

.custom-select:active {
  background-color: darkorange !important;
}

.custom-select:focus {
  background-color: darkorange !important;
  box-shadow: 0 0 5px white !important;
  border-color: white;
}

.admin-agent .form-check-input {
  background-image: none !important;
}

.admin-agent .custom-select {
  background-color: transparent;
  border: 2px solid black;
  color: black;
}

.admin-agent .custom-select:hover {
  color: black;
  background-color: darkorange !important;
}

.admin-agent .custom-select:active {
  background-color: darkorange !important;
}

.admin-agent .custom-select:focus {
  background-color: darkorange !important;
  box-shadow: 0 0 5px white !important;
  border-color: white;
}

.admin-agent .multiselect-container {
  border: 2px solid black;
  background-color: white;
  /* Handle */
  /* Handle on hover */
}

.admin-agent .multiselect-container .form-check-input {
  float: none;
}

.admin-agent .multiselect-container .active {
  background-color: grey !important;
  color: white !important;
}

.admin-agent .multiselect-container::-webkit-scrollbar {
  width: 15px;
}

.admin-agent .multiselect-container::-webkit-scrollbar-track {
  background: linear-gradient(to right, white 20%, rgb(54, 54, 54) 20%, rgb(54, 54, 54) 30%, white 30%);
}

.admin-agent .multiselect-container::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, rgb(54, 54, 54) 50%, white 50%);
}

.admin-agent .multiselect-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to right, darkorange 50%, white 50%);
}

.admin-agent .form-check-input {
  background-image: none;
}

.admin-agent .multiselect-option {
  color: black;
}

.admin-agent .multiselect-option .form-check-input:checked {
  background-color: transparent;
  border-color: white;
}

#allTypes {
  width: 100px;
}

body {
  background-color: rgb(54, 54, 54);
  color: white;
  font-family: "Lato", sans-serif;
}

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

.normal-font,
.normal-text {
  font-weight: 400;
}

a {
  color: #ff6900;
  text-decoration: none;
}

a:hover {
  color: darkorange;
}

p {
  margin-bottom: 0;
  font-size: 1.15rem;
}

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

.cky-consent-container p {
  padding: 0;
}

.cky-btn-customize {
  display: none;
}

.modal-backdrop {
  z-index: 1050;
}

.modal {
  z-index: 1060;
}

.front-search-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8rem;
  position: relative;
  z-index: 10;
}

.front-search-wrapper .header {
  display: none;
}

.front-search-wrapper .desktop {
  display: none;
}

.front-search-wrapper .mobile {
  display: block;
}

.news-item-wrapper {
  max-width: 400px;
}

.news-item-wrapper p {
  font-weight: 300;
}

.wp-block-video video {
  width: 100%;
  display: block;
  max-width: 70rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.img-ticker {
  margin-left: -1rem;
  margin-right: -1rem;
}

.img-ticker img {
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 16rem;
  height: auto;
}

/* Temporarily disabled global padding
h1,
h2,
p {
  padding: 0 5%;
}
*/

.navbar {
  background-color: rgba(0, 0, 0, 0.9);
}

.navbar a {
  color: white;
}

.navbar img {
  width: 220px !important;
  height: auto !important;
}

.navbar .dropdown-menu {
  border-radius: 0 !important;
}

.navbar .dropdown-toggle-split {
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}

.navbar .dropdown-toggle-split:focus {
  box-shadow: none;
}

ul.navbar-nav h2.accordion-header {
  line-height: 22px !important;
}

.btn-primary {
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
  border-radius: 0;
  padding: 0.75rem;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: darkorange !important;
  border-color: darkorange !important;
}

.btn-primary:focus {
  background-color: darkorange !important;
  border-color: darkorange;
  box-shadow: 0 0 5px #ff6900 !important;
}

.transport-wrapper,
.rent-search-bg {
  background-color: rgb(41, 41, 41);
}


.wp-block-cover {
  align-items: center;
  min-height: 550px;
  padding: 5rem 0;
}

.wp-block-cover.homepage-cover {
  min-height: unset;
}

#news-header h2 {
  padding-top: 150px;
}

.btn-light {
  background-color: white !important;
  border-color: white !important;
  border-radius: 0;
  padding: 0.75rem;
}

.btn-light:hover,
.btn-light:active {
  background-color: rgb(240, 240, 240) !important;
  border-color: rgb(240, 240, 240) !important;
}

.btn-light:focus {
  background-color: rgb(240, 240, 240) !important;
  border-color: rgb(240, 240, 240) !important;
  box-shadow: 0 0 5px #ff6900 !important;
}

.transport-text {
  margin-top: 1rem;
}

.transport-text p {
  text-align: center;
}

.map-container {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.navbar-brand img {
  height: 60px;
  width: 231.6px;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-secondary {
  border-radius: 0;
}

.product-list-image {
  width: 100%;
  /*height: 23rem;
  min-height: 100%;*/
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.contact-form .form-control {
  background-color: transparent;
  border-width: 2px;
  color: white !important;
  border-radius: 0 !important;
  border-top: none;
  border-right: none;
  border-left: none;
}

.contact-form .form-control::placeholder {
  color: white;
}

.contact-form .form-control option {
  color: black;
}

.contact-form .form-control:focus {
  box-shadow: 0 5px 5px -5px white !important;
  border-color: white;
}

.contact-form .input-group-text {
  background-color: transparent;
  color: white;
  border-width: 2px;
  border-left: none;
  border-color: white;
  border-radius: 0;
}

.contact-form textarea {
  height: 10rem;
}

.contact-form h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-block-read-more {
  display: block;
  text-align: center;
}

.bg-dark {
  background-color: rgb(54, 54, 54) !important;
}

.bg-white {
  background-color: white !important;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#front-search {
  border-radius: 0;
  background-color: transparent;
  color: white;
}

#front-search:focus {
  border-color: #ced4da;
}

#front-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

#front-search-button {
  border-radius: 0;
}

.background-image {
  position: relative;
  width: 100%;
  height: 405px;
  background-position: center !important;
  background-size: cover;
}

.foreground-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-height: 70%;
  max-width: 95%;
}

.rent-location {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../imgs/area-header.jpeg");
  background-size: cover;
  background-repeat: none;
  border-bottom: 1px solid black;
  box-shadow: 0 4px 2px -2px rgb(30, 29, 29);
}

.rent-location p {
  padding-left: 0;
  padding-right: 0;
}

.rent-location p:not(:first-child) {
  margin-top: 1rem;
}

.border-dark {
  border-color: black !important;
}

.about-image {
  width: 100%;
}

.border-orange {
  border-color: #ff6900 !important;
}

.special-link a {
  color: white !important;
  text-decoration: underline;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.nav-item a {
  display: block;
 /* padding: 0.5rem 1rem; */
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-item a:hover {
  color: orange;
}

.book-image {
  max-width: 50rem;
}

.buch-item-wrapper {
  max-width: 150rem;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.body p {
  padding-left: 0;
}

.custom-posts .title {
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}

.custom-posts .body {
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 10rem;*/
}

.custom-posts img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.color-primary {
  color: #ff6900;
}

.border-primary {
  border-color: #ff6900 !important;
}

.buch-product .border-top {
  border-top: 2px solid #ff6900 !important;
}

.front-image {
  width: 100%;
  max-width: 50rem;
  margin: auto;
}

.front-image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

footer {
  background-color: rgb(41, 41, 41);
  color: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 300;
}

footer h2,
footer h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1.5rem;
  padding-left: 0;
  font-weight: 100;
  color: rgb(201, 201, 201) !important;
}

/*
footer p {
  color: rgb(201, 201, 201) !important;
  margin-bottom: 0;
  padding-left: 0;
}

footer a {
  text-decoration: none !important;
  color: rgb(201, 201, 201) !important;
} */

footer ul {
  padding-left: 0;
  list-style-type: none;
}

/*
footer ul li a {
  text-decoration: none !important;
  color: rgb(201, 201, 201) !important;
}

footer ul li a:hover {
  color: darkorange !important;
}

*/

footer .row {
  margin-top: 1.5rem;
}

#min-size,
#max-size {
  border-radius: 0;
}

#callUsMobile,
#callUsDesktop {
  background-color: #ff6900;
  border-radius: 50%;
}

#callUsMobile a,
#callUsDesktop a {
  display: none;
  text-decoration: none;
}

#callUsMobile a:hover,
#callUsDesktop a:hover {
  color: white !important;
}

#callUsMobile:hover,
#callUsDesktop:hover {
  background-color: rgb(54, 54, 54);
}

#callUsDesktop {
  display: none;
  margin-right: 1rem;
}

#book_showcase {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#book_showcase .form-control {
  border-radius: 0;
  border-width: 2px;
  background-color: transparent;
  border-color: white;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white;
}

#book_showcase .form-control::placeholder {
  color: white;
}

#prospect-form .form-control {
  border-radius: 0;
}

#prospect-form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
  outline: 0 none;
}

.no-col-bottom-margin .wp-block-columns {
  margin-bottom: 0 !important;
}

/*#news-header {
	color: black;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	i {
		font-size: 3em;
	}
}*/
.socials i {
  font-size: 3em;
}

.socials i:hover {
  color: darkgrey !important;
}

.scrollable {
  flex-wrap: nowrap;
  overflow-x: auto;
  /* Handle */
  /* Handle on hover */
}

.scrollable::-webkit-scrollbar {
  height: 4px;
}

.scrollable::-webkit-scrollbar-track {
  background: white;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #ff6900;
  border-radius: 5px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: darkorange;
}

.news_card_body {
  overflow-y: hidden;
  height: 10.5rem !important;
  padding-bottom: 0.5rem;
}

.prod_description_wrapper p,
.news_card_body p {
  padding-left: 0;
  padding-right: 0;
  word-break: break-all;
  white-space: normal;
}

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

.scrollable img {
  width: 294.6px;
  height: 250px;
}

.accordion-button {
  padding-right: 0.25rem;
}

.accordion-button::after {
  filter: invert(100%);
}

.accordion-button:focus {
  box-shadow: none;
  color: #ff6900 !important;
}

.accordion-button a {
  color: inherit;
}

.no-padding-text p,
.no-padding-text h5,
.no-padding-text h4,
.no-padding-text h3,
.no-padding-text h2,
.no-padding-text h1 {
  padding-left: 0;
  padding-right: 0;
}

.front-news-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-collapse a {
  color: white !important;
}

.accordion-collapse a:hover {
  background-color: transparent;
}

.front-book-wrapper .wp-block-column:first-child {
  flex-basis: 100% !important;
}

.front-book-wrapper .wp-block-column:not(:first-child) {
  display: none;
}

.specific-news-image {
  height: 600px;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-margins {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.gallery-wrapper div.carousel {
  max-width: 80%;
  width: 80%;
  height: auto;
}

.socials {
  margin-top: 1rem;
}

.p_description {
  padding-left: 0;
  padding-right: 0;
}

#leje-col {
  padding-left: 0;
  padding-right: 0;
}

#rent-list-body .first-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#rent-list-body .first-col .product-list-image {
  height: 21rem;
}

#rent-list-body .second-col {
  padding-left: 0 !important;
  padding-right: 0;
  /* height: 21rem;
  overflow: auto; */
}

#rent-list-body .second-col .prospect-col {
  padding-right: 0;
}

/* Extra element styling */

.listing-headline {
  margin-bottom: 1em;
  text-transform: uppercase;
}

.text-bold {
  font-weight: 600;
}

.row-gap-5 {
  row-gap: 1rem;
}

.wp-block-cover .wp-block-heading {
  max-width: 70ch;
  margin: 0 auto;
}

.wp-block-cover h2.wp-block-heading {
  font-weight: 500;
  padding-bottom: 1rem;
}

.wp-block-cover .wp-block-columns {
  margin: 0 !important;
}

.elementor-cover {
  min-height: 550px !important;
}

.elementor-cover .e-con-inner {
  justify-content: center !important;
  padding: 5rem 0 !important;
  text-transform: uppercase !important;
}

#rent-list-body p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.5em !important;
}

@media only screen and (max-width: 1200px) {
  #rent-list-body p {
    font-size: 16px;
  }
}

#rent-list-body .p_description {
  font-size: 16px;
}

@media only screen and (min-width: 2700px) {
  .col-mx-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-mx-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-mx-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-mx-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-mx-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-mx-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-mx-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .container-fluid .zoom-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid .zoom-container .wp-block-column {
    width: 100%;
  }

  .buch-item-wrapper {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

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

  #book_showcase {
    margin-left: 0;
    margin-right: 0;
  }

  #rent-list-body .second-col {
    /*padding-right: calc(var(--bs-gutter-x) * 0.5) !important;*/
  }

  .col-mx-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .prod-list-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .employee .name,
  .employee .position {
    font-size: 1.2rem;
  }

  .rent-item-wrapper .front_prod_attribute:not(:first-child) {
    border-top: 1px solid black;
  }

  .rent-item-wrapper .col-8 {
    border-right: 1px solid black;
  }

  .rent-item-wrapper .row .col-12:last-child .row:last-child .col-6:last-child {
    border-right: 1px solid black;
  }
}

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

  /* For desktop++: */
  .front-book-wrapper .wp-block-column:first-child {
    flex-basis: inherit;
  }

  .front-book-wrapper .wp-block-column:not(:first-child) {
    display: block;
  }

  .transport-text {
    margin-top: 1rem;
  }

  .search-shortcut-mobile {
    display: none !important;
  }

  .front-icon {
    display: inline-block !important;
  }

  .company-ticker {
    display: block !important;
  }

  .front-search-wrapper {
    width: 65%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .front-search-wrapper .header {
    display: flex;
  }

  .front-search-wrapper .desktop {
    display: block;
  }

  .front-search-wrapper .mobile {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  #callUsDesktop {
    display: block;
    margin-right: 0;
    border-radius: 0;
  }

  #callUsDesktop a {
    display: inline-block;
  }

  .mobile-margins {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .navbar-brand {
    padding-left: 0;
  }

  .transport-text {
    margin-top: 0.1rem;
  }

  .transport-text p {
    text-align: start;
  }

  #callUsMobile {
    display: none;
  }

  #rent-pagination-container {
    display: none;
  }

  .zoom-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1400px) {
  #callUsMobile {
    display: none;
  }

  #callUsDesktop {
    border-radius: 50%;
    display: block;
  }

  #callUsDesktop a {
    display: block;
  }

  #callUsDesktop a span {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  #rent-item-nav .col-6:first-child {
    padding-left: 0;
  }

  #rent-item-nav .col-6:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  nav .container {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 100%;
  }

  .employee .name,
  .employee .position {
    font-weight: bold;
  }

  #rent-item-nav .col-6:first-child {
    padding-left: 0;
  }

  #rent-item-nav .col-6:nth-child(2) {
    padding-right: 0;
  }

  #rent-item-nav .col-6:nth-child(3) {
    padding-left: 0;
  }

  #rent-item-nav .col-6:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .navbar .nav-item:not(:first-child) {
    border-top: 1px solid white;
  }

  .navbar .nav-item:not(:first-child) {
    border-top: none !important;
  }

  .navbar .nav-item .accordion-button {
    padding-right: 0 !important;
  }

  .navbar .nav-item .accordion-button::after {
    background-image: none;
    width: 1rem !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hideonmobile {
    display: none;
  }

  .expandonmobile {
    flex-basis: 100% !important;
  }

  .navbar .nav-item:not(:first-child) {
    border-top: 1px solid white;
  }
}

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

  /* For desktop: */
  .search-shortcut {
    display: flex !important;
  }

  .specific-news-image {
    height: 600px;
  }

  .contact-form h5 {
    margin-bottom: 1rem;
  }

  footer .row {
    margin-top: 0;
  }

  footer .socials {
    margin-top: 2rem;
  }
}

.search-shortcut-mobile {
  display: flex;
}

.search-shortcut-mobile a {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

nav button,
nav a {
  text-transform: uppercase;
  font-weight: 300;
}

nav button:hover,
nav a:hover {
  color: #ff6900 !important;
}

.company-ticker {
  display: none;
}

.disclaimer p {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875em;
}

@media only screen and (max-width: 1080px) {

  /* For Tablet: */
  #callUsDesktop {
    display: none;
  }

  #callUsMobile,
  #callUsMobile a {
    display: block;
  }

  nav i {
    border-radius: 25%;
  }
}

/* Mobile menu switch size */
@media (min-width: 1080px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (max-width:1079px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  /*
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}*/
}


@media only screen and (max-width: 768px) {

  /* For Mobile: */
  .mx-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  footer .pt-5:first-of-type {
    padding-top: 0 !important;
  }

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

/* Fix the default flexing */
.contact-avatar-columns div.wp-block-column {
  flex-basis: auto !important;
  padding: 0 1rem 0 0;
}

.buch-product .row .col-8 {
  flex: 1 0 auto !important;
}

.buch-product .row .col {
  flex: 50 0 0% !important;
}

/*# sourceMappingURL=style.css.map */

/* Swiper colors */
.product-slider.swiper {
  --swiper-navigation-color: #ffffff !important;
  --swiper-navigation-size: 2rem;
}

/* Video related styling */
.btn-video {
  background: #292929;
  color: #FFFFFF;
  border-radius: 0px;
}

.btn-video:hover {
  background: #000000;
  color: #FFFFFF;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  /* Keeps the 16:9 ratio automatically */
  background: #000;
  /* Optional, looks nice before load */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* Typography fixes */

li:not([class]) {
  font-size: 1.15rem;
}

h2 {
  padding: 0;
}

/* Fix product page top video aspect ratio */

.prod_description_wrapper iframe[src*="youtube.com"],
.prod_description_wrapper iframe[src*="youtu.be"],
.prod_description_wrapper iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}

.prod_description_wrapper p {
  margin-bottom: 1em;
}

/* A class for hiding elements */
.hide {
  display: none !important;
}

/* Break filtering into lines on mobile */
@media only screen and (max-width: 768px) {
  .rent-search-bg #rent-list-filter {
    display: flex;
    flex-direction: column;
  }

  .rent-search-bg #rent-list-filter .col-4 {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }

  .rent-search-bg #rent-list-filter button,
  .rent-search-bg #rent-list-filter .input-group {
    height: 48px;
  }

  .rent-search-bg #rent-list-filter .multiselect-container {
    width: 100%;
  }

}

/* Cover z-index fix */
.wp-block-cover__inner-container {
  z-index: 1 !important;
}


/* Search agent cancellation page */
.wp-block-lazyblock-cancel-confirm {
  max-width: 1000px;
  margin: 0 auto;
}

.elementor-page p {
  font-size: inherit !important;
}

/* Mobile logo sizing */
@media only screen and (max-width: 768px) {
  .navbar img {
    width: 190px !important;
  }
}

/* Agent notification */
.agent-toast {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background: #007a3f;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 500;
  animation: slideDown 0.4s ease-out;
  overflow: hidden;
}

/* Mobile: full width minus 1rem padding on each side */
@media (max-width: 768px) {
  .agent-toast {
    width: calc(100% - 2rem);
    left: 1rem;
    transform: translateX(0);
    animation: slideDownMobile 0.4s ease-out;
  }
}

.agent-toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.agent-toast-content i {
  font-size: 20px;
}

@keyframes slideDown {
  from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

@keyframes slideDownMobile {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* 
.agent-toast::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 8px 8px;
    animation: progress 5s linear;
}

@keyframes progress {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
} */

/* Cancel search agent page */

#cancel_container tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Mobile: Convert table to cards */
@media (max-width: 768px) {

  #cancel_container {
    padding: 0 1rem;
  }

  #cancel_container table,
  #cancel_container thead,
  #cancel_container tbody,
  #cancel_container th,
  #cancel_container td,
  #cancel_container tr {
    display: block;
    width: 100%;
  }

  #cancel_container thead {
    display: none;
  }

  #cancel_container tr {
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
  }

  #cancel_container td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0;
    border: none;
    width: 100%;
  }

  #cancel_container td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  #cancel_container td:last-child {
    justify-content: stretch;
    margin-top: 1rem;
  }

  #cancel_container td:last-child:before {
    display: none;
  }

  #cancel_container .confirm-cancel {
    width: 100%;
  }

  #cancel_container .c_token {
    display: none !important;
  }
}

/* Notify.js overrides */
/* Override notify.js positioning */
.notifyjs-corner {
  position: fixed !important;
  top: 75px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  width: auto !important;
  border-radius: 8px;
}

.notifyjs-wrapper {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
}

.notifyjs-container {
  position: relative !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .notifyjs-corner {
    width: calc(100% - 2rem) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .notifyjs-container {
    white-space: normal !important;
    width: 100% !important;
  }
}

/* Search agent CTA */
.search-agent-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  column-gap: 1rem;
  background: white;
  margin: 2rem auto 2rem auto;
  color: #212529;
}

@media (max-width: 768px) {
  .search-agent-cta {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.search-agent-cta button {
  width: max-content;
}

/* Product cards alignment */
.buch-product {
  min-height: 310px;
}


/* Contact person shortcode styling */
.kontaktperson-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.kontaktperson-card {
  color: #ffffff;
  max-width: 320px;
  border-radius: 0;
  overflow: hidden;
}

.kontaktperson-card__image-wrapper {
  width: 100%;
}

.kontaktperson-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.kontaktperson-card__content {
  padding: 1rem 0 0 0;
}

.kontaktperson-card__name {
  font-size: 1.15rem;
  padding: 0 !important;
}

.page .kontaktperson-card p,
.single-post .kontaktperson-card p {
  padding: 0 !important;
}

.kontaktperson-card__job-title {
  font-size: 1.15rem;
  padding: 0 !important;
  margin-bottom: 1rem;
}

.kontaktperson-card__contact {
  font-size: 1.15rem;
  padding: 0 !important;
}

.kontaktperson-card__line {
  margin: 0 0 4px;
}

.kontaktperson-card__label {
  font-weight: 400;
  margin-right: 4px;
}

.kontaktperson-card__link {
  color: #ffffff;
  text-decoration: none;
}

.kontaktperson-card__link:hover {
  text-decoration: underline;
}

.kontaktperson-card__line--email {}

.kontaktperson-card__email-link {
  color: #ff6900;
  text-decoration: none;
}

.kontaktperson-card__email-link:hover {
  text-decoration: underline;
}

/* Lejerinformation dynamic property data styling */
.product-cat-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 80px 1rem;
}

.product-cat-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.product-cat-hero__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.product-cat-hero__content {
  flex: 1 1 50%;
}


.product-cat-hero__description {}

.product-cat-hero__video {
  flex: 1 1 50%;
}

.product-cat-hero__video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.product-cat-hero__video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .product-cat-hero {
    padding: 60px 0;
  }

  .product-cat-hero__inner {
    flex-direction: column;
    padding: 0 1rem;
  }

  .product-cat-hero__content,
  .product-cat-hero__video {
    flex: 0 0 auto;
    width: 100%;
  }

  .product-cat-hero__headline {
    font-size: 32px;
  }
}

.page footer p,
.single-post footer p {
  padding: 0 !important;
}

/* Lejerinformation page */

.lejerinfo-text-fields {
  column-count: 2;
  column-gap: 2rem;
}

.lejerinfo-text-fields__item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: 0 0 2rem;
  display: block;
}

.lejerinfo-text-fields__item h2 {
  font-weight: 700;
  color: #FF6900;
}

@media (max-width: 1024px) {
  .lejerinfo-text-fields {
    column-count: 1;
  }
}

/* --- Search AJAX Loader --- */
#rent-list-body {
  position: relative;
  transition: opacity 0.3s ease;
}

#rent-list-body.is-loading>*:not(.rent-spinner-overlay) {
  opacity: 0.3;
  pointer-events: none;
}

.rent-spinner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.rent-spinner-overlay img {
  width: 60px;
  height: 60px;
}