/* Allgemeine Stile */
/*
  Satoshi Font: 
  font-family: 'Satoshi', sans-serif;
*/

:root{
  --clr-roechling: #0064B3;
  --clr-roechling-cyan: #04bbee;
  --clr-roechling-teal: #00959d;
  --clr-roechling-dark: #034067;
  --clr-roechling-yellow: #e1e000;
  --clr-roechling-orange: #ff671f;
  --clr-roechling-purple: #840b55;
  --clr-white: #ffffff;
  --clr-black: #000000;
}

html{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Satoshi', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background-image: url('Background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.header{
  display: flex;
  height: 7rem;
  padding: 0 5rem;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.header_left, .header_mid, .header_right{
  display: flex;
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
}

.header_right{
  justify-content: center;
  gap: 2rem;
}

.header_right_box{
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid red; */
  width: 3rem;
  height: 3rem;
}

.header_mid{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  /* border: 1px solid red; */
}

#header_mid_icon{
  position: absolute;
  opacity: .2;
}

.header_right_links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  color: var(--clr-roechling);
  transition: all .2s ease-out;
}

.header_right_links:hover{
  transition: all .2s ease-out;
  transform: scale(1.15);
}

.title {
  margin: 0;
  font-size: 2rem;
  color: var(--clr-roechling);
  font-weight: 900;
}
.confirmation-message {
  font-size: 24px;
  color: green;
  margin-top: 20px;
}

.logo {
  width: 200px;
  max-width: 100%;
}

form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: var(--clr-roechling);
  border-radius: 1rem;
  border-color: #1f1f1f;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--clr-roechling-dark);
  border-radius: 1rem;
  border-color: #1f1f1f;
  z-index: -2;
  top: 1.5rem;
  left: 1.5rem;
}

.frage1, .frage2{
  /* border: 1px solid red; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.frage2{
  margin-top: 3rem;
}

#gewinnspiel_header_bg{
  display: none;
}

#schätzung, #instagram{
  width: 100%;
  height: 2.5rem;
  padding-left: .5rem;
  font-size: 1rem;
  font-family: 'Satoshi', sans-serif;
  border: 0;
  border-radius: .5rem;
  color: black;
}

#schätzung:focus{
  border: 0;
  border-radius: .5rem;
  color: black;
}

.frage1_top, .frage2_top, .frage1_bottom, .frage2_bottom{
  width: 100%;
  height: 100%;
  flex: 1 1 0;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.frage2_bottom{
  margin-top: 2rem;
}

.frage_topbox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  /* border: 1px solid red; */
}

#frage_icon_icon{
  width: 1.5rem;
  /* border: 1px solid red; */
}

#frage_label1{
  font-size: 1.5rem;
  font-weight: bolder;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  /* margin-bottom: 2rem; */
  /* border: 1px solid red; */
}

#frage_label2{
  font-size: 1rem;
  color: var(--clr-white);
}

#frage_labellink{
  font-size: 1.1rem;
  text-decoration: underline;
  color: var(--clr-white);
  font-weight: bolder;
  background: linear-gradient(90deg,rgba(0, 149, 157, 1) 0%, rgba(4, 187, 238, 1) 100%);
  padding: .5rem 1rem;
  border-radius: .5rem;
  z-index: 2;
  width: 9rem;
  position: absolute;
  text-align: center;
}

.frage_labellink_bg{
  font-size: 1rem;
  color: var(--clr-white);
  width: 11rem;
  height: 2.5rem;
  z-index: 1;
  /* border: 1px solid red; */
  background-color: var(--clr-roechling-dark);
  /* background: linear-gradient(90deg,rgba(0, 88, 93, 1) 0%, rgba(3, 159, 202, 1) 100%); */
  position: relative;
  padding: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .75rem;
}

.frage_insta_box{
  /* border: 1px solid red; */
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

#frage_insta_icon{
  width: 1rem;
}

.sterne-bewertung {
  font-size: 50px;
}

.sterne-bewertung .stern {
  /* border: 1px solid red; */
  color: #ffffff;
  cursor: pointer;
}

.sterne-bewertung .stern.active {
  color: #FFD700;
}

label {
  display: block;
  margin-bottom: 10px;
}

#gewinnspiel_header{
  display: none;
}

#gewinnspiel_header_img{
  display: none;
}

#gewinnspiel_header_text{
  display: none;
}

.formular{
  /* border: 1px solid red; */
  margin-top: 5rem;
}

#formular_header{
  font-size: 1.5rem;
  color: var(--clr-white);
  /* border: 1px solid red; */
}

.formular_label{
  color: var(--clr-white);
  font-weight: 100;
  font-size: 1rem;
}

#formular_pflicht{
  font-size: .8rem;
  /* border: 1px solid red; */
  cursor: default;
  color: var(--clr-white);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: .5rem;
  box-sizing: border-box; /* Das padding wird in die Breite einberechnet */
  font-size: 1rem;
  color: black;
  font-family: 'Satoshi', sans-serif;
  margin-bottom: 1rem;
}

.absenden_btn{
  border: 1px solid red;
  width: 20rem;
  height: 3rem;
  display: flex;
}

.absenden_box{
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}

.absenden_boxbox{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}

#absenden_text{
  color: var(--clr-white);
  font-weight: 900;
  cursor: default;
}

input[type="submit"] {
  background-color: var(--clr-white);
  color: var(--clr-roechling);
  font-weight: bolder;
  padding: 1rem;
  border: none;
  border-radius: .5rem;
  cursor: pointer;
  width: 50%;
  height: 3rem;
  font-size: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .1s ease-in-out;
  font-family: 'Satoshi', sans-serif;
}

input[type="submit"]:hover {
  background-color: var(--clr-white);
  transform: scale(1.05);
  transition: all .1s ease-in-out;
}

input[type="submit"]:active {
  background-color: var(--clr-roechling-dark);
  color: var(--clr-white);
  transform: scale(1.05);
  transition: none;
}

@media only screen and (max-width: 1344px)
{
  .title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1048px)
{
  .title {
    font-size: 1.2rem;
  }
  .logo {
    width: 200px;
    max-width: 60%;
  }
  .header_right{
    justify-content: flex-end;
    gap: 1rem;
  }
  .header_right_box{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    width: 2rem;
    height: 2rem;
  }
}

@media only screen and (max-width: 870px)
{
  .title {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 810px)
{
  .title {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 752px)
{
  .title {
    display: none;
  }
  #gewinnspiel_header{
    display: flex;
  }
  #header_mid_icon{
    display: none;
    position: absolute;
    opacity: .2;
  }
  .logo {
    width: 200px;
    max-width: 90%;
  }
  .form-bg {
    display: none;
  }
}

@media only screen and (max-width: 664px)
{
  .title {
    display: none;
  }
  #gewinnspiel_header{
    display: flex;
  }
  #header_mid_icon{
    display: none;
    position: absolute;
    opacity: .2;
  }
  .logo {
    width: 200px;
    max-width: 90%;
  }
  body {
    font-family: 'Satoshi', sans-serif;
    margin: auto;
    padding: auto;
    background-color: var(--clr-white);
  }
  .header {
    display: flex;
    height: 7rem;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* border: 1px solid red; */
  }
  .header_left, .header_right{
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
  }
  .header_right{
    justify-content: flex-end;
    padding-right: 2rem;
    flex: 1 1 0;
    gap: .5rem;
  }
  .header_right_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* border: 1px solid red; */
    width: 2.5rem;
    height: 2.5rem;
  }
  .header_right_links{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--clr-roechling);
    transition: all .2s ease-in-out;
  }
  .header_left{
    justify-content: flex-start;
    padding-left: 2rem;
    flex: 1 1 0;
  }
  .logo {
    max-width: 50%;
  }
  .header_mid{
    display: none;
  }
  .title {
    display: none;
  }
  .content{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .formular{
    /* border: 1px solid red; */
    margin-top: 0rem;
  }
  .gewinnspiel_header{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    width: 100%;
    position: relative;
  }
  #gewinnspiel_header_img{
    display: flex;
    position: absolute;
    width: 8rem;
    z-index: -2;
    opacity: .1;
  }
  #gewinnspiel_header_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* border: 1px solid red; */
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--clr-roechling);
    margin: 3rem 0;
    /* position: relative; */
    cursor: default;
  }
  .form-bg{
    top: .5rem;
    left: .5rem;
  }
    /* Weitere Anpassungen je nach Bedarf */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {

        width: 100%; /* Volle Breite für Formularelemente */
    }
    input[type="submit"] {
        width: 100%; /* Volle Breite für Absenden-Schaltfläche */
    }
    /* Formularstil */
    form {
      max-width: 80%;
      margin: 0 auto;
      padding: 2rem;
      background-color: var(--clr-roechling);
      border-radius: 1rem;
      border-color: #1f1f1f;
      margin-top: 2rem;
      margin-bottom: 5rem;
    }
    input[type="submit"] {
      width: 55%;
    }
    .formular{
      /* border: 1px solid red; */
      margin-top: 5rem;
    }
    #schätzung{
      width: 100%;
      height: 2rem;
      padding-left: .5rem;
      font-size: 1rem;
      font-family: 'Satoshi', sans-serif;
      border: 0;
      border-radius: .5rem;
      color: black;
    }
}

@media only screen and (max-width: 600px) {
  /* Hier können Sie spezifische Stile für kleine Bildschirme definieren */
  body {
    font-family: 'Satoshi', sans-serif;
    margin: auto;
    padding: auto;
    background-color: var(--clr-white);
  }
  .header {
    display: flex;
    height: 7rem;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* border: 1px solid red; */
  }
  .header_left, .header_right{
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
  }
  .header_right{
    justify-content: flex-end;
    padding-right: 2rem;
    flex: 1 1 0;
    gap: .5rem;
  }
  .header_right_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* border: 1px solid red; */
    width: 2.5rem;
    height: 2.5rem;
  }
  .header_right_links{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--clr-roechling);
    transition: all .2s ease-in-out;
  }
  .header_left{
    justify-content: flex-start;
    padding-left: 2rem;
    flex: 1 1 0;
  }
  .logo {
    max-width: 50%;
    /* border: 1px solid red; */
  }
  .header_mid{
    display: none;
  }
  .title {
    display: none;
  }
  .content{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .formular{
    /* border: 1px solid red; */
    margin-top: 0rem;
  }
  .gewinnspiel_header{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    width: 100%;
    position: relative;
  }
  #gewinnspiel_header_img{
    display: flex;
    position: absolute;
    width: 8rem;
    z-index: -2;
    opacity: .1;
  }
  #gewinnspiel_header_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* border: 1px solid red; */
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--clr-roechling);
    margin: 3rem 0;
    /* position: relative; */
    cursor: default;
  }
  .form-bg{
    top: .5rem;
    left: .5rem;
  }
    /* Weitere Anpassungen je nach Bedarf */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {

        width: 100%; /* Volle Breite für Formularelemente */
    }
    input[type="submit"] {
        width: 100%; /* Volle Breite für Absenden-Schaltfläche */
    }
    /* Formularstil */
    form {
      max-width: 80%;
      margin: 0 auto;
      padding: 2rem;
      background-color: var(--clr-roechling);
      border-radius: 1rem;
      border-color: #1f1f1f;
      margin-top: 2rem;
      margin-bottom: 5rem;
    }
    input[type="submit"] {
      width: 55%;
    }
    .formular{
      /* border: 1px solid red; */
      margin-top: 5rem;
    }
    #schätzung{
      width: 100%;
      height: 2rem;
      padding-left: .5rem;
      font-size: 1rem;
      font-family: 'Satoshi', sans-serif;
      border: 0;
      border-radius: .5rem;
      color: black;
    }
}

@media only screen and (max-width: 474px)
{
  #frage_label1{
    font-size: 1.1rem;
    font-weight: bolder;
    color: var(--clr-white);
    text-align: center;
    display: flex;
    align-items: center;
  }
} 

@media only screen and (max-width: 444px) 
{
  body {
    font-family: 'Satoshi', sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--clr-white);
  }
  .header {
    display: flex;
    width: 100%;
    height: 7rem;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* border: 1px solid red; */
  }
  .header_left, .header_right{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    /* border: 1px solid red; */
    flex: 1 1 0;
  }
  .header_left{
    justify-content: flex-start;
  }
  .header_right{
    justify-content: flex-end;
    flex: 1 1 0;
    gap: 1rem;
  }
  .header_right_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* border: 1px solid red; */
    width: 1rem;
    height: 1rem;
  }
  .header_right_links{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--clr-roechling);
    transition: all .2s ease-in-out;
    /* border: 1px solid red; */
  }
  .logo {
    max-width: 60%;
    padding-left: 0;
    margin-left: 0;
  }
  .header_mid{
    display: none;
  }
  .title {
    display: none;
  }
  .content{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .formular{
    /* border: 1px solid red; */
    margin-top: 0rem;
  }
  .gewinnspiel_header{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    width: 100%;
    position: relative;
  }
  #gewinnspiel_header_img{
    display: flex;
    position: absolute;
    z-index: -2;
    opacity: .1;
    width: 10rem;
    /* border: 1px solid red; */
  }
  #gewinnspiel_header_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* border: 1px solid red; */
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--clr-roechling);
    margin: 3rem 0;
    /* position: relative; */
    cursor: default;
    letter-spacing: .025em;
  }
  .form-bg{
    top: .5rem;
    left: .5rem;
    display: none;
  }
    /* Weitere Anpassungen je nach Bedarf */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {

        width: 100%; /* Volle Breite für Formularelemente */
    }
    input[type="submit"] {
        width: 100%; /* Volle Breite für Absenden-Schaltfläche */
    }
    /* Formularstil */
    form {
      max-width: 75%;
      margin: 0 1.5rem;
      padding: 2rem;
      background-color: var(--clr-roechling);
      border-radius: 1rem;
      border-color: #1f1f1f;
      margin-top: 2rem;
      margin-bottom: 5rem;
    }
    input[type="submit"] {
      width: 55%;
    }
    .formular{
      /* border: 1px solid red; */
      margin-top: 5rem;
    }
    #schätzung{
      width: 100%;
      height: 2rem;
      padding-left: .5rem;
      font-size: 1rem;
      font-family: 'Satoshi', sans-serif;
      border: 0;
      border-radius: .5rem;
      color: black;
    }
    #frage_insta_icon{
      width: 1rem;
      display: none;
    }
    .absenden_box{
      /* border: 1px solid red; */
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 0;
    }
    .frage1_top, .frage2_top, .frage1_bottom, .frage2_bottom{
      width: 100%;
      height: 100%;
      flex: 1 1 0;
      /* border: 1px solid red; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .frage_icon{
      display: flex;
      justify-content: center;
      align-items: center;
      /* border: 1px solid red; */
    }
    #frage_label1{
      font-size: 1.2rem;
      font-weight: bolder;
      color: var(--clr-white);
      text-align: center;
      display: flex;
      align-items: center;
    }
    #frage_label2{
      font-size: .8rem;
      color: var(--clr-white);
      text-align: center;
    }
    .sterne-bewertung {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      gap: 1rem;
      /* border: 1px solid red; */
      font-size: 2.5rem;
    }
    
    .sterne-bewertung .stern {
      /* border: 1px solid red; */
      color: #ffffff;
      cursor: pointer;
    }
    
    .sterne-bewertung .stern.active {
      color: #FFD700;
    }
    
    label {
      display: block;
      margin-bottom: 10px;
    }
    
    #gewinnspiel_header{
      display: none;
    }
    
    #gewinnspiel_header_text{
      display: flex;
    }
    #schätzung, #instagram{
      width: 100%;
      height: 2rem;
      padding-left: .5rem;
      font-size: .9rem;
      font-family: 'Satoshi', sans-serif;
      border: 0;
      border-radius: .5rem;
      color: black;
      margin-top: 1rem;
    }
    .frage_insta_box{
      /* border: 1px solid red; */
      width: 100%;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: .5rem;
      margin-bottom: 1rem;
    }
    #frage_labellink{
      font-size: .9rem;
      text-decoration: underline;
      color: var(--clr-white);
      font-weight: bolder;
      background: linear-gradient(90deg,rgba(0, 149, 157, 1) 0%, rgba(4, 187, 238, 1) 100%);
      padding: .5rem 1rem;
      border-radius: .5rem;
      z-index: 2;
      width: 7rem;
      position: absolute;
      text-align: center;
    }
    
    .frage_labellink_bg{
      font-size: 1rem;
      color: var(--clr-white);
      width: 9rem;
      height: 2.5rem;
      z-index: 1;
      /* border: 1px solid red; */
      background-color: var(--clr-roechling-dark);
      position: relative;
      padding: .3em .5em;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: .75rem;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: .5rem;
    box-sizing: border-box; /* Das padding wird in die Breite einberechnet */
    font-size: 1rem;
    color: black;
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 1rem;
    height: 2rem;
    }
    #frage_label1{
      font-size: 1.1rem;
      font-weight: bolder;
      color: var(--clr-white);
      margin: 0;
    }
    .frage_topbox{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
      /* border: 1px solid red; */
      position: relative;
    }
    #frage_icon_icon{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1.2rem;
    }
    .absenden_btn{
      /* border: 1px solid red; */
      width: 100%;
      height: 3rem;
      display: flex;
    }
    .absenden_box{
      /* border: 1px solid red; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 1rem;
      margin-top: 1rem;
    }
    .absenden_boxbox{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: .5rem;
      /* border: 1px solid red; */
      position: relative;
    }
    #absenden_text{
      color: var(--clr-white);
      font-weight: 900;
      cursor: default;
      font-size: .8rem;
    }
    #absenden_icon{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1.5rem;
    }
    input[type="submit"] {
      background-color: var(--clr-white);
      color: var(--clr-roechling);
      font-weight: bolder;
      padding: 1rem;
      border: none;
      border-radius: .5rem;
      cursor: pointer;
      width: 100%;
      height: 3rem;
      font-size: .8rem;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .1s ease-in-out;
      font-family: 'Satoshi', sans-serif;
    }
    .header_right_box .header_right_links i{
      font-size: 1rem;
    }
}

@media only screen and (max-width: 428px) 
{
  #frage_labellink{
    font-size: .9rem;
  }
}

@media only screen and (max-width: 420px) 
{
  #frage_labellink{
    font-size: .9rem;
  }
}

@media only screen and (max-width: 400px) 
{
  #frage_labellink{
    font-size: .8rem;
  }
}

@media only screen and (max-width: 398px) 
{
  #frage_label1{
    font-size: 1.1rem;
    font-weight: bolder;
    color: var(--clr-white);
  }
}

@media only screen and (max-width: 396px)
{
  #frage_label1{
    font-size: 1rem;
    font-weight: bolder;
    color: var(--clr-white);
    text-align: center;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 392px) 
{
  #frage_labellink{
    font-size: .8rem;
  }
}

@media only screen and (max-width: 376px) 
{
  #frage_label1{
    font-size: 1rem;
    font-weight: bolder;
    color: var(--clr-white);
  }
}

@media only screen and (max-width: 372px) 
{
  #frage_labellink{
    font-size: .7rem;
  }
  #frage_label1{
    font-size: 1rem;
  }
  #frage_icon_icon:nth-child(2){
    width: 2rem;
  }
  #frage_labellink{
    font-size: .8rem;
    width: 6rem;
  }
  
  .frage_labellink_bg{
    width: 8rem;
    height: 2.5rem;
  }
}

@media only screen and (max-width: 364px)
{
  #frage_labellink{
    font-size: .7rem;
  }
}

@media only screen and (max-width: 354px) 
{
  #frage_label1{
    font-size: .9rem;
    font-weight: bolder;
    color: var(--clr-white);
  }
}

@media only screen and (max-width: 346px) 
{
  #frage_labellink{
    font-size: .6rem;
  }
  #frage_labellink{
    font-size: .7rem;
    width: 5rem;
  }
  
  .frage_labellink_bg{
    width: 7rem;
    height: 2.5rem;
    padding: .15em .35em;
  }
}

@media only screen and (max-width: 300px) 
{
  #frage_labellink{
    font-size: .6rem;
  }
  .frage_labellink_bg{
    width: 7rem;
    height: 2.5rem;
    padding: .025em .3em;
  }
}

@media only screen and (max-width: 274px) 
{
  #frage_labellink{
    font-size: .5rem;
  }
  #frage_labellink{
    font-size: .5rem;
    width: 4rem;
  }
  
  .frage_labellink_bg{
    width: 6rem;
    height: 2.5rem;
    padding: .005em .4em;
  }
}
