@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  font-family: Roboto;
  font-size: 10px;
}

body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  margin: 1%;
  transition: transform 0.2s ease;
}

.button-container {
  margin: 0;
  padding: 0;
}

.inactive-button {
  font-size: 2rem;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
  color: rgb(10, 10, 10);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
}

.inactive-button:hover {
  border: 2px solid rgb(30, 30, 30);
}

.fett {
  font-weight: bold;
}

#arrow {
  fill: rgb(10, 10, 10);
  width: 1.6rem;
  height: 1.6rem;
}

#backbutton {
  background: none;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.2rem solid rgb(10, 10, 10);
  padding: 0.5rem;
}

#backbutton:hover {
  opacity: 60%;
  cursor: pointer;
}
.cls-1 {
  fill: none;
  stroke: #0a0a0a;
  stroke-miterlimit: 10;
  stroke-width: 0.4rem;
}

.cls-2 {
  fill: #0a0a0a;
  stroke-width: 0px;
}

.big-text-container {
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  margin-top: 5%;
}

.text-container {
  display: flex;
  margin-top: 0%;
}

.flexbox-left,
.flexbox-right {
  flex: 1;
}

.flexbox-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flexbox-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

h1 {
  font-size: 2rem;
  color: rgb(10, 10, 10);
  margin: 0;
  font-weight: bold;
  align-self: center;
  display: block;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
  color: rgb(155, 155, 155);
  margin: 0;
  align-self: center;
  display: block;
}

.impotant-text {
  font-size: 2rem;
  font-weight: bold;
}

p {
  font-size: 1.4rem;
  color: rgb(30, 30, 30);
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 1.4;
  font-weight: normal;
}

.image-container {
  display: flex;
  justify-content: center;
  margin-top: 8%;
  margin-bottom: 8%;
  overflow: hidden;
}

#image-big {
  width: 100%;
  height: auto;
}

.image-site {
  display: flex;
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
}

#image-margin {
  width: 100%;
  height: auto;
  margin-top: 5%;
}

.hover:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.video-container {
  display: flex;
  align-content: center;
  justify-content: center;
}

#youtube {
  margin-top: 5%;
  margin-bottom: 5%;
  align-self: center;
  justify-self: center;
}

figcaption {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 3%;
  color: rgb(80, 80, 80);
}

figure {
  margin: 0;
  transition: transform 0.3s ease;
}

#laptop-screen {
  display: block;
}

#phone-screen {
  display: none;
}

#impressum-laptop {
  display: block;
}

#impressum-phone {
  display: none;
}

.laptop-title {
  display: block;
}

@media screen and (max-width: 700px) {
  #laptop-screen {
    display: none;
  }

  #phone-screen {
    display: block;
  }

  #impressum-laptop {
    display: none;
  }

  #impressum-phone {
    display: block;
  }

  .laptop-title {
    display: none;
  }

  .header {
    margin: 3%;
  }

  #margin-top-header {
    margin-top: 0%;
  }

  .inactive-button {
    font-size: 1.6rem;
  }

  #arrow {
    width: 1.4rem;
    height: 1.4rem;
  }

  #backbutton {
    aspect-ratio: 1/1;
    border: 0.15rem solid rgb(10, 10, 10);
  }

  .cls-1 {
    stroke-width: 0.5rem;
  }

  h3 {
    background-color: rgb(30, 30, 30);
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  p {
    font-size: 1.2rem;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 10%;
  }

  .impotant-text {
    font-size: 1.4rem;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .hover:hover {
    transform: none;
    transition: none;
  }

  .video-container {
    display: flex;
  }

  #youtube {
    align-self: center;
    justify-self: center;
    margin: 5%;
  }
}
