@font-face {
  font-family: 'SF Pro Display';
  src: url("../font/sfprodisplay_regular.woff2") format('woff2'),
  url('../font/sfprodisplay_regular.woff') format('woff'),
  url('../font/sfprodisplay_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url("../font/sfprodisplay_semibold.woff2") format('woff2'),
  url('../font/sfprodisplay_semibold.woff') format('woff'),
  url('../font/sfprodisplay_semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Saol';
  src: url("../font/saol_regular.woff2") format('woff2'),
  url('../font/saol_regular.woff') format('woff'),
  url('../font/saol_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Saol';
  src: url("../font/saol_medium.woff2") format('woff2'),
  url('../font/saol_medium.woff') format('woff'),
  url('../font/saol_medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Saol', sans-serif;
  color: #2b2b2b;
  background-color: #e1e5eb;
  width: 100%;
}
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background-color: #e1e5eb;
}
.navbar-toggler {
  border: none;
}
.navbar-collapse {
  background-color: white;
}
.section {
  padding: 0;
}
.section-2 {
  padding-top: 0 !important;
  background: url('/image/sec2-bg.webp') no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .section .container {
    max-width: 70%;
  }
  .collapse:not(.show) {
    display: flex !important;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  #navbarNav {
    background-color: #e1e5eb !important;
  }
  .navbar-toggler[aria-expanded="true"] {
    visibility: hidden;
  }
  .navbar-collapse {
    width: 100vw !important;
    height: 100vh !important;
    background-color:#e1e5eb !important;
  }
  .x-icon {
    display: none !important;
  }
  .x-icon img {
    width: 40px;
  }
  .x-icon:has(+ a + [aria-expanded="true"]) {
    display: block !important;
    width: 100%;
    background-color:#e1e5eb !important;
  }
  .navbar-brand:has(+ [aria-expanded="true"]) {
    margin: 0 auto !important;
    padding:0 !important;
    width: 100%;
    background-color:#e1e5eb !important;
    text-align: center;
  }
  .navbar-brand:has(+ [aria-expanded="true"]) img {
    width: auto;
    height: 80px;
    margin: 0 auto !important;
  }
  .navbar-toggler[aria-expanded="true"] + #navbarNav {
    margin-top: -40px !important;
    padding-left: 0 !important;
  }
  #navbarNav.show .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #navbarNav.show .nav-link {
    margin-right: 0 !important;
  }
  #navbarNav.show .navbar-nav li {
    text-align: center;
    margin: 0 auto;
  }
  nav.navbar:has([aria-expanded="true"]) {
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
  }
  .section {
    overflow-x: hidden;
  }
  .section-1 h1 {
    margin-left: 0 !important;
    font-size: 40px;
  }
  .section-1 .section-1-text {
    font-size: 15px;
  }
  .hero-image-container {
    margin-left: -50% !important;
  }
  .hero-image {
    width: 150%;
    margin-top: -50px;
  }
  .hero-text-container {
    max-width: 80%;
    margin: -100% auto 15%;
    background-color: #e1e5eb;
  }
  .hero-text-container p {
    font-size: 18px !important;
  }
  .hero-text {
    font-size: 40px !important;
    line-height: 1;
    max-width: 70%;
  }
  .section-2-title {
    font-size: 45px !important;
  }
  .section-2-text {
    font-size: 18px !important;
  }
  .contact-image {
    max-width: 90% !important;
    margin-bottom: -180px !important;
  }
  .section-3-title {
    font-size: 45px !important;
  }
  .section-3-title a {
    font-size: 15px !important;
  }
  .contact-sign {
    max-width: 80%;
  }
  .social-link img {
    margin-left: -75px;
    max-width: 25px !important;
  }
  .social-link ~ .social-link img {
    margin-left: 10px !important;
  }
  .section-3 {
    min-height: initial !important;
    overflow: hidden;
  }
  footer {
    font-size: 9px !important;
  }
  .coaching {
    font-size: 18px !important;
  }
  .coaching h5 {
    font-size: 18px !important;
  }
  .coaching ul:not(.navbar-nav) li::before {
    content: "\2022"; /* Unicode for bullet symbol */
    font-size: 8px;   /* Set the size of the bullet */
    color: black;     /* Bullet color */
    display: inline-block;
    width: 1em;       /* Ensure proper spacing */
    margin: 0 10px 0 0 !important; /* Space between bullet and text */
    vertical-align: middle;
    padding: 0;
  }
  .coaching ul li {
    font-size: 16px !important;
  }
  .contact-data, .contact-data a {
    font-size: 25px !important;
  }
  .contact-data span {
    max-width: 100% !important;
  }
  .contact-separator {
    max-width: 90% !important;
    border-bottom: 1px solid #50504a !important;
  }
  .contact-address {
    font-size: 18px !important;
  }
  .map-image {
    max-width: 200% !important;
    margin-left: -200px;
  }
  .contact h2 {
    font-size: 20px !important;
  }
  .coaching .section-1 {
    background-position: 0 35px !important;
    background-size: 200% !important;
  }
}

.hero-image {
  max-width: 150%;
  margin-top: -50px;
}
.hero-image-container {
  margin-left: -50px;
}
.hero-text-container {
  font-size: 18px;
  font-family: 'SF Pro Display', serif;
}
.section-1 {
  padding-top:100px;
  min-height: 100vh;
  background-size: 100% 75% !important;
  background: url("/image/bg-light.webp");
  background-repeat: no-repeat;
  background-position-y: -0px;
  background-color: #e1e5eb;
}
.section-1-text {
  font-size: 18px;
  font-family: 'SF Pro Display', serif;
}
.section-1 h1 {
  text-transform: uppercase;
  text-align: left;
}
.section-1 h1 span {
  text-transform: initial !important;
  color: #d4ac1b;
  font-style: italic;
}
.hero-text {
  color: #585851;
  font-weight: bold;
  font-family: 'Saol', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
}
.section-2 {
  background-color: #e9ecef;
  min-height: 100vh;
}
.section-2-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: 'Saol', sans-serif;
}
.section-2-title-colored {
  color: #d7bf68;
  text-transform: lowercase;
  font-style: italic;
}
.section-2-text {
  font-family: 'SF Pro Display', serif;
  color: #ffffff;
  font-size: 20px;
}
.section-2-text a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.section-3 {
  min-height: 100vh;
}
.mustard-bg {
  background-color: #d7bf68;
}
.section-3-title {
  color: #585851;
  font-size: 60px;
  font-family: 'Saol', sans-serif;
}
.section-3-title a {
  display: block;
  font-family: 'SF Pro Display', serif;
  color: #585851;
  text-decoration: none;
  font-size: 30px;
}
#navbarNav {
  background-color: transparent;
  padding-left: 110px;
  margin-top: -35px;
}
.nav-link {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-right: 90px !important;
  font-family: 'Saol', sans-serif;
}
.nav-link-bordered {
  border: 1px solid #2b2b2b;
  border-radius: 25px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
footer {
  font-family: 'SF Pro Display', serif;
  background-color: #e1e5eb;
}
.side-navi {
  list-style-type: none;
  position: sticky;
  top: 106px;
  z-index: 1000;
}
.side-navi a {
  color: #585851;
  text-shadow:
    -1px -1px 1px #e1e5eb,
    1px -1px 1px #e1e5eb,
    -1px  1px 1px #e1e5eb,
    1px  1px 1px #e1e5eb;
  font-family: 'SF Pro Display', serif;
  text-decoration: none;
}
.coaching {
  font-family: 'SF Pro Display', serif;
}
.coaching p {
  font-size: 20px;
}
.coaching h1, .coaching h2, .contact h1, .contact h2 {
  text-align: left;
  font-family: 'Saol', sans-serif;
  margin-left: 0 !important;
}
.coaching h5 {
  font-weight: bold;
}
.coaching ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.coaching ul:not(.navbar-nav) li::before {
  content: "\2022"; /* Unicode for bullet symbol */
  font-size: 8px;   /* Set the size of the bullet */
  color: black;     /* Bullet color */
  display: inline-block;
  width: 1em;       /* Ensure proper spacing */
  margin: 0 40px 0 0; /* Space between bullet and text */
  vertical-align: middle;
  padding: 0;
}
.coaching ul li {
  font-size: 20px;
}
.bb2 {
  color: #50504a;
  font-weight: bold;
  border-bottom: 3px solid;
  padding-bottom: 5px;
}
.bb {
  color: #50504a;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.button {
  background-color: #50504a;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.darkgrey-background {
  background-color: #50504a;
}
.lightgrey-background {
  background-color: #e1e5eb;
}
.home .section-1 {
  background-color: #e1e5eb;
}
.home .section-2 {
  padding-bottom: 300px;
}
.home .section-3 {
  margin-top: -150px;
  background-color: #e1e5eb;
}
.contact .section-1 {
  background-size: 100% !important;
  background-position-y: -70px;
  background-color: #e1e5eb;
}
.contact-data, .contact-data a {
  background-color: #50504a;
  max-width: 90%;
  font-size: 2rem;
  color: #d7bf68;
  text-decoration: none;
}
.contact-data span {
  color: #ffffff;
  font-size: 18px;
  font-family: 'SF Pro Display', serif;
  max-width: 65%;
  display: inline-block;
}
.contact-separator {
  max-width: 90%;
  border-bottom: 2px solid #50504a;
}
.contact-address {
  font-size: 2rem;
  font-weight: bold;
}
.coaching .section-1 {
  background-position: -150px 0;
  background-size: 100%;
}
.contact-image {
  max-width: 75%;
  margin-bottom: -400px;
}
.social-link img {
  max-width: 50px;
}
.social-link ~ .social-link img {
  margin-left: 30px;
}
.map-image {
  max-width: 100%;
}
.scroll-image-container {
  padding-top: 300px;
  padding-left: 45px;
}
.scroll-image-container img {
  width: 40px;
}
.aszf {
  text-decoration: none;
  color: #2b2b2b;
}
.navbar-brand img {
  width: auto;
  height: 80px;
  margin-left: 20px;
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d2bf74;
  border-radius: 10px 10px 0 0;
  padding: 10px 30px;
}
.cookie-consent-banner span {
  padding: 5px 20px;
  display: inline-block;
  font-family: 'SF Pro Display', serif;
}
.cookie-consent-banner .accept-cookies-button {
  background-color: #585852;
  color: #d2bf74;
  font-family: 'SF Pro Display', serif;
  padding: 5px 20px;
  border-radius: 30px;
  text-decoration: none;
  float: right;
  margin: 0;
}
.cookie-consent-banner .accept-cookies-button:hover {
  cursor: pointer;
}
.cookie-consent-banner .cookies-more-info {
  text-decoration: none;
  border-bottom: 1px dotted #585852;
  color: #585852;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}