* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  background-color: #faf5ef;
  height: max-content;
  overflow-x: hidden;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 1vw;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #e3e1de inset !important;
  -webkit-text-fill-color: #07583b !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1 {
  font-family: "Inter", Sans-Serif;
  color: #faf5ef;
  font-weight: 300;
  font-size: clamp(64px, 4.4vw, 78px);
  margin-right: 5px;
}
h2 {
  font-weight: 400;
  font-family: "Inria Sans", Sans-Serif;
  font-style: italic;
  color: #07583b;
  font-size: clamp(50px, 3.4vw, 60px);
}
p {
  color: #1a1a1a;
  font-family: "Inter", Sans-Serif;
  font-weight: 400;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 24px;
}
.orange-text {
  color: #ff6b35;
}
.container {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
  margin-top: 65px;
}

header {
  position: relative;
}
.main-mob {
  display: none;
}
header img {
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header-text {
  position: absolute;
  top: clamp(200px, 18vw, 300px);
  display: grid;
  gap: 40px;
}
.header-text p {
  font-size: clamp(34px, 2.3px, 40px);
  color: #faf5ef;
  margin-right: 5px;
  line-height: 32px;
}
.header-text button {
  padding: 10px 75px;
  background-color: #ff6b35;
  width: max-content;
}
.header-text button a {
  font-family: "Inter", Sans-Serif;
  font-size: clamp(30px, 2vw, 38px);
  color: #faf5ef;
}
@media (max-width: 440px) {
  .container {
    padding: 0 10px;
    margin-top: 0px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 40px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
  }
  .main-mob {
    display: block;
  }
  .main-desk {
    display: none;
  }
  header img {
    height: 100vh;
  }
  .header-text {
    position: absolute;
    top: 290px;
    display: grid;
    gap: 20px;
  }
  .header-text p {
    font-size: 26px;
  }
  .header-text button {
    padding: 5px 40px;
  }
  .header-text button a {
    font-size: 26px;
  }
}

.about {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.about-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-text div {
  display: flex;
  gap: 40px;
}
.about-text article {
  display: grid;
  gap: 20px;
  width: 50%;
}
.about-photos {
  width: calc(50% - 10px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.about-photos img {
  border-radius: 12px;
  width: calc(25vw - 20px);
}
.pluses {
  position: relative;
  margin-top: 50px;
  padding: 0 2.7vw 0 6.2vw;
  display: flex;
  justify-content: space-between;
}
.pluses p {
  color: #07583b;
  font-size: clamp(24px, 1.6vw, 30px);
  text-align: center;
}
.pluses div {
  display: grid;
  justify-items: center;
  gap: 25px;
}
.plus-1 {
  max-width: 190px;
}
.plus-2 {
  max-width: 290px;
}
.plus-3 {
  max-width: 312px;
}
.plus-4 {
  max-width: 300px;
}
@media (max-width: 440px) {
  .about {
    margin-top: 60px;
    flex-direction: column;
    gap: 30px;
  }
  .about-text {
    gap: 30px;
    text-align: center;
  }
  .about-text div {
    flex-direction: column;
    gap: 20px;
  }
  .about-text article {
    width: 100%;
  }
  .about-photos {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .about-photos img {
    border-radius: 12px;
    width: calc(50vw - 15px);
  }
  .pluses {
    margin-top: 50px;
    padding: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .pluses p {
    font-size: 20px;
  }
  .pluses div {
    gap: 10px;
  }
  .plus-1 {
    max-width: 220px;
  }
}

.bikes {
  position: relative;
  display: flex;
  padding-right: 40px;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.bikes article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 350px;
}
.bikes-bikes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  width: 70%;
  justify-items: end;
}
.bikes-bikes div {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
  width: 240px;
}
.bikes-bikes p {
  color: #07583b;
  font-size: clamp(24px, 1.6vw, 28px);
  text-align: center;
  transform: translateX(100vw);
}
.bikes-bikes p.visible {
  animation: bikesp 0.6s ease-out forwards;
}
@keyframes bikesp {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bikes-bikes img {
  width: 100px;
}
@media (max-width: 440px) {
  .bikes {
    flex-direction: column;
    padding-right: 0;
    margin-top: 60px;
    gap: 30px;
  }
  .bikes article {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
  }
  .bikes-bikes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    width: unset;
    justify-items: unset;
  }
  .bikes-bikes div {
    width: 100%;
  }
  .bikes-bikes p {
    font-size: 24px;
  }
}

.grec-botch {
  position: relative;
  margin-top: 100px;
}
.grec-botch-div {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}
.grecos,
.bottcher {
  display: flex;
  gap: 20px;
  align-items: center;
}
.grec-botch-div img {
  width: clamp(260px, 23vw, 360px);
  border-radius: 12px;
}
.grec-botch-div article {
  display: grid;
  gap: 15px;
}
.grec-botch-div h3 {
  color: #07583b;
  font-size: clamp(20px, 1.4vw, 28px);
  font-family: "Inter", Sans-Serif;
  font-weight: 400;
}
.grec-botch a {
  display: block;
  margin-top: 50px;
  font-family: "Inter", Sans-Serif;
  font-weight: 400;
  color: #07583b;
  font-size: clamp(24px, 1.6vw, 28px);
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 440px) {
  .grec-botch {
    margin-top: 60px;
  }
  .grec-botch-div {
    flex-direction: column;
  }
  .grecos,
  .bottcher {
    flex-direction: column;
    gap: 10px;
  }
  .grec-botch-div img {
    width: 100%;
  }
  .grec-botch-div article {
    gap: 10px;
  }
  .grec-botch-div h3 {
    font-size: 20px;
  }
  .grec-botch a {
    margin-top: 30px;
    font-size: 20px;
  }
}

.service {
  position: relative;
  margin-top: 100px;
  display: grid;
  gap: 50px;
}
.service-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.service-div div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.service-div div p {
  color: #07583b;
  font-size: clamp(24px, 1.6vw, 28px);
}
@media (max-width: 440px) {
  .service {
    margin-top: 60px;
    gap: 30px;
    text-align: center;
  }
  .service-div {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .service-div div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .service-div div p {
    font-size: 24px;
  }
}

.shtefan {
  position: relative;
  margin-top: 100px;
  display: grid;
  gap: 40px;
}
.shtefan-div {
  display: flex;
  justify-content: space-between;
}
.shtefan-div-1 {
  display: grid;
  gap: 15px;
  width: 360px;
}
.shtefan-div-1 img {
  border-radius: 12px;
}
.shtefan-div-2 {
  display: grid;
  gap: 30px;
  width: 360px;
}
.shtefan-div-3 {
  border-radius: 12px;
  border: 1px #ff6b35 solid;
  padding: 50px 10px;
  width: 360px;
  height: max-content;
}
@media (max-width: 440px) {
  .shtefan {
    position: relative;
    margin-top: 60px;
    display: grid;
    gap: 40px;
    text-align: center;
  }
  .shtefan-div {
    flex-direction: column;
    justify-content: space-between;
  }
  .shtefan-div-1 {
    width: 100%;
  }
  .shtefan-div-1 img {
    width: 100%;
  }
  .shtefan-div-2 {
    margin-top: 30px;
    width: 100%;
  }
  .shtefan-div-3 {
    width: 100%;
    margin-top: 30px;
  }
}

.about-road {
  top: 240px;
}
.pluses-road {
  top: 100px;
}
.bikes-road {
  top: 240px;
}
.gb-road {
  top: 320px;
}
.service-road {
  top: 250px;
}
.shtefan-road {
  top: 420px;
}
.left-to-right {
  position: absolute;
  transform: rotate(192deg);
  width: 110vw;
  left: -100px;
}
.right-to-left {
  position: absolute;
  transform: rotate(-12deg);
  width: 110vw;
  left: -100px;
}
@media (max-width: 440px) {
  .left-to-right {
    transform: rotate(220deg);
    width: 230vw;
    left: -190px;
  }
  .right-to-left {
    transform: rotate(-43deg);
    width: 230vw;
    left: -190px;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bikes-bikes p {
  transform: translateX(100vw);
}
.bikes-bikes p.visible {
  animation: slideInRight 0.9s ease-out forwards;
}

.grec-botch h3 {
  transform: translateX(100vw);
}
.grec-botch h3.visible {
  animation: slideInRight 0.9s ease-out forwards;
}

.service-div > div {
  transform: translateX(100vw);
}
.service-div > div.visible {
  animation: slideInRight 0.9s ease-out forwards;
}
.service-div > div:nth-child(1).visible {
  animation-delay: 0s;
}
.service-div > div:nth-child(2).visible {
  animation-delay: 0.2s;
}
.service-div > div:nth-child(3).visible {
  animation-delay: 0.4s;
}


.datenschutz-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #faf5ef;
  box-shadow: 0 -4px 30px 10px rgba(0, 0, 0, 0.35);
  z-index: 1000;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.datenschutz-banner--visible {
  transform: translateY(0);
}

.datenschutz-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.datenschutz-banner__text {
  flex: 1;
  font-size: 16px !important;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.datenschutz-banner__link {
  color: #07583b;
  text-decoration: underline;
  font-weight: 500;
}

.datenschutz-banner__link:hover {
  text-decoration: none;
}

.datenschutz-banner__button {
  background-color: #07583b;
  color: #faf5ef;
  border: none;
  font-family: "Inter", Sans-Serif;
  font-weight: 400;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.datenschutz-banner__button:hover {
  background-color: #06472f;
}

@media (max-width: 768px) {
  .datenschutz-banner__content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 1rem;
  }

  .datenschutz-banner__button {
    width: 100%;
    white-space: normal;
    font-size: 14px;
  }

  .datenschutz-banner__text {
    font-size: 12px !important;
  }
}
