html {
  scroll-behavior: smooth;
}
.bottom .sub-menu {
  box-shadow: 0 10px 15px rgba(0,0,0,.07);
}
.bottom .menu li.current-menu-item ul li a {
  color: #595959;
}
.bottom .menu li.current-menu-item ul li a:hover {
  color: #cf0066;
}
.single main p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single main h3 {
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: -10px;
  color: #cf0066;
}
.menu-fullscreen .sub-menu .sub-menu {
  display: none;
}
.single main h3:not(:first-child) {
  padding-top: 110px;
}
.single main h2:not(:first-child) {
  margin-top: 30px;
}
.single main h2 {
  margin-bottom: 20px;
}
.single main article h2 {
  color: #817ea0 !important;
}

.single main article strong {
  color: #817ea0 !important;
}
#cookieNotice #cookieNoticeContent {
  font-size: 0.8rem;
}
