/* font */
@font-face {
    font-family: __calmetta_38efb5;
    src: url(https://jobrad.org/_next/static/media/3dc2ba93e3e948b5-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: __calmetta_38efb5;
    src: url(https://jobrad.org/_next/static/media/734c5ea613fbb46e-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __calmetta_38efb5;
    src: url(https://jobrad.org/_next/static/media/5fa7d613e645f07c-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __calmetta_38efb5;
    src: url(https://jobrad.org/_next/static/media/951403c777341a12-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: __calmetta_Fallback_38efb5;
    src: local("Arial");
    ascent-override:110.68%;descent-override:31.34%;line-gap-override:0.00%;size-adjust:92.52%}

.__className_38efb5 {
    font-family: __calmetta_38efb5,__calmetta_Fallback_38efb5
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: __calmetta_38efb5, __calmetta_Fallback_38efb5, Arial, Helvetica, sans-serif;

}

/* General */
h1 {
  margin-top: 20px;
  font-size: 2em;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 1.6em;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 30px;
}

.bg-grey{background-color: #2B373D;}
.bg-green{background-color: #B0E572;}
.bg-pinc{background-color: #FFBCDF;}

section.content {
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}

/* Header */
.logo {
        width: 100%;
        background-color: #2B373D;
      }

.logo img{
        width: 120px;
        padding: 40px 20px;
      }

.j-logo {
        width: 100%;
        background-color: #2B373D;
      }

.j-logo img{
        width: 123px;
        margin: 20px;
      }

/* Form */
.form{
    display: flex;
    margin: 40px 20px;
   /* justify-content: center;
    align-items: center;*/
    min-height: 100vh;
    flex-direction: column;
    gap: 7px;
}
.input-bx{
    position: relative;
    width: 480px;
    margin-bottom: 0.7rem;
}
.input-bx input{
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #2b373d;
    border-radius: 5px;
    outline: none;
    font-size: 1rem;
    transition: 0.6s;
    height: 3rem;
}
.input-bx.hidden {
        display: none;
         visibility: hidden;
      }

.label-anrede {
        position: absolute;
        top: -12px;
        left: 9px;
        font-size: 1rem;
        background-color: #fefefe;
        /* Match the background color of the form */
        padding: 0 5px;
      }
.select-anrede {
        width: 168px;
        min-height: 2.75rem;
        border: 1px solid #2b373d;
        border-radius: .5rem;
        font-size: 1rem;
        padding: .5rem .875rem;
        margin: 0.4rem 0.4rem 0 0.4rem;
        color:#2b373d;
      }


.select-field {
  color: #2B373D;
  background-color: #ffffff;
  border: 1px solid #2B373D;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

/*optgroup, optgroup label {font-weight: normal;}*/

/*.select-field option {font-weight: bold;}*/

.input-bx span{
    position: absolute;
    left: 0;
    padding: 1rem;
    font-size: 1rem;
    color: #2b373d;
    pointer-events: none;
    transition: 0.6s;
}

.input-bx p{
    color: #404B50;
    font-size: 12px;
}


.input-bx.success input {
    border-color: #2ecc71;
}
.input-bx.error input {
    border-color: #e74c3c;
}
.input-bx i {
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: 25px;
}
.input-bx.success i.fa-circle-check{
    visibility: visible;
    color: green;
}
.input-bx.error i.fa-circle-exclamation{
    visibility: visible;
    color: red;
}

.input-bx input:focus ~ span, .input-bx input:not(:placeholder-shown) ~ span{
    color: #404B50;
    transform: translateX(10px) translateY(-7px);
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0 10px;
    background: #fff;
    letter-spacing: 0.1rem;
}

.input-bx input:focus{
    color: #404B50;
    border: 2px solid #404B50;

}

.radio p {
    font-size: 19px;
}
.radio input{
  margin-top: 15px;    
}
.textfeld{
    font-size: 0.85rem;
    line-height: 1.5;
}

.label-checkbox{font-size: 0.75em; line-height: 1;padding: 10px 0;}

button {
margin: 10px 0;
}

.btn{
    font-size: 1.125rem;
    font-weight: 400;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
    background-color:#B0E572;
    color: rgb(43,55,61);
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 56px;
    max-width: 320px;
}
.btn:hover{
    opacity: 0.8;
}

.btn-green{
    font-size: 1.125rem;
    font-weight: 400;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
    background-color:#B0E572;
    color: rgb(43,55,61);
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 56px;
    max-width: 320px;
}
.btn-green:hover{
    opacity: 0.8;
}

.btn-pinc{
    font-size: 1.125rem;
    font-weight: 400;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
    background-color:#FFBCDF;
    color: rgb(43,55,61);
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 56px;
    max-width: 320px;
}
.btn-pinc:hover{
    opacity: 0.8;
}

   #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  #loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }

  #loading {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.green-circle {
            background-color: #B0E572;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 24px;
            margin-bottom: 20px;
            /* Add margin to separate the circle from the text */
        }

        .red-circle {
            background-color: #2B373D;
            border-radius: 50%;
            width: 80px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #FFBCDF;
            font-size: 24px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            /* Add margin to separate the circle from the text */
        }

        /* Abschnitt Footer */
.footer {
    background-color: #2B373D;
    color: #fff;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
   position:absolute;
}

.footer-links {
    margin: 0 20px;
}

a.footer-links, a:active.footer-links , a:visited.footer-links   {
    text-decoration: none;
color: #eee;

}

a:hover.footer-links  {
    text-decoration: underline;
color: #fff;

}


/* Mobile Ansicht */

      @media only screen and (max-width: 780px) {
       .logo img {
          width: 150px;
          padding: 20px;
      }
         .select-anrede {
            font-size: 14px;
        }
          .input-bx input {
              font-size: 14px;
          }
          .input-bx span {
              font-size: 14px; 
          }
     .input-bx{
        position: relative;
        width: 320px;
      }
     .radio {
        font-size: 14px;
      }
      .radio p {
          font-size: 14px;
      }
        /* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */
   }

 @media only screen and (max-width: 480px) {
       .logo img {
          width: 150px;
          padding: 20px;
      }
         .select-anrede {
            font-size: 14px;
        }
          .input-bx input {
              font-size: 14px;
          }
          .input-bx span {
              font-size: 14px; 
          }
     .input-bx{
        position: relative;
        width: 220px;
      }
     .radio {
        font-size: 14px;
      }
      .radio p {
          font-size: 14px;
      }
      footer {
          position: relative;
      }
        /* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */
   }