
@font-face {
    font-family: 'Beth Ellen';
    src: url('https://www.saulustrex.de/assets/fonts/BethEllen-Regular.woff2') format('woff2'),
        url('https://www.saulustrex.de/assets/fonts/BethEllen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET END */

html {
  background: #171616;
}
.footer,
.head {
    margin-bottom: 2rem;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.footer,
.head,
.links > div a {
    text-align: center;
}
.footer,
.footer a {
  font-family: monospace;

}
.container,
.links,
.links .logo,
.links > div,
body {
    display: flex;
}
body {
    font-family: 'Beth Ellen';
    padding: 80px 20px;
    background: #171616;
    background: radial-gradient(circle, #171616 0, #171616 63%, #371315 92%, #371315 100%);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1, h2, h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}
.head {
    max-width: 520px;
}
.footer {
    max-width: 600px;
    margin-top: 8rem;
}
.head h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: .6rem;
    color: #f24a51;
}
h2.album.title {
    color: #f24a51;
  text-align: center;
  margin-bottom: 2rem;
}

h2.album.title span {
  color: #ce428a;
}
.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;
}

.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;
    font-family: monospace;

}
.links > div a:hover {
    background-color: #f24a51;
    border-color: #f24a51;
}
.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;
  font-family: monospace;
  font-size: 12px;

}

body .container.zuckerbusch a {
  color: #fff;
}

body .container.zuckerbusch  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
body .container.zuckerbusch div  {
 padding: 1rem 0;
}

body .container.zuckerbusch img {
  max-width: 600px;
  height: auto;
  width: 100%;
}
