@media (min-width: 600px) {

  label {
    font-size: 1.2rem;
  }

  h1 {
    font-size: 1.4rem;
  }

  img {
    transition: 0.3s ease;
  }

  img:hover {
    scale: 1.1;
  }

  #flexbox-story-swisscom {
    padding-inline: var(--general-inline-padding);
    gap: 1rem;
  }

  #story-description-security-mobile {
    display: none;
  }

  #story-description-security-desktop {
    display: block;
    margin: auto;
    color: black;
    background-color: rgba(250, 235, 215, 0.741);
    border-style: solid;
    border-color: #808080;
    border-width: 2px;
    border-radius: 0.62rem;
    font-size: var(--general-font-size-tablet);
    padding: 0.4rem;
    min-width: 15rem;
    max-width: 25rem;
  }

  #story-description-security-desktop:hover {
    border-color: rgb(0, 64, 255);
    background-color: white;
    transition: 0.2s;
  }

  #background-video {
    position: absolute;
    bottom: 2.2rem;
    width: 100%;
    scale: 1.2;
  }

  #flexbox-header {
    position: relative;
    display: flex;
    gap: 5rem;
    justify-content: space-evenly;
  }

  .flexbox-story {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-inline: var(--general-inline-padding);
    justify-content: center;
    margin-block: 1rem;
  }

  #axes4-description-mobile {
    display: none;
  }

  #axes4-description-mobile {
    display: block;
    margin: auto;
    color: black;
    background-color: rgba(250, 235, 215, 0.741);
    border-style: solid;
    border-color: #808080;
    border-width: 2px;
    border-radius: 0.62rem;
    font-size: var(--general-font-size-tablet);
    padding: 0.4rem;
    min-width: 15rem;
    max-width: 30rem;
  }

  #axes4-description-mobile:hover {
    border-color: rgb(0, 64, 255);
    background-color: white;
    transition: 0.2s;
  }

  .flexbox-story-axes4 {
    position: relative;
    flex-direction: row;
    padding-inline: 5rem;
    margin-block: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  #beginne-die-reise-div {
    display: flex;
    position: relative;
    margin-block: auto;
    justify-content: center;
    gap: 1rem;
    color: rgb(3, 0, 194);
    z-index: 300;
  }

  #header-text {
    margin: 0;
    font-size: var(--general-font-size-tablet);
  }

  #header-text-div {
    font-size: 0.8rem;
    padding: 0.6rem;
    margin-block: 1rem;
    margin-left: 0.5rem;
    max-width: 21rem;
  }

  .story-image {
    max-width: 19rem;
  }

  #titelbild {
    position: relative;
    object-fit: contain;
    animation-name: titelbild-animation-tablet;
    animation-duration: 1.2s;
    width: 10rem;
    top: 2.8rem;
    right: 3.1rem;
    scale: 1.5;
  }

  #federer {
    width: 50%;
    max-width: 20rem;
  }

  #swisscom-image-dejan {
    max-width: 13rem;
  }

  #swisscom-image-jozef {
    max-width: 10.5rem;
  }

  #zeichnung {
    max-width: 19rem;
  }

  #hollywood-foto {
    max-width: 18rem;
  }

  .music-video {
    max-width: 21rem;
  }

  .story-description-side {
    font-size: var(--general-font-size-tablet);
    min-width: 10rem;
    max-width: 25rem;
  }

  .story-description-side:hover {
    border-color: blue;
    background-color: white;
    transition: 0.2s;
  }

  .story-description-bottom {
    font-size: var(--general-font-size-tablet);
    min-width: 10rem;
    max-width: 30rem;
  }

  .story-description-bottom:hover {
    border-color: blue;
    background-color: white;
    transition: 0.2s;
  }

  .flexbox-story-special {
    position: relative;
    flex-direction: row;
    display: flex;
    gap: 1rem;
    padding-inline: var(--general-inline-padding);
    justify-content: center;
    margin-block: 1rem;
  }

  #sprechblase-kopf-div {
    position: relative;
    top: -1.25rem;
    left: -7.8rem;
    z-index: 100;
  }

  #sprechblase-kopf {
    width: 7rem;
    transform: none;
    animation-name: sprechblase-kopf;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  #sprechblase-schwanz-div {
    position: relative;
    top: 1.25rem;
    left: -8.75rem;
    z-index: 100;
  }

  #sprechblase-schwanz {
    position: relative;
    width: 3rem;
    z-index: 100;
  }

  #cat-div {
    display: flex;
    justify-content: center;
    padding-left: 5.6rem;
    z-index: 300;
  }

  #cat {
    position: relative;
    width: 10rem;
    z-index: 300;
    cursor: pointer;
  }

  #cat-tail-div {
    position: relative;
    left: -9rem;
    top: 8.1rem;
    z-index: 200;
  }

  #cat-tail {
    position: relative;
    width: 3.5rem;
    z-index: 200;
    transform: rotate(320deg);
    transform-origin: 100% 100%;
    animation-name: tail-wiggle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  #cat-tail-reflection-div {
    position: relative;
    left: -13.1rem;
    top: 16rem;
    z-index: 500;
  }

  #cat-tail-reflection {
    position: relative;
    width: 4.5rem;
    z-index: 200;
    transform: rotate(320deg);
    transform-origin: 100% 0%;
    animation-name: tail-wiggle-reflection;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  #formular {
    padding-inline: 20%;
    font-size: var(--general-font-size-tablet);
  }

  #titel {
    font-weight: 500;
    font-size: 2rem;
  }

  #story-description-swisscom-mobile {
    display: block;
    font-size: var(--general-font-size-tablet);
            max-width: 31rem;
  }

  #story-description-swisscom-desktop {
    display: none;
  }

  #story-description-swisscom-desktop:hover {
    border-color: blue;
    background-color: white;
    transition: 0.2s;
  }

  #fragen-oder-anregungen {
    font-size: 1.5rem;
  }

  #name {
    width: 50%;
    height: 1.2rem;
  }

  #email-absender {
    width: 50%;
    height: 1.2rem;
  }

  #absende-knopf {
    position: relative;
    padding-inline: 0.62rem;
    left: 0;
    right: 0;
    font-size: 1.3rem;
    height: 2.5rem;
    border-color: rgb(82, 128, 254);
    border-width: 0.25rem;
    border-radius: 6.25rem;
    margin-inline: auto;
  }
}