/* Standart Start*/

*{
  font-family: Monotype Corsiva;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html{
height: 100%;
}

body{
    height: 100%;
    background-image: url("../../Astrobilder/led-sternenhimmel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.titel{
  right: 34%;
  text-align: center;
  font-size: 8vw;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}


/* Navigationsleiste Start */
.mondbalken{
  cursor: pointer;
    left: 20%;
    top: 10%;
    width: 8vw;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
#dropdown-content {
  top: 105%;
  float: left;
  width: 10vw;
  border-width: 0.5vw;
  border-color: #010D3A;
  font-size: 2vw;
  border-style: solid;
  margin: 0%;
  padding: 0%;
  display: none;
  position: absolute;
  min-width: 97%;
  z-index: 1;
}

/* Links inside the dropdown */
#dropdown-content a {
  padding: 7.5% 5%;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
#dropdown-content a:hover{
  font-weight: bold;
}

/* Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {
  display: block;
}
*/
.Naveinteilung{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-self: center;
}

.Sprache{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.Flagge{
  width: 2.6vw;
  height: auto;
  margin-top: 40%;
  right: 30%;
  
}

.Flagge:hover{
  width: 2.8vw;
  height: auto;
}

/* Navigatiosnleiste Ende */



/* Handy Version */

@media only screen and (max-width: 400px) {



  .titel{
    right: 22%;
    text-align: center;
    font-size: 14vw;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  }
  
  
  /* Navigationsleiste Start */
  .mondbalken{
    cursor: pointer;
      left: 10%;
      top: 10%;
      width: 12vw;
  }
  
  /* Dropdown Content (Hidden by Default) */
  #dropdown-content {
    top: 95%;
    float: left;
    width: 10vw;
    border-width: 0.5vw;
    border-color: #010D3A;
    font-size: 3vw;
    border-style: solid;
    margin: 0%;
    padding: 0%;
    display: none;
    position: absolute;
    min-width: 125%;
    z-index: 1;
  }
  
  .Flagge{
    width: 4vw;
    height: auto;
    margin-top: 40%;
    right: 10%;  
  }
  
  .Flagge:hover{
    width: 4.5vw;
    height: auto;
  }
  }
  /* Standart Ende*/

.Flex{
    padding-left: 10%;
    padding-right: 10%;
    top: 30%;
    font-size: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}


.kategorien{
  left: 15%;
}

.uebermich{
  right: 15%;
}

.kategorien:hover{
  font-weight: bold;
}

.uebermich:hover{
  font-weight: bold;
}

.CText{
  font-size: 2vw;
  padding-left: 50%;
  padding-right: 5%;
  top: 45%;
}

/* Handy Version */

@media only screen and (max-width: 400px) {
  
  .Flex{
      padding-left: 10%;
      padding-right: 10%;
      top: 30%;
      font-size: 6vw;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap;
  }
  
  .kategorien{
    left: 10%;
  }
  
  .uebermich{
    right: 10%;
  }

  .CText{
    font-size: 3vw;
    padding-left: 50%;
      padding-right: 5%;
      top: 45%;
  }
  }