@import url("../carlSchaefercolors.css");
@font-face {
    font-family: 'Yorkten-NorBol';
    src: url('/static/font/Yorkten-NorBol.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Yorkten-NorReg';
    src: url('/static/font/Yorkten-NorReg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: 'Yorkten-NorReg', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: var(--darkgrey);

}
.socialmedialogoFooterCS{
    height: 25px;
    padding-right: 10px;
}
.logoclassCS{
    width: 320px;
    padding-left: 10vh;
    padding-top: 5vh;
    padding-bottom: 4vh;
}

.headerSpaceCS{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logocontainerCS{
    flex: 0 0 auto;
}
.headlineCS{
    color: var(--darkgrey);
    flex: 1 1 auto;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    font-family: 'Yorkten-NorBol', Arial, Helvetica, sans-serif;
}
.header-placeholder-cs {
    flex: 0 0 auto;
    width: 320px;
    
}
footer{
    background-color: #F1F2F3 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 0.9rem;
    flex-direction: column;
    height: 35vh;
    padding-left: 100px;
    margin: 0px -8px -8px -8px;
    min-height: 325px;
}
.footerblockCS{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    width: 100%;
}
.version-number{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.cs-gold{
    color: var(--CSgoldBraun) !important;
}
.weight700{
    font-weight: 700 !important;
}
.footerlogofieldCS{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-top: 30px;
}

.logoclassFooterCS{
    width: 30vh;
}
.footerinfosCS{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
}
.footerlinkheaderCS{
    font-family: 'Yorkten-NorBol', Arial, Helvetica, sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
    display: inline-block;
    
}
.footerlinkCS{
    display: inline-block;
    text-decoration: none;
    color: var(--darkgrey);
    padding-bottom: 5px;
}
.footersocialmediaCS{
    display: flex;
    align-items: flex-end;
}