@charset "UTF-8";
@import "libraries/bootstrap/bootstrap.min.css";
@font-face {
  font-family: InfoDispBold;
  src: url(../fonts/InfoDisp-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: InfoDisp;
  src: url(../fonts/InfoDisp-Book.ttf);
}
@font-face {
  font-family: InfoDispItalic;
  src: url(../fonts/InfoDisp-Italic.ttf);
  font-style: italic;
}
@font-face {
  font-family: Magda;
  src: url(../fonts/MdCBd___.ttf);
}
.color-1 {
  color: #efb34b;
}

.color-2 {
  color: #2a6ea9;
}

.question {
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.question .questionTitle {
  width: 100%;
  text-align: left;
}

.d-inline-grid {
  display: inline-grid !important;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  display: grid;
}

input[type=submit], .showTipBtn, .printBtn {
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 500ms ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.2s ease-in-out;
  background-color: #006eab;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  padding: 4px 10px;
  border: 2px solid #006eab;
  margin: 0 15px 0 0;
}
input[type=submit]:hover, .showTipBtn:hover, .printBtn:hover {
  background-color: #eca326;
  border: 2px solid #eca326;
  padding: 4px 10px;
  color: white;
}

.confirmination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.title {
  text-align: center;
}

.vertical-spacer {
  width: 100px;
}

.horizontal-spacer {
  height: 50px;
  width: 100%;
}

.inline-radio input[type=radio] {
  display: inline-grid;
  margin-bottom: -4px;
  margin-right: 5px;
}

.quiz1 .square {
  width: 50px;
  height: 50px;
  background-color: #bd1e1e;
}

.quiz2 .rechteck {
  width: 200px;
  height: 100px;
  background-color: orange;
}
.quiz2 .col-12 {
  display: flex;
  align-items: center;
}
.quiz2 .col-12 label {
  margin-left: 0.5rem;
}

.quiz3 .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: blue;
}
.quiz3 label {
  width: 80%;
}
.quiz3 .center-vertical {
  display: flex;
  align-items: center;
}
.quiz3 .center-vertical label {
  margin-left: 0.5rem;
}

.quiz4 .kreiß {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: orange;
}
.quiz4 div.d-flex.align-items-center > label {
  margin-left: 0.5rem;
}

.quiz5 input[type=text] {
  margin: 3px 0 0 0;
}

.quiz6 .image {
  float: right;
  margin-left: 20px;
}
.quiz6 .answerTitle {
  display: inline-block !important;
  width: 50% !important;
}
.quiz6 select {
  margin: 0 0 0 2px;
}

.quiz7 .imageWrapper {
  display: inline;
}
.quiz7 .image {
  height: 26px;
  width: auto;
}
.quiz7 .answerTitle {
  width: 50% !important;
}
.quiz7 select {
  margin: 4px 0 0 0;
}
.quiz7 .text {
  font-size: 26px;
}
.quiz7 .dropdown {
  margin: 0.3rem 0;
  text-align: left;
}
.quiz7 li {
  margin: 0.25rem 0;
}
.quiz7 li :first-child {
  margin-top: 0.3rem;
}
.quiz7 .question {
  margin-bottom: 0;
}
.quiz7 label {
  padding: 0.5rem 0;
}
.quiz7 ul.color-rm-blue {
  padding-left: 0;
}

.quiz8 .banner, .quiz9 .banner {
  text-align: center;
  background-image: url("../images/quiz/banner-background.png");
  padding: 200px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #ffffff !important;
}
.quiz8 .banner > *, .quiz9 .banner > * {
  color: #ffffff !important;
}

.previewImage {
  width: 75px;
  height: 75px;
  margin-right: 25px;
}

@media (max-width: 920px) {
  .menu-logo {
    height: auto !important;
    width: 10rem !important;
  }
}

.col-12 > label {
  width: 90%;
}

body.anwendugsentwicklung:has(.quiz1, .quiz2) input[type=radio] {
  display: block;
}
body.anwendugsentwicklung:has(.quiz1, .quiz2) input[type=radio]:checked {
  display: block;
}

div.confirmination input[type=submit], div.confirmination .showTippBtn {
  min-height: 40px;
}

.rm-italic {
  font-family: InfoDispItalic, sans-serif;
}

.rm.magda {
  font-family: Magda, sans-serif;
}

.rm-normal {
  font-family: InfoDisp, sans-serif;
}

.rm-bold {
  font-family: InfoDispBold, sans-serif;
}

body {
  padding-bottom: 50px;
  font-family: InfoDisp, sans-serif;
  color: #676666;
}
body.systemintegration .quiz10 .sol-img {
  max-width: 150px;
  max-height: 200px;
  height: auto;
  margin-left: 1rem;
}

.container.white {
  background-color: #ffffff !important;
  box-shadow: none !important;
}

header {
  margin-top: 25px;
  margin-bottom: 50px;
  min-height: 100px;
}
header .container {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .header .navbar-brand {
  width: 50%;
}
header .header .navbar-brand > * {
  width: 100%;
}
@media (min-width: 720px) {
  header .header .navbar-brand {
    width: 15%;
  }
}
header .header .nav-item:first-child > .nav-link {
  padding-left: 0 !important;
}
header .header .nav-item .nav-link {
  font-size: 1.2em;
}
header .header #progress {
  margin: 0 auto;
  width: 50%;
  display: grid;
  align-items: center;
  justify-items: stretch;
  align-content: center;
}
header .header #progress .progress {
  position: relative;
  height: 1.8rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
header .header #progress .progress .progress-bar {
  background-color: #2a6ea9;
}
header .header #progress .progress #progressCount {
  position: absolute;
  left: 0;
  right: 0;
  color: #efb34b;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.2em;
}

[class*=quiz] {
  display: none;
  min-height: calc(100vh - 255px);
}
[class*=quiz] h2, [class*=quiz] h1, [class*=quiz] .h2, [class*=quiz] .h1, [class*=quiz] h3, [class*=quiz] .h3 {
  color: #2a6ea9;
}
[class*=quiz] .answerTitle {
  margin: 15px 0 30px;
  height: fit-content;
}

a {
  transition: color 400ms ease;
}
a:hover {
  color: #efb34b !important;
}

#confetti {
  background-image: url("../images/confetti-49.gif");
  width: 100vw;
  height: 90vh;
  position: fixed;
  display: none;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer / Edge */
  user-select: none;
}

.layer {
  padding-left: 4ch;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #efb34b;
}

.container {
  background-color: #FAFAFA;
  box-shadow: 0 0 8px 22px #FAFAFA, 0 50px 8px 22px #FAFAFA;
}

#results {
  position: fixed;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: url("../images/confetti-49.gif"), rgba(255, 255, 255, 0.6509803922);
}
#results .answerTitle {
  background-color: rgba(255, 255, 255, 0.9803921569);
  box-shadow: 0 0 44px 36px rgba(255, 255, 255, 0.83);
  padding: 50px;
}
@media (max-width: 450px) {
  #results .answerTitle {
    background-color: white;
    padding: 25px 13px;
    width: 100vw;
  }
}
#results.active {
  display: flex;
}
#results.active * {
  -webkit-touch-callout: default; /* iOS Safari */
  -webkit-user-select: text; /* Safari */
  -khtml-user-select: text; /* Konqueror HTML */
  -moz-user-select: text; /* Old versions of Firefox */
  -ms-user-select: text; /* Internet Explorer / Edge */
  user-select: text;
}
#results #close {
  position: relative;
  width: 100%;
  background-position: right;
  top: -10px;
  right: -10px;
}
@media (max-width: 450px) {
  #results #close {
    top: 5px;
    right: 25px;
  }
}
#results #close:focus {
  box-shadow: none;
}

#qrcode canvas {
  display: none !important;
}
#qrcode img {
  display: none !important;
}
#qrcode img:last-child {
  display: block !important;
}

.certificate .banner {
  text-align: center;
  background-image: url("../images/quiz/banner-background.png");
  padding: 200px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #ffffff !important;
}
.certificate .banner > * {
  color: #ffffff !important;
}

:root {
  --bs-body-font-size: 1.15rem;
}

code {
  font-size: 1rem;
}

.modal-title {
  position: relative;
  width: auto;
  color: #2a6ea9;
}

.modal-body {
  padding: 2rem 3rem;
}

.modal-header {
  padding: 1rem 3rem;
}

.Listenpunkt::marker {
  color: #efb34b;
}

.color-rm-blue {
  color: #2a6ea9;
}

select {
  margin: 2px;
}

.w-65 {
  width: 65% !important;
}

.nav-link {
  color: #2a6ea9;
}

.hide {
  display: none;
}

.button {
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 500ms ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #006eab;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
  padding: 4px 10px;
  border: 2px solid #4a4a49;
  margin: 0 15px 0 0;
}
.button:hover {
  background-color: #efb34b;
  transition: all 0.5s ease-in-out;
}

.showTippBtn {
  border: 2px solid #006eab;
  transition: all 0.25s ease-in-out;
  height: 36px;
  line-height: 20px;
  color: #2a6ea9;
}
.showTippBtn:hover {
  background-color: rgba(129, 129, 129, 0.18) !important;
  transition: all 0.25s ease-in-out;
  color: #2a6ea9;
}

.button-primary {
  box-sizing: border-box;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 500ms ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #006eab;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  height: 36px !important;
  padding: 4px 10px;
  margin: 0 15px 0 0;
}
.button-primary:hover {
  background-color: #efb34b;
  transition: color 0.15s ease-in-out, background-color 500ms ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white !important;
}

.list-style-type-initial {
  list-style-type: initial;
}

.color-grey {
  color: grey;
}

input[type=submit] {
  border: 2px solid #2a6ea9;
  height: 36px;
}

.btn {
  padding: 0.375rem 0.75rem 0.386rem 0.75rem !important;
}

.color-white {
  color: white !important;
}

.underlined {
  text-decoration-line: underline;
}

.disabled_input {
  color: white !important;
  background-color: #2a6ea9 !important;
  border-color: #2a6ea9 !important;
}
.disabled_input:hover {
  color: white !important;
  background-color: #2a6ea9 !important;
  border-color: #2a6ea9 !important;
  cursor: not-allowed;
}

/*# sourceMappingURL=main.css.map */
