:root {
    --content-width: 880px;
    /* HTW Corporate Design */
    /* light mode */
    --light-grey: #f8f8f8;
    --htw-green: #40A3D4;
    --light-green: #74CAED;
    --yellow: #40A3D4;
    /*dark mode*/
    --dark-grey: #1A1E2B;
    --medium-grey: #3A6176;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-bold';
    src: url('../font/Poppins-SemiBold.ttf') format('truetype');
}

body {
    max-width: 1300px;
    margin: auto;
    font-family: 'Poppins';
    font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

button {
    font-family: 'Poppins' !important;
}

input {
    font-family: 'Poppins' !important;
    box-shadow: none !important;
}

.unit-label {
    display: flex;
    align-content: left;
    justify-content: center;
    flex-direction: column;
    padding-left: 0px;
    width: 50px;
	color: var(--dark-grey);
}

.form-control {
    padding: 2px;
    border: none;
    max-width: 70px;
    text-align: end;
	border-radius:12px;
}

#homepage-link {
    color: var(--htw-green);
}


/* Loading animation */

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    opacity: 0;
    background-color: #fff;
    z-index: 99;
    left: 0%;
}

.loader {
    /*border: 16px solid #f3f3f3;*/
    /* Light grey */
    /*border-top: 16px solid #3498db;*/
    /* Blue */
    /*border-radius: 50%;*/
    width: 80px;
    height: 80px;
    animation: pulse 1s linear infinite;
    /*spin 2s linear infinite;*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	opacity: 0;
}

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

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* header */

.htw-logo {
    height: 40px;
    width: auto;
    margin-right: 20px;
}

.htw-logo-frame {
    margin-bottom: 10px;
}

h1 {
    font: 26px black bold;
    font-family: 'Poppins-bold';
}

#Name-Solarstromer {
    white-space: nowrap;
    order: 1;
}

#info-h3,
#foerderung-h3 {
    color: var(--htw-green);
    text-decoration: none !important;
}

#Chart-e,
#Chart-a,
#Chart-ea {
    height: 50px !important;
}

.b {
    font-family: 'Poppins-bold' !important;
}

.u {
    text-decoration: none;
}

.mr-20 {
    margin-right: 20px;
}


/* */


/* Ergebnisse */

.disp {
    text-align: center;
    margin: auto;
    font-family: 'Poppins-bold';
    font-size: 28px;
    width: 90px;
    /* border-right: solid black 2px; */
}

.disp-2 {
    text-align: center;
    /* margin: auto; */
    font-family: 'Poppins-bold';
    font-size: 28px;
    max-height: 37px;
    /* border-right: solid black 2px; */
}

.disp-2-desc {
    /* text-align: center; */
    padding-right: 0px;
    padding-left: 0px;
    /* border-right: solid black 2px; */
}

@media only screen and (min-width: 576px) {
    .disp-2-desc {
        text-align: center;
        /* margin: auto; */
    }
    .res-row {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .bord {
        margin-bottom: 10px;
    }
    .disp-2 {
        padding: 0px !important;
    }
}


/* #ea-erg-1 {
    display: none;
} */

.al-start {
    align-items: start;
}

.t-center {
    text-align: center;
}

@media only screen and (min-width: 576px) {
    .t-center {
        text-align: left;
    }
}

.al-mid {
    align-items: center;
}

@media only screen and (max-width:272px) {
    .empty-col {
        display: none;
    }
}

.weitere-infos {
	font-size: 11px;
 }
