@font-face {
    font-family: 'sinewssanspro';
    src: url('schrift/sinewssanspro_regular.ttf');
}

:root {
    --bsBlau1: #009FE3;
    --bsBlau2: #00387B;
    --newWhite: #f5f5f7;
    --bgHeader: #1a1e38;
    --bgsubHeader: #575757;

    --borderRadius: 20px;
    --borderRadiusKlein: 10px;
}

body {
    margin: 0;
    font-family: sinewssanspro;
    background-color: var(--newWhite);
}

hr {
    border: solid black 1px;
}

.center_Main{
    height: calc(100vh - 30px);
    width: 100%;
    background-image: url('/media/aussen.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startBox{
    height: 400px;
    width: 275px;
    background-color: rgba(245, 245, 247, 0.8);
    border-radius: var(--borderRadius);
    padding: 20px;
    font-size: xx-large
}
.Box{
    height: auto;
    width: 275px;
    background-color: rgba(245, 245, 247, 0.8);
    border-radius: var(--borderRadius);
    padding: 20px;
    font-size: 18px

}

.input, .weiter{
    height: 50px;
    padding: 0px 15px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: var(--borderRadiusKlein);
}

.fs1{
    font-size: 35px
}

footer{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imBox{
    height: auto;
    background-color: rgba(245, 245, 247, 0.8);
    border-radius: var(--borderRadius);
    padding: 20px;
    font-size: medium;
    margin: 20px ;
}

.center_Main_im{
    height: auto;
    width: 100%;
    background-image: url('/media/aussen.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}