html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter Variable, sans-serif;
  margin: 0;
  width: 100%;
  font-weight: 300;
  line-height: 1.2rem;
}

@font-face {
  font-family: "Fraunces72pt-Bold";
  src: url("/fonts/Fraunces72pt-Bold.otf");
}

a {
  color: #291D6B;
  text-decoration: none;
  font-weight: 500;
}

p {
  margin: 0 0 10px 0;
  color: white;
}

b {
  font-weight: 700;
}

ul {
  margin: 0 0 10px 0;
  color: white;
}

h1 {
  margin: 0 0 16px 0;
  color: white;
  font-family: "Fraunces72pt-Bold", serif;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  word-break: break-all;
}

h2 {
  margin: 0 0 10px 0;
  color: white;
  font-family: "Fraunces72pt-Bold", serif;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  word-break: break-all;
}

h3 {
  margin: 0 0 10px 0;
  color: white;
  font-family: "Fraunces72pt-Bold", serif;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  word-break: break-all;
}

.calendly-inline-widget {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

/* header */

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99
}


.logo-topnav {
  width: 100%;
  max-width: 300px;
  min-width: 180px;
}

.a-logo-topnav {
  display: block;
  width: 30%;
  max-width: 300px;
  min-width: 180px;
}

.burger-menu-line {
  width: 20px;
  height: 3px;
  background-color: #291D6B;
  margin-bottom: 4px;
}

.menu {
  display: none;
  cursor: pointer;
}

/* navbar */

.navbar-desktop {
  background-color: white;
  box-shadow: 0 2px 5px 0 #c5c5ca;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 16px 11px 16px;
}

.navbar-desktop a {
  font-size: 1.1rem;
  color: #291D6B;
  text-decoration: none;
  margin-right: 20px;
}

.navbar-desktop a:hover {
  color: #8f87ba;
}

.navbar-desktop a:active {
  color: #8f87ba;
}

.navbar-mobil {
  background-color: white;
  display: none;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px 0 #c6d4d9;
}

.navbar-mobil a {
  font-size: 1.3rem;
  color: #291D6B;
  text-decoration: none;
  margin-right: 20px;
  display: inline-block;
  width: 100%;
}

.navbar-mobil a:hover {
  color: #8f87ba;
}

.navbar-mobil a:active {
  color: #8f87ba;
}

.nav-list-desktop {
  list-style-type: none;
  margin: 0;
}

.nav-list-desktop .list-item {
  display: inline-block;
  padding: 0.5em 5px;
}

.nav-list-mobil {
  list-style-type: none;
  padding-left: 0;
  margin: auto;
}

.nav-list-mobil .list-item {
  display: block;
  padding: 5px 5px;
  border-bottom: 1px solid #cad5d5;
}

/* containers */

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/media/iStock-1285622444.jpg');
  background-attachment: fixed;
  min-height: 100vh;
}

.bg-image-coaching {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/media/fotoshoot/P1098293-2.jpg');
  background-attachment: fixed;
  min-height: 100vh;
}

.bg-image-ueber-mich {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/media/fotoshoot/P1098854.jpg');
  background-attachment: fixed;
  min-height: 100vh;
}

.bg-image-kontakt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/media/fotoshoot/P1098402.jpg');
  background-attachment: fixed;
  min-height: 100vh;
}

.outer-container {
  width: 100%;
  padding: 160px 20px 20px 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  box-sizing: border-box;
}

.row {

}

.left-column {

}

.right-column {

}

.colored-container {
  padding: 20px;
  background-color: #499F3D;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* items */

.content-img {
  border-radius: 10px;
  max-width: 100%;
}

.white-button {
  padding: 10px 16px 10px 16px;
  background-color: white;
  border-radius: 0.4em;
  border-style: solid;
  border-width: 1px;
  font-size: large;
  font-weight: 700;
  color: #499F3D;
  cursor: pointer;
  margin: 20px 0;
  font-family: "Fraunces72pt-Bold", serif;
  letter-spacing: 0.1rem;
}

.white-button:hover {
  background-color: #c6e3c2;
}

.button-on-white {
  padding: 10px 16px 10px 16px;
  background-color: #499F3D;
  border-radius: 0.4em;
  border-style: solid;
  border-width: 1px;
  font-size: large;
  font-weight: 700;
  color: white;
  cursor: pointer;
  margin: 20px 0;
  font-family: "Fraunces72pt-Bold", serif;
  letter-spacing: 0.1rem;
}

.button-on-white:hover {
  background-color: #c6e3c2;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

/* footer */

.footer {
  width: 100%;
  background-color: #373737;
  padding: 16px;
  box-sizing: border-box;
  z-index: 100;
}

.footer a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 2;
}

.footer a:hover {
  color: #c6e3c2;
}

.nav-list-footer {
  list-style-type: none;
  display: flex;
  justify-content: end;
  margin: 0 20px 0 20px;
  padding: 0;
}

.nav-list-footer .list-item {
  display: inline-block;
  margin-left: 20px;
}

/* Tracking Banner */

.cookie-banner-outer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 -2px 5px 0 #a6a1a1;
}

.cookie-banner-outer.hidden {
  display: none;
}

.cookie-banner-inner {
  width: 100%;
  padding: 40px 15px 40px 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  box-sizing: border-box;
}

.cookie-banner-inner h2 {
  color: #499F3D;
}

.cookie-banner-inner p {
  color: #1a1c1a;
}

/* media queries */

@media all and (max-width: 800px) {
  .menu {
    display: block !important;
  }

  .nav-list-desktop {
    display: none;
  }

  .navbar-mobil.active {
    display: flex;
  }

  .outer-container {
    padding: 110px 20px 0 20px;
  }
}

@media all and (min-width: 850px) {
  .row {
    display: flex;
    gap: 20px;
  }

  .left-column {
    flex: 1;
    max-width: 70%;
  }

  .right-column {
    flex: 1;
    max-width: 30%;
  }
}

@media all and (max-width: 400px) {
  .nav-list-footer {
    display: block;
  }
}

@media all and (max-width: 599px) {
  .desktop-only {
    display: none;
  }
}