body {
    padding: 0;
    margin: 0;
    background-image: url("../pics/feuerwerk4.jpg");
    background-attachment: fixed;
    text-align: center;
}

h1 {
    color: darkred;
    font-size: 24px;
    display: inline;
    font-style: italic;
    text-decoration: underline;
}

h2 {
    font-family: Dancing Script;
    color: darkgreen;
    font-size: 23px;
    display: inline;
    font-style: italic;
    text-decoration: underline;
}

h3 {
    font-family: Dancing Script;
    color: saddlebrown;
    font-size: 23px;
    display: inline;
    font-style: italic;
}

iframe {
    margin-top: 50px;
}

img {
    display: inline;
    height: 30px;
}

ul {
    list-style: none;
    line-height: 40px;
    width: 300px;
}

li {
    background-image: url("../pics/noten_bunt.png");
    padding-left: 40px;
    background-size: 25px;
    background-repeat: no-repeat;
    text-align: left;
}

#startseite {
    font-family: serif;
}

#video {
    background-image: url("../pics/video.png");
}

#download {
    background-image: url("../pics/diskette.png");
}

.videos {
    margin-top: 50px;
    width: 300px;
}

.html-page {
    margin-top: 20px;
}

p {
    color: darkgreen;
    font-family: Dancing Script;
    font-size: 21px;
    line-height: 40px;
}

a {
    font-family: Dancing Script;
    font-size: 21px;
    color: darkblue;
    text-decoration: none;
}

a:hover {

}

#headerCarousel, .carousel-item {
    height: 500px;
}

.carousel-item img {
    min-width: 100%;
    height: 500px;
    overflow: hidden;
}

.seitenAbschnitt {
    min-height: 500px;
}

.link-white {
    color: white;
}

.link-white:hover {
    color: #aaa;
    text-decoration: none;
}

.social-icon {
    max-width: 130px;
    height: auto;
    padding: 20px;
}