* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif !important;
}

:root {
    --meine-farbe: rgb(17, 87, 8);
  }


main {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* ############################################################################ */

a {
    text-decoration: none;
    color: black;
}

p.textInfo {
    font-weight: 100;
}

a.link {
    color: var(--meine-farbe) !important;
    font-weight: 600;
    
}

a.link:hover {
    text-decoration: underline;
}

#popupI {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* ############################################################################ */

header {
    transition: 0.25s;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "emtpy log but";
    flex: 0 0 auto;
    height: 120px;
    background-color: #151515;
    max-width: 100%;
    font-family: 'Ubuntu', sans-serif;
}

.log {
    display: flex;
    justify-content: center;
    align-items: center;
}

.but {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button {
    transition: 0.25s;
    background-color: white;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.logo {
    transition: 0.25s;
    width: 200px;
    object-fit: contain;
}

.logo:hover {
    transform: scale(0.98);
}

.icon-hed {
    width: 50px;
    margin-left: 50px;
    margin-right: 10px;
}

.icon-hed-l {
    width: 50px;
    margin-right: 50px;
}

.username {
    font-weight: 600;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-right: 10px;
}

.username-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.empty {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* ############################################################################ */

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    background: linear-gradient(197deg, rgba(245, 245, 245, 1) 43%, rgba(194, 236, 252, 1) 100%);
    background-image: url(img/filepush_vers_3.jpg);
    background-position: 50% 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

.row {
    display: flex;
    flex-direction: row;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: var(--meine-farbe) !important; 
    padding-bottom: 15px;
    cursor: pointer;
}


.logout {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    border-radius: 10px;
    color: black;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.25s;
}

.long {
    width: 162px;
    display: block;
}

.logout-g {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-color: var(--meine-farbe) !important;
    padding: 10px 20px;
    border-radius: 10px; 
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: 0.25s;
}

.logout-g:hover {
    transform: scale(0.98);
}


.logout-s{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    border-radius: 10px;
    color: black;
    font-weight: 600;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}

.logout-s svg {
    width: 20px;
    height: 20px;
}

.logout-g svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.logout-div {
    display: flex;
    flex-direction: row;
}

.hub {
    padding: 0;
    background-color: white;
    border-radius: 30px;
    width: 319px;
    height: 400px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hub-child {
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.icon {
    max-height: 100px;
    color: #151515;
    transform: scale(4);
}

.navigator {
    align-items: center;
    appearance: none;
    background-color: #fafafc;
    border-radius: 15px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    height: 120px;
    width: 220px;
}


.navigator:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }
  
.navigator:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
  }
  
.navigator:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }














.premium-button {
    transition: 0.5s;
    background-color: #d7d7d7;
    background-image: linear-gradient(147deg, #d7d7d7 0%, #353535 74%);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    color: black;
    font-weight: 600;
    cursor: pointer;
    width: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
    margin-bottom: 15px;
}

.premium-button:hover {
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967,  #AE8625, #F7EF8A);
    background-size: 400% 100%;
    background-position: 0 0;
    animation: AnimationName 10s linear infinite;
}

.premium-button-check {
    transition: 0.5s;
    background-color: #d7d7d7;
    background: radial-gradient(circle at -1% 57.5%, rgb(19, 170, 82) 0%, rgb(0, 102, 43) 90%);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    color: black;
    font-weight: 600;
    cursor: context-menu;
    width: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
    margin-bottom: 15px;
}

.premium-button-check svg {
    margin-right: 10px;
}

.buttons {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 18px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    color: white;
    padding: 25px;
}

#showInfo {
    margin-right: 0;
}

/* ############################################################################ */

.card-u {
    transition: 0.1s;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 576px;
    height: 300px;
    border-radius: 40px;
    aspect-ratio: 48/25;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 25px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    color: white;
}

.card-u:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

.submit {
    font-family: 'Ubuntu', sans-serif;
    transition: 0.1s;
    font-size: 20px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    width: 400px;
    height: 50px;
    border-radius: 15px;
    color: white;
    background: var(--meine-farbe);
}

.submit:disabled {
    background-color: gray;
    color: white;
    cursor: not-allowed;
}

.submit:hover {
    background-color:  var(--meine-farbe);
}

.submit:disabled:hover {
    background-color: gray;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}


/* ############################################################################ */

.input {
    transition: 0.25s;
    width: 400px;
    height: 60px;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    border-radius: 11px;
    border: 3px solid gray;
}

.inpunt::placeholder {
    color: lightgrey;
}

.win-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 576px;
    height: 300px;
    background-color: white;
    border-radius: 40px;
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 16px 35px 0px rgba(0, 0, 0, 0.10), 0px 63px 63px 0px rgba(0, 0, 0, 0.09), 0px 143px 86px 0px rgba(0, 0, 0, 0.05), 0px 253px 101px 0px rgba(0, 0, 0, 0.01), 0px 396px 111px 0px rgba(0, 0, 0, 0.00); */
}

.win-d {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 576px;
    height: 300px;
    background-color: white;
    border-radius: 40px;
}

.win-d p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.card-d:hover {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.card-d {
    transition: 0.1s;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    width: 576px;
    height: 300px;
    border-radius: 40px;
    aspect-ratio: 48/25;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 25px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    color: white;
}

.card-d:hover {
    backdrop-filter: blur(5px);
}

/* ############################################################################ */

.list {
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 576px;
    height: 300px;
    background-color: white;
    border-radius: 40px;
}

.scrollable-table {
    max-height: 400px; /* Setze die maximale Höhe nach Bedarf */
    overflow-y: auto;
}

.list ul {
    margin-left: 50px;
    margin-top: 25px;
    overflow-x: hidden;
}

.list ul::-webkit-scrollbar {
    width: 0px; /* Breite der Scrollbar */
  }

.list ul li {
    list-style: none;
}

.list p {
    margin-left: 50px;
    margin-top: 25px;
    font-weight: 600;
}

.list ul li:hover {
    background-color: rgba(16, 120, 255, 0.253);
    color: white;
    width: 500px;
}

.list ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 500px;
    overflow: hidden;
}

.list ul li a:hover {
    color: black;
    width: 500px;
}


/* ############################################################################ */

.iconli {
    max-height: 25px;
    margin-right: 5px;
}

.icon-card {
    max-height: 125px;
    margin-bottom: 20px;
    color: #151515;
}

footer {
    height: 10vh;
}


/* ############################################################################ */

.card-signup {
    transition: 0.25s;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 576px;
    height: auto;
    padding: 25px 0;
    background-color: white;
    border-radius: 40px;
}

.fehler {
    color: red;
    margin-top: 10px;
}

.form-signup {
    height: auto;
    display: flex;
    align-items: flex-start;
}

.label-signup {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 5px;
}

.input-form {
    padding-left: 10px;
    width: 400px;
    height: 60px;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 11px;
    border: 1px solid gray;
    margin-bottom: 20px;
}

.p-signup {
    margin-bottom: 20px;
    color: var(--meine-farbe);
}

.input-d {
    display: block;
    margin: 2em auto;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
    width: calc(9ch + 4.5ch); /* Hier haben wir die Breite auf 9 Zeichen plus 4.5 Zeichen für die Lücke erhöht */
    background: repeating-linear-gradient(90deg, 
        dimgrey 0, dimgrey 1ch, 
        transparent 0, transparent calc(1ch + 0.5ch))
        0 100% / calc(9ch + 4.5ch) 2px no-repeat; /* Auch hier wurde die Breite entsprechend angepasst */
    font: 5ch droid sans mono, consolas, monospace;
    letter-spacing: 0.5ch;
}

.input-d:focus {
    outline: none;
    color: var(--meine-farbe);
}

/* ############################################################################ */

.form-login {
    display: flex;
    align-items: flex-start;
    height: auto;
}

.card-login {
    transition: 0.25s;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    width: 576px;
    height: auto;
    background-color: white;
    border-radius: 40px;
    padding: 25px 0;
}

.custom-upload {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #151515;
    color: #fff;
    width: 400px;
    height: 50px;
    cursor: pointer;
    border-radius: 15px;
}

.custom-upload:hover {
    background-color: black;
}

.upload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.button-text {
    z-index: 1;
    position: relative;
}

.plus {
    max-height: 40px;
    margin-right: 5px;
}



.tier {
    border-radius: 40px;
    padding: 0;
    background-color: white;
    display: none;
    position: fixed;
    border-radius: 40px;
    width: 576px;
    height: 75vh;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tier::-webkit-scrollbar {
    width: 0;  /* Breite der Scrollleiste auf 0 setzen */
    background-color: transparent;  /* Hintergrundfarbe der Scrollleiste auf transparent setzen */
}

.scrollable-table {
    max-height: 400px; /* Setze die maximale Höhe nach Bedarf */
    overflow-y: auto;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
}

.popup-show {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    animation-name: pop;
    animation-duration: 0.25s;
    transition-timing-function: ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@keyframes pop {
    from {transform: scale(0.9);}
    to {transform: scale(1);}
}

h2 {
    color: var(--meine-farbe);
}


table {
    padding: 0;
    width: 100%;
    overflow: scroll;
}

thead {
    background-color: #151515;
    color: white;
    height: 35px;
    border-radius: 20px;
}

.tier tr {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    height: 35px;
}

.tier tbody {
    display: block;
}


.tier tr:nth-child(even) {
    background-color: #dadada !important;
}

.tier tr:hover {
    background-color: rgba(16, 120, 255, 0.253);
}

.tier td {
    width: 45%;
    vertical-align: middle;
    padding: 5px;
}

.tier .td-small {
    width: 10%;
}

.tier th {
    width: 33%;
    padding: 5px;
    text-align: left;
}

th.tar {
    text-align: right;
}

td.tar {
    text-align: right;
}

.tier p {
    font-weight: 500;
}


tr.highlight {
    color: var(--meine-farbe);
    font-weight: 600;
}

.x {
    background: none;
    cursor: pointer;
    display: none;
}

.x img {
    height: 50px;
}

.x img:hover {
    transform: scale(0.9);
}


.hide {
    display: none;
}

.loader {
transform: scale(0.2);
}

#iprint {
    background-image: none;
    padding: 0 100px;
    overflow-x: hidden;
    display: flex;
    justify-content: flex-start;
}

:root{
    --goldBackground: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967);
  }
  
.xp-boost {
    font-weight: 600;
    line-height:1;
    background: linear-gradient(90deg, rgba(186,148,62,1) 0%, rgba(236,172,32,1) 20%, rgba(186,148,62,1) 39%, rgba(249,244,180,1) 50%, rgba(186,148,62,1) 60%, rgba(236,172,32,1) 80%, rgba(186,148,62,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
    animation: shine 3s infinite;
    background-size: 200%;
    background-position: left;
  }

  @keyframes shine {
    to{background-position: right}
   
  }


  #progress_wrapper {
    display: none;
  }

  #progress_text {
    font-size: 55px;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 600;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }


.market-button {
    font-family: 'Ubuntu', sans-serif;
    transition: 0.1s;
    font-size: 16px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    width: 250px;
    height: 45px;
    border-radius: 15px;
    color: white;
    background: var(--meine-farbe);
    margin-top:25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.market-img {
    width: 25px;
    margin-right: 5px;
}

.market-offer {
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.market-offer li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.market {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 50px;

}

.market-list {
    border-radius: 40px;
    padding: 0;
    background-color: white;
    border-radius: 40px;
    width: 300px;
    height: 500px;
    padding: 20px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.img-market {
    max-width: 125px;
    display: flex;
    justify-self: center;
    align-self: center;
}

.mid {
    background: none;
    border: solid var(--meine-farbe) 2px;
    color: var(--meine-farbe);
}

.price-div {
    padding-top: 20px;
    border-top: 1px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.price-h2 {
    font-size: 45px;
}

.smal {
    font-size: 15px;
}

.black-border {
    border-top: 1px black solid;
}



.goldBG{
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967,  #AE8625, #F7EF8A);
    background-size: 400% 100%;
    background-position: 0 0;
    animation: AnimationName 10s linear infinite;
  }
  
  .goldText{
    background-clip: text;
    color:transparent;
    animation: AnimationName 10s linear infinite;
  }

  @keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:100% 0%}
  }


.silver-to-gold {
    height: 100%;
    background-color: black;
}

.shop-button {
    font-family: 'Ubuntu', sans-serif;
    transition: 0.1s;
    font-size: 16px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    width: 250px;
    height: 45px;
    border-radius: 15px;
    color: black;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-img {
    width: 250px;
}

.shop {
    border-radius: 40px;
    padding: 0;
    background-color: white;
    border-radius: 40px;
    width: 300px;
    height: 350px;
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background: rgb(20,20,20);
    background: linear-gradient(309deg, rgba(20,20,20,1) 0%, rgba(55,55,55,1) 100%);
}

.green-gradient {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 35px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}



.white {
    color: white;
}


/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */
/* ###################################################################################### */

p.uploadLimit-premium {
    font-size: 32px;
    padding: 0 30px;
}

.uploadLimit-premium a:hover {
    text-decoration: underline goldenrod;
}





.h2-intro {
    font-size: 18px;
}






.progress-bar-container {
    width: 500px;
    height: 20px;
    position: relative;
    border-radius: 5px;
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }

  .progress-bar-fill {
    height: 100%;
    background: radial-gradient(circle at -1% 57.5%, rgb(19, 170, 82) 0%, rgb(0, 102, 43) 90%);
    transition: width 0.3s ease-in-out;
    border-radius: 5px;
  }


.waiter {
    height: 20px;
    width: 500px;
    background-color: #151515;
}

.mobile {
    display: none;
}

.desktop {
    display: flex;
}




/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */


/* ############################################################################ */

@media only screen and (max-width: 1250px) {
    .button {
        width: 125px;
        font-size: 16px;
        height: 45px;
    }
    .but {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1000px) {
    .icon-hed-l {
        display: none;
    }
    .icon-hed {
        display: none;
    }
    .empty {
        padding-left: 20px;
    }
    .username-sec {
        padding-right: 20px;
    }
    .logo {
        width: 175px;
    }
    .button {
        width: 100px;
        font-size: 15px;
        height: 45px;
    }
    .but {
        padding-right: 25px;
    }

    /* #showPopupButton {
        display: none;
    } */
}

@media only screen and (max-width: 750px) {

    main {
        background-position: center;
    }

    .tier {
        width: calc(100vw - 60px);
        margin-left: 15px;
        margin-right: 15px;
    }


    .empty {
        display: none;
    }
    header {
        display: flex;
        align-items: center;
        padding-left: 25px;
        justify-content: space-between;
    }
    .icon-hed {
        display: block;
    }
    .username-sec .username {
        text-align: right;
    }
    .button {
        width: 125px;
        font-size: 16px;
        height: 45px;
    }
    .but {
        padding-right: 25px;
    }

    .market-button {
        font-family: 'Ubuntu', sans-serif;
        transition: 0.1s;
        font-size: 16px;
        cursor: pointer;
        font-style: normal;
        font-weight: 900;
        width: 250px;
        height: 45px;
        border-radius: 15px;
        color: white;
        background: var(--meine-farbe);
        margin-top:25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    img.market-img {
        width: 25px;
        margin-right: 5px;
    }
    
    .market-offer {
        list-style: none;
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    
    .market-offer li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 500;
    }
    
    .market {
        display: flex;
        flex-direction: column-reverse;
        margin-left: 50px;
    }
    
    .market-list {
        border-radius: 40px;
        padding: 0;
        border-radius: 40px;
        width: 300px;
        height: 450px;
        padding: 20px;
        margin-top: 35px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    #main-premium {
        overflow: scroll;
        overflow-x: hidden;
        display: flex;
        justify-content: start;
    }

    .mid {
        background: none;
        border: solid var(--meine-farbe) 2px;
        color: var(--meine-farbe);
    }

    .gekürzt {
        height: 350px;
        margin-bottom: 35px;
    }

    .goldBG{
        background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967,  #AE8625, #F7EF8A);
        background-size: 400% 100%;
        background-position: 0 0;
        animation: AnimationName 10s linear infinite;
      }

      .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }
    
}
      
      .goldText{
        background-clip: text;
        color:transparent;
        animation: AnimationName 10s linear infinite;
      }
    
      @keyframes AnimationName {
        0%{background-position:0% 0%}
        100%{background-position:100% 0%}
      }


@media only screen and (max-width: 575px) {
    .x {
        display: block;
    }
    .flex {
        justify-content: space-between;
    }
   
    .logo {
        width: 150px;
    }
    header {
        height: 100px;
    }
    .username {
        font-size: 18px;
    }
    .card-u {
        width: calc(100vw - 30px);
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .card-d {
        width: calc(100vw - 30px);
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .win-d {
        width: calc(100vw - 30px);
        margin-bottom: 25px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .progress-bar-container {
        width: calc(100vw - 100px);
        height: 20px;
        position: relative;
        border-radius: 5px;
        margin-top: 25px;
        background-color: #dadada;
      }
      #progress_text {
        font-size: 35px;
      }
    .list {
        width: calc(100vw - 30px);
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .icon {
        max-height: 150px;
        margin-bottom: 10px;
    }
    .center {
        width: 100%;
    }
    .card-u p {
        font-size: 20px;
    }
    .card-d p {
        font-size: 20px;
    }
    .but {
        padding-right: 0px;
    }
    .list ul {
        width: calc(100vw - 30px);
        margin-left: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
        overflow-x: hidden;
    }
    .list p {
        margin-left: 25px;
        margin-top: 25px;
        font-weight: 600;
    }
    .list {
        border-radius: 20px;
        height: 350px
    }
    .list ul li a {
        list-style: none;
        border-bottom: 1px solid darkgray;
        height: 40px;
        width: calc(100vw - 75px);
    }
    .win-input {
        width: calc(100vw - 30px);
        height: auto;
        padding: 25px 0;
    }
    .icon-card {
        max-height: 100px;
        margin-bottom: 10px;
    }
    .card-login {
        width: calc(100vw - 30px);
    }
    .card-signup {
        width: calc(100vw - 30px);
    }
    .list ul li:hover {
        background-color: rgba(16, 120, 255, 0.253);
        color: white;
        width: 200px;
    }

    
}

@media only screen and (max-width: 500px) {
    .submit {
        width: 300px;
    }
    .custom-upload {
        width: 300px;
    }
    h1 {
        font-size: 55px;
    }
    .upload {
        transform: scale(0.9);
    }
    .button {
        width: 115px;
        font-size: 15px;
        height: 45px;
    }
    .list p {
        font-size: 15px;
    }
    .input {
        width: 300px;
        font-size: 30px;
    }

    .input-d {
        font-size: 30px;
    }
    .label-signup {
        font-size: 18px;
    }
    .p-signup {
        font-size: 18px;
    }
    .input-form {
        width: 300px;
    }
    .fehler {
        font-size: 15px;
    }
}

@media only screen and (max-width: 475px) {
    .logo {
        width: 125px;
    }
    header {
        height: 100px;
    }
    .username {
        font-size: 16px;
    }
    header {
        padding-left: 15px;
    }
    .username-sec {
        padding-right: 5px;
    }
    .card-u p {
        font-size: 18px;
    }
    .card-d p {
        font-size: 18px;
    }
    .icon {
        max-height: 125px;
    }
    .button {
        width: 100px;
        font-size: 15px;
        height: 42px;
    }
}

@media only screen and (max-width: 420px) {
    .button {
        width: 85px;
        font-size: 12px;
        height: 35px;
        margin-right: 15px;
    }
    .logo {
        width: 115px;
    }

    .input {
        width: 250px;
        height: 50px;
        font-size: 25px;
    }

    .input-d {
        height: 50px;
        font-size: 25px;
    }

    .icon-card {
        max-height: 80px;
    }
    .label-download {
        font-size: 12px;
    }
    .list ul li a {
        font-size: 15px;
        overflow: hidden;
        hyphens: none;
    }
    .iconli {
        max-height: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .logo {
        width: 115px;
    }
    header {
        height: 75px;
    }
    .username {
        font-size: 16px;
    }
    header {
        padding-left: 15px;
    }
    .username-sec {
        padding-right: 5px;
    }
    .win-d {
        height: 300px;
    }
    .submit {
        width: 250px;
    }
    .custom-upload {
        width: 250px;
    }
    h1 {
        font-size: 45px;
    }
    .win-d p {
        font-size: 15px;
    }
    .button {
        width: 85px;
        font-size: 12px;
        height: 35px;
        margin-right: 15px;
    }
    .input-form {
        width: 225px;
        height: 40px;
    }
    .label-signup {
        font-size: 15px;
    }
    .p-signup {
        font-size: 15px;
    }
    .fehler {
        color: red;
        font-size: 12px;
        margin-top: 10px;
    }
    .tier {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .logo {
        width: 100px;
    }
}

@media only screen and (max-width: 350px) {
    h1 {
        font-size: 45px;
    }
    .win-d p {
        font-size: 15px;
    }
    .submit {
        width: 150px;
    }
    .custom-upload {
        width: 150px;
    }
    .username {
        font-size: 15px;
    }
    h1 {
        font-size: 50px;
    }
    .win-d p {
        font-size: 12px;
    }
    .button {
        width: 80px;
        font-size: 11px;
        height: 30px;
        margin-right: 15px;
    }
    .logo {
        width: 75px;
    }
}


/* //////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////// */

@media only screen and (max-height: 900px) {
    .card-d {
        height: 250px;
    }
    .card-u {
        height: 250px;
    }
}

@media only screen and (max-height: 700px) {
    .card-d {
        height: 175px;
    }
    .card-u {
        height: 175px;
    }
    .list {
        height: 250px;
    }
    .win-d {
        margin-top: 25px;
        height: 200px;
    }

    .hub {
        padding: 0;
        background-color: white;
        border-radius: 30px;
        width: 319px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        flex-direction: column;
        padding-top: 25px;
    }

    .hub-child {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 319px;

    }

    .h2-intro {
        font-size: 18px;
    }    

    .icon {
        max-width: 100px;
    }

    .navigator {
        width: 120px;
        height: 120px;
        margin: 0;
        border-radius: 15px;
    }

    /* .submit:disabled {
        display: none;
    } */

}

@media only screen and (max-height: 600px) {
    .card-d {
        height: 175px;
    }
    .icon {
        max-height: 100px;
        margin-bottom: 10px;
    }
    .card-u {
        height: 175px;
    }
}
