body {
    cursor: url("img/circle-xxl(1).png"), default;
    color: ghostwhite;
}

/* HEADER */
a.back {
    color: #f8f8ff;
    background-color: #101415;
    text-decoration: none;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    cursor: url("circle-xxl(1).png"), default;
    width: 100%; 
}
h2.title{
    font-size: 45px; 
    margin-top:0; 
    margin-bottom: 20px; 
    margin-right: 50px; 
    text-align: right; 
    text-transform: uppercase;
    font-family: monospace; 
    color: #101415; 
    
}
/* STARTSEITE */
h2.name {
    color: #101415;
    font-size: 275px;
    font-family: Impact, Haettenschweiler;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
h2.name:hover{
    transform: translateY(25px);
    transition: 2s; 
}

a {
    color: #101415;
    text-decoration: none;
    display: block;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    border-top: 2px solid #101415;
    word-spacing: 25px;
    cursor: url("img/circle-xxl(1).png"), default;
}
a:hover {
    color: #f8f8ff;
    background-color: #0b1623;
}

p {
    color: #101415;
    text-align: center;
    margin-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

/* ABOUT */
span.niko {
    position: relative;
    display: inline-block;
    color: #f8f8ff;
    background-color: blue;
    padding-left: 5px;
    padding-right: 5px;
}
span.tattoowierer, span.piercer, span.illustrator, span.akt, span.foto, span.sonst{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.bild-container1{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 325px;
    background-image: url("img/ich.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}
.bild-container2{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 325px;
    background-image: url("img/tattoo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}.bild-container3{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 325px;
    background-image: url("img/ich2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}.bild-container4{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 325px;
    background-image: url("img/illu.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display:none; 
    z-index: 1;
}
.niko:hover .bild-container1 {
    display: block;
}
.tattoowierer:hover .bild-container2 {
    display: block;
}.piercer:hover .bild-container3 {
    display: block;
}.illustrator:hover .bild-container4 {
    display: block;
}
em{
    color: blue; 
}

p.intro {
    color: #101415;
    text-align: justify;
    font-family: monospace;
    font-size: 75px;
    max-width: max-content;
    margin: 10px;
    padding: 0;
    margin-bottom: 0;
}

p.details,
p.instagram {
    color: #101415;
    text-align: right;
    padding: 8px;
    margin-top: 0;
    font-size: 15px;
    margin-right: 18px;
    border: 3px solid black;
}
strong {
    font-size: 20px;
}
p.instagram {
    color: #101415;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

/* BLOG */
i {
    background-color: rgb(0, 0, 255);
    padding: 2px;
    border-right: 2px solid #101415;
    color: #f8f8ff;
    font-weight: 100;
}
h3 {
    color: #101415;
    font-size: 175px;
    text-transform: uppercase;
    font-family: monospace;
    font-weight: 100;
    margin: 25px;
}

h3:hover {
    transform: translate(75px);
    transition: 1s;
}
p.eins,
p.zwei,
p.drei {
    color: #101415;
    font-size: 20px;
    text-align: justify;
    padding: 25px;
    margin: 15px;
    margin-right: 0;
    line-height: 25px;
    display: block; 
    float: right; 
}

div.eins,
div.zwei {
    display: flex;
    border-bottom: 3px solid black;
    margin: 5px;
    height: 350px;
}
div.drei {
    border-bottom: none;
    display: flex;
    margin: 5px; 
    height: 350px;
}
/* gallery */
img.cover{
    width: 100%;
    transform: scale(100%);
}
em.gallery{
    font-family: arial; 
    text-transform: uppercase; 
    font-size: 75px; 
    color: #101415; 
      border-bottom: 3px solid blue; 
    margin: 50px; 
    display: flex; 
}

.bild-container5{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 325px;
    background-image: url("img/IMG_3645.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}
.bild-container6{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 375px;
    background-image: url("img/aff2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}
.bild-container7{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 325px;
    background-image: url("img/wurfel.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}
.akt:hover .bild-container5 {
    display: block;
}.foto:hover .bild-container6 {
    display: block;
}.sonst:hover .bild-container7 {
    display: block;
}
img.display{
    width: 100%;
}
/* contact */
p.contact,p.gallery, p.intro {
    color: #101415;
    text-align: justify;
    font-family: monospace;
    font-size: 75px;
    max-width: max-content;
    margin: 10px;
    padding: 0;
    margin-bottom: 150px;
    text-transform: uppercase;
}

p.links {
    color: #101415;
    text-align: justify;
    align-content: right;
    padding: 25px;
    margin: 20px;
    font-size: 25px;
    border: 3px solid black;
}
h5{
    color: lightgrey; 
    font-size: 85px; 
    margin-right: auto; 
    margin-left: auto; 
    text-align: center; 
    font-family: monospace; 
    margin: 25px; 
    margin-bottom: 75px; 
}
h5:hover{
    transform: scale(1.2);
    transition: 1s;
    color: #101415; 
}
div.impressum{
    border: 2px solid black; 
    padding: 15px; 
    margin-top: 150px; 
    background-color: #101415; 
}
h6.impressum{
    font-size: 25px; 
    font-family: Arial; 
    margin: 20px; 
    color: ghostwhite; 
    text-align: right; 
}
p.impressum{
    font-size: 20px; 
    margin:20px; 
    color: ghostwhite;
    text-align: justify; 
    width: 100%;
}
/* MEDIA */
@media (max-width: 550px) {
    h2.name {
        font-size: 150px;
    }
    /* blog */
    div.eins,
    div.zwei,
    div.drei {
        display: grid;
        margin: 5px;
        margin-bottom: 25px;
        border: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    p.eins,
    p.zwei,
    p.drei {
        font-size: 15px;
        margin: 5px; 
        border-bottom: 2px solid black;
        padding: 10px;
    }
    h3 {
        font-size: 75px;
        margin: 10px;
    }
    .akt, .foto, .sonst{
        display: block; 
    }
    
    .bild-container5, .bild-container6, .bild-container7{
        display: block; 
    }

}

