/* -------------------------------------------------------------------------- */
/* E-M-K-S, peci.wien */
/* add-ons for mobiles -> overloads etc. */
/* -------------------------------------------------------------------------- */

h1 {
    font-size: 3vw;
}
h2 {
    font-size: 2.0vw;
}
#peci-logo {
    max-width: 30%;
}
p label {
    font-size: 1.1vw;
    height: 1.8vw;
    width: 40vw;       
}    
p input {
    font-size: 1.1vw;
    height: 1.8vw;
    width: 40vw;       
    margin: 1.2vw;     
    margin-bottom: 0.3vw;   
}
p button {
    font-size: 1.1vw;
    height: 2.2vw;
    width: 40vw;     
    margin-top: 0.2vw;   
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15vw, 1fr));    /* 1.arg of minmax = breite vom item (dh 4 items/row); orig: repeat(auto-fill, minmax(200px, 1fr)); */
    gap: 3vw;                                                       /* orig: 15px */
    padding: 1vw;                                                   /* orig: 20px */
    font-size: 1.2vw;
}
.gallery-item button {
    font-size: 1.2vw;
    margin-top: 0.8vw;   
    margin-bottom: 0.2vw;   
}
.popup-form {
    font-size: 1.2vw;
}
.popup-form input[type=text] {
    font-size: 1.2vw;
    height: 2.0vw;
}
.popup-form button {
    margin-bottom: 1.0vw;     
    font-size: 1.2vw;
    height: 2.0vw;
    margin-top: 0.5vw;     
}
.popup-form button.cancel-button,
.popup-form button.close-button {
    font-size: 1.2w;
    height: 2.0vw;
}

#clear-log-messages-button,
#show-log-messages-button,
#hide-log-messages-button,
.sort-button,
.filter-button {
    font-size: 1.75vw;
    height: 2.5vw;
    width: 15vw;                    /* breite vom button ! */
}
#log-messages-container p.info-paragraph,
#log-messages-container p.warning-message,
.sort-button,
.filter-button {
    font-size: 1.5vw;
    font-style: normal;
    margin-left: 2vw; /* h abstand zw buttons! */
    margin-right: 2vw; /* h abstand zw buttons! */
}
#clear-log-messages-button,
#hide-log-messages-button,
#show-log-messages-button {
    width: 30%;
    margin: 1vw;
}

.connect-to-web3-button {
    margin-bottom: 3.0vw;                                                  
    width: 30%;
}
.basic-menue-button {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/* FILTER / SORT DROP DOWN MENUES */
/* -------------------------------------------------------------------------- */
#filter-drop-down-menue,
#filter-drop-down-label,
#sort-drop-down-menue,
#sort-drop-down-label {
    width: 30%;
    height: 3.0vw;
    font-size: 1.5vw;
    font-weight: bold;
}
#sort-drop-down-label {
    margin-left: 4vw;
}


/* -------------------------------------------------------------------------- */
/* LOGIN / PASSWORD */
/* -------------------------------------------------------------------------- */
#password-input {
    margin-top: 6.0vw;
    margin-bottom: 7.0vw;
    font-size: 2.0vw;    
    width: 40%;                 
    height: 3.0vw; 
}
#login-button {
    margin-top: 0.0vw;
    margin-bottom: 3.0vw;
    font-size: 2.0vw;     
    width: 40%;          
    height: 2.75vw;   
}


/* -------------------------------------------------------------------------- */
/* EOF */
/* -------------------------------------------------------------------------- */
