:root {
  --dark: #2c3e50;
  --red : #23303d;
  --white: #ffffff;
  --fontColor: #333333;
}



@media (orientation : landscape) {
  .desktop-app {
    font-size: 1.75vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    height: 100vh;
    color: var(--fontColor);
  }

  .mobile-wrapper {
    display: none;
  }

  h2 {
    font-size: 2.4vh;
  }

  .darkWrapper {
    color: var(--white);
    background-color: var(--dark);
    padding: 1.25em;
    border-radius: 0.5em;
    display: inline-block;
  }

  .v-expansion-panel-text {
    background-color: var(--fontColor);
  }

  .v-expansion-panel-text__wrapper {
    color: var(--white);
  }




  .desktop-app .footerText {
    color: var(--white);
    padding: 5px;
    line-height: 65px;
    font-size: 1.3vh;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-decoration: none;
  }

  .desktop-app .footerLink:link, .desktop-app .footerLink:visited
  {
    color: var(--white);
    padding: 5px;
    line-height: 65px;
    font-size: 1.5vh;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-decoration: none;
  }
  .desktop-app .footerLink:hover
  {
    color: var(--white);
    background-color: #666666;
    transition: all 0.25s ease-in-out;
  }

  .mobile-app {
    display: none;
  }

  .desktop-app .oeffnungszeitenTable {
    width: 100%;
    margin: 0 auto;
  }

  .desktop-app .oeffnungszeitenTable td {
    padding: 0.2em;
    text-align: left;
  }

  .desktop-app .headerRow {
    flex: 0 0 170px;
    width: 100vw;
    max-width: 1600px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
  }

  .desktop-app .contentRow {
    flex: 1 1 auto;
    overflow: auto;
    width: 100vw;
    max-width: 1600px;
    background-color: var(--white);
  }

  .desktop-app .footerRow {
    flex: 0 0 70px;
    background-color: var(--fontColor);
    color: #FFF;
  }

  .desktop-app .footerContent {
    margin: 0 auto;
    width: 100vw;
    max-width: 1600px;
    text-align: right;
  }

  .desktop-app .logo {
    width: 250px;
    background: url("../schoepf-logo.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 1vh;
  }

  .desktop-app .menuWrapper {
    flex: 1 1 auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .desktop-app .contentMenuItem {
    width: 90%;
    background-color: var(--red);
    color: var(--white);
    transition: 0.25s all ease-in-out;
    padding: 1em;
    margin: 1em auto;
    font-weight: bold;
    text-align: center;
  }

  .desktop-app .contentMenuItem:hover {
    cursor: pointer;
    background-color: var(--dark);
    color: var(--white)
  }

  .desktop-app .menuItem {
    flex: 0 1 auto;
    border: 0px solid red;
    height: 2em;
    font-size: 1.35vw;
    font-weight: lighter;
    margin: 1.5em;
    padding: 0.25em;
  }

  .desktop-app .menuItem {
    color: inherit;
    text-decoration: none;
  }

  .desktop-app .menuItem {
    background:
      linear-gradient(
        to right,
        rgba(200, 200, 200, 1),
        rgba(200, 200, 200, 1)
      ),
      linear-gradient(
        to right,
        rgba(100, 100, 100, 1),
        rgba(50, 50, 50, 1),
        rgba(150, 150, 150, 1)
      );
    background-size: 100% 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
  }

  .desktop-app .menuItem:hover {
    background-size: 0 3px, 100% 3px;
    cursor: pointer;
  }

  .desktop-app .contentFrame {
    width: 80vw;
    max-width: 1600px;
    margin: 0 auto;
    padding: 3vh;
    background-color: var(--white);
  }

  #cookie-banner-text {
    height: 20vh;
  }
}
