/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* defaults */
html {
	scroll-behavior: smooth;
}


/* Navigation */
.sticky-header {
  backdrop-filter: saturate(140%) blur(10px);
  box-shadow: 0px 6px 22px -10px #bdb8b8 !important;
  -webkit-box-shadow: 0px 6px 22px -10px #bdb8b8 !important;
}

#navi-top {
	display: flex;
} 

#navi-top a {
	display: flex; 
    align-items: center;
    margin-right: 15px;
	color: white;
	font-size: 11px;
}

#navi-top a svg {
	margin-right: 5px;
}

#menu-item-56 {
	background: #efe7da;
	border-radius: 999px;
	margin-left: 25px;
}

#menu-item-56 a {
	display: flex;
    flex-direction: row-reverse;
}

#flyout-menu {
	display: flex;
	justify-content: center;
}

/* Footer */
#footer-logo img {
	width: 150px;
}

/* Hero */
#hero::after {
	content: "";
    position: absolute;
    inset: 0;
	background: linear-gradient(105deg, rgba(10,21,56,0.92) 0%, rgba(23,46,115,0.78) 38%, rgba(10,21,56,0.55) 70%, rgba(10,21,56,0.65) 100%),
      linear-gradient(180deg, rgba(10,21,56,0) 60%, rgba(10,21,56,.0) 100%) !important;
}

/* Benefit Items */
.benefit-items li {
	border-bottom: 1px solid rgba(23, 46, 115, 0.12);
	padding-bottom: 25px !important;
    margin-bottom: 25px;
}

.benefit-items li .font-color {
    color: #0c1430;
}

.benefit-items li:last-of-type {
	border: none;
}

/* Bewertungen */
.star-wrapper {
	display: flex;
}

/* Immobilen Verkauf */
.listen-items-verkauf .beige  {
	margin-top: -10px;
}

/* Geschäftsführung */
#ceo-wrapper .upper {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

#ceo-wrapper .primary_blue {
	color: #172e73;
	font-family: 'Fraunces normal';
	font-size: 22px;
}

#ceo-wrapper .nameplate {
	position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 14px;
	z-index: 1;
}

#ceo-wrapper .nameplate .name {
	margin: 0;
}

/* Mitgliedschaften & Zertifizierungen */
#mitglied-zertifizierung .logo-slider .titel {
	color: #172e73;
	font-family: 'Fraunces normal';
	font-size: 30px;
}

#mitglied-zertifizierung .logo-slider .testimonial-pagination a {
	border: 1px solid #172e73 !important;
}

#mitglied-zertifizierung .logo-slider .testimonial-pagination .activeSlide {
	background-color: #172e73 !important;
}

/* Leistungen */
#leistungen .leistungen-card .fusion-column-inner-bg:hover {
	 transform: translateY(-4px);
    box-shadow: 0 1px 2px rgba(15, 31, 79, .04), 0 12px 40px -12px rgba(15, 31, 79, .18);
	bottom: -2px;
    top: 5px;

}

/* Häufige Fragen */
#faq .support-wrapper .fusion-li-item-content {
	display: flex;
    justify-content: space-between;
}

#faq .support-wrapper .fusion-li-item-content img {
	width: 120px;
	border-radius: 18px;
	margin-right: 15px;
}

#faq .fusion-accordian .panel-title a.active .fa-fusion-box, #faq .fusion-accordian .panel-title a .fa-fusion-box {
	background-color: transparent !important;
}


/* Fonts */
h1, h2, h3, h4 {
	font-family: 'Fraunces normal', Georgia, serif !important;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.05;
}

.benefits {
	font-size: 35px;
	font-family: 'Fraunces normal' !important;
}

em {
	 font-family: 'Fraunces super leicht';
}

.eyebrow {
	display: flex;
    align-items: center;
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
    display: block;
	margin-right: 5px;
}

.link {
	text-decoration: underline !important;
}

.subtitel {
	font-size: 14px;
}

.upper {
	text-transform: uppercase !important;
	margin: 0;
}



/*Colors */
.beige {
  color:#E3DACD;
}

.custom-blue {
	color: #172e73;
}

.white {
	color: white;
}



@media (max-width: 600px) {
	h1, h2 {
		font-size: 38px !important;
	}
	
	.benefit-wrapper-first .benefit-items li:last-of-type {
	   border-bottom: 1px solid rgba(23, 46, 115, 0.12) !important;
    }
	
	.benefit-wrapper-last {
	   margin-top: -15px !important;
    }
	
	#faq .support-wrapper .fusion-li-item-content {
		flex-direction: column;
	}
	
	#faq .support-wrapper .fusion-li-item-content img {
		margin-top: 10px;
		margin-right: 0;
	}
}


