



/* nunito-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  a:hover[type="mainmenulink1"]{
   
    
    border: solid 1pt black;
    background-color:rgba(1, 1, 255, 0.406);
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
    


}

#overlay{
    background-color: rgba(234, 76, 255, 0.422);
    border-radius: 10px;
    padding: 5px;

}


body{
    background-color: rgba(255, 33, 225, 0.705);
    background-image: url("/../image/ringe.jpg");
    background-size: 410px;
    background-position: top;
    background-repeat: no-repeat;  
}

#hintergrund{
    
    
    /*background-color: rgb(214, 168, 238);*/
    font-weight: bold;
    border-radius: 3px;
    color:rgb(0, 0, 0) ;
    font-family: Nunito;
    text-align: center;    
    padding: 10px;
    height: 100%;
    text-shadow: 0px 0px 1px rgb(255, 0, 157);
    

}

#welcome{
    width: 90%;
    margin: 20px auto;
    text-align: center;

}

#upload-container {
    text-align: center;
    margin-top: 50px;
}

#progress-bar-container {
    width: 70%;
    margin: 20px auto;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#progress-bar {
    width: 0%;
    height: 20px;
    background-color: #4CAF50;
}

/**a[type="mainmenulink1"],
a:visited[type="mainmenulink1"]{

    font-size: 22px;
    text-decoration: none;
    padding: 1px;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    background-color:rgb(38, 0, 255, 0.9);
  


}**/