/*
 Theme Name:     AWEOS
 Theme URI:      https://aweos.de
 Description:    Digitalagentur AWEOS
 Author:         AWEOS
 Author URI:     https://aweos.de
 Template:       Divi
 Version:        1.0.1
*/
 
/* Your custom CSS starts here */
html {
  overflow-x: hidden;
}
header#main-header {
    background-color: #18444a;
}
#main-footer {
  background-color: #18444a;
}
h1 {
  font-size: 37px;
}
@font-face {
  font-family: 'AllumiPro-Bold';
  src: url('https://aestheticum-tuebingen.de/lp/wp-content/uploads/fonts/AllumiPro-Light.woff2') format('woff2'),
       url('https://aestheticum-tuebingen.de/lp/wp-content/uploads/fonts/AllumiPro-Light.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AllumiPro-Light';
  src: url('https://aestheticum-tuebingen.de/lp/wp-content/uploads/fonts/AllumiPro-Light.woff2') format('woff2'),
       url('https://aestheticum-tuebingen.de/lp/wp-content/uploads/fonts/AllumiPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/* Wieder einfügen bei Bedarf - Claysen */
button#myButtonId {
  display: none;
}
/* Bis hier */
body {
  font-family: 'AllumiPro-Light', sans-serif;
}
body {
  overflow-x: hidden;
  width: 100%;
}
h1, h2, h3 {
  font-family: 'AllumiPro-Bold', sans-serif;
}
.et_pb_module.dnhot_tooltip.dnhot_tooltip_0.hotspot-img.et_multi_view__hover_selector {
  margin-bottom: 25px !important;
}
.flexit {
  display: flex;
  justify-content: center;
}
  /* Footer CSS */
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Abstand zwischen den Zeilen */
  }
  
  .contact-item {
    display: flex;
    align-items: center; /* Vertikale Ausrichtung */
    gap: 10px; /* Abstand zwischen Icon und Text */
  }
  
  .contact-item img {
    width: 24px; /* Größe der Icons anpassen */
    height: 24px;
  }
  
  .contact-item a {
    text-decoration: none; /* Entfernt Unterstreichung */
    color: #c49965; /* Farbe passend zum Screenshot */
  }
  
  .contact-item a:hover {
    text-decoration: underline; /* Unterstreichung beim Hover */
  }
  .footer-links {
    display: flex;
    gap: 15px; /* Abstand zwischen den Links */
  }
  
  .footer-links a {
    text-decoration: none; /* Entfernt Unterstreichung */
    color: #90a2a8; /* Leicht grauer Farbton */
    font-size: 14px; /* Textgröße der Links */
  }
  
  .footer-links a:hover {
    color: #FFFFFF; /* Weiß beim Hover */
    text-decoration: underline; /* Unterstreichung beim Hover */
  }
  .social-icon {
    transition: transform 0.3s ease, filter 0.3s ease; /* Weicher Übergang für Zoom und Farbwechsel */
  }
  
  .social-icon:hover {
    transform: scale(1.1); /* Leicht vergrößern */
    filter: brightness(1.5); /* Erhöht die Helligkeit */
  }
  .social-icon[src*="youtube"] {
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  .social-icon[src*="youtube"]:hover {
    transform: scale(1.1);
    filter: brightness(1.5) hue-rotate(330deg); /* Roter Farbton */
  }
  
  
.mobile_menu_bar:before {
    color: #85f3ee;
}
#et_search_icon:before {
    color: #85f3ee;
}
#top-menu a {
    color: #85f3ee;
} 
  /* Bilder in den Slides */
  .et_pb_slide {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none !important;
  padding: 0px !important;
  height: 100%;
}
.et_pb_slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #18444a, rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}

.et_pb_slide img {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    object-fit: cover;
}

  .slide img {
    width: 0%; /* Bilder füllen die Slide */
    height: auto; /* Automatische Höhe für Verhältnis */
    display: block; /* Stellt sicher, dass Bilder sichtbar sind */
    border-radius: 10px; /* Optional: Abgerundete Ecken */
  }
  h2.et_pb_slide_title {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
    left: 0px;
    text-align: left !important;
}
.et_pb_slide_content {
  position: absolute;
  text-align: left;
  max-width: 400px;
  font-size: 26px;
  color: #18444b !important;
  top: 75px;
  left: 0px;
  line-height: 1.5;
}
.at-slider h3 {
  font-size: 42px !important;
  color: #18444b !important;
  margin-top: 5%;
}
.iconflexit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0px;
}
.et_pb_slider[data-active-slide="et_pb_slide_0"] .et-pb-controllers a, .et_pb_slider[data-active-slide="et_pb_slide_0"] .et-pb-controllers .et-pb-active-control, .et_pb_slider[data-active-slide="et_pb_slide_1"] .et-pb-controllers a, .et_pb_slider[data-active-slide="et_pb_slide_1"] .et-pb-controllers .et-pb-active-control, .et_pb_slider[data-active-slide="et_pb_slide_2"] .et-pb-controllers a, .et_pb_slider[data-active-slide="et_pb_slide_2"] .et-pb-controllers .et-pb-active-control, .et_pb_slider[data-active-slide="et_pb_slide_3"] .et-pb-controllers a, .et_pb_slider[data-active-slide="et_pb_slide_3"] .et-pb-controllers .et-pb-active-control, .et_pb_fullwidth_slider_0 .et-pb-controllers a, .et_pb_fullwidth_slider_0 .et-pb-controllers .et-pb-active-control {
  background-color: white !important;
  width: 10px;
  height: 10px;
}
.iconflexit .et_pb_column {
  max-width: 60px;
  margin-right: 20px;
}
.et_pb_column_3_tb_footer img {
  margin-bottom: 15px;
}
.ctainfoelements a {
  color: #c49965;
  margin-bottom: 10px;
  display: block;
}
span.dvcr-video-carousel-icon {
  position: absolute;
  top: 210px;
  left: 90px;
}
.dvcr-modal {
  max-width: 300px !important;
}
.ctainfoelements br {
  display: none;
}
button#myButtonId {
  padding: 25px;
  border-radius: 30px;
  width: 100%;
  color: #ffff;
  background: #c8a272;
  border: hidden;
  cursor: pointer;
}
.ctainfoelements a:first-of-type:before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(https://aestheticum-tuebingen.de/lp/wp-content/uploads/2024/12/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
#offcanvas_container .ps__rail-y {
  background-color: #c49965 !important;
}
.dsm-flipbox.dsm-flipbox-effect-right.dsm_flipbox_hover:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background-image: url(https://aestheticum-tuebingen.de/lp/wp-content/uploads/2024/12/go-button.svg);
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.ctainfoelements a:nth-of-type(2):before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(https://aestheticum-tuebingen.de/lp/wp-content/uploads/2024/12/printer.svg); /* Fax Icon */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}

.ctainfoelements a:nth-of-type(3):before {
  content: '';
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(https://aestheticum-tuebingen.de/lp/wp-content/uploads/2024/12/email.svg); /* Email Icon */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
  
.et_pb_column.et_pb_column_2_3.et_pb_column_11.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    display: flex;
    flex-wrap: wrap;
    width: 39%;
    justify-content: flex-start;
    align-content: center;
}
.et_pb_module.et_pb_number_counter.et_pb_number_counter_0.et_pb_text_align_center.et_pb_bg_layout_light.et_pb_with_title.active {
  margin-left: 0px !important;
}

@media only screen and (max-width: 1030px) {
  .et_pb_slide_content {
    max-width: 300px;
  }
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    font-size: 16px;
  }
  .dsm_flipbox .dsm_flipbox_child_0 .dsm-content {
    font-size: 47px !important;
}
  .at-slider h3 {
    font-size: 30px;
}
.et_pb_slider .et_pb_slide {
  background-position: 60% 0%;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
  font-size: 25px !important;
}
.flexit {
  flex-wrap: wrap;
}
.dnhot_tooltip_0 .dnhot-hostpot-hotspots-wrapper img, .dnhot_tooltip_0 .dnhot-hostpot-hotspots__wrapper, .dnhot_tooltip_0 .dnhot-hostpot-hotspots__wrapper:before {
  border-radius: 0px !important;
}
  /* Container für den Flipbox-Slider */
  .et_pb_row_4col {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    transition: height 0.3s ease;
  }

  /* Spalten absolute positionieren */
  .et_pb_row_4col .et_pb_column {
    position: absolute;
    width: 100% !important;
    left: 0;
  }

  /* Flipbox innerhalb der Spalte */
  .et_pb_row_4col .dsm-flipbox {
    height: 100%;
  }
  .et_pb_row.et_pb_row_4.flipbox-at.et_pb_gutters1.et_pb_row_4col {
    padding: 0px !important;
}
  /* Navigationspunkte außerhalb */
  .flipbox-dots {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    gap: 10px;
    position: relative;
    z-index: 10;
    padding: 10px 0;
  }

  .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
    font-size: 40px!important;
    text-align: justify;
}
img.wp-image-104.alignnone.size-thumbnail {
  width: 15%;
}

  .flipbox-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .flipbox-dot.active {
    background-color: #85f3ee;
  }
}

@media (min-width: 768px) {
  .slider-dots {
    display: none;
  }
  .flipbox-dots {
    display: none;
  }
  h2.et_pb_slide_title {
    font-size: 25px;
}
}

/* Slider CSS Ivascu Videos */
.video-slider {
  display: flex;
  overflow: hidden;
  width: 175%;
  position: relative;
  gap: 10px;
}

.video-slider .slide {
  display: inline-block;
  width: 175%;
  transition: transform 0.5s ease-in-out;
  position: relative;
}

.slider-video {
  width: 100%;
  display: block;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.play-button {
  width: 40px;
  height: 40px;
}

   .slide {
       position: relative; /* Stellt sicher, dass der Play-Button relativ zu diesem Container positioniert wird */
   }
.slider-container {
  overflow: visible; /* Ermöglicht das Überragen des Inhalts */
  width: 100%; /* Stellt sicher, dass der Container die volle Breite einnimmt */
}
.et_pb_slide_content {
  background: #ffffff45;
  border-radius: 5px;
  padding: 10px;
}
.dnhot-hostpot-hotspots-container:before {
  content: 'Hier können Sie etwas ändern';
  font-size: 40px;
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 1.3;
}
button.open-termin-popup.pum-trigger {
  padding: 20px;
  border-radius: 30px;
  color: #ffff;
  background-color: #c8a272;
  border: none;
  width: 100%;
  font-weight: bold;
}

/* Popup-Formular */
div#\33 83step-1 {
  display: grid;
  gap: 15px;
}
div#\33 83step-2 {
  margin-top: 30px;
}
.uacf7-step.step-content button.uacf7-prev, .uacf7-step.step-content button.uacf7-next {
  margin-top: 20px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.et_pb_contact_select.input {
  margin-top: 15px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: grid;
  margin-top: 10px;
}
div#pum_popup_title_393 {
  color: #18444a;
}
button.pum-close.popmake-close {
  background-color: #18444a !important;
}
.uacf7-step.step-content.step-start button.uacf7-next {
  float: right;
  padding: 10px 15px 10px 15px;
  background-color: #18444a;
  color: #ffff;
  border-radius: 5px;
}
button.uacf7-prev, button.uacf7-next {
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  border: none;
  background-color: #18444a;
  color: #ffff;
  transition: background-color 0.3s ease; /* Sanfter Übergang für den Hover-Effekt */
}

button.uacf7-prev:hover, button.uacf7-next:hover {
  background-color: #c8a272; /* Gold/Bronze-Farbe beim Hover */
  cursor: pointer; /* Zeigt an, dass es klickbar ist */
}
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}
.cf7-logo {
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
}
.cf7-logo-container {
  text-align: center;
  margin-bottom: 20px;
  background-color: #18444a;
  margin-top: 20px;
  border-radius: 5px;
}
span.wpcf7-form-control-wrap.dsm-contact-form-7-select {
  margin-bottom: 15px;
}
input.wpcf7-form-control {
  width: 100% !important;
}
.uacf7-wrapper-default label span {
  display: inline-block;
  margin-top: 5px;
}
span.wpcf7-list-item-label {
  color: #000000;
  margin-left: 10px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
@media (max-width: 980px) {
  .et_pb_image_hotspot_wrap img {
      transform: scale(1.5); /* Bild für Mobile vergrößern */
      transform-origin: center; /* Skaliert das Bild von der Mitte aus */
  }
}
@media (max-width: 980px) {
  .et_pb_image_hotspot_wrap {
      overflow: hidden;
  }
}
@media (max-width: 768px) {
  .et_pb_image_hotspot {
      width: 20px !important; /* Verkleinert die Hotspots */
      height: 20px !important;
  }
  .et_pb_slide_content {
    position: absolute;
    text-align: left;
    max-width: 100%;
    font-size: 26px;
    color: #18444b !important;
    top: 20px;
    left: 0px;
    line-height: 1.5;
}
.at-slider h3 {
  font-size: 24px !important;
  color: #18444b !important;
  margin-top: 4%;
}
img.wp-image-104.alignnone.size-thumbnail {
  width: 10%;
}
}

/* Optional: Zusätzliche Hover-Effekte für bessere Benutzerfreundlichkeit */
button#myButtonId:hover {
  background: #b89162; /* Leicht dunklere Farbe beim Hover */
  transition: background 0.3s ease; /* Sanfter Übergang */
}
