@charset "UTF-8";
/*
 Theme Name:   Tang Theme
 Description:  Custom Theme für Dr. Tang
 Author:       Burt
 Template:     astra
 Version:      1.0.0
*/
/*CSS-Overrides*/
.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
  width: 60px !important;
}

#gallery-container {
  background: #f0f3ed;
}

#derma_main_link img, #beauty_main_link img, #tcm_main_link img {
  transition: 0.3s;
}
#derma_main_link:hover, #beauty_main_link:hover, #tcm_main_link:hover {
  cursor: pointer;
}
#derma_main_link:hover img, #beauty_main_link:hover img, #tcm_main_link:hover img {
  box-shadow: 0px 5px 25px -10px #000000;
  transform: scale(1.03);
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */