body{
    width:100vw;
    height: 100vh;
    background-color: #fafafa;
    margin:unset;
    font-family: "Campton";
}

.flexArea{
    position: relative;
    display: flex;    
    flex-wrap: wrap;    
}

.header{
    width:100%;
    background-color: black;
    font-family: "Sharp Grotesk";
    height: 250px;
    text-align: center;
    vertical-align:middle;
    color:white;
    align-content: center;
    justify-content: center;
    font-size: 40px;
}

.image{
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    background-image: url("LkqLines.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    background-size: contain;
}

.maintenanceImage{    
    background-image: url("Wartung.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 60%;
    color: white;
    filter:invert(1)
}

.impressum{
    position:absolute;
    bottom: 20px;
    left:20px;
    color:#D2D2D2;
}

.text{
    align-content: center;
    justify-content: center;
    height: 70%;
    font-weight: 600;
    flex-direction: column;
    gap:15px;
    font-size:20px;
}

.centeredtext{
    align-content: center;
    justify-content: center;
    height: 60%;
    font-weight: 600;
    flex-direction: column;
    gap:15px;
    font-size:30px;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.redirectLink{
    color:#085CF0;
    text-decoration: underline;
}

a:hover{
    cursor: pointer;
}

.logo{
    position: absolute;
    bottom: 20px;
    right:20px;
}

@font-face {
    font-family: 'Campton';
    src: url('Campton-SemiBold.woff2') format('woff2'), url('Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('SharpGroteskMedium-22.woff2') format('woff2'), url('SharpGroteskMedium-22.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}