/* Breite ab 800px (Desktop) */
@media screen and (min-width: 800px) {
  .topPicture {
    position: relative;
    top: var(--header_neg);
    min-height: 100%;
    background-image: url("img/Berufsorientierung_ldscp.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topPictureText {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 7em;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 5px rgb(100, 100, 100);
  }
  .fixed_header_big {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header_big);
    color: var(--color_menue);
    border: transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
  }

  .fixed_header_small {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header_small);
    color: var(--color_menue);
    background: var(--color_header_small);
    border: transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
  }
  .AES_plus_Menue {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .AES {
    width: 100%;
    height: 100%;
    flex: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--color_menue);
    background: var(--color_header);
    text-decoration: none;
  }
  .AES_logo {
    width: 7em;
    margin-left: 1em;
    margin-top: 2vh;
    min-height: 100%;
    background-image: url("img/AES_head_white.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
  .Schule {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
    padding-left: 3%;
  }
  .menue {
    width: 100%;
    height: 100%;
    flex: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: var(--color_menue);
    background: var(--color_header);
  }
  .menue a:first-child {
    display: none;
  }
  .menue a {
    color: var(--color_menue);
    font-weight: 500;
    text-decoration: none;
    padding: 1%;
  }
  .menue a:hover {
    border-style: solid;
    border-width: 0.05em;
    border-color: var(--white_transparent);
  }
  .menue a.active {
    border-style: solid;
    border-width: 0.05em;
    border-color: var(--white_transparent);
  }
  .menueVisible {
    width: 100%;
    height: 100%;
    flex: 65%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: var(--color_menue);
    background: var(--color_header);
  }
  .menueVisible a:first-child {
    display: none;
  }
  .menueVisible a {
    color: var(--color_menue);
    font-weight: 500;
    text-decoration: none;
    padding: 1%;
  }
  .menueVisible a:hover {
    border-style: solid;
    border-width: 0.05em;
    border-color: var(--color_menue);
  }
  .menueVisible a.active {
    border-style: solid;
    border-width: 0.05em;
    border-color: var(--color_menue);
  }
  .text_menu {
    color: var(--color_menue);
  }
  .topPadding {
    padding-top: 4%;
  }
  .bottomPadding {
    padding-bottom: 2%;
  }

  .textCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2em;
    padding-bottom: 2%;
  }
  .imageAngebot {
    width: 250px;
  }
  .noparallaxImage {
    width: 100%;
    height: auto;
  }

  .parallaxImage {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
    height: 100%;
  }
  .parallaxImage4 {
    background-image: url("img/img1.jpg");
  }
  .parallaxImage3 {
    background-image: url("img/img3.jpg");
  }
  .parallaxImage2 {
    background-image: url("img/img2.jpg");
  }
  .Image2 {
    background-image: url("img/img2.jpg");
  }
  .parallaxImage1 {
    background-image: url("img/img1.jpg");
  }
  .text_tiny {
    font-size: 0.8em;
    font-weight: 300;
    text-decoration: none;
  }
  .text_small {
    font-size: 0.9em;
    text-decoration: none;
  }
  .text_normal {
    font-size: 1.2em;
    text-decoration: none;
  }
  .text_normal_bold {
    font-size: 1.3em;
    letter-spacing: 0.01vw;
    font-weight: 500;
    text-decoration: none;
  }
  .text_big {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .text_huge {
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .text_AES {
    font-size: 1.8vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .text_GB {
    font-size: 1.2vw;
    text-decoration: none;
  }
}

/* Breite bis 799px (Mobile) */
@media screen and (max-width: 799px) {
  .topPicture {
    position: relative;
    top: var(--header_neg);
    min-height: 100%;
    background-image: url("img/Berufsorientierung_prtr.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topPictureText {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 12vw;
    font-weight: 600;
    color: var(--color_menue);
    justify-content: center;
    align-items: center;
  }
  .fixed_header_big {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header_big_prtr);
    color: var(--color_menue);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
  }
  .fixed_header_small {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header_small_prtr);
    color: var(--color_menue);
    background: var(--color_header_small);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 10;
  }
  .AES_plus_Menue {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    height: var(--header_big_prtr);
  }
  .AES {
    width: 100%;
    height: var(--header_small_prtr);
    display: flex;
    flex-direction: row;
    color: var(--color_menue);
    background: var(--color_header_small);
    text-decoration: none;
  }
  .AES_logo {
    width: var(--header_small_prtr);
    margin-left: 2%;
    margin-top: 0.5vh;
    min-height: 100%;
    background-image: url("img/AES_head_white.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
  }
  .Schule {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-basis: 80%;
  }
  .menue {
    width: 100%;
    height: var(--header_menu_prtr);
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
  }
  .menue a:not(:first-child) {
    display: none;
  }
  .menue a {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-decoration: none;
    background: var(--color_header_small);
    width: 100%;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
  }
  .menue a:hover {
    background: var(--color_header_small);
  }
  .menue a.active {
    background: var(--color_header_small);
  }
  .menueVisible {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    height: var(--header_bigger_prtr);
  }

  .menueVisible a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    text-decoration: none;
    background: var(--color_header_small);
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
    min-height: 3em;
  }
  .menueVisible a:hover {
    border-color: white;
    border-width: 0.5vh;
    background-color: rgba(50, 50, 50, 0.8);
  }
  .menueVisible a.active {
    border-color: white;
    border-width: 0.5vh;
  }
  .text_menu {
    color: var(--color_menue);
  }
  .topPadding {
    padding-top: 9%;
  }

  .imageAngebot {
    width: 200px;
  }
  .imagePartner {
    max-width: 180px;
  }
  .imageAngebot .imgTxt {
    font-size: 1em;
  }

  .textCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 6vh;
  }
  .text_tiny {
    font-size: 0.7em;
    font-weight: 300;
    text-decoration: none;
  }
  .text_small {
    font-size: 0.8em;
    text-decoration: none;
  }
  .text_normal {
    font-size: 0.8em;
    letter-spacing: 0.01vw;
    text-decoration: none;
  }
  .text_normal_bold {
    font-size: 0.9em;
    letter-spacing: 0.01vw;
    font-weight: 500;
    text-decoration: none;
  }
  .text_big {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .text_huge {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .text_AES {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .text_GB {
    font-size: 0.8em;
    text-decoration: none;
  }
}
