@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Roboto-Bold.ttf) format(turetype);
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Roboto-Regular.ttf) format(truetype);
}

body, html {
    height: 100%;
  }
  
.bg {
    height: 100%;
  }

.top-box {
    color: black;
    float: left;
    width: 45%;
    display: grid;
    margin-right: 20px;
}

h3 {
    color: white;
    background-color: red;
    width: auto;
    padding: 20px;
    font-size: 25px;
    width: fit-content;
}

.bottom-box {
    float: right;
    width: 45%;
}

.bottom-box {
    color: black;
    justify-content: center;
}

.box {
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 100px;
  }

.div-links {
    float: left;
    width: 50%;
}

.div-right {
    float: right;
    width: 50%;
}

p {
  font-family: "Roboto";
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto";
    font-weight: bold;
}

h1 {
    font-size: 80px;
    margin-top: -20px;
}

strong {
    color: white;
    background-color: green;
    padding: 5px 10px 5px 10px;
}

h2 {
    margin-top: -30px;
}

.form-style {
    margin-right: 20px;
}

label {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
}

input {
    border-radius: 0px;
    background-color: lightgrey;
    border: none;
    padding: 10px;
    margin-top: 10px;
}

a {
    background-color: gray;
    font-family: "Roboto";
    color: white;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.sprache {
    width: 40px;
}

@media only screen and (max-width: 870px) {
    .box {
       display: grid;
       justify-content: center;
    }
 }

 @media only screen and (max-width: 870px) {
    .bottom-box {
       margin-top: 100px;
    }
 }

 @media only screen and (max-width: 870px) {
    h1 {
       font-size: 60px;
    }
 }

 @media only screen and (max-width: 870px) {
    p {
       width: 200px;
    }
 }