/* LESS TEMPLATE für Stefanie Rogers, Personal Trainer 
	Version 0.1 16.01.2026 artur */
@font-face {
  font-family: "Junction";
  src: url("../font/Junction/junction.regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Junction";
  src: url("../font/Junction/junction.bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Junction";
  src: url("../font/Junction/junction.light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Charis";
  src: url("/static/font/Charis_SIL/CharisSIL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Charis";
  src: url("/static/font/Charis_SIL/CharisSIL-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Charis";
  src: url("/static/font/Charis_SIL/CharisSIL-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Charis";
  src: url("/static/font/Charis_SIL/CharisSIL-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/static/font/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  min-width: 375px;
  font-family: Charis, Times, serif;
  color: #3C3B3A;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}
#wrapper {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 30px;
}
.contentelement h1,
#tinymce h1 {
  font-family: Junction, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  margin: 1rem 0 1rem;
  line-height: 130%;
  color: #999;
  font-weight: 200;
}
.contentelement h1 strong,
#tinymce h1 strong {
  color: #45858C;
}
.contentelement h2,
#tinymce h2 {
  font-family: Junction, sans-serif;
  font-weight: normal;
  color: #999;
  font-size: 3rem;
  margin: 4rem 0 1rem;
  line-height: 120%;
  font-weight: 200;
}
.contentelement h2 strong,
#tinymce h2 strong {
  color: #45858C;
}
.contentelement h3,
#tinymce h3 {
  font-family: Junction, sans-serif;
  color: #45858C;
  font-size: 1.7rem;
  margin: 50px 0px 10px 0;
  text-transform: normal;
  line-height: 130%;
  font-weight: normal;
}
.contentelement h3 strong,
#tinymce h3 strong {
  color: #45858C;
}
.contentelement h4,
#tinymce h4 {
  font-family: Junction, sans-serif;
  font-weight: normal;
  color: #45858C;
  font-size: 1.2rem;
  margin: 1em 0 0.3em;
  line-height: 120%;
}
.contentelement p,
#tinymce p {
  font-size: 1.1rem;
  line-height: 145%;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.contentelement p strong,
#tinymce p strong {
  font-weight: bold;
}
.contentelement p a,
#tinymce p a {
  color: #45858C;
  text-decoration: none;
  border-bottom: 1px dotted #45858C;
  transition: color 200ms;
}
.contentelement p a:visited,
#tinymce p a:visited {
  color: #45858C;
}
.contentelement p a:hover,
#tinymce p a:hover {
  color: #123257;
  border-bottom: 1px dotted #123257;
}
.contentelement li,
#tinymce li {
  font-size: 1rem;
  line-height: 145%;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.contentelement li strong,
#tinymce li strong {
  font-weight: bold;
}
.contentelement li a,
#tinymce li a {
  color: #45858C;
  text-decoration: none;
  border-bottom: 1px dotted #45858C;
  transition: color 200ms;
}
.contentelement li a:visited,
#tinymce li a:visited {
  color: #45858C;
}
.contentelement li a:hover,
#tinymce li a:hover {
  color: #123257;
  border-bottom: 1px dotted #123257;
}
.contentelement .contentdownload a,
#tinymce .contentdownload a {
  color: #3C3B3A;
  text-decoration: none transition: color 200ms;
  border-bottom: 1px dotted #3C3B3A;
}
.contentelement .contentdownload a:hover,
#tinymce .contentdownload a:hover {
  border-bottom: 1px dotted #D41317;
  color: #D41317;
}
nav.menu {
  font-family: Lato, sans-serif;
}
nav.menu li {
  background: none;
}
nav.menu a {
  color: #3C3B3A;
  font-weight: normal;
  border-bottom: none;
}
nav.menu .menu__list {
  display: flex;
  list-style-type: none;
}
nav.menu .menu__list--level-2 {
  position: absolute;
  flex-direction: column;
  display: none;
  background-color: white;
  z-index: 100;
  border-radius: 0 0 10px 10px;
}
nav.menu .menu__list.resp {
  display: none;
}
nav.menu .menu__item:hover .menu__list {
  display: flex;
}
nav.menu .menu__item:focus-within .menu__list {
  display: flex;
}
.menu__item--level-1nav.menu + li {
  margin-left: 10px;
}
nav.menu .menu__link {
  display: block;
  padding: 5px 0;
  margin: 0 10px;
  font-size: 1rem;
  color: black;
  position: relative;
  font-weight: 300;
  border-bottom: none;
  height: 2rem;
}
nav.menu .menu__link:hover span {
  transition: color 200ms;
  border-bottom: 1px dotted #45858C;
  color: #45858C;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 5px;
}
nav.menu .menu__link:hover a {
  border-bottom: unset;
}
nav.menu .menu__link:focus span {
  transition: color 200ms;
  border-bottom: 1px dotted #45858C;
  color: #45858C;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 5px;
}
nav.menu .menu__link:focus span a {
  border-bottom: unset;
}
footer #menuFooter .menu__link {
  color: black;
}
footer #menuFooter .menu__link:hover {
  color: #D41317;
  background: none;
}
footer #menuFooter .menu__link:focus {
  color: #D41317;
  background: none;
}
.contentelement {
  position: relative;
}
.contentelement ul {
  list-style: none;
}
.contentelement ul li {
  padding-left: 20px;
}
.contentelement ul li::before {
  content: "• ";
  font-family: Junction, sans-serif;
  color: #45858C;
  margin-left: -15px;
}
.size_1-1 {
  width: 100%;
}
.size_1-2 {
  width: 50%;
}
.size_1-4 {
  width: 25%;
}
.size_3-4 {
  width: 75%;
}
header {
  margin: 30px 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
}
header #mood {
  width: 100%;
}
#logo {
  width: 320px;
  margin-bottom: 20px;
}
#logo img {
  width: 100%;
  height: auto;
}
nav {
  margin-top: 35px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
#menuIcon {
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 110;
}
#menuIcon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
  background-color: black;
  transition: all 0.5s;
}
#menuIcon span:nth-of-type(2) {
  top: 24px;
  transition: all 0.4s;
}
#menuIcon span:nth-of-type(3) {
  top: 42px;
}
#menuIcon:hover span {
  background-color: red;
}
#menuIcon.open span {
  background-color: red;
}
#menuIcon.open span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 24px;
}
#menuIcon.open span:nth-of-type(2) {
  left: 20px;
  opacity: 0;
  width: 0;
}
#menuIcon.open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 25px;
}
.skip-navigation {
  background-color: black;
  padding: 0.5em 0.75em;
  color: white;
  transition: 500ms;
  transform: translateY(-120%);
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 0 0 15px 15px;
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
}
.skip-navigation:focus {
  transform: translateY(0);
  background-color: red;
  outline: none;
}
#mood {
  width: 100%;
  margin: 0px 0;
  padding: 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#mood img {
  width: 100%;
  height: auto;
  display: block;
}
section {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
section .contentbild {
  margin: 15px 0;
}
section .contentbild img {
  max-width: 100%;
  height: auto;
}
.gelberRand {
  padding-left: 10px;
  border-left: 9px solid #3C3B3A;
}
#spalteGesamt {
  width: 100%;
  position: relative;
}
#spalteLinks {
  width: 70%;
  padding-right: 8vh;
}
#spalteRechts {
  width: 30%;
}
#spalteRechts h2 {
  font-weight: bold;
  color: #3C3B3A;
}
.contenttext.BildNebenText {
  width: 70%;
}
#page .contentbild.blau {
  padding: 20px;
  background-color: #45858C;
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
}
#page .contentbild.blau img {
  width: 28%;
}
#page .contentbild.blau .bu {
  width: 72%;
  padding-right: 20px;
  color: white;
}
#page .contentbild.blau .bu h2 {
  color: white;
}
.contentbild.Team {
  width: 250px;
  display: inline-block;
  margin-right: 30px;
}
.contentbild.Team img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0 0 5% 0;
}
.contentbild.Team .bu {
  font-size: 1rem;
  font-family: Junction, sans-serif;
}
#mood {
  position: relative;
}
#nasm {
  position: absolute;
  right: -30px;
  bottom: -10px;
  width: 180px;
  height: auto;
}
#nasm img {
  width: 100%;
}
#spalteGesamt .contenttext {
  width: 70%;
}
#spalteGesamt .zweispaltig {
  column-count: 2;
  column-gap: 40px;
}
#spalteGesamt .zweispaltig h1,
#spalteGesamt .zweispaltig h2,
#spalteGesamt .zweispaltig h3,
#spalteGesamt .zweispaltig h4,
#spalteGesamt .zweispaltig h5 {
  column-span: all;
}
#spalteGesamt .marginalie {
  position: absolute;
  margin-top: 20px;
  left: 75%;
  width: 25%;
}
#spalteGesamt .marginalie p {
  font-size: 1rem;
  font-style: italic;
}
#spalteGesamt .marginalie h1,
#spalteGesamt .marginalie h2,
#spalteGesamt .marginalie h3,
#spalteGesamt .marginalie h4 {
  margin-top: 0;
}
#spalteGesamt .marginalie.contenttext {
  border-left: 2px solid #45858C;
  padding-left: 15px;
}
.contentelement.kacheln {
  width: 100%;
  margin: 30px 0;
}
.contentelement.kacheln ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kacheln.contentelement ul li::before {
  margin: 0;
  content: none;
}
.kacheln li {
  display: block;
  color: white;
  background-color: #45858C;
  padding: 20px;
  width: 31%;
  margin: 0 0 3% 0;
}
.kacheln li strong {
  display: block;
  margin-bottom: 5px;
  font-family: Junction, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
}
.kacheln li:nth-of-type(2n) {
  background-color: #123257;
}
.kacheln li:nth-of-type(3n) {
  background-color: #66bfc7;
}
footer {
  padding: 10px 0;
  width: 100%;
}
footer nav {
  margin-top: 50px;
  color: black;
}
@media (max-width: 1024px) {
  #nasm {
    width: 16vw;
  }
  #page header nav.menu {
    position: absolute;
    margin-top: 0;
    left: -100%;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #eee;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.4s, left 0.4s;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  #page header nav.menu #menuMain {
    margin-left: 0;
    order: 1;
    padding: 30px 0;
  }
  #page header nav.menu .menu {
    max-width: 600px;
  }
  #page header nav.menu .menu__list {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #page header nav.menu .menu__list--level-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: unset;
    position: relative;
  }
  #page header nav.menu .menu__list.resp {
    display: flex !important;
  }
  .menu__item--level-1#page header nav.menu + li {
    margin-left: unset;
  }
  #page header nav.menu .menu__link {
    text-align: center;
    font-size: 1.6rem;
  }
  #page header nav.menu .menu__link--level-1 {
    font-size: 1.6rem;
    margin-top: 0.7em;
  }
  #page header nav.menu.visible {
    left: 0;
    opacity: 1;
    height: 100vh;
    overflow: scroll;
  }
  #menuIcon {
    display: block;
    top: 10px;
  }
  #spalteLinks {
    width: 100%;
    padding-right: 1vh;
  }
  #spalteLinks .contentbild {
    width: 30%;
  }
  #spalteLinks .contentbild.Team {
    width: 40%;
  }
  #spalteRechts {
    width: 100%;
  }
  #spalteRechts .contentbild {
    width: 30%;
  }
  #spalteRechts .contentbild.Team {
    width: 40%;
  }
  .contenttext.BildNebenText {
    width: 100%;
  }
  .contentbild.BildNebenText {
    margin-right: 10px;
    display: block;
  }
  .contentbild.BildNebenText img {
    width: 50%;
    max-width: 400px;
  }
  .contentbild.BildNebenText .bu {
    width: 100%;
  }
  #page .kacheln li {
    width: 48%;
  }
}
@media (max-width: 800px) {
  #wrapper {
    margin: 0 20px;
  }
  #nasm {
    width: 128px;
  }
  .contentelement h1,
  #tinymce h1 {
    font-size: 2rem;
  }
  .contentelement h2,
  #tinymce h2 {
    font-size: 1.6rem;
  }
  .contentelement h3,
  #tinymce h3 {
    font-size: 1.4rem;
  }
  .contentelement h3,
  #tinymce h3 {
    font-size: 1.2rem;
  }
  #spalteGesamt .contenttext {
    width: 100%;
  }
  #spalteGesamt .marginalie {
    position: relative;
    width: 60%;
    top: unset;
    left: unset;
    margin: 10px 0 30px 40%;
  }
  #spalteGesamt .marginalie p {
    font-size: 1rem;
    font-style: italic;
  }
  #page .kacheln li {
    width: 100%;
  }
  #spalteGesamt .zweispaltig {
    columns: 1;
  }
  #spalteGesamt .contentbild.Team {
    width: 90%;
  }
}
@media (max-width: 600px) {
  #logo {
    width: 55vw;
  }
  #nasm {
    width: 20vw;
  }
  #spalteGesamt .marginalie {
    position: relative;
    width: 100%;
    margin-left: 0;
    top: unset;
    left: unset;
  }
}
@media (max-width: 375px) {
  #logo {
    width: 260px;
  }
}
