:root {
  --color-primary: #5988d8;
  --color-primary-hovered: hsl(218, 52%, 50%);
  --fa-style-family: "Font Awesome 6 Pro";
  --font-normal: "Teko Regular";
  --font-bold: "Teko Bold";
  --font-hawaii: "Bananas Regular";

  --header-height: 70px;
  --mobile-browser-buffer: 54px;

  --primary-cl: #e2e2e2;
  --secondary-cl: #dcdcdc;

  --fg-color: #171928;

  --color-background-hero: #252525;

  --logo-color: var(--color-primary);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--logo-color);
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: var(--fg-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--logo-color);
  border-radius: 20px;
  border: 3px solid var(--logo-color);
}

html {
  width: 100%;
  max-width: var(-vw, 100vw);
  min-height: var(-vh, 100vh);
}

body {
  width: 100%;
  color: #000;
  font-family: var(--font-normal);
  font-weight: 400;
  font-size: 1.4rem;
  overflow-x: hidden;
}

body.overflow-blocked {
  overflow: hidden !important;
}
#mobile-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#btnSidebar > img {
  display: none;
}

#btnSidebar .sm-only {
  display: block;
}

#btnSidebar .non-sm-only {
  display: none;
}

.app {
  overflow-x: hidden;
  margin-top: var(--header-height);
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: var(--logo-color);
}

.font-bold {
  font-family: var(--font-bold);
}

.font-hawaii {
  font-family: var(--font-hawaii);
}

.popover,
.popover-header {
  background-color: var(--logo-color);
}

.popover-body {
  color: #fff;
}

.bg-cl-black {
  background-color: #000;
}

.border-highlight {
  border: 2px solid var(--logo-color);
}

.logo {
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: var(--logo-color) !important;
  border: 2px solid var(--logo-color);
}

.btn-primary {
  color: #fff;
  background-color: var(--logo-color);
  border-color: var(--logo-color);
  font-size: 2rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--logo-color);
  border-color: var(--logo-color);
}

.btn-outline-highlight {
  color: var(--logo-color);
  border-color: var(--logo-color);
  font-size: 2rem;
}

.btn-outline-highlight:hover {
  color: #fff;
  background-color: var(--logo-color);
  border-color: var(--logo-color);
}

header {
  min-height: var(--header-height);
}

header.active {
  background-color: #fff;
}

.navbar-toggler i {
  color: #000;
}

.navbar-toggler.collapsed i:before {
  content: "\f0c9";
}

.navbar-toggler i:before {
  content: "\f00d";
}

footer {
  background-color: var(--color-background-hero);
  color: #fff;
}

.sidebar {
  height: calc(var(--vh) - var(--header-height));
  z-index: 1030;
  position: fixed;
  top: var(--header-height);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding-bottom: 12vh;
  box-shadow: none;
}

.sidebar.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 300ms linear;
}

.sidebar.right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 300ms linear;
}

.sidebar.show {
  -webkit-transform: none;
  transform: none;
  transition: transform 300ms linear;
}

.text-shadow-black {
  text-shadow: 2px 2px 2px hsl(0, 0%, 10%);
}

.text-shadow-white {
  text-shadow: 2px 2px 2px #fff;
}

.background-color {
  background: #000;
}

.bg-cl-hero {
  background-color: var(--color-background-hero);
}

.box-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.error {
  border-color: var(--bs-red);
}

.bg-cl-highlight {
  background: var(--logo-color);
}

.highlight-color {
  color: var(--logo-color);
}

.breadcrumbs {
  color: var(--logo-color) !important;
  display: inline-block;
}

.breadcrumbs .back:after {
  content: "|";
}

.cursor-pointer {
  cursor: pointer;
}

.select2-search__field {
  width: 100% !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  line-height: 1.25 !important;
}

.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

/*SIDEBAR MENU*/
.navbar {
  max-width: 100vw;
  color: white;
}

.navbar-toggler i {
  color: var(--logo-color);
}

.navbar-toggler.collapsed i:before {
  content: "\f0c9";
}

.navbar-toggler i:before {
  content: "\f00d";
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.menu-item > .menu-link > span {
  color: var(--color-primary);
}

.menu-item > .menu-link:hover > span {
  color: var(--color-primary-hovered);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--logo-color);
}

.dropdown-menu-dark .dropdown-item {
  cursor: pointer;
}

.nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.nav-item a {
  color: var(--color-primary) !important;
}
.navbar-nav .nav-item a:hover {
  color: var(--color-primary-hovered) !important;
}

.nav-link {
  color: white;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.nav-link.active {
  color: var(--logo-color);
}

.bg-fill {
  background: url("/media/img/bg/purpose.webp");
  background-attachment: fixed;
  background-position: center;
}

.bg-abs-banner {
  position: relative;
}

.bg-hero {
  position: relative;
  background-color: var(--color-background-hero);
}

.bg-hero:before {
  position: absolute;
  content: "";
  background-color: #445470;
  clip-path: polygon(65% 0%, 80% 0%, 60% 100%, 45% 100%);
  height: 100%;
  width: 100%;
  z-index: 0;
}

.text-align-justify {
  text-align: justify;
}

.before-line {
  position: relative;
  padding-left: 5rem;
}

.before-line:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--logo-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vh35 {
  height: 35vh !important;
}
.vh45 {
  height: 45vh !important;
}
.vh50 {
  height: 50vh !important;
}
.vh60 {
  height: 60vh !important;
}

.shape {
  position: relative;
  width: 100%;
  padding: 50px 30px;
  z-index: 5;
}

.shape .right-corner {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--logo-color);
  -webkit-clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 37%, 100% 43%, 100% 0);
  clip-path: polygon(58% 0, 65% 6%, 94% 6%, 94% 37%, 100% 43%, 100% 0);
  left: 10px;
  top: -10px;
  z-index: 1;
}

.shape.about-us-pic:after {
  background-image: url("/media/img/adam/adam_biking.jpg");
  background-position: center;
  background-size: cover;
}

.shape.ironman-hawaii:after {
  background-image: url("/media/img/bg/ironman_hawaii.jpg");
  background-position: center left;
  background-size: cover;
}

.shape.hanna:after {
  background-image: url("/media/img/loewi/LOEWI Bluttest_Materialien.jpg");
  background-position: center left;
  background-size: cover;
}

.shape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(
    58% 0,
    65% 6%,
    95% 6%,
    95% 37%,
    100% 42%,
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(
    58% 0,
    65% 6%,
    95% 6%,
    95% 37%,
    100% 42%,
    100% 100%,
    0 100%,
    0 0
  );
  z-index: -1;
}

body[data-browser="Safari"] .bg-stats {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/media/img/bg/background_weights_female.jpg") center;
  background-size: cover;
}

.bg-stats {
  background: url("/media/img/bg/background_weights_female.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}

body[data-browser="Facebook App"] .bg-lifegoal,
body[data-browser="Instagram App"] .bg-lifegoal,
body[data-browser="Safari"] .bg-lifegoal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/media/img/bg/luftaufnahme-der-klippen-der-na-pali-kueste-in-hawaii.jpg")
    no-repeat center;
  background-size: contain;
  background-attachment: scroll;
}

.bg-lifegoal {
  background: url("/media/img/bg/luftaufnahme-der-klippen-der-na-pali-kueste-in-hawaii.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
}

.bg-pnoe-icons {
  background: url("/media/img/pnoe/pnoe.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 600px;
}

.bg-contact {
  background: url("/media/img/adam/adam_running.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 350px;
}

.service_item_inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: 35px 20px 30px;
  border-top: 3px solid var(--logo-color);
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.icon-box {
  position: relative;
  text-align: center;
  padding: 20px 30px;
  color: #fff;
  text-shadow: 2px 2px 1px #1c1c1c;
  transition: all 0.4s;
  z-index: 20;
}

.icon-box .counter {
  font-size: 40px;
  display: block;
  color: #fff;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.icon-box i {
  font-size: 2.625rem;
  color: var(--logo-color);
}

.overlay.opacity-2 {
  opacity: 0.25 !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.75);
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.46;
  -khtml-opacity: 0.46;
  -moz-opacity: 0.46;
  -ms-opacity: 0.46;
  -o-opacity: 0.46;
  opacity: 0.46;
}

.pnoe-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pnoe-icons .icon {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pnoe-icons .circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 70px;
  height: 70px;
}

.pnoe-icons .circle .inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-size: 100% 100%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white),
    linear-gradient(120deg, var(--logo-color) 100%, lightgrey 0%);
  background-position: center center, right top;
  background-origin: content-box, border-box;
  background-clip: content-box, border-box;
  color: var(--logo-color);
}

.pnoe-icons .desc {
  color: #000;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 10px;
  padding: 0 5px;
  line-height: 30px;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: var(--logo-color);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px;
}

.main-timeline .icon:after {
  border: 2px solid var(--logo-color);
  left: 3px;
}

.main-timeline .timeline:hover .icon:before {
  left: 3px;
}

.main-timeline .timeline:hover .icon:after {
  left: -3px;
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  position: relative;
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: var(--logo-color);
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px;
}

.main-timeline .date-outer:after {
  border: 2px solid var(--logo-color);
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px;
}

.main-timeline .date {
  width: 100%;
  position: relative;
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700;
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.main-timeline .description {
  margin-bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .date-content {
  order: 6;
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content:before {
    width: 22.5%;
  }
  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px;
  }
  .main-timeline .title {
    font-size: 17px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 19px;
  }
  .main-timeline .timeline {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }
  .main-timeline .icon {
    margin: auto 0;
  }
  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0;
  }
  .main-timeline .date-content:before {
    display: none;
  }
  .main-timeline .date-outer {
    width: 110px;
    height: 110px;
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px;
  }
  .main-timeline .year {
    font-size: 24px;
  }

  .main-timeline .timeline:nth-child(2n) .date-content {
    order: 0;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0;
  }
  .main-timeline .title {
    margin-bottom: 10px;
  }
}

/* GALLERY CELL */
.gallery {
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.gallery img {
  height: 125px;
  overflow: hidden;
  object-fit: contain;
}

.img-c {
  float: left;
  position: relative;
}

.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
  transition: width ease 400ms, height ease 350ms,
    left cubic-bezier(0.4, 0, 0.2, 1) 420ms,
    top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 2;
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}
