/*
     ABK-specific css
    -----------------
    ABK Stuttgart 2026
*/


body {
font-family: 'Roboto', 'Arial', 'Noto Sans' !important;
    }
a {
  color: #222cbd !important;
  }
  
.text-info {
  color: #717375 !important;
  }
  
 /* Hinweis bei Mehrfachauswahl max Anzahl lässt ich nicht ausblenden */
.text-danger {
    color: #717375 !important;
	font-weight: normal !important
	}

.question-valid-container {
  text-align: left !important;
}

.question-text {
  color: #161617 !important;
  font-size: 1.2em !important;
	}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(225, 227, 230) !important;
    }

/* brand logo nach rechts */

.navbar {
	background-color: transparent !important;
    }

.border-bottom {
  border-style: none !important;
    }
	
.container-fluid {
	display: initial !important;
}

.logo-container {
  float: right;
}

.logo-container > img {
  max-height: 70px !important;
  width: auto;
}


.alert-warning {
    color: #191a0d !important;
    background-color: #dce060 !important;
}


