html {
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
}

body {
    height: 100%;
    font-family: FiraGo, Verdana, Arial, sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    color: #333;
    text-align: center;
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

header {
    height: 3.2rem;
    flex-shrink: 0;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.70);
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
}



.logo {
    width: 8.42188rem;
    height: 1.60875rem;
    flex-shrink: 0;
    align-items: flex-start;
}

.header-button {
    border-radius: 1.875rem;
    background: var(--CISS_red, #eb212e);
    color: #FFF;
    display: flex;
    align-items: center;
}

header {
    display:flex;
    align-items:center;
}
.container {
    flex: 1;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.h1-details{
    font-weight: 300px;
}

.drop-area, .progress-indicator {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    border-radius: 1.25rem;
    border: 2px dashed #CCC;
    padding: 30px;
    margin-top: 0px;
    margin: 30px;

}

.p-dropArea {
    font-weight: 300;
}

.drop-area p {
    font-size: 18px;
    color: #666;
    display: inline-flex;
    padding: 1.875rem 10rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.p-dropArea-format {
    font-weight: 600;
    color: #252C33;
    padding: 10px;
}

#button-load, #processButton {
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 1.25rem;
    border: 1.5px solid #eb212e;
}

.info{
    display: flex;
    width: 90rem;

    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3.125rem;
    flex-shrink: 0;
}

.info-box {
    display: flex;
width: 20.1875rem;
height: 18.75rem;
padding: 1.25rem 1rem 1.25rem 1.375rem;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
flex-shrink: 0;
border-radius: 0.25rem;
background: #FFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: NONE;
}


.button-cta{
    
    text-decoration: none !important;
    color: #FFF;
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 1.25rem;
    border: 1.5px solid #eb212e;
    color: #fff;
}

button {
    padding: 10px 15px;
    background-color: #005a9c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

a.button-link{
    text-decoration: none !important;
    color: white;
}


@font-face {
    font-family: 'FiraGo';
    font-weight: 100;
    font-display: auto;
    src: url('fonts/FiraGO-Thin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 200;
    font-display: auto;
    src: url('fonts/FiraGO-ExtraLight.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 300;
    font-display: auto;
    src: url('fonts/FiraGO-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 400;
    font-display: auto;
    src: url('fonts/FiraGO-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 500;
    font-display: auto;
    src: url('fonts/FiraGO-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 600;
    font-display: auto;
    src: url('fonts/FiraGO-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 700;
    font-display: auto;
    src: url('fonts/FiraGO-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'FiraGo';
    font-weight: 800;
    font-display: auto;
    src: url('fonts/FiraGO-ExtraBold.woff2') format('woff2');
    font-display: swap;
}


button {
    background-color: #eb212e;
    border: solid 2px;
    border-radius: 27px;
}

button:hover {
    background-color: white;
    border: solid 2px #eb212e;
    transition-duration: 500ms;
    color:#eb212e;
}

.footer-details {
    font-size: smaller;
    color: #fff;
    overflow-x: hidden;
    width: 100vw;
    font-weight: 300;
}

.footer {
    margin-top: auto;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    background-color: #292D32;
    fill: var(--gradient-footer, linear-gradient(180deg, #292D32 0%, #222428 100%));
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
}
.container {
  margin-bottom: 80px;
}

a {
    text-decoration: none;
    color: #428bca;
}

a:hover {
    text-decoration: underline;
    color: #23527c;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #eb212e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.info {
    /* bitte erst anzeigen, wenn es fertig ist */
    display: none;
}