@font-face {
    font-family: "Caveat";
    src: url("https://www.nia9ara.de/assets/fonts/Caveat-Regular.woff2") format("woff2"), url("https://www.nia9ara.de/assets/fonts/Caveat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.footer,
.head {
    margin-bottom: 2rem;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.footer,
.head,
.links > div a {
    text-align: center;
}
.container,
.links,
.links .logo,
.links > div,
body {
    display: flex;
}
body {
    font-family: "Caveat", sans-serif;
    padding: 80px 20px;
    background: #010101;
    -background: radial-gradient(circle, #000 0, #000 63%, #18121e 92%, #18121e 100%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head {
    max-width: 400px;
}
.footer {
    max-width: 600px;
    margin-top: 8rem;
}
.head h1 {
    font-weight: 700;
    font-size: 32px;
}
h2.single.title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
h2.album.title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .2rem;
}
h3.subline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: #1e5ce2;
}
.single {
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.disabled {
  pointer-events: none;
cursor: default;
}
.links .logo-wall{
  display: grid;
 grid-template-columns: repeat(3, 1fr);
 justify-content: center; /* centers items horizontally */
 align-items: center; /* centers items vertically */
}
.links .logo-wall img{
  width: 2.2rem;
  margin: 0 auto;
}
.footer a,
.footer p,
.head p {
    color: #fff;
    font-size: 14px;
}
.container {
    justify-content: center;
    align-items: center;
    max-width: 80vw;
    overflow: hidden;
    padding: 40px 0;
}
.cover {
    position: relative;
}
.cover img {
    width: 100%;
    max-width: 30rem;
}
.front {
    cursor: wait;
    position: absolute;
    transition: opacity 2s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
}
.front:hover {
    opacity: 0;
}
.links {
    margin-left: 1.4rem;
    flex-direction: column;
    min-width: 14rem;
}
.links > div {
    margin-bottom: 1.875rem;
    justify-content: space-between;
    align-items: center;
}
.links > div a {
    margin-left: 1rem;
    padding: 5px 12px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 9px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.links > div a:hover {
    background-color: #1bb5d6;
    border-color: #1bb5d6;
}
.links .logo {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.logo.sc img {
    width: 50px;
}
@media (max-width: 767px) {
    body {
        padding: 40px 20px;
    }
    .container {
        flex-direction: column;
    }
    .cover {
        margin-bottom: 1rem;
    }
    .cover img {
        max-width: 60vw;
    }
    .links {
        margin-left: 0;
        margin-top: 1rem;
        min-width: unset;
    }
    .links .logo {
        justify-content: space-between;
    }
}

.social {
    display: flex;
    justify-content: space-evenly;
}
.social a {
    text-decoration: none;
}

.insta {
    display: inline;
    vertical-align: middle;
    margin-right: 4px;
}

.insta img {
    width: 20px;
    height: auto;
}

.impressum,
.impressum a {
  color: #fff;
}
