/* 
Theme Name: Child-Theme für Dr. Med. Henk Brinks
Template: hello-elementor
*/
.hfe-breadcrumbs-item.hfe-breadcrumbs-last{
  font-weight: 600;
}
form.wpcf7-form.init label{
  line-height: 2;
}
/*DOCTOLIB MEGA MENU*/
#menu-item-2930 > a, li.menu-item-2930 > a {
  background: url(https://www.doctolib.de/webpack/f35a8b925b7443e209a9.svg) 50% no-repeat;
  color: transparent !important;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 50px;
  width: 100px;
  background-color: #107aca;
  border-radius: 40px;
}
li.menu-item-2930 > a {
  background: url(https://www.doctolib.de/webpack/f35a8b925b7443e209a9.svg) 50% no-repeat !important;
  color: transparent !important;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: auto;
  background-size: contain;
  height: 50px;
  width: 100px;
  background-color: #107aca !important;
  margin: 15px;
  border-radius: 40px;
}
.glass-drop,.sub-menu {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.site-navigation ul.menu li ul {
  background: #ffffffbe;
}
.image-modelled-bg {
  z-index: 10;
}
.image-modelled-bg::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: -20px;
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #A0816C;
  border-radius: 2em;
  z-index: -1;
}
.site-navigation ul.menu li.menu-item-has-children::after {
  content:"";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M16 15a1 1 0 0 1-.707-.293L12 11.414l-3.293 3.293a1 1 0 1 1-1.414-1.414l4-4a1 1 0 0 1 1.414 0l4 4A1 1 0 0 1 16 15z' fill='%23A0816C'/></svg>") center/contain no-repeat;
  width: 1.5rem;
  transform: rotate(180deg);
}

.card-design-main {
  box-shadow: 2px 4px 12px #00000014 !important;
}
/*
.card-design-main:hover img {
  transform: scale(1.1);
  transition: all linear 0.2s;
}*/
#button-back-site .elementor-button-icon{
  font-size: 40px;
}
#button-back-site .elementor-button-content-wrapper {
  align-items: center;
}
#menu-header-menu {
  gap: 25px;
  align-items: center;
}

#menu-header-menu > li > a {
  padding: 12px 10px;
  font-weight: 500;
  transition: color 0.3s ease;
}

#menu-header-menu > li > a:hover {
  color: #a0816c;
}
#menu-header-menu .sub-menu {
  border-top: 3px solid #A0816C;
}
/* --- Dropdown Menü --- */
#menu-header-menu li.menu-item-has-children .sub-menu {
  min-width: 240px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

#menu-header-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
  animation: fadeIn 0.25s ease-out;
}

#menu-header-menu .sub-menu li {
  margin-bottom: 12px;
}
#menu-header-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
#menu-header-menu .sub-menu li a {
  font-size: 15px;
  color: #555555;
  padding: 6px 0;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.site-navigation-dropdown ul.menu li.current-menu-item a{
  background-color: #A0816C;
}
#menu-header-menu .sub-menu li a:hover {
  color: #a0816c;
}
/* --- Animation --- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- Aktiver Link (aktuelle Seite) --- */
#menu-header-menu li.current-menu-item > a {
  color: #a0816c;
  font-weight: 600;
}

/* --- MOBILE MEGA MENU --- */
.site-navigation-toggle-holder .site-navigation-toggle {
  padding: 1em;
  background-color: #a0816c;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon::after, .site-navigation-toggle-holder .site-navigation-toggle-icon::before,.site-header .site-navigation-toggle .site-navigation-toggle-icon {
  color: #ffffff;
}
/* --- TOP BAR BEGINN --- */
.top-bar {
  background: #A0816C;
  font-size: 14px;
  color: #fff;
}

.top-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-left {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  width: 100%;
}

.top-bar-left li {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.top-bar-left li:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
/* TOP BAR MOBILE */
  .topbar-phone span,.topbar-address span {
    display: none;
  }
  .top-bar-left li:last-child {
    margin-left: 0;
    margin-right: auto;
  }
  .top-bar .fas {
    font-size: 25px;
    padding: 5px;
  }
}
/* Standard Link-Stil */
.top-bar-left a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

/* Icon-Stil */
.top-bar-left i {
  font-size: 14px;
  color: #fff;
}

/* Termin-Button mit Hintergrund */
.topbar-appointment a {
  background: #8b705e;
  padding: 10px 12px;
  transition: background-color 0.3s ease;
}

.topbar-appointment a:hover {
  background: #6b5648;
}

/* --- FOOTER ANPASSUNGEN --- */
@media (min-width: 992px) {
  .footer-width-fixer .footer-boxes {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .footer-width-fixer .footer-boxes {
    padding: 1em;
  }
  .footer-width-fixer .copyright {
    text-align: center;
    line-height: 2;
  }
  .footer-width-fixer .copyright ul {
    justify-content: center !important;
  }
}
.footer-width-fixer .copyright {
  padding:15px 0;
}
.footer-width-fixer .copyright .e-con-inner {
  align-items: center !important;
}
.footer-width-fixer .footer-boxes h6 {
  font-size:20px;
}
.footer-width-fixer .footer-boxes ul, .footer-width-fixer .copyright ul{
  list-style: none;
  padding: 0;
}
.footer-width-fixer .footer-boxes li{
  margin-bottom: 15px;
}
.footer-width-fixer .copyright ul {
  display:flex;
  justify-content: right;
}
.footer-width-fixer .copyright ul a {
  font-weight: 500;
  color: #ffffff;
}
.footer-width-fixer .copyright p {
  margin-bottom:0;
}
.footer-width-fixer .copyright li:first-child {
  margin-right: 1.5em;
}

.footer-width-fixer .footer-boxes h6::after {
  border-color: #A0816C;
}
.footer-width-fixer .footer-boxes h6::after {
  width: 3em;
  margin-bottom: 1em;
}
.footer-width-fixer .footer-boxes h6::after {
  content: ' ';
  clear: both;
  display: block;
  margin-top: 10px;
  border-width: 0 0 2px;
  border-style: solid;
}
.footer-sprechzeiten {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-sprechzeiten li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.footer-sprechzeiten ul li:last-child {
  border-bottom: none;
}
.footer-sprechzeiten ul li:last-child strong {
  width: 100%;
}
.footer-sprechzeiten li strong {
  width: 110px;
  display: inline-block;
}

.kontakt-liste i {
  margin-right: 10px;
  margin-top: 3px;
  color: #a0816c;
  min-width: 20px;
  text-align: center;
}
/*---ALTERNATIV VERBESSERN---BESSER LÖSEN---*/
.kontakt-liste a{
  color: #a0816c;
}
