/******************
    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
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');

body,
h1, h2, h3, h4, h5, h6,
p, label, input, textarea, select, button {
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
*/

@font-face {
  font-family: 'MuseoSans';
  src: url('https://survey.lotse.iqsh.de/upload/themes/survey/fruity_twentythree_custom/fonts/MuseoSans.woff2') format('woff2'),
       url('https://survey.lotse.iqsh.de/upload/themes/survey/fruity_twentythree_custom/fonts/MuseoSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, label, input, textarea, select, button {
  font-family: 'MuseoSans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}



.ri-asterisk {
    display: none;
}

/*  Fragetext: 30% größer */
.question-text {
  font-size: 1.3em !important; /* 30% größer als Standard */
}

/* Teilfragen / Zeilenbeschriftungen: 30% kleiner */
.ls-answers .answertext,
.ls-rows label {
  font-size: 0.7em !important; /* 30% kleiner */
}

/* Skalenbeschriftungen / Spaltenüberschriften: 30% kleiner */
.ls-answers th,
.ls-cols label {
  font-size: 0.7em !important; /* 30% kleiner */
}

  #welcome-container {
  max-width: 85%;
  
/* ===========================================
   Willkommensbereich (nur survey-welcome)
   =========================================== */
   

.survey-welcome,
.survey-welcome.form-heading {
  color: #4A4A4A !important;
  font-size: 1.2rem !important;   /* ≈ 12px */
  line-height: 1.4 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 2rem !important;

}


.survey-name {
  display: none !important;
}

body .subquestion-list label,
body .ls-answers label,
body .ls-questionhelp,
body .ls-answers .control-label {
  color: #3a3a3a !important;
}

body a.show-policy {
  display: block !important;
  margin-top: 0.75rem !important;
}


/* Mehr Abstand oberhalb des Links zur Datenschutzerklärung 
/* .show-policy {
/*   display: block;          /* sorgt dafür, dass margin wirkt */
/*   margin-top: 1rem;     /* ca. 12px Abstand, bei Bedarf anpassen */
/* }

/* Teilfragen und Skalenbeschriftungen dunkler darstellen */
/* .subquestion-list label,
/* .ls-answers label,
/* .ls-questionhelp,
/* .ls-answers .control-label {
/*   color: #3a3a3a !important;   /* etwas dunkler als #6e748c, angenehm kontrastreich */
/* }
*/

.ls-body a,
.ls-body a:visited {
  font-size: inherit !important;      /* gleiche Schriftgröße wie Umgebung */
  font-weight: inherit !important;    /* gleiche Dicke wie Umgebung */
  font-family: inherit !important;    /* gleiche Schriftfamilie */
  color: #005ea2 !important;          /* Linkfarbe (leicht dunkleres Blau) */

}

.ls-body a:hover,
.ls-body a:focus {
  color: #003f7f !important;          /* dunkler beim Hover */
  text-decoration: underline;
}

.show-policy a:hover {
  color: #1b355c !important;
}

.nav-link.ls-link-action:hover {
  color: #ffffff !important;
}
