@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.07em;
    text-decoration: none;
  }

body {
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, #175d69 23%, #330c43 95%);
    background-size: cover;
  }

.center {
    display: flex;
    align-items: center;
}

.fragen {
    display: flex;
    align-items: left;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    flex-direction: column;
    max-width: 896px;
}

.fragen  a {
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 0.45rem;
    text-decoration: none;
    color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    transition: 0.2s ease;
    display: inline-block;
    tab-size: 30;
    white-space: normal;
    line-height: 158%;
}

.fragen  input {
    border: 1px solid #fff;
    border-radius: 0.2rem;
    white-space: normal;
    font-size: medium;
}

.fragen a:hover {
    background: linear-gradient(to bottom left, #175d69 23%, #330c43 95%);
  }

.fragen input:hover {
    border: 1px solid #000;
  }

.fragen .img {
    padding: 0px 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 0.45rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: 0.2s ease;
    display: inline-block;
    tab-size: 30;
    white-space: normal;
    line-height: 155%;
}

img {
    margin-top: 6px;
    width: 100%;
    height: auto;
    border-radius: 0.45rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 6px;
    max-width: 896px;
    max-height: 504;
}

.fragen .img a {
  padding: 12px 24px;
  text-align: center;
  margin-top: 0px;
  border: 1px solid #ff0000;
  border-radius: 0.45rem;
  text-decoration: none;
  color: #ff0000;
  font-weight: 600;
  transition: 0.2s ease;
  display: none;
  tab-size: 30;
  white-space: normal;
  line-height: 155%;
}