html {
  scroll-behavior: smooth;
  background-color: rgb(254, 242, 237);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

@font-face {
  font-family: "Fellix-SemiBold";
  src: url("assets/fonts/Fellix-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Henry";
  src: url("assets/fonts/Henry - Regular-205TF.otf") format("opentype");
}

.flex-center {
  display: flex;
  justify-content: center;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .body-container {
    width: 68%;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .body-container {
    width: 90%;
  }
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .quote-container {
    width: 65%;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .quote-container {
    width: 87%;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-text {
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.padding-horizontal-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.padding-horizontal-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.padding-horizontal-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.center-me {
  margin: 0 auto;
}

.contact {
  background-image: url(kontakt-lines.svg);
  height: 546px;
  width: 444px;
}

.kontakt-button {
  border: 2px solid #1d1d1b;
  background-color: rgb(254, 242, 237);
  color: #1d1d1b;
  width: 102px;
  height: 38px;
  text-decoration: none;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(50%, transparent),
    color-stop(50%, #1d1d1b),
    to(#1d1d1b)
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    rgb(3, 49, 245) 50%,
    rgb(3, 49, 245) 100%
  );
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 102px 204px;
}
.kontakt-button:hover {
  border: 2px solid rgb(3, 49, 245);
  color: white;
  background-position: 0 -102px;
}

.feedback-button {
  /* border: 2px solid #1d1d1b; */
  background-color: rgb(254, 242, 237);
  color: #1d1d1b;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 320px;
  height: 38px;
  text-decoration: none;
  border-radius: 45px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(50%, transparent),
    color-stop(50%, #1d1d1b),
    to(#1d1d1b)
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    rgb(252, 48, 8) 50%,
    rgb(252, 48, 8) 100%
  );
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 320px 640px;
}
.feedback-button:hover {
  border: 2px solid rgb(252, 48, 8);
  color: white;
  background-position: 0 -320px;
}

.kontakt-top {
  position: fixed;
  z-index: 1;
  right: 24px;
}

.feedback-bottom {
  position: fixed;
  z-index: 1;
  right: 24px;
  bottom: 24px;
}

.language-switch-top-medium {
  position: fixed;
  z-index: 1;
  right: 28px;
  top: 74px;
}

.language-switch-top-large {
  position: fixed;
  z-index: 1;
  right: 148px;
  top: 24px;
}

.b-logo-top {
  position: fixed;
  background-color: rgb(254, 242, 237);
  z-index: 1;
  left: 24px;
}

.background-color {
  background-color: rgb(254, 242, 237);
}

@media screen and (min-width: 601px) {
  .font-nav-bar {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1.2rem;
    color: #1d1d1b;
    letter-spacing: 0.08px;
    text-align: left;
    /* text-transform: uppercase */
  }
}

@media screen and (max-width: 600px) {
  .font-nav-bar {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1rem;
    color: #1d1d1b;
    letter-spacing: 0.08px;
    text-align: left;
    /* text-transform: uppercase */
  }
}

@media screen and (min-width: 601px) {
  .font-footer {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 0.8rem;
    color: #1d1d1b;
    letter-spacing: 0.08px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .font-footer {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 0.8rem;
    color: #1d1d1b;
    letter-spacing: 0.08px;
    text-align: left;
  }
}

@media screen and (min-width: 601px) {
  .title-font {
    font-family: Henry;
    font-size: 4rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .title-font {
    font-family: Henry;
    font-size: 2rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .title-font-quote {
    font-family: Henry;
    font-size: 3rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .title-font-quote {
    font-family: Henry;
    font-size: 1.5rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    line-height: 1;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .sub-title-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 2rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .sub-title-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .body-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 2rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .body-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .impressum-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .impressum-font {
    font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
    font-size: 1rem;
    color: #1d1d1b;
    letter-spacing: 0.1px;
    text-align: center;
  }
}

.button-font {
  font-family: "Fellix-SemiBold", Helvetica, Arial, serif;
  font-size: 1.2rem;
  letter-spacing: 0.08px;
  text-align: left;
  text-decoration: none;
}

#en {
  display: none;
}

.circlePart {
  grid-area: 1 / 1 / 1 / 1;
  width: 350px;
  height: 350px;
  z-index: -1;
  position: relative;
}
.circleTrainer {
  grid-area: 1 / 1 / 1 / 1;
  width: 100%;
  height: 100%;
}

svg {
  width: 100%;
  height: 100%;
  z-index: -1;
  /* height: 400px;
  width: 400px; */
}

.wrap-animation {
  width: 350px;
  height: 350px;
  margin: auto;
  z-index: -1;
}

.stagger-visualizer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(254, 242, 237);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(3, 49, 245);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(3, 49, 245);
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
