/* Customized CSS */
/* source-sans-3-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/source-sans-3-v8-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-500.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v8-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-600.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
  /* source-sans-3-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-3-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/source-sans-3-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/source-sans-3-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/source-sans-3-v8-latin-700.svg#SourceSans3') format('svg'); /* Legacy iOS */
  }
  
html, body * {
    box-sizing: border-box;
}
body {
    background-color: transparent !important;
    font-family: 'Source Sans 3' !important;
    color: #2a56a1 !important;
}
.border-color {
    border-color: #2a56a1 !important;
}
.container-fluid {
    padding: 0 !important;
}
.text-color, .text_blau {
  color: #2a56a1 !important;
}
.logo-top {
  max-width: 240px !important;
}
.bg-blue-gradient {
  background: linear-gradient(to bottom, #2EBEEF 5%, transparent);
}
.btn {
    background-color: #2a56a1 !important;
    color: white !important;
}
.my-border, .form-check-input .my-border {
    border: 1px solid #8fbaff !important;
}
.my-rounded {
    border-radius: 0.15rem;
}
.form-container {
    max-width: 580px !important;
    margin: 0 auto !important;
}
.form-check  {
  padding-left: 1.9rem !important;
}
.form-check-input:checked {
  background-color: #2a56a1 !important;
  border-color: #2a56a1 !important;
}
.standardanmeldung #achtung_nachweis,
.standardanmeldung #nachweis_check {
    display: none;
}
.sonderlehrgang #achtung_nachweis,
.sonderlehrgang #nachweis_check {
    display: block;
}
#send-alert{
  margin-top: -78px !important;
  height: 72px;
  /*
    left: 1.0rem;
    right: 1.0rem;
    bottom: .5rem;
    */
}
::placeholder {
  color: rgb(152, 156, 211) !important;
}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 780px){
    
}

@media screen and (max-width: 580px){
    .titel-header {
        font-size: 1.1rem !important;
    }
    .logo-top {
        max-width: 160px !important;
    }
}
