* {
  margin: 0;
  padding: 0;

  font-family: "Syne", "Fira Sans", Helvetica, Arial, sans-serif;
}

html,
body {
  background-color: #eeeeee;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.cookie {
  font-size: 2em;
  margin: 0.5em 0;
  color: #e03528;
  font-family: "Fira Sans Condensed", "Arial Narrow", Helvetica, Arial,
    sans-serif;
}

h1 {
  color: #e03528;
  font-family: "Fira Sans Condensed", "Arial Narrow", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: 3em;
}

@media (min-width: 48em) {
  h1 {
    font-size: 4em;
  }
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  color: #e03528;
  font-family: "Fira Sans Condensed", "Arial Narrow", Helvetica, Arial,
    sans-serif;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

a {
  text-decoration: none;
  color: #e03528;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #e03528;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2f4858;
}

/* Header */
header {
  height: 30vh;
  width: 100%;
  justify-content: center;
}

.headerbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  z-index: 1;
}

.headerboxtitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  z-index: 99;
  display: flex;
}

.headerboxtitlecenter {
  margin: auto;
  width: 60em;
  padding: 0.5%;
}

.headerboxh1left {
  display: flex;
  justify-content: left;
}

.headerboxh1right {
  display: flex;
  flex-direction: row;
  justify-content: right;
  text-align: right;
}

header > div > div > div > h1 > span {
  font-family: "Fira Sans Condensed", "Arial Narrow", Helvetica, Arial,
    sans-serif;
}

.headerboxh2 {
  display: flex;
  flex-direction: column;
  justify-content: right;
  text-align: right;
}

.headerboxh2 > h2 {
  margin: 0;
}

.header-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  height: 100%;
  width: 100%;
  position: absolute;
}

.header-img1 {
  background-image: url("../headerimg/1.jpg");
}

.header-img2 {
  background-image: url("../headerimg/2.jpg");
  animation: slide2Anime 20s infinite;
}

.header-img3 {
  background-image: url("../headerimg/3.jpg");
  animation: slide3Anime 20s infinite;
}

.header-img4 {
  background-image: url("../headerimg/4.jpg");
  animation: slide4Anime 20s infinite;
}

.header-img5 {
  background-image: url("../headerimg/5.jpg");
  animation: slide5Anime 20s infinite;
}

.header-img6 {
  background-image: url("../headerimg/6.jpg");
  animation: slide6Anime 20s infinite;
}

.header-img7 {
  background-image: url("../headerimg/7.jpg");
  animation: slide7Anime 20s infinite;
}

.header-img8 {
  background-image: url("../headerimg/8.jpg");
  animation: slide8Anime 20s infinite;
}

.header-img9 {
  background-image: url("../headerimg/9.jpg");
  animation: slide9Anime 20s infinite;
}

header > div > div > div > h1 {
  text-shadow: 4px 4px 8px #515151;
}
header > div > div > div > h2 {
  text-shadow: 4px 4px 8px #515151;
}

@keyframes slide2Anime {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide3Anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide4Anime {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  41% {
    opacity: 1;
  }
  44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide5Anime {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  41% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide6Anime {
  0% {
    opacity: 0;
  }
  48% {
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide7Anime {
  0% {
    opacity: 0;
  }
  59% {
    opacity: 0;
  }
  63% {
    opacity: 1;
  }
  74% {
    opacity: 1;
  }
  78% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide8Anime {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  74% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  89% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide9Anime {
  0% {
    opacity: 0;
  }
  81% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Navigation */

nav {
  background-color: rgba(238, 238, 238, 0.7);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

nav > div.logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

nav > div.menu-container {
  display: grid;
  align-items: end;
}

nav > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

nav > div > ul > li > a {
  display: block;
  text-align: right;
  padding: 20px 20px;
  border-right: 5px solid #e03528;
  text-decoration: none;
}

nav > div > ul > li > a:hover,
nav > div > .menu-btn:hover {
  background-color: #2f4858;
  color: #ffffff;
}

nav > div > ul > li > a.active {
  background-color: #2f4858;
  color: #ffffff;
}

nav > div > .logo {
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
}

nav > div > .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

nav > div > .menu-icon {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

nav > div > .menu-icon > .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: 0.2s ease-out;
  width: 18px;
}

nav > div > .menu-icon > .navicon:before,
nav > div > .menu-icon > .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

nav > div > .menu-icon > .navicon:before {
  top: 5px;
}

nav > div > .menu-icon > .navicon:after {
  top: -5px;
}

/* menu btn */

nav > div > .menu-btn {
  display: none;
}

nav > div > .menu-btn:checked ~ .menu {
  max-height: 240px;
}

nav > div > .menu-btn:checked ~ .menu-icon > .navicon {
  background: transparent;
}

nav > div > .menu-btn:checked ~ .menu-icon > .navicon:before {
  transform: rotate(-45deg);
}

nav > div > .menu-btn:checked ~ .menu-icon > .navicon:after {
  transform: rotate(45deg);
}

nav > div > .menu-btn:checked ~ .menu-icon:not(.steps) > .navicon:before,
nav > div > .menu-btn:checked ~ .menu-icon:not(.steps) > .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  nav {
    max-width: 1600px;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
  }
  nav > div > ul {
    display: flex;
    justify-content: flex-end;
  }
  nav > div > ul > li > a {
    padding: 20px 30px;
  }
  nav > div > .menu {
    clear: none;
    max-height: none;
  }
  nav > div > .menu-icon {
    display: none;
  }
}

/* Cookies */
#cb-cookie-banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  display: none;
}

.cookie-banner {
  background-color: #eeeeee;
  width: 100%;
  min-height: 25vh;
  margin: 0;
  display: grid;
  align-items: center;
}

.cookie-box {
  width: 95%;
  max-width: 1600px;
  height: 100%;
  margin: 10px auto;
  padding: 10px;
  text-align: center;

  display: grid;
  place-items: center;

  border-style: solid;
  border-color: #e03528;
  border-radius: 1em;
  box-shadow: 1em 1em 2em #515151;
}

.cookie-button {
  margin: 0 10px;
  padding: 20px 20px;
  width: 150px;
  background-color: #dddddd;
  font-size: 1em;
  color: #e03528;

  border: none;
  border-radius: 0.5em;
}

.cookie-button:hover {
  background-color: #2f4858;
  color: #ffffff;
}

/* Main */
main {
  width: 100%;
  max-width: 1000px;

  margin: 5vh auto;
}

main > article {
  margin: 1em;
}

p {
  margin: 0.5em 0;
}

.pppadding {
  padding-left: 20px;
}

/* Main concerts + landscapes */
main.pictureoverview {
  max-width: 1600px;
  width: 90%;

  margin: 5vh auto;
}

main > article.album {
  background-color: #dddddd;
  border-radius: 1em;

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(600px, 100%), 1fr));
  grid-auto-rows: minmax(400px, auto);
  grid-gap: 20px;
  margin: 0 0 50px 0;
}

main > article.album > a {
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 0.5em;

  transition: transform 250ms;

  display: flex;
  align-items: flex-end;
}
/* background images streetart albums */
main > article > a.daily-life-fig {
  background-image: url("../galleries/streetart/daily/14.06.2020-09-53-29_dailylifeandelse_0066.jpg");
}
main > article > a.barcelona-fig {
  background-image: url("../galleries/streetart/barcelona/15.10.2022-13-28-04_barcelona_0111.jpg");
}
main > article > a.serbia-fig {
  background-image: url("../galleries/streetart/serbia/23.10.2019-20-02-18_serbia_0281.jpg");
}
main > article > a.croatia-fig {
  background-image: url("../galleries/streetart/croatia/01.08.2021-21-41-45_croatia_0171.jpg");
}

/* background images concert albums */
main > article > a.rockintown2023-fig {
  background-image: url("../galleries/concerts/2023_rockintown/20230903_003107_RiT_2023_VoltageArc_039.jpg");
}
main > article > a.silentbass2023-fig {
  background-image: url("../galleries/concerts/2023_silentbass/07.12.2022-20-07-22_2022Silentbass_0077.jpg");
}
main > article > a.rockintown2022-fig {
  background-image: url("../galleries/concerts/2022_rockintown/04.09.2022-16-10-30_2022RockInTown_0158.jpg");
}
main > article > a.rockintown2020-fig {
  background-image: url("../galleries/concerts/2020_rockintown/20.09.2020-15-44-59_2020RockInTown_0005.jpg");
}
main > article > a.rockintown2019-fig {
  background-image: url("../galleries/concerts/2019_rockintown/26.09.2019-18-57-00_2019RockInTown_0055.jpg");
}
main > article > a.silentbass2018-fig {
  background-image: url("../galleries/concerts/2018_silentbass/27.10.2019-11-03-50_2018Silentbass_0196.jpg");
}
main > article > a.rockintown2018-fig {
  background-image: url("../galleries/concerts/2018_rockintown/27.10.2019-10-51-49_2018RockInTown_0210.jpg");
}
main > article > a.springrock2017-fig {
  background-image: url("../galleries/concerts/2017_springrock/23.10.2019-22-03-13_2017SpringRock_0242.jpg");
}
main > article > a.pilebucks2015-fig {
  background-image: url("../galleries/concerts/2015_pilebucks/21.10.2019-21-22-19_2015ThePileBucks_0288.jpg");
}
main > article > a.silentbass2015-fig {
  background-image: url("../galleries/concerts/2015_silentbass/23.10.2019-19-56-58_2015Silentbass_0275.jpg");
}
main > article > a.nofnog2015-fig {
  background-image: url("../galleries/concerts/2015_nofnog/23.10.2019-19-55-28_2015Nofnog_0300.jpg");
}
main > article > a.grungenight2015-fig {
  background-image: url("../galleries/concerts/2015_grungenight/21.10.2019-20-42-21_2015GrungeNight_0268.jpg");
}

main > article > a:hover {
  transform: scale(1.03);
}

main > article > a > figcaption.caption-box {
  width: 100%;
  height: 4em;
  background-color: #000000;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0 0 0.5em 0.5em;
}

/* Footer */
footer {
  margin-top: auto;
  padding: 0;
  font-size: 0.8em;
  background-color: #eeeeee;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

footer > div.footer-container {
  display: grid;
  align-items: end;
}

footer > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

footer > div > ul > li > a {
  display: block;
  text-align: center;
  padding: 10px 10px;
  border-right: 5px solid #e03528;
  text-decoration: none;
}

footer > div > ul > li > a:hover {
  background-color: #2f4858;
  color: #ffffff;
}

footer > div > ul > li > a.active {
  background-color: #2f4858;
  color: #ffffff;
}

nav > div > .footer-menu {
  clear: both;
  max-height: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  footer {
    max-width: 1600px;
    margin: auto auto 0 auto;
    grid-template-columns: 1fr;
  }
  footer > div > ul {
    display: flex;
    justify-content: flex-end;
  }
  footer > div > ul > li > a {
    padding: 10px 30px;
  }
  footer > div > .footer-menu {
    clear: none;
    max-height: none;
  }
}

/* Fonts */

/* Fira Sans Condensed */

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/firasanscond/FiraSansCondensed-Book.eot");
  src: local("Fira Sans Condensed Book"),
    url("fonts/firasanscond/FiraSansCondensed-Book.eot#iefix")
      format(embedded-opentype),
    url("fonts/firasanscond/FiraSansCondensed-Book.woff2") format(woff2),
    url("fonts/firasanscond/FiraSansCondensed-Book.woff") format(woff),
    url("fonts/firasanscond/FiraSansCondensed-Book.ttf") format(truetype);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/firasanscond/FiraSans-BookItalic.eot");
  src: local("Fira Sans Condensed Book Italic"),
    url("fonts/firasanscond/FiraSansCondensed-BookItalic.eot#iefix")
      format(embedded-opentype),
    url("fonts/firasanscond/FiraSansCondensed-BookItalic.woff2") format(woff2),
    url("fonts/firasanscond/FiraSansCondensed-BookItalic.woff") format(woff),
    url("fonts/firasanscond/FiraSansCondensed-BookItalic.ttf") format(truetype);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/firasanscond/FiraSansCondensed-SemiBold.eot");
  src: local("Fira Sans Condensed SemiBold"),
    url("fonts/firasanscond/FiraSansCondensed-SemiBold.eot#iefix")
      format(embedded-opentype),
    url("fonts/firasanscond/FiraSansCondensed-SemiBold.woff2") format(woff2),
    url("fonts/firasanscond/FiraSansCondensed-SemiBold.woff") format(woff),
    url("fonts/firasanscond/FiraSansCondensed-SemiBold.ttf") format(truetype);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans Condensed";
  src: url("fonts/firasanscond/FiraSansCondensed-SemiBoldItalic.eot");
  src: local("Fira Sans Condensed SemiBold Italic"),
    url("fonts/firasanscond/FiraSansCondensed-SemiBoldItalic.eot#iefix")
      format(embedded-opentype),
    url("fonts/firasanscond/FiraSansCondensed-SemiBoldItalic.woff2")
      format(woff2),
    url("fonts/firasanscond/FiraSansCondensed-SemiBoldItalic.woff") format(woff),
    url("fonts/firasanscond/FiraSansCondensed-SemiBoldItalic.ttf")
      format(truetype);
  font-weight: bold;
  font-style: italic;
}

/* Syne */

@font-face {
  font-family: "Syne";
  src: local("Syne Regular"), url("fonts/syne/Syne-Regular.woff2") format(woff2),
    url("fonts/syne/Syne-Regular.ttf") format(truetype);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Syne";
  src: local("Syne Bold"), url("fonts/syne/Syne-Bold.woff2") format(woff2),
    url("fonts/syne/Syne-Bold.ttf") format(truetype);
  font-weight: bold;
  font-style: normal;
}

.fs {
  font-family: "Fira Sans";
  font-weight: normal;
  font-style: normal;
}

.fsi {
  font-family: "Fira Sans";
  font-weight: normal;
  font-style: italic;
}

.fsb {
  font-family: "Fira Sans";
  font-weight: bold;
  font-style: normal;
}

.fsbi {
  font-family: "Fira Sans";
  font-weight: bold;
  font-style: italic;
}

.fsc {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-style: normal;
}

.fsci {
  font-family: "Fira Sans Condensed";
  font-weight: normal;
  font-style: italic;
}

.fscb {
  font-family: "Fira Sans Condensed";
  font-weight: bold;
  font-style: normal;
}

.fscbi {
  font-family: "Fira Sans Condensed";
  font-weight: bold;
  font-style: italic;
}

.s {
  font-family: "Syne";
  font-weight: normal;
}

.sb {
  font-family: "Syne";
  font-weight: bold;
}
