/*
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;
}

html :where([style*=border-color]) {
	border: none;
}

.bg-beige-box {
	background:#f8f5ef;
	border-radius: 18px;
	padding: 25px;
	border: 1px solid rgba(23,46,115,0.2);
}

.bg-blue-box {
	background:#172e73;
	border-radius: 18px;
	padding: 25px;
	border: 1px solid rgba(23,46,115,0.2);
}

.box_shadow > div{
	box-shadow: 0 1px 2px rgba(15,31,79,.04), 0 12px 40px -12px rgba(15,31,79,.18) !important;
}

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

.checkliste li {
	padding-bottom: 0 !important;
}


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

.subtitel {
	font-size: 14px;
}

.font_eighteen {
	font-size: 18px;
}

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

.small-font {
	font-size: 12px;
}

.header-font {
	font-family: 'Fraunces normal';
}

.small-lineheight {
	line-height: initial !important;
	font-size: 15px;
}

.font-mobil p {
		margin-bottom: 5px !important;
	}

.awb-imageframe-caption-container {
	background: linear-gradient(0deg, rgba(10, 21, 56, 0.92) 0%, rgb(23 46 115 / 24%) 38%, rgba(10, 21, 56, 0.55) 100%, rgb(10 21 56 / 0%) 100%), linear-gradient(0deg, rgba(10, 21, 56, 0) 60%, rgba(10, 21, 56, .0) 100%) !important;
	 filter: hue-rotate(360deg) brightness(2) saturate(0) grayscale(100%);
}

.service-place {
	display: inline-block;
	background: #F8F5EF;
	border-radius: 22px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid lightgrey;
}

/* Cookie Button */
.fusion-privacy-bar-buttons a {
	background: #172E73;
	border-radius: 25px;
}

.fusion-privacy-bar .fusion-privacy-bar-main > span {
	display: block !important;
}

.fusion-privacy-bar .fusion-privacy-bar-main > span a {
	text-decoration: underline;
}

/* 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;
}

/* Form */
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
	border: 2px solid #bababa !important;
}

.form-submission-notices .messages-wrap {
	display:none !important;
}

/* Ablauf (vier Schritte) */
.ablauf-boxen .content-container {
	font-size: 14px;
}

/* Motion Effect für mobile Endgeräte */
@media (max-width: 800px) {
  .motion-effect {
    opacity: 0 !important;
    transition: opacity 0.6s ease-out !important;
  }
  .motion-effect.in-view {
    opacity: 1 !important;
  }
  .motion-effect[data-animationdelay="0.5"].in-view { transition-delay: 0s !important; }
  .motion-effect[data-animationdelay="1.0"].in-view { transition-delay: 0.15s !important; }
  .motion-effect[data-animationdelay="1.5"].in-view { transition-delay: 0.3s !important; }
  .motion-effect[data-animationdelay="2.0"].in-view { transition-delay: 0.45s !important; }
  .motion-effect[data-animationdelay="2.5"].in-view { transition-delay: 0.6s !important; }
	
  .fusion-image-element .awb-imageframe-caption-container h2 {
		font-size: 26px !important;
   }
}

/* Bewertungen Slider */

.bewertungen-slider {
  position: relative;
  overflow: hidden;
}

.bewertungen-slider .bewertung {
  --awb-width-large: 100% !important;
  --awb-width-medium: 100% !important;
  --awb-width-small: 100% !important;
  width: 100% !important;
  flex-basis: 100% !important;
  margin-right: 0 !important;
  height: 330px;
}


.bewertungen-slider .fusion-builder-row {
  flex-wrap: nowrap !important;
}


/* NEU – betrifft nur die direkten Kinder, nicht verschachtelte innere Spalten */
.bewertungen-slider > .fusion-builder-row > .fusion-layout-column:not(:has(.bewertung)) {
  display: none !important;
}

.bewertung .bewertung-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.bewertung .bewertung-text.bs-expanded {
  -webkit-line-clamp: unset;
  display: block;
  overflow-y: auto;
  max-height: 200px;
}

.bs-mehr-btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2744;
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

.bs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /*background: #ffffff;*/
  background: rgba(23,46,115,0.8);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bs-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  /*stroke: #1a2744;*/
   stroke: white;
  stroke-width: 2;
}

.bs-arrow-prev { left: 5%; }
.bs-arrow-next { right: 5%; }

/* MOBILE: 1 Karte pro Gruppe */
@media (max-width: 767px) {
  .bewertungen-slider .fusion-builder-row {
    display: flex !important;
  }

  .bewertung,
  .bs-slide-wrapper {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0 !important;
  }

  .bewertungen-slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bs-arrow {
    width: 32px;
    height: 32px;
  }

  .bs-arrow svg {
    width: 14px;
    height: 14px;
  }

  .bs-arrow-prev { left: 12px; }
  .bs-arrow-next { right: 12px; }

  .bewertung {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

/* DESKTOP/TABLET: 3 Karten pro Gruppe */
@media (min-width: 768px) {
  .bs-slide-wrapper {
    flex: 0 0 calc(33.333% - 14px) !important;
    width: calc(33.333% - 14px) !important;
    margin-right: 20px !important;
  }

  .bs-slide-wrapper:last-child {
    margin-right: 0 !important;
  }
}

/* Farben der Icons */
#google-circle-name-green {
	background: green;
}

#google-circle-name-orange {
	background: orange;
}

#google-circle-name-purple {
	background: purple;
}

#google-circle-name-red {
	background: red;
}

#google-circle-name-brown {
	background: brow;
}


/*Slider Button Bilder */
.awb-swiper-button-next, .awb-swiper-button-prev {
    height: 44px !important;
    width: 44px !important;
    border-radius: 50% !important;
}

/* Angebot Button Animation */

@keyframes shine {
   0% {
    transform: translateX(-100%) skewX(-20deg);
   }
  100% {
    transform: translateX(250%) skewX(-20deg);
  }
}

.shine-animation, .shine-animation-less {
	position: relative;
    overflow: hidden;
}

.shine-animation-less::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: shine 2.5s infinite;
}

.shine-animation::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, #ccab760f, rgba(255, 255, 255, 0.75), transparent);
    animation: shine 2.5s infinite;
}

/* Standorte Slider */
.standorte-slider {
  position: relative;
  overflow: visible;
}

.standorte-slider .fusion-builder-row {
  flex-wrap: nowrap !important;
}

.standort-card {
  --awb-width-large: 100% !important;
  --awb-width-medium: 100% !important;
  --awb-width-small: 100% !important;
  width: 100% !important;
  flex-basis: 100% !important;
  margin-right: 0 !important;
}

.ss-slide-wrapper {
  flex: 0 0 calc(33.333% - 14px);
  margin-right: 20px;
}

.ss-slide-wrapper:last-child {
  margin-right: 0;
}

.ss-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /*background: #ffffff;*/
  background: rgba(23,46,115,0.8);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ss-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  /*stroke: #1a2744;*/
stroke: white;
  stroke-width: 2;
}

.ss-arrow-prev { left: -22px; }
.ss-arrow-next { right: -22px; }

/* MOBILE: 1 Karte pro Gruppe */
@media (max-width: 767px) {
  .standorte-slider .fusion-builder-row {
    display: flex !important;
  }

  .ss-slide-wrapper {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .standorte-slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .ss-arrow {
    width: 32px;
    height: 32px;
  }

  .ss-arrow svg {
    width: 14px;
    height: 14px;
  }

  .ss-arrow-prev { left: 2px; }
  .ss-arrow-next { right: 2px; }
}

/* Newsroom Slider */

/*
.newsroom-slider {
  position: relative;
  overflow: hidden;
  height: aut0;
  padding: 15px 25px;
  padding-top: 20px;
}
*/

/*
.newsroom-slider .fusion-grid {
  flex-wrap: nowrap !important;
  height: auto !important;
}
*/

.newsroom-slider .fusion-load-more-button {
	font-size: 0;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
	background: transparent !important;
	text-transform: math-auto;
}

.newsroom-slider .fusion-load-more-button::after {
    content: "Weitere Artikel anzeigen";
    font-size: 18px;
    display: inline-block !important;
    clear: none !important;
    vertical-align: middle;
	padding: 0 15px;
    background: #172e73;
    color: white;
    border: none;
    border-radius: 25px;
	text-transform: math-auto;
}

/*
.newsroom-slider .fusion-grid {
  flex-wrap: wrap;
  height: auto !important;
}
*/

/*
.ns-slide-wrapper {
  flex: 0 0 calc(33.333% - 14px);
  width: calc(33.333% - 14px);
  margin-right: 20px;
}
.ns-slide-wrapper:nth-child(3n) {
  margin-right: 0;
}

.newsroom-slider .post-card {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  --awb-width-large: 100% !important;
  --awb-width-medium: 100% !important;
  --awb-width-small: 100% !important;
  width: 100% !important;
}

.ns-slide-wrapper {
  flex: 0 0 calc(33.333% - 14px);
  width: calc(33.333% - 14px);
  margin-right: 20px;
}

.ns-slide-wrapper:last-child {
  margin-right: 0;
}

*/

.ns-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ns-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #1a2744;
  stroke-width: 2;
}

.ns-arrow-prev { left: -22px; }
.ns-arrow-next { right: -22px; }

/* MOBILE: 1 Karte pro Gruppe */
/*
@media (max-width: 767px) {
  .newsroom-slider .fusion-grid {
    display: flex !important;
  }

  .ns-slide-wrapper {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .newsroom-slider {
     padding: 25px;
	  height: 300px;
  }

  .ns-arrow {
    width: 32px;
    height: 32px;
  }

  .ns-arrow svg {
    width: 14px;
    height: 14px;
  }

  .ns-arrow-prev { left: 2px; }
  .ns-arrow-next { right: 2px; }
}

@media (max-width: 600px) {
  .newsroom-slider .fusion-grid {
    flex-wrap: nowrap;
  }
  .ns-slide-wrapper {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

*/

 /* Fix: Post Card Titel reservieren Platz fuer 2 Zeilen, damit Karten in einer Reihe auf gleicher Hoehe beginnen */
.fusion-post-cards-grid-column .fusion-title {
    min-height: 48px;
}

/* Media Ratgeber */
.media-ratgeber .mr-load-more-button {
	background: transparent !important;	
}

.media-ratgeber .mr-load-more-button::after {
	vertical-align: middle;
	padding: 0 15px;
    background: #EFE7D9;
    color: #172e73;
    border: none;
    border-radius: 25px;
	text-transform: math-auto;
}

/* Downloads */
.download-button {
	width: 100% !important;
}

.downloads-loadmore-wrapper .fusion-button {
	background: #efe7da;
	border-radius: 25px;
	text-transform: math-auto;
	color: #212326;
}


/* Immobilienangebote */
.immobilienangebote img {
	border-radius: 18px;
	height: 35vh;
}

.immobilie-category {
    width: max-content;
    border-radius: 7px;
	padding-right: 10px !important;
	background: #EFE7DA !important;
}

.immobilie-category .fusion-tb-categories,  .immobilie-category .fusion-tb-tags {
  font-size: 0;
}

.immobilie-category .fusion-tb-categories a, .immobilie-category .fusion-tb-tags a {
  font-size: 16px; /* an deine ursprüngliche Schriftgröße anpassen, falls abweichend */
}


.flex-control-paging li a.flex-active { /* Bullet Points */
    background: #ca9b50 !important;
}

.flex-control-paging li a { /* Bullet Points */
	background: white !important;
}

.fusion-slider-sc .flex-direction-nav a {
	background: #172e73 !important;
}

.fusion-post-cards .fusion-filters li.fusion-active a {
	border-color: #172e73 !important;
    color: #172e73 !important;
}

/* Immobilien Layout */
@media screen and (max-width: 640px) {
   .immobilien-layout .sm-text-align-center {
	   text-align: end !important;
   }
}


/* Schadensnotruf Button Animation */

@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(123,211,137,.7)} 70%{box-shadow:0 0 0 10px rgba(123,211,137,0)} 100%{box-shadow:0 0 0 0 rgba(123,211,137,0)}}

#emergency-button .fa-circle {
	color: #7BD389;
	animation: pulse 1.8s infinite;
	border-radius: 50%;
}

#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;
}

@media screen and (max-width: 640px) {
   #navi-top  {
	 justify-content: center;
	/*color: #172e73;*/
  }
}



#menu-item-1327 {
	margin-right: 10px;
	margin-left: 10px;
}

#menu-item-1327 .button-small, #menu-item-1329 .button-small{
	border-radius: 999px;
	/*margin-left: 25px;*/
	padding: 15px 10px;
}

#menu-item-1327 .button-small {
	background: #EFE7DA !important;
	color: #172e73;
}

#menu-item-1329 .button-small {
	background: #172e73;
	color: white;
}


#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;
}

/* Tables */
/*
.warum-westora-tabelle th, 
.warum-westora-tabelle td, {
	color: #172e73;
}
*/

.table-1 {
    border-radius: 15px;
}

.ohne_westora th, .ohne_westora td, .ohne_westora tr {
	background: #EFE7DA !important;
}

.mit_westora th, .mit_westora td, .mit_westora tr {
	background: #172E73 !important;
	color: white;
	border-bottom: 1px solid #707070 !important;
}

@media (max-width: 640px) {
  .warum-westora-tabelle,
  .warum-westora-tabelle table {
    width: 100% !important;
    max-width: 100% !important;
  }
  .warum-westora-tabelle td,
  .warum-westora-tabelle th {
    white-space: normal !important;
    word-break: break-word;
    padding: 10px 12px;
  }
}

/*
.warum-westora-tabelle th, .tkt-slctr-tbl-wrap-dv table th,
.warum-westora-tabelle tr:nth-child(2n), .warum-westora-tabelle .tkt-slctr-tbl-wrap-dv tr:nth-child(2n){
	background: #f8f5ef !important; 
}

*/

/* Navigation rechts */
#navi-rechts {
	position: fixed;
	z-index: 999;
}

#navi-rechts .fb-icon-element {
	box-shadow: -3px 5px 20px 0px rgb(112 125 164 / 19%)
}
/* Footer */
#footer-logo img {
	width: 150px;
}

/* Hero */
#hero-startseite::after, #hero-mietverwaltung::after, #hero-gewerbe::after, #hero-weg::after, #hero-portfolio::after, #hero-makler::after, #hero-kontakt::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;
}

.hero-image {
	box-shadow: 0 30px 80px -30px rgba(15,31,79,.45);
}

.hero-benefits {
	background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(227, 218, 205, 0.18);
	border-radius: 18px;
}

.hero-benefits-blue {
	background: #172e73;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(227, 218, 205, 0.18);
	border-radius: 18px;
}

/* Angebot Formular */
#angebot { overflow: hidden !important; }
#angebot iframe html {
  scrollbar-width: none !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;
}

/* Logo Carousel */
.logo-carousel img {
	max-width: 80% !important;
	border-radius: 18px;
}

/* Bewertungen */
.column-row {
	display: flex;
	flex-direction: row;
}

.star-wrapper {
	display: flex;
}

.google-circle-name {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 50px !important	;
    height: 50px !important;
    background: green;
    border-radius: 50%;
}


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

/* Angebot Slider */
/* MOBILE: Galerie als Slider, 1 Bild gleichzeitig */
@media (max-width: 767px) {
  .angebot-gallery {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .angebot-gallery .fusion-gallery-column {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  .ag-slide-wrapper {
    flex: 0 0 100%;
    width: 100%;
  }

  .ag-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .ag-arrow svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #1a2744;
    stroke-width: 2;
  }

  .ag-arrow-prev { left: 8px; }
  .ag-arrow-next { right: 8px; }
}

/* Gewerbe */
.table-leistungen strong {
	color: #172e73;
}

/* 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 */
.support-wrapper .fusion-li-item-content {
	display: flex;
    justify-content: space-between;
}

.support-wrapper .fusion-li-item-content img {
	width: 120px;
	/*border-radius: 18px;*/
	margin-right: 15px;
	position: absolute;
    right: -50px;
	bottom: 0;
    z-index: 999;
}

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

#accordian-1 .fusion-toggle-heading {
	color: #172e73 !important;
}

.faq-toggle-white .fusion-toggle-heading {
	color: white;
}

.faq-toggle i {
	border-radius: 50%;
}


/* Mietverwaltung */
.leerstehende-wohnung-items .fusion-li-item {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(227, 218, 205, 0.18);
    border-radius: 14px;
	margin-bottom: 12px;
	background-color: #263e8782 !important;
}

/* WEG Verwaltung */
.tabs-leistungen .tab-content strong {
	color: #172e73;
}

.tabs-leistungen .tab-content li {
	padding-bottom: 5px;
	font-size: 16px;
}

/* 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;
}

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

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

/* Angebote */
.tableangebot-energie {
	background: #f8f5ef;
	border-radius: 18px;
}

.tableangebot-energie strong{
	color: #172e73;
}

.tableangebot-energie {
	font-size: 16px;
}

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

.beige:hover {
  color:white;
}

.beige-light {
	color: #f8f5ef;
}

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

.white {
	color: white;
}

.warum-westora-tabelle .close-icon {
	color: red;
	font-size: 25px;
	margin-right: 5px;
}

.warum-westora-tabelle .check-icon {
	color: green;
	font-size: 25px;
	margin-right: 5px;
}

/* Counter Box */
.counter-box .counter-box-container {
	border: none !important;
	padding: 15px !important;
}

.counter-box .content-box-counter {
	font-family: 'Fraunces normal' !important;
}

.counter-box .fusion-counter-box {
	padding: 0 !important;
    margin: 0 !important;
}



/* Mega Menü */
.awb-menu__mega-wrap {
   left: -50% !important;
}

.awb-menu__mega-wrap .fusion-fullwidth {
	width: 50%;
	box-shadow: 0 30px 80px -30px rgba(15, 31, 79, .45);
}


.awb-menu__mega-wrap .fusion-fullwidth .menu-item a:hover {
	background: #f8f5ef;	
}


/* Impressum & Datenschutz */
#impressum-modal, #datenschutz-modal {
	cursor: pointer;
	color:#adacb0;
}

#impressum-modal:hover, #datenschutz-modal:hover {
	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 {
		position: relative;
        right: auto;
		margin-top: 10px;
		margin-right: 0;
	}
	
	#impressum-popup .awb-off-canvas, #datenschutz-popup .awb-off-canvas {
		width: 100%;
	}
	
	#navi-rechts {
		right: -10px !important;
	}
	
	.benefits, .content-box-counter {
		font-size: 25px !important;
	}
	
	.font-mobil p, .counter-box-content {
		font-size: 14px !important;
	}
	
	.counter-box .counter-box-container {
		padding: 10px !important;
	}
	
	#menu-immobilienmakler-footer {
		margin-right: 40px;
	}
	
	/* Tables */
    .warum-westora-tabelle td {
	       font-size: 13px;
     }
	
	.warum-westora-tabelle .close-icon, .warum-westora-tabelle .check-icon {
		    margin-right: 0px;
            margin-left: -10px;
		   font-size: 15px;
	}
	
/* Zertifizierungen Logos */
   .zertifizierung-logo img {
	  max-width: 100px;
   }

}


