/*
Projekt: Music Milestones
Author: Jessica Kottmeyer
Version: 2.0
*/


/*-------------------------------------------------------------------------*/
/*RESETS*/
*{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}

/*SCHRIFT IMPORT*/
@import url("https://use.typekit.net/olm1qsv.css");

/*VARIABELN----------------------------------*/
:root{
  /*Farben*/
  --co-bg-orange: #FE775C;
  --co-bg-rosa: #E7819E;
  --co-bg-gradient: linear-gradient(var(--co-bg-orange), var(--co-bg-rosa));
  --co-bg-light: rgba(255, 255, 255, 0.4);
  --co-font-dark: #000000;
  --co-font-light: #FFFFFF;
  --co-akzent-blue: #7D85F5;
  --co-akzent-plump: #7D1F80;
  --co-akzent-purple: #430D89;
  /*Padding*/
  --pa-around: 4vh 4vw 4vh 4vw;
  --pa-lr:  0vh 4vw 0vh 4vw;
  --pa-tb:  4vh 0vw 4vh 0vw;
}

/*BACKGROUND--------------------------------*/
body {
  width: 100%;
  font-family: "acumin-pro-condensed", sans-serif;
}
/* static bg-gradient */
/*.bg-gradient {
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: var(--co-bg-gradient);
}*/
/* animated bg-gradient */

.bg-gradient {
    height: 100%;
    width: 100%;
    position: fixed;
    /*Fallback if gradients don't work */
    background: linear-gradient(162deg, #fe775c, #f17d82);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    background:
      radial-gradient(
       at center, #E7819E, #fe775c
      );
}
@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
/* mouse animated bg-gradient */
.bg-gradient-radial {
    height: 100%;
    width: 100%;
    position: fixed;
    top:0px;
    left:0px;
    /*Fallback if gradeints don't work */
    background: linear-gradient(162deg, #fe775c, #f17d82);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    background:
      radial-gradient(
       at center, rgba(125,133,245,0.8), #fe775c
      );
}
@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:51% 100%}
    100%{background-position:50% 0%}
}


/* ------------------------------------------------*/
/* Fonts ------------------------------------------*/
h6 { /*datum*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--co-akzent-blue);
  text-transform: uppercase;
  font-feature-settings: "tnum";
}
h1 { /*titel*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: var(--co-akzent-purple);
  text-transform: uppercase;
}
h1.font-black {
  color: var(--co-font-dark);
}
p { /*text*/
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--co-font-dark);
  text-transform: none;
}
p a { /*link, tag*/
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--co-akzent-blue);
  text-decoration: none;
}
p a:hover, p a:active { /*link, tag*/
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}
h2, h2 a { /*nav*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--co-font-light);
  text-transform: uppercase;
  text-decoration: none;
}
h2 a:hover, h2 a.navActive{ /*nav:link*/
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}

#about h2, #impressum h2, #sources h2 {
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
  padding-bottom: 1.5rem;
}
#artists h2, #categories h2 {
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}

h3, h3 a { /*sub-nav, quote*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: var(--co-font-light);
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "tnum";
}
h3 a:hover, h3 a.current { /*sub-nav:link*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  text-transform: none;
}
h4, .subnavYears-zusatz { /*quote-quelle, sub-nav-zusatz, rubriktitel*/
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2rem;
  line-height: 2rem;
  color: var(--co-font-light);
  text-transform: none;
  text-decoration: none;
}
h5 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--co-font-dark);
  text-transform: uppercase;
  padding-top: 1.5rem;
}


/* ------------------------------------------------*/
/* Containers -------------------------------------*/
.container-start {
  height: 100vh;
  position: relative;
}
.container {
  height: 100vh;
  display: grid;
  grid-template-rows: 100vh;
  grid-column-gap: 0px;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "sidebar main";
}


/* ------------------------------------------------*/
/* Startseite -------------------------------------*/
.start-header{
  height: 40vh;
  width: 100%;
  padding: var(--pa-around);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.start-header a{
  height: 100%;
  padding-bottom: 2vh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.logo-start {
  height: 60%;
}
.logo-line {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: var(--co-font-light);
  background-color: var(--co-font-light);
}
.start-content{
  height: 45vh;
  width: 100%;
  padding-left: 38vw;
  padding-right: 12vw;
  padding-top: 8vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.start-content h3 {
  padding-bottom: 2vh;
}
.quoteBox {
  display: none;
}
footer.start-footer {
  height: 15vh;
  padding: var(--pa-around);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
} .start-footer p a{
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--co-font-light);
  text-transform: uppercase;
  text-decoration: none;
}
.start-footer p a:hover {
  font-family: "itc-benguiat-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}
footer.start-footer a{
  height: 100%
}
#start-arrow{
  height: 100%;
}

/* ------------------------------------------------*/
/* Sidebar ----------------------------------------*/
.sidebar-wrapper {
  width: 30vw;
  position: fixed;
}
.sidebar{
  width: 100%;
  background-color: var(--co-bg-light);
}
  header {
    height: 20vh;
    padding: var(--pa-around);
  }
  aside {
    height: 65vh;
    padding: var(--pa-lr);
  }
  footer {
    height: 15vh;
    padding: var(--pa-around);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  } .footer-text p {
    display: flex;
    flex-wrap: nowrap;
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--co-font-light);
    text-transform: uppercase;
    text-decoration: none;
  } .footer-text p a {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--co-font-light);
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
  } .footer-text p a:hover {
    font-family: "itc-benguiat-condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
  }

/* button_back_back: Back -------------------------------------*/
.button_back {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--co-font-light);
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 5px;
} .button_back:hover {
  color: var(--co-bg-orange);
  background-color: var(--co-font-light);
  border-radius: 5px;
  padding: 5px;
}

.button-up-wrapper {
  z-index: 10;
  position: fixed;
  height: 100vh;
  width: 5vw;
  margin-left: 95vw;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 4vh;
}.button-up {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: space-around;
  justify-content: flex-start;
  padding-right: 2vw;
}
#button_back-up-arrow{
  width: 80%;
  height: auto;
  transform: rotate(180deg);
}


/* ------------------------------------------------*/
/* Main -------------------------------------------*/
.main-wrapper {
  width: 70vw;
  margin-left: 30vw;
  padding: var(--pa-lr);
  position: relative;
}
main {
  width: 100%;
  padding: var(--pa-around);
}

#button_play {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--co-font-light);
  width: auto;
  display: flex;
  flex-direction: row;
  background-color: rgba(125,133,245,0.5);
  border: none;
  border-radius: 5px;
  padding: 5px 10px 5px 10px ;
  margin-top: 10px;
  margin-bottom: 20px;
} #button_play:hover {
  color: var(--co-akzent-blue);
  background-color: var(--co-font-light);
}
#button_play_icon {
  height: 10px;
  width: 10px;
  margin-right: 10px;
}


/* ------------------------------------------------*/

/*ELEMENTE------------------------------------*/
/*Bilder*/
header img {
  height: 60%;
}
.timeline_img img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}

h1.title-beitrag {
  padding-bottom: 8px;
}
p.text-beitrag {
  padding-top: 16px;
  padding-bottom: 8px;
}
hr {
  margin-bottom: 1vh;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  border-color: var(--co-font-light);
  background-color: var(--co-font-light);
}
hr.h1-line {
  margin-bottom: 0vh;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  border-color: var(--co-akzent-purple);
  background-color: var(--co-akzent-purple);
}

.nav h2 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  text-align: left;
}
.nav h2 a{
  padding-left: 5px;
  padding-right: 5px;
}

.subnavYears {
  padding: var(--pa-tb);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.subnavLetter {
  width: 40%;
  padding: var(--pa-tb);
  margin-left: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
} .letter {
    margin-right: 5px;
    margin-bottom: 5px;
}
.subnavArtist {
  width: 60%;
  padding: var(--pa-tb);
  margin-left: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.subnavCategory {
  width: 60%;
  padding: var(--pa-tb);
  margin-left: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

h3.letter, h3.letter a { /*sub-nav, quote*/
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: var(--co-font-light);
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "tnum";
}
h3.letter a:hover { /*sub-nav:link*/
  text-decoration: underline;
}


/* ------------------------------------------------*/
/* Categories / Artists ---------------------------*/
#categories, #artists {
/*  background-color: var(--co-bg-light);*/
  border-radius: 10px;
  padding: 4%;
  position: relative;
  margin-top: 16vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* Übersicht Artists */
.artists {
  width: 21%;
  margin-bottom: 4vh;
  }.artists_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: baseline;
  }.artists_title h2{
    width: 5%;
    }.artists_title hr{
      width: 85%;
      }.artists p a { /* Übersicht artists / categories */
        font-family: "acumin-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        color: var(--co-font-dark);
        text-transform: none;
        padding-left: 15%;
        }.artists p a:hover, p a:active { /* Übersicht artists / categories */
          font-family: "itc-benguiat-condensed", sans-serif;
          font-weight: 500;
          font-style: italic;
          }
/* Übersicht Categories */
.categories {
  width: 21%;
  margin-bottom: 4vh;
  }.categories_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
    }.categories_title h2{
      width: 5%;
      }.categories_title hr{
        width: 85%;
        }.categories p a { /* Übersicht artists / categories */
          font-family: "acumin-pro", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.5rem;
          color: var(--co-font-dark);
          text-transform: none;
          padding-left: 8%;
          }.categories p a:hover, p a:active { /* Übersicht artists / categories */
            font-family: "itc-benguiat-condensed", sans-serif;
            font-weight: 500;
            font-style: italic;
            }


/* ------------------------------------------------*/
/* Category / Artist ------------------------------*/
.timeline_single {
  background-color: var(--co-bg-light);
  border-radius: 10px;
  display: flex;
  position: relative;
  margin-bottom: 4vh;
}
.timeline_single_date {
  text-align: right;
}
.timeline_single_img img {
  position: absolute;
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  width: 40%;
}
.timeline_single_content_img {
  padding-top: 4%;
  padding-left: 44%;
  padding-right: 4%;
  padding-bottom: 4%;
}
.timeline_single_content {
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
}

/* Tags -------------------------------------------*/
.articleTagsSpace {
  height: 1rem;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  position: relative;
} .articleTagsSpace.expand-active {
    height: auto;
    transition: height 0.5s ease-in-out;
  }
.articleTagsMore {
  padding: 5px 0;
  text-align: center;
}
.btnExpandMore {
  cursor: pointer;
  border: 1px solid;
  display: inline-block;
}

/* ------------------------------------------------*/
/* Impressum --------------------------------------*/
#about, #sources {
  background-color: var(--co-bg-light);
  border-radius: 10px;
  display: block;
  position: relative;
  padding: 4%;
  margin-bottom: 4vh;
}
#about {
  margin-top: 10vh;
}
#about img {
  float: left;
  margin-top: 1.75rem;
  width: 30%;
  height: auto;
  margin-right: 2rem;
}
#sources h5{
  padding-top: 0;
}
#impressum {
  background-color: var(--co-bg-light);
  border-radius: 10px;
  display: block;
  position: relative;
  padding: 4%;
  margin-top: 12vh;
  margin-bottom: 4vh;
}
#impressum h5{
  padding-top: 0;
}
