/*
Theme Name: agentur dk Theme
Author: agentur dk
Template: Divi
Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* colors */
/* =Primary color #246328 */
/* =Secondary color #246328 */
.primary-color {
  color: #246328;
}
.secondary-color {
  color: #ffcb01;
}

/* fonts */

@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Italic.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 300;
}

/* divi styles */

body #top-header {
  display: none !important;
}

.et_right_sidebar #main-content .content .container::before {
  display: none;
}

.et-db #et-boc .et-l .et_pb_row {
  max-width: 1080px;
  width: 100%;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.et_pb_blog_grid .et_pb_post {
  border: none;
  box-shadow: 4px 2px 16px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 576px) {
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 540px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 720px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 960px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .et-db #et-boc .et-l .et_pb_row {
    max-width: 1320px;
  }
}

/* bootstrap styles */

.card-header {
  font-size: 1.3rem;
}

.card-body {
  box-shadow: 0px 0px 4px inset rgba(0, 0, 0, 0.25);
}

.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-title {
  padding-bottom: 0;
}

.alert {
  display: flex;
  align-items: center;
  gap: 1rem;
}

input.form-control {
  padding: 0.375rem 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
}

select.form-select.no-label{
  padding-top: 0.75rem;
}

/* Default style */

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  line-height: 1.6;
  color: #111111;
}

a{
  text-decoration: none;
}

p {
  font-size: 1.4rem;
}

#menu-placeholder {
  display: none;
}

.underline {
  text-decoration: underline;
}

.content {
  padding: 2rem 0;
}

.required::after {
  content: "*";
  font-size: 1.4rem;
  color: #f00;
  position: absolute;
  margin-top: -5px;
  margin-left: 2px;
}

header .et_pb_code_inner .fa-house {
  color: #ffcb01;
}

/* components */

.dk-message {
  font-size: 1.4rem;
}

.dk-form-group {
  position: relative;
}

.dk-form-group label {
  position: absolute;
  top: 0px;
  padding-left: 0.75rem;
  padding-top: 0.55rem;
}

.dk-form-group .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  align-items: center;
}



.dk-form-group .checkbox-wrapper label {
	position: relative;
	padding: 0 0 0 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dk-form-group input,
.dk-form-group select {
  padding: 1.95rem 0.75rem 0.55rem;
  border: navajowhite;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

#house-filters hr {
  border-bottom: 4px solid #9d9d9d;
  border-top: 0;
  width: 150px;
  margin: 1.6rem auto;
}

.btn-fav-remove {
  display: none;
}

.btn-fav.active .btn-fav-remove {
  display: inline-block;
}

.btn-fav.active .btn-fav-add {
  display: none;
}

/* header */

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.header_inner .logo {
	margin-bottom: -54px;
	background: #fff;
	padding: 10px;
}

.header_inner .logo img {
  width: 180px;
}

#main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.8rem;
  align-items: center;
  justify-content: center;
}

#main-menu a, #main-menu button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #16385c !important;
	background: transparent;
	border: none;
  font-size: 1rem;
}



#main-menu a{
  background-color: transparent !important;
}

#main-menu a:hover {
  background-color: transparent !important;
}

#main-menu .btn-primary {
  color: #fff !important;
  background: #246328 !important;
}



#main-menu .btn-primary:hover {
  color: #16385c !important;
}

#main-menu i {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

body #main-menu .menu-item a.menu-link {
  color: #16385c;
  text-decoration: none;
  font-size: 1rem;
}

.header_right a {
  color: #fff !important;
}

.mobile-nav {
  display: none;
}

#toggle-nav {
  background: transparent;
  border: none;
}

.home #breadcrumb-nav {
  display: none;
}

#mobile-menu {
  display: none;
}

#mobile-menu {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 420px;
  background: #f5f5f5;
  border-left: 1px solid #cccc;
  padding: 42px 20px;
  list-style: none;
  text-align: left;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
  margin-bottom: 0;
}

#mobile-menu.open {
  display: flex;
}

#mobile-menu-close, #search-menu-close {
  text-align: right;
  font-size: 2rem;
  color: #16385c;
  background: transparent;
	border: none;
}

#search-menu-close {
	float: right;
}

#mobile-menu a {
  text-align: left;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #16385c !important;
  line-height: 2.2rem;
}

#mobile-menu.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#search-menu {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 420px;
  background: #f5f5f5;
  border-left: 1px solid #cccc;
  padding: 42px 20px;
  list-style: none;
  text-align: left;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
  margin-bottom: 0;
  z-index: 9;
}

#search-menu form {
	margin-top: 1rem;
}

#search-menu .search-wrapper {
	margin-bottom: 1rem;
}

#search-menu .search-wrapper input {
	width: 100%;
}

#search-menu.open {
  display: flex;
}

#social-sidebar {
	position: fixed;
	right: 0px;
	top: 70%;
	font-size: 2.5rem;
	transform: translateY(-50%);
}


#social-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#social-sidebar ul a {
	color: #fff !important;
	background: #246328;
	padding: 0.5rem;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* footer */

footer {
  font-size: 1.4rem;
  position: relative !important;
}

footer a,
.et-db #et-boc .et-l footer a {
  text-decoration: none;
  color: #111;
}

footer p {
  margin: 0;
}

footer .bmfsfj-box {
  text-align: center;
}

.copyright-wrapper {
  background: #f5f5f5;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  padding: 1.4rem 0;
}

.copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .info {
  text-align: center;
  padding: 2rem 0;
}

footer .info p {
  font-size: 1.4rem;
}

.partner {
  padding: 2rem 0;
  text-align: center;
}

.partner_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.menus {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem;
}

.menus h3 {
  color: #246328;
  border-bottom: 1px solid #246328;
  font-weight: bold;
}

.menus > div {
  flex: 1 1 auto;
}

.company .logo {
  width: 130px;
  margin-bottom: 5rem;
}

.company i {
  margin-right: 0.5rem;
}

.quicklinks,
.social {
  padding-top: 3rem;
}

.quicklinks ul,
.social ul {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}

.quicklinks ul li {
  margin-bottom: 0.7rem;
}

.social ul {
  display: flex;
  gap: 1rem;
}

footer .social a,
.et-db #et-boc .et-l footer .social a {
  font-size: 2rem;
  color: #246328;
}

.copyright-year {
  background: #246328;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

/* content */

#main-slider .et-pb-arrow-prev,
#main-slider .et-pb-arrow-next {
  background: #fff;
  color: #111;
  text-decoration: navajowhite;
  border-radius: 100%;
  aspect-ratio: 1;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-slider .et_pb_slide_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main-slider h1 {
}

#main-slider h1 a {
  display: inline;
  background-color: #fff;
  color: #246328;
  display: inline;
  padding: 0.5rem 1rem;
  text-decoration: none;

  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#search form {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

#search form label {
  font-size: 2rem;
  color: #113857;
  font-weight: bold;
}

#search form input {
  flex: 1 1 auto;
  padding: 1.2rem 1rem;
  border: 1px solid #ffcb01;
}

#search form button {
  background: #ffcb01;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
}

/* map */

#Bundesrepublik_Deutschland {
  padding: 0rem 0 6rem;
  max-width: 100%;
}

#map-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#map-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#map-menu li a {
  text-decoration: navajowhite;
  color: #000;
  font-size: 1.4rem;
  line-height: 2.5rem;
  transition: all 0.3s ease;
}

#map-menu li a.active,
#map-menu li a:hover {
  font-weight: bold;
  transition: all 0.3s ease;
}

#Bundesrepublik_Deutschland path:hover,
#Bundesrepublik_Deutschland path.active {
  fill: #246328 !important;
}

/* houses */

#house-archive {
  padding: 0 !important;
}

#house-archive .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#house-archive .card-header .badge {
  background: transparent;
  border: none;
}

#house-filters .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#house-filters .card-header .badge {
  display: inline-block;
}

#house-filters .card-header .badge::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 2rem;
}

#house-filters .card.active .card-header .badge::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
}

#house-filters .card-body {
  display: none;
}

#house-filters .card.active .card-body {
  display: block;
}

/* house list */

.house {
  background: #f5f5f5;
  margin-bottom: 2rem;
}

.house .thumbnail {
  height: 100%;
}

.house .thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.house .info {
  padding: 1rem 0rem;
}

.house .location {
  color: #246328;
  font-size: 1.4rem;
}

.house .description {
  font-size: 1.4rem;
}

.house h3 a {
  text-decoration: none;
  font-weight: bold;
}

.house .features {
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.house .icons {
	display: grid;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* gap: 0.4rem; */
	grid-template-columns: repeat(4,minmax(30px,68px));
	gap: 20px;
}

.house .icons img {
	width: 100%;
}

.house .icons hr {
	height: 25px;
	width: 2px;
	border: none;
	border-right: 2px solid #818181;
}

.icon-wrapper{
  position: relative;
}

.icon-wrapper::after {
  content: "";
  display: block;
  width: 2px;
  height: 30%;
  background: #818181;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.icon-wrapper:last-child::after {
  display: none;
}


#breadcrumb-nav {
	background: transparent;
}

#frosch-logo-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
}

#frosch-logo-mobile img {
  width: 100%;
  height: 100%;
  max-width: 320px;
}

#frosch-logo {
	position: absolute;
	top: -70px;
	right: 0px;
}

#frosch-logo img {
  width: 100%;
  height: 100%;
  max-width: 220px;
}


#house-archive h1 {
	padding-right: 240px;
  position: relative;
}





.swiper-btn-prev,
.swiper-btn-next {
  background: transparent;
  border: none;
}

#house-single {
  padding: 0;
}

#house-single .container {
  padding-top: 0 !important;
}

#house-single .swiper {
  height: 350px;
}

#house-single .swiper-slide {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

#house-single .swiper-slide img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

#house-single .swiper-actions {
  color: #111;
  font-size: 2rem;
  margin: 2rem 0.5rem;
}

#house-single .location {
  padding: 2rem 0;
}

#house-single .location span {
  padding: 1rem;
  background: #246328;
  color: #fff;
}

#house-single .description {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

#house-single .description p {
  margin-bottom: 10px;
  padding: 0;
}

#house-single .price-example p {
  font-size: 1.4rem;
}

#house-single .price-example {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  font-size: 1.4rem;
}

#house-single .specials {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  padding: 2rem;
}

#house-single .specials h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

#house-single .actions {
  margin: 4rem 0 2rem;
}

#house-single .info {
	background: #f7f7f7;
	padding: 2rem;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#house-single .categories {
  margin: 2rem 0 3rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#house-single .barrierearm .categories.full {
  margin-top: 1rem;
}

#house-single .categories.full .category {
  width: 100%;
}

#house-single .categories.full .category p {
  font-size: 1rem;
  margin: 0;
}

#house-single .categories .category {
  padding: 1rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
}

#house-single .barrierearm {
  margin-bottom: 3rem;
}

#house-single .barrierearm .categories {
  margin: 0;
}

#house-single .has_features, #house-single .has_features_not {
  background: #f7f7f7;
  padding: 2rem 1rem;
}

#house-single .has_features {
  margin-bottom: 2rem;
}

#house-single .has_features .icon{
  color: #256328;
}

#house-single .has_features_not .icon{
  color: #FF0600;
}




#gmap {
	height: 100%;
	min-height: 300px;
}

#house-single .company-info {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  padding: 2rem;
}

#house-single .prices {
  margin: 2rem 0;
}

#house-single .prices table td.price {
  width: 20%;
}

#house-single .price-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#house-single .price-lists table {
  width: 100%;
}

#house-single .price-lists table .price {
  text-align: right;
  font-weight: bold;
  color: #246328;
}

#house-single .working-group {
	color: #113857;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}


#house-single .working-group-name {
	word-break: break-word;
	hyphens: auto;
}


.event-list .event {
  background: #f7f7f7;
  padding: 2rem 1.4rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.event-list .event .event-title {
  margin-bottom: 0;
  font-weight: bold;
}

.event-list .event .event-date {
  margin-bottom: 1rem;
}





/* page barrierefreiheit */


#set-size-higher, #set-size-lower, #set-size-normal, #set-contrast-white, #set-contrast-black, #set-contrast-normal {
  width: 350px;
  max-width: 100%;
}

#set-contrast-white {
	border: 3px solid #000 !important;
	background: #fff !important;
}

#set-contrast-black {
	background: #000 !important;
	color: #fff;
}
body #page-container #set-size-higher.et_pb_button::before,
body #page-container #set-size-lower.et_pb_button::before,
body #page-container #set-size-normal.et_pb_button::before,
body #page-container #set-contrast-white.et_pb_button::before,
body #page-container #set-contrast-black.et_pb_button::before,
body #page-container #set-contrast-normal.et_pb_button::before {
  display: inline-block !important;
  position: relative;
  opacity: 1;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

body #page-container #set-size-higher.et_pb_button::before {
	content: "A+";
}
body #page-container #set-size-lower::before {
	content: "A-";
}
body #page-container #set-size-normal::before {
	content: "A";
}

body #page-container #set-contrast-white::before {
	content: "\f042";
	font-family: "Font Awesome 5 Pro";
}

body #page-container #set-contrast-black::before {
	content: "\f042";
	font-family: "Font Awesome 5 Pro";
}

body #page-container #set-contrast-normal::before {
	content: "\f042";
	font-family: "Font Awesome 5 Pro";
}


.contrast-white #page-container .et_pb_section_0_tb_header {
	background: white !important;
	color: #000;
}

.contrast-white .nav-item-icon {
	background: #fff;
	color: #000;
}

.contrast-white #main-title {
	color: #000;
}

.contrast-white #nav .nav-item {
	color: #000;
}

.contrast-white .copyright-wrapper{
  background: #fff;
  color: #000;
}

.contrast-white .copyright-year {
	background: #fff;
	color: #000;
}

.contrast-white .copyright-year a{
  color: #000 !important;
}

.contrast-white .et_pb_row.et_pb_row_0{
  background: #fff !important;
}

.contrast-white .et_pb_section.et_pb_with_background{
  background: #fff !important;
  color: #000 !important;
}

.contrast-white .et_pb_section.et_pb_with_background .et_pb_text{
  background: #fff !important;
  color: #000 !important;
}

.contrast-black #breadcrumb-nav {
	background: #fff;
}




html.contrast-black {
	-webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
}

.lwp-breadcrumbs .separator.et-pb-icon {
	padding-bottom: 6px;
}

.size-level-1 body, .size-level-1 .lwp-breadcrumbs, .size-level-1 .et_pb_text_inner, .size-level-1 .et_pb_text_inner p{
	font-size: 1.6rem !important;
}

.size-level-2 body, .size-level-2 .lwp-breadcrumbs, .size-level-2 .et_pb_text_inner, .size-level-2 .et_pb_text_inner p{
	font-size: 1.8rem !important;
}

.size-level-1 h1{
	font-size: 45px !important;
}

.size-level-2 h1{
	font-size: 50px !important;
}


.size-level-1 h2{
	font-size: 39px !important;
}

.size-level-2 h2{
	font-size: 44px !important;
}

.size-level-1 h3{
	font-size: 34px !important;
}

.size-level-2 h3{
	font-size: 39px !important;
}

.size-level-1 h4{
	font-size: 29px !important;
}

.size-level-2 h4{
	font-size: 34px !important;
}

.size-level-1 .et_pb_menu_0_tb_footer.et_pb_menu ul li a,
.size-level-1 .et_pb_menu_1_tb_footer.et_pb_menu ul li a,
.size-level-1 .et_pb_button,
.size-level-1 .btn,
.size-level-1 .dk-house-card-title a,
.size-level-1 .dk-house-card-description,
.size-level-1 .dk-house-card-location,
.size-level-1 #map-menu li a{
	font-size: 1.6rem;
}


.size-level-2 .et_pb_menu_0_tb_footer.et_pb_menu ul li a,
.size-level-2 .et_pb_menu_1_tb_footer.et_pb_menu ul li a,
.size-level-2 .et_pb_button,
.size-level-2 .btn,
.size-level-2 .dk-house-card-title a,
.size-level-2 .dk-house-card-description,
.size-level-2 .dk-house-card-location,
.size-level-2 #map-menu li a{
	font-size: 1.8rem;
}


.size-level-1 footer,
.size-level-1 .et_pb_menu_0_tb_footer.et_pb_menu ul li a,
.size-level-1 .et_pb_menu_1_tb_footer.et_pb_menu ul li a,
.size-level-1 .et_pb_button,
.size-level-1 footer .copyright,
.size-level-1 footer .info p,
.size-level-1 footer .copyright-year p{
  font-size: 1.6rem;
}

.size-level-2 footer,
.size-level-2 .et_pb_menu_0_tb_footer.et_pb_menu ul li a,
.size-level-2 .et_pb_menu_1_tb_footer.et_pb_menu ul li a,
.size-level-2 .et_pb_button,
.size-level-2 footer .copyright,
.size-level-2 footer .info p,
.size-level-2 footer .copyright-year p{
  font-size: 1.8rem;
}







@media only screen and (max-width: 1400px) {
  #main-menu {
    gap: 1rem;
  }
}

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

@media only screen and (max-width: 980px) {
  .house .info {
    padding: 1rem 2rem;
  }

  body .et-l--header {
    height: auto !important;
  }

  #main-menu .hide-mobile {
    display: none;
  }

  .mobile-nav {
    gap: 1rem;
    padding: 0.5rem 0;
  }

  #house-single .price-example > div {
    width: 100%;
  }

  #social-sidebar {
    display: none;
  }

  #house-single .details h2 {
    margin-top: 2rem;
  }
  
  
}

@media only screen and (max-width: 768px) {
  .house .info {
    padding: 1rem 1rem;
  }

  .house .features {
    padding: 1rem;
  }

  #house-single .price-lists {
    grid-template-columns: 1fr;
  }

  footer .copyright {
    flex-direction: column;
    text-align: center;
  }

  footer .partner_logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }

  footer .menus {
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
  }

  .company .logo {
    width: 150px;
    margin-bottom: 2rem;
  }

  .quicklinks,
  .social {
    padding-top: 1rem;
  }

  #house-single .price-example {
    grid-template-columns: 1fr;
  }
  
}

@media only screen and (max-width: 645px) {
  #search form {
    flex-direction: column;
  }

  #search form button::before {
    content: "Suchen ";
  }

  #Bundesrepublik_Deutschland {
    padding: 0;
  }
}

@media only screen and (max-width: 600px){
  #house-single .location span {
    display: block;
  }

  #house-single .swiper {
    height: 240px;
  }
}

@media only screen and (max-width: 480px) {
  .header_inner .logo {
    margin-bottom: -14px;
  }

  .header_inner .logo img {
    width: 130px;
  }

  .header_inner {
    padding: 5px 0px;
  }

  /* #main-menu li a div, #main-menu li button div {
    display: none;
  } */

  .mobile-nav a,
  .mobile-nav button {
    font-size: 0.8rem;
  }

  #house-single .price-example > div {
    grid-template-columns: 1fr;
  }

  #house-single .actions button {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  #house-single .working-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #house-single .working-group-logo {
    text-align: center;
  }
}
