
html {
        background-color: white;
        width: auto;
        background: url("../pics/hintergrund2.jpg");

        background-size: cover;
        background-repeat:no-repeat;
        /*background-position: 0px -50px;*/
        font-family: Lato;
        overflow: hidden;

}
h1
{
         color: #130982;
         text-align: center;
         font-size: 50pt;
         font-family: "Century Gothic";
         text-shadow: 5px 5px 1px #484BE7,
                         10px 10px 1px #8485E7;

}
h2
{
         color: black;
         text-align: center;
         font-size: 12pt;
         font-family: "Century Gothic";
         line-height: 2px;
}
h3
{
         color: #130982;
         text-align: center;
         font-size: 25pt;
         font-family: "Century Gothic";
}
h4
{
         color: black;
         position: relative;
         top:30%;
         left:0%;
         font-size: 12pt;
         font-family: "Century Gothic";
         line-height: 2px;
}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: blue;
    padding: 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: right;
    position: relative;
    margin-top:0px;
    margin-right: 0px;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
   <!-- min-width: 180px;-->
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.download-content
{
        position: relative;
        top:30%;
        left:45%;
}