
.startseite-diagramm-container-wrapper{
  display: flex;
  flex-direction: column;
  height: 80vh;
  max-height: 600px;
  width: 100vw;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  opacity: 0;
  animation: show-diagram 0.6s linear 2.3s forwards;
}

.startseite-diagramm-title-time-container{
  display: flex;
  flex-direction: column;
  height: 70px;
  width: 100%;
  padding: 0px 0px 0px 70px;
}

.startseite-diagramm-title{
  display: flex;
  width: 100%;
  height: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 40px;
  text-transform: none;
  color: white;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 3px 3px 0px 0px;
  box-sizing: border-box;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
  justify-content: flex-start;
  letter-spacing: 0.1rem;
}


.startseite-diagramm-time-reset-container{
  display: flex;
  position: relative;
  color: rgba(255,255,255,1);
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 3px rgba(0,0,0,1);
  width: 100%;
  height: 30px;
  line-height: 30px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0px 0px 3px 3px;
}

.startseite-diagramm-time{
  display: flex;
  height: 100%;
  width: auto;
  min-width: 60px;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

.startseite-diagramm-container{
  display: flex;
  position: static; 
  width: 500px;
  height: calc(100% - 20px);
}

.startseite-diagramm{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;  
  align-items: center;
  justify-content: center;
}


/*#startseite-diagramm-1,
#startseite-diagramm-3,
#startseite-diagramm-4{
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
}*/


.startseite-diagramm-reset{
  display: flex;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 10px;
  justify-content: center;
  align-items: center;  
}

.startseite-diagramm-image{
  display: flex;
  height: auto;
  max-height: calc(100% - 70px);
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*#startseite-diagramm-1-image,
#startseite-diagramm-3-image,
#startseite-diagramm-4-image {
  display: flex;
  height: auto;
  max-height: calc(100% - 70px);
  width: auto;
  max-width: 100%;
  margin: auto;
}*/


.images_playpause{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  box-sizing: border-box;
  border-style: solid;
  border-width: 20px 0px 20px 40px;
  border-color: transparent transparent transparent rgba(255,255,255,0.5);
}

.images_playpause:hover{
  transform: scale(1.1) translate(-43%, -43%);
  border-color: transparent transparent transparent rgba(255,255,255,1);
}

.images_playpause-show{
  opacity: 1;
  pointer-events: auto;

}

#startseite-diagramm-2{
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: flex-start;
  align-items: center;
}

#starting-germany-forecast-map{
  height: calc(100% - 70px);
  width: 100%;
  
}



#startseite .startseite-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  height: 300px;
  width: 100vw;
  justify-content: center;
  align-items: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;  
  font-size: 72px;
  color: white;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  white-space: nowrap;
}

#startseite-container-text{
  opacity : 0;
  pointer-events : none;
  animation: start-text-appear 2s linear 0.3s forwards;
}

#startseite {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  transform-style: inherit;
  width: 100vw;
  text-transform: uppercase;
}


#startseite,
#startseite-background {
  background: 50% 50% / cover;
}

#startseite-background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../../img/backgrounds/4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform-origin: center center 0;
  transform: translate3d(0px, 0px, -1px) scale(2);
  z-index: -1;
  height: 100%;
  width: 100vw;
  transition: 0.3s;
}


#starting-source{
  display: flex;
  width: 500px;
  font-family: 'Poppins', sans-serif;
  color: #b7b7b7;
  font-size: 10px;
  line-height: 10px;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
  margin-top: 10px;
}

#starting-source div{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

#starting-source div span{
  margin-right: 5px;
}

.startingDiagrammLoader{
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}

@media only screen and (max-width: 1000px)
{

  #startseite .startseite-container {  
    font-size: 48px;
  }

  .startseite-diagramm-title-time-container{
    padding: 0px;    
  }

  .startseite-diagramm-reset{
    margin-right: 5px;
  }

  .startseite-diagramm-title{
    font-size: 1.2rem;
    justify-content: center;
  }

  .startseite-diagramm-time-reset-container{
    justify-content: center;
  }

  .startseite-diagramm-time{
    border-radius:0px 0px 3px 3px;
    height: 30px;
    line-height: 12px;
  }

  .startseite-diagramm-container{
    height: 100%;
    width: 100%;
    position: relative;
  }

  .startseite-diagramm{
    position: absolute;
    height: 100%;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }

  #startseite-diagramm-1,
  #startseite-diagramm-3,
  #startseite-diagramm-4{
    position: absolute;
  }


  #starting-source{
    width: 100%;
  }

  #starting-source div{
    flex-direction: column;
  }

  #startseite-background{
    background: url(../../img/backgrounds/mobile-4.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

}

/* Display Breite > 2000px */
@media only screen and (min-width: 2000px) 
{
  #startseite .startseite-container {
    height: 500px;  
    font-size: 108px;
  }

  .startseite-diagramm-container{
    width: 800px;
    height: calc(100% - 40px);
  }

  .startseite-diagramm-container-wrapper{
    max-height: 1000px;
    max-width: 2000px;
  }

  .startseite-diagramm{
    height: 100%;
    width: 100%;
  }

  .startseite-diagramm-title-time-container{
    padding: 0px 0px 0px 80px;
  }

  .startseite-diagramm-title{
    height: 60px;
    font-size: 3rem;
    line-height: 60px;
  }

  .startseite-diagramm-time{
    border-radius:0px 0px 3px 3px;
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
  }

  .startseite-diagramm-time-reset-container{
    font-size: 1.5rem;
    width: 300px;
    height: 40px;
    line-height: 40px;
  }

  #starting-source{
    margin-top: 30px;
  }

  #starting-germany-forecast-map{
    height: calc(100% - 90px);
    width: 100%;
  }

  .startseite-diagramm-image{
    display: flex;
    height: 100%;
    max-height: calc(100% - 90px);  
  }

  /*#startseite-diagramm-1-image,
  #startseite-diagramm-3-image,
  #startseite-diagramm-4-image {
    display: flex;
    height: 100%;
    max-height: calc(100% - 90px);
  }*/

  .startseite-diagramm-reset{
    height: 40px;
    width: 40px;
  }

  .images_playpause{
    height: 80px;
    width: 80px;
    border-width: 40px 0px 40px 80px;
  }

  #starting-source{
    width: 800px;
  }
}




@keyframes start-text-appear{

    0%{opacity: 0;}
    50%{opacity: 1;}
    90%{opacity: 1;}
    100%{opacity: 0;}

}

@keyframes show-diagram{

    0%{opacity:0;
       pointer-events: none;}
    100%{opacity: 1;
         pointer-events: auto;}

}



