/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/***********************
    Änderungen gegenüber VGVelden Designvorlage
    
*/

.asterisk {display:none;}


/***********************
    VGVelden Designvorlage
    
*/


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #FFBA68;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #1e1e1e;
    --bs-primary: #14AE5C;
    --bs-secondary: #9094A7;
    --bs-success: #4DD753;
    --bs-danger: #FF515F;
    --bs-warning: #FFE046;
    --bs-info: #8146F6;
    --bs-light: #EEEFF7;
    --bs-dark: #1E1E1E;
    --bs-black60: #666666;
    --bs-cancel: #9094A7;
    --bs-primary-rgb: 20, 174, 92;
    --bs-secondary-rgb: 144, 148, 167;
    --bs-success-rgb: 77, 215, 83;
    --bs-danger-rgb: 255, 81, 95;
    --bs-warning-rgb: 255, 224, 70;
    --bs-info-rgb: 129, 70, 246;
    --bs-light-rgb: 238, 239, 247;
    --bs-dark-rgb: 30, 30, 30;
    --bs-black60-rgb: 102, 102, 102;
    --bs-cancel-rgb: 144, 148, 167;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.14rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

body {
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.large-heading {
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.group-container .group-title {
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 52px;
  margin-top: 1em;
  margin-bottom: 10px;
}
.group-container .group-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  }

.row > * {
  margin-bottom: 15px;
}
  
.question-container {
  margin-bottom: 1.5em;
  background-color: #f5f5f5;
}
.question-container .ls-label-question {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ls-questionhelp {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

.question-container .question-title-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

.logo-container > img {
  max-height: 200px;
  padding: 15px;
  width: auto;
} 

/* .navbar-brand .logo-container .d-none .d-md-block {
 display: block !important;
}
*/

.brand-logo .top-container .top-content {
  padding-top: 0em;
}  

.top-container {
  margin-bottom: 0rem;
}  

table.ls-answers tr th {
    font-size: 14px;
}

.ls-answers label, .answer-item label, .control-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.ls-answers label, .answer-item label, .control-label {
    color: #1e1e1e;
}

.ls-answers .ls-heading th, .ls-answers th {
    color: #1e1e1e;
    font-size: 0.875rem;
    font-weight: 600;
}

.question-container .question-valid-container {
    margin-top: 0px;
    margin-bottom: 20px;
}

.datasecurity-checkbox-label a.show-policy {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

