/* 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: #1d1d1b !important;
}
.border-color {
    border-color: #2D6AA1 !important;
}
.container-fluid {
    padding: 0 !important;
}
.btn {
    background-color: #2D6AA1 !important;
    color: white !important;
}
.my-border {
    border: 1px solid #2D6AA1 !important;
}
.form-check .form-check-input {
  margin-left: -1.0em !important;
}
.form-check-input:checked {
  background-color: #2D6AA1 !important;
  border-color: #2D6AA1 !important;
}
#send-alert, #fehler-alert {
    display: none;
    max-height: 70px;
    /*
    left: 1.0rem;
    right: 1.0rem;
    bottom: .5rem;
    */
}

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

}

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

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