@import "_reset.css";

body {
    font-size: 24px;
    font-family: helvetica_neue, sans-serif;
    font-weight:400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.01em;
    word-spacing: -0.01;
    color: #2a2a2a;
    background-color: #FAFAFA;
    width: 100%;
    height: 100%;
    margin:0;
    padding-bottom: 2em;
    cursor: url(/content/rock_cursor_30px.png) 25 25, pointer;


    /* hyphens */
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;   
}

a {
    color: #2a2a2a;
    text-decoration: none;
    text-transform: none;
}

a:hover {
    color: #fe6000;
    text-decoration: none;
    cursor: url(/content/rock_cursor_30px.png) 25 25, pointer;
}

h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    
}

p {
    font-size: 24px;
    font-weight:400;
    padding-bottom: 1em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 10pt;
    font-weight: 600;
}

.footer {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer a {
    font-size: 14px;
}

.header {
    padding: 1em;
    margin-bottom: 1em;

}
.logo  {
    max-width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
    max-height: 200px; /* Je nach Bedarf anpassen */
    justify-content: center;
}
.logo img {
    max-height: 200px;
}


/*NAVIGATION SITE*/

.navigation {
    z-index: 4;
}

.nav-website-title {
    position: absolute;
    left: 0em;
    top: 0em;
    padding: 0.5em;
    z-index: 4;
}

.nav-about {
    position: absolute;
    left: 0em;
    top: 50%;
    padding: 0.5em;
    z-index: 4;
}

.nav-contact {
    position: absolute;
    padding: 0.5em;
    left: 0em;
    bottom: 0em;
    z-index: 4;
}

.nav-music {
    position: absolute;
    right: 0em;
    top: 0em;
    padding: 0.5em;
    z-index: 4;
}

.nav-live {
    position: absolute;
    bottom: 0em;
    right: 0em;
    padding: 0.5em;
    z-index: 4;
}

.nav-news {
    position: absolute;
    right: 0em;
    top: 50%;
    padding: 0.5em;
    z-index: 4;
}


/*EYES*/

img {
    height: 100vh;
}


.center {
    position: absolute;
    top: 50%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
}

.portrait {
    position: relative;
    display: flex;
    height: 900px;
    width: 500px;
    background: url('/content/beda-eyes.png') no-repeat center center;
    background-size: cover;
}

.eye-frame {
    position: relative;
    display: flex;
    height: 900px;
    width: 500px;
}

.eye-socket {
    display: flex;
    width:17px;
    height: 9px;
    background-color: rgb(255, 249, 249);
    border: 0px solid #000;
    border-radius: 50%/50%;
}

.eye-ball {
    position: absolute;
    top: 50%;
    left: 50%;
    width:6px;
    height: 6px;
    position: relative;
    background: #495e6a;
    border-radius: 50%;
}

.eyes {
    display: flex;
    position: absolute;
    z-index: 50;
    gap: 15px;
    top: 35.9%;
    left: 29%;
}

