@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,600;0,700;1,100;1,200&display=swap');


*,
*:after,
*::before{
    box-sizing: border-box;
    
}

html{
    font-family: "Aleo";
    scroll-behavior: smooth;
    color: rgb(229, 240, 240);
}

body{
    margin: 0;
    padding: 0;
}



header{

    height: 100px;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background-color: #290000;
    
}





















.impressum-field{
    margin-top: 140px;
    position: relative;
    color: black;
    width: 100%;
    padding: 5% 10%;
}

.impressum-headline{
    font-size: 48px;
    font-weight: 600;
}

a{
    text-decoration: underline;
    text-decoration-color: black;
    cursor: pointer;
    color: black;
}