/******************
    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
*/

:root {
  --bs-info-rgb: 8, 101, 119; /* z. B. Dunkelblau */
  --bs-primary-rgb: 0, 0, 153; /* Dunkelblau */
  --bs-blue: #000099;
}

.bg-primary{
    background-color: #000099;
}

.card-header.bg-primary {
    color: white;
}
.card-body {
    background-color: #fff3cd;
}

a {
    color: #009;
}
a:hover {
    color: #00C;
}

.startpage {
  padding: 40px;
  text-align: center
}
.startpage a {
    text-decoration: none;
}
.btn-startseite {
    margin-bottom: 96px;
}

:root {
    --bs-body-color: #000044;
    --bs-body-font-size: 18px;
}

.footer25 a, .startpage a {
    color: #000044;
}
.footer25 a:hover, .startpage a:hover {
    color: #009;
}
.footerurl {
    font-weight: bold;
}


.footer25 {
    background-color: #f1f1ff;
}
.footer25 h4{
    color: #000044;
}

.welcome-privacy {
    background-color: #fff3cd;
    padding: 24px;
}
.privacy-block {
    background-color: #fff6d9;
    margin-top: 10px;
    padding: 0 0 0 16px;
}
.number-of-questions.text-muted {
    display: none;
}
.form-check-label.fw-bold {
    padding: 0 0 10px 0;
}


  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
/* Buttons */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    /*background-color: #094db1;
    border-color: #0a58ca;*/
    background-color: #000099;
    border-color: #000099;
}
.btn-primary {
    /*background-color: #0d6efd;
    border-color: #0d6efd;*/
    background-color: #000044;
    border-color: #000044;
}
.einverst {
    color:white;
    text-decoration:none;
}
.einverst:hover {
    color:white;
    text-decoration:none;
    
}
  
  
.logo-container > img {
    padding: 0;
}  

.fw-bold {
 /*font-weight: 400;*/
}

/* Progress Bar */

.progress {
  font-size: 1.25rem;
}
.progress-bar {
    background-color: #000044;
}
.top-container .progress {
    height: 32px;
}


/* Register Styles*/
.pregister {
 font-size: 22px;
}

  
#welcome-container .survey-description.text-info.text-center div h2 {
    color: #000044;
}

#welcome-container .survey-description.text-info.text-center div h3 {
    color: #000044;
}

#welcome-container .survey-description.text-info.text-center div p, #welcome-container .survey-description.text-info.text-center div ul li {
    color: #000044;
    text-align: left;
}


/* Datenschutzhinweise */
.h5dsgvo{
  font-size: 20px;
}
.h6dsgvo {
  font-size: 18px;
}
.h5dsgvo {
  margin-top: 48px;
}
