/*
Theme Name: Frauen für Frauen
Author: RSdesign
Author URI: http://www.rs-design.at
Description: Theme für Frauen für Frauen
Version: 8.39.2
Template: Impreza
*/



#wp-admin-bar-us-builder {
  display: none;
}

*:lang(ar), *:lang(sr) {
  font-family: sans-serif;
}

.mainMenuWrapper a:hover, a:hover.w-iconbox-link, .scrollDown a, .no-txt-decoration a:hover, header a, footer a:link {
  text-decoration: none!important;
}

footer a:hover {
  text-decoration: underline!important;
}

.sprachwahl .w-dropdown-item {
  padding-right: 1rem;
}

.sprachwahl .w-dropdown-current .w-dropdown-item:after {
  display: none!important;
}

.notfallPopup span:before {
  content: '\f879';
  font-family: fontawesome;
  font-weight: 600;
  margin-right: 1.75rem;
}

.mainMenuWrapper .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
  min-width: 60vw;
  padding: 3.5rem;
}

.mainMenuWrapper .w-nav-close {
  display: inline-block;
  opacity: 1;
}

.mainMenuWrapper .w-nav-arrow {
  margin-left: 0.8rem!important;
}

.mainMenuWrapper .w-nav-arrow:before {
  content: '\f078';
  font-size: 1.444rem!important;
  font-weight: 100;
}

.mainMenuWrapper .w-nav-close:before, .kontaktPopup .w-popup-closer:before, .notfallPopup .w-popup-closer:before {
  content: '\f057';
  font-size: 2rem;
  font-weight: 100;
}

.mainMenuWrapper .w-nav-icon {
  margin-top: 1.5rem;
}

.kontaktPopup .us-btn-style_4:hover span, .sprachwahl .w-dropdown-item:hover {
  color: var(--color-rot)!important;
}

.herzIcon a:after {
  content: '\f004';
  font-family: fontawesome;
  position: relative;
  margin-left: 0.8rem;
}

.largeButtonIcon i {
  font-size: 2rem;
  margin-top: -0.45rem;
}

.angeboteRaster a {
    color: var(--color-header-middle-bg);
}

.post-631.angebot .w-grid-item-h, .post-691.angebot .w-grid-item-h {
    background: var(--color-rot);
}

.post-681.angebot .w-grid-item-h, .post-683.angebot .w-grid-item-h, .post-702.angebot .w-grid-item-h {
    background: var(--color-purple);
}

.post-642.angebot .w-grid-item-h, .post-687.angebot .w-grid-item-h {
    background: var(--color-pink);
}

.post-685.angebot .w-grid-item-h, .post-689.angebot .w-grid-item-h {
    background: var(--color-lilac);
}

a[name] {
    scroll-margin-top: 120px;
}

.nohyphens, .nohyphens h1, .nohyphens h2 {
  hyphens: manual;
  -webkit-hyphens: manual;
}

.d-block {
  display: block;
}

.zeilenhoehe p { 
	margin-block: 1lh;
	flex: 1;
}

.teamZusatztext {
  hyphens: auto;
  -webkit-hyphens: auto;
}

.mfp-title {
  display: none;
}

@media screen AND (max-width: 600px) {
  .mainMenuWrapper .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    min-width: 100vw;
  }
  .l-header .notfallPopup {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.7s ease;
  }
  .l-header.sticky .notfallPopup {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen AND (max-width: 767px) {
  h1, h2 {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}