body {
    background-color: black;
    background-image: url("./../img/background_small.jpg");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% auto;
    background-position-y: bottom;
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    margin: 0;
    color: black;
    font-size: 30px;
}

img {
    width: 100%;
}

li {
    margin-bottom: 8px;
}


/* HEADER STUFF */


/* ALLGEMEIN */

#wrapper {
    min-height: 100%;
    width: 100%;
}

.content {
    width: 90%;
    max-width: 600px;
}

#dyh-footer {
    word-break: break-all;
    word-wrap: break-word;
}


/* FONTS */

.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    color: red;
}

.excited {
    color: black;
    font-size: 1.2em;
    text-decoration: underline;
}


/* CONTENT PIECE */

.content-piece {
    border: 5px solid black;
    box-shadow: 2px;
    background-color: #fff;
    fill-opacity: 80%;
    margin: 10px;
    padding: 10px;
    font-size: 0.8em;
    width: 70%;
    max-width: 600px;
    overflow-wrap: normal;
    word-break: normal;
}


/* ELEMENT BACKGROUNDS */

.content-body {
    font-size: 0.7em;
    text-align: left;
    margin: 10px;
    padding: 10px;
}

.mySlides {
    width: 40%;
    margin-top: 6px;
    margin-bottom: 6px;
}


/* LINKS */

a:link {
    color: blue;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.8em;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:active {
    color: blue;
    text-decoration: none;
}

a.singletext {
    color: blue;
    font-size: 1.3em;
    padding: 10px;
    background-color: black;
}

a.networktext {
    color: fuchsia;
    background-color: white;
}

a.socialmedias {
    color: floralwhite;
    background-color: fuchsia;
}

a:hover {
    border: 4px solid blue;
}

a {
    font-family: 'Oswald', sans-serif;
}


/* HOVER BAND IMAGE */

#bandfoto {
    background: url("./../img/fvckjuly_5.jpg");
    width: 100%;
    height: 667px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* PHONE CHANGES */

@media only screen and (max-width: 600px) {
    .content-piece {
        width: 95%;
        font-size: 1.2em;
    }
    .content {
        width: 100%;
    }
    a::before {
        content: '\A';
        white-space: pre;
    }
    img {
        width: 100% !important;
    }
    #bestellen {
        width: 100% !important;
    }
}