/*
Theme Name: BUYBYE.IMMO - RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.2
*/

/* Global */
/**************************************************************/

body {
	overflow-x: hidden;
}

.justify-center > .elementor-container {
	justify-content: center;
}

/* Widgets - More Adjustments*/
.no-margins h1,
.no-margins h2,
.no-margins h3,
.no-margins h4,
.no-margins h5,
.no-margins h6,
.no-margins p {
	margin: 0;
}

.widget .insert-page h4 {
	margin-top: 0;
    margin-bottom: 0.3rem !important;
    font-size: 1.8rem;
    font-weight: 500;
}

.widget .insert-page p {
	line-height: 1.5;
	margin-bottom: 0;
}

/* Animate ALL Link-Hovers*/
a, a > * {
	transition: all ease-out 150ms;
}

/* Text Selection */
::-moz-selection { /* Code for Firefox */
  color: black;
  background: #FEDE0F;
}

::selection {
  color: black;
  background: #FEDE0F;
}

@media (max-width: 767px) {
	/* Responsive Header - Phone Number */
	.rh_menu__user {
		justify-content: center;
	}
	
	/* Responsive Header - Banner Page Title */
	.inspiry_responsive_header_solid .rh_banner__image .rh_banner__wrap {
		justify-content: center;
		align-items: center;
	}
	
	/* Icon Boxes - Page: Contact */
	.icon-mobile-align-left .rhea-icon-box-wrapper-left {
		display: flex;
		flex-direction: row;
		text-align: left;
		align-items: start;
	}
	
	.icon-mobile-align-left .rhea-icon-box-wrapper-left .rhea-icon-box-icon {
		margin-right: var(--rhea-icon-box-icon-margin, 20px);
		margin-left: 0;
		margin-bottom: unset;
	}
}

/* Page Styles*/
/**************************************************************/

/* Header */
.rh_logo_inner img {
	max-width: 150px;
}

/* Disable Banner Image */
.rh_banner.rh_banner__image {
	background-image: none !important;
}

/* Standard Header Search Form */
/* Button */
.rh_prop_search__form .rh_prop_search__buttons .rh_prop_search__searchBtn .rh_btn__prop_search {
	background-color: var(--rh-global-color-primary);
	color: #FFF !important;
}

.rh_prop_search__form .rh_btn__prop_search .icon-search {
	stroke: #FFF !important;
}

.rh_hide_advance_fields .rh_prop_search__form .rh_prop_search__fields,
.rh_hide_advance_fields .rh_prop_search__form .rh_prop_search__buttons {
	box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

/* Testimonials Slider - Brand */
.rhea_testimonials_three > .rhea_testimonials_text_3_box {
	padding-left: 300px;
}

.rhea_testimonials_three > .rhea_testimonials_text_3_box {
	position: relative;
}

.rhea_testimonials_three > .rhea_testimonials_text_3_box:before {
	content: "";
	display: block;
	position: absolute;
	left: 35px;
	width: 195px;
	top: 0;
	bottom: 0;
	background: url(./../../uploads/2021/03/bildmarke_buybye.png) no-repeat left top;
	background-size: contain;
}

@media all and (max-width: 1024px) {
	.rhea_testimonials_three > .rhea_testimonials_text_3_box {
		padding-left: 35px;
		padding-top: 200px;
	}
	
	.rhea_testimonials_three > .rhea_testimonials_text_3_box:before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		width: 195px;
		top: 0;
		bottom: auto;
		height: 180px;
		background: url(./../../uploads/2021/03/bildmarke_buybye.png) no-repeat center top;
		background-size: contain;
	}
}

.rhea_testimonials_three > .rhea_testimonials_thumb_3_box + .rhea_testimonials_text_3_box {
	padding-top: 0;
	padding-left: 35px;
}

.rhea_testimonials_three > .rhea_testimonials_thumb_3_box + .rhea_testimonials_text_3_box:before {
	display: none;
}



/* Contact Widget */
.rhea_acf_agent_thumbnail .rhea_acf_thumb_box {
	min-height: 562px;
}

.rhea_acf_contacts_inner > .rhea_acf_contact:last-child {
	display: none;
}


/* Archive Page */
/* Search Results + Sortlist */
.page-template-properties-search .rh_page__head {
	display: none !important;
}

.property-old-price {
	color: #808080;
}


/* Blog */
.rh_blog__post .entry-header .entry-meta {
	color: #FFF;
	margin: 0;
}

.rh_blog__post .entry-summary {
	padding: 1.5rem 2.5rem;
}

@media all and (min-width: 768px) {
	.rh_blog__post .entry-summary {
		padding: 1.5rem 3rem;
	}
}

/* Sidebar Team */
@media (min-width: 1024px) and (max-width: 1350px) {
	.team-item .elementor-widget-wrap {
		justify-content: center;
		text-align: center;
		padding-bottom: 15px !important;
	}
}


/* Property Single Page */
/**************************************************************/
@media (min-width: 390px) {
	.rh_property .rh_property__row {
		margin-bottom: 3rem;
		flex-direction: row;
	}
}
.rh_property__energy_performance_wrap .energy-performance .epc-details li strong {
	text-transform: none;
}


/* Footer */
/**************************************************************/

.rh_footer .rh_footer__logo img {
	max-width: 120px;
}

/**************************************************************/



/* Änderungen */

/* H2 auf Detailseite Immobilie ausblenden */
.single-property .rh_banner__wrap {
	display: none!important;
}

/* Platz für Banner, da ohnehin ausgeblendet, verringern */
.single-property .rh_banner__image {
	height: 20rem;
}



/* Änderungen am Ausdruck / Expose */

@media print {
	.rh_header .rh_header__wrap {
    	flex-direction: column;
	}
	.rh_logo img {
	    margin: 0 auto 10px auto;
	}
	
}


