@font-face {
  font-family: 'Nunito';
  src: url('../Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('../Nunito/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

main {
  background-image: url('../blauePunkte.svg');
  background-position: 102% -10px;
  background-repeat: no-repeat;
  background-size: 31% auto;
}



.barrierefreiModal {
  pointer-events: none;
}

body {
  filter: var(--monochrome-filter);

  :root {
    --monochrome-filter: grayscale(100%);
  }
}

html {
  font-size: 16px;
}



.dark-mode {
  filter: invert(1);
  background-color: #000;
  color: #fff;

  .buttons,
  .btn_abbrechen {
    color: #0D476D;
  }
}

#monochromeButton {
  background-image: url('../monochrom.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

#darkModeButton {
  background-image: url('../mond.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

#monochromeButton.active,
#darkModeButton.active {
  outline: 2px solid #007bff;
}

#openModal {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 38%;
  width: 215px;
}



.button-content {
  display: flex;
  align-items: center;
}

.button-content span {
  margin-left: 5px;
}

.btnb,
.btnb:hover {
  color: #fff;
  border-radius: 5px;
  border: 2px solid #f39200;
  background-color: #f39200;
  font-size: 1.35rem;
}

.barrierefreiModal {
  color: #272727;
}

.modal-title {
  color: #f39200;
}

.modal-body {
  text-align: center;
}

.modal-element {
  border-radius: 5px;
  border: 2px solid #f39200;
  margin-bottom: 10px;
  padding: 16px;
}

.labels {
  font-weight: bold;
}

.text-center {
  margin-top: 4.25px;
}

.btnm,
.btnm:hover {
  color: #fff;
  border-radius: 5px;
  border: 2px solid #f39200;
  background-color: #f39200;
  font-size: 1rem;
}

.btn-,
.btn-:hover {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #f39200;
  background-color: #f39200;
  font-size: 1rem;
  width: 2em;
  height: 2em;
}

.btni,
.btni:hover {

  border-radius: 5px;
  border: 2px solid #f39200;
  background-color: #fff;
  font-size: 1rem;
}

input[type='radio'] {
  box-shadow: 0 0 0 2px #0D476D;
}

input[type='checkbox'] {
  box-shadow: 0 0 0 2px #0D476D;
}


.btnr {
  color: #f39200;
  border-radius: 10px;
  border: 2px solid #f39200;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
}

.btnr:hover {
  color: #fff;
  border-radius: 10px;
  border: 2px solid #f39200;
  background-color: #f39200;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
}

.header-box,
.containerA {
  width: 65%;
  margin: 0 auto;
}

.containerA {
  box-sizing: border-box;
  line-height: 24px;
  position: relative;
  z-index: auto;
  padding-top: 20px;
}

.überschrifft {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-size: 2.438rem;
  font-weight: 800;
  line-height: 55px;
  text-align: center;
}

.subheading {
  color: #0D476D;
  font-weight: bold;
  text-decoration: underline;
}

.header-box {
  box-sizing: border-box;
  display: flex;
  line-height: 24px;
  position: relative;
  z-index: auto;
  padding-top: 20px;
}

.progress {
  margin-left: 20px;
  margin-right: 20px;
}

.progress-bar {
  background-color: #0D476D;
}

.bs-stepper-header .step {
  visibility: hidden;
  width: 0;
  padding: 0;
  border: none;
}

.btn_abbrechen {
  float: right;
  margin-right: 20px;
}

.buttons {
  text-align: center;
}

.btn_zurück {
  float: left;
  margin-left: 20px;
}

.btn_weiter {
  float: right;
  margin-right: 20px;
}

.btn_absenden {
  float: right;
  margin-right: 20px;
}

.btns {
  color: #0D476D;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #0D476D;
}

.btns:hover {
  border: 2px solid #0D476D;
}

.confirmCancelModal {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-weight: bold;
}

.text_before {
  font-family: "Nunito", Sans-serif;
  color: #0D476D;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display: block;
  background-color: #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #0D476D;
  white-space: pre-wrap;
}

.text_mail {
  font-family: "Nunito", Sans-serif;
  color: #0D476D;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display: block;
  background-color: #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #0D476D;
  white-space: pre-wrap;

}

.text_after {
  font-family: "Nunito", Sans-serif;
  color: #0D476D;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display: block;
  background-color: #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #0D476D;
  white-space: pre-wrap;

}

.expression-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.expression {
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s, border 0.2s;
  border: 2px solid transparent;
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
  flex: 0 0 auto;
}

.expression img {
  width: 6.25rem;
  height: 6.25rem;
}

@media (max-width: 600px) {
  .expression img {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.expression-text {
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: "Nunito", Sans-serif;
  color: #0D476D;
}

.expression:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
  border-color: #0D476D;
}

.selected-expression {
  border: 3px solid #0D476D;
}


.frage {
  color: #0D476D;
  font-size: 1.5rem;
  text-align: left;
  display: block;
  background-color: #E6E6E6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #0D476D;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

.form-control {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-size: 1.25rem;
}

.form-group {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-size: 1.25rem;
}

.footer-text1 {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-size: 2.438rem;
  font-weight: 800;
  line-height: 55px;
  width: 65%;
  margin: 0 auto;
  text-align: right;
}

.footer-text2 {
  color: #0D476D;
  font-family: "Nunito", Sans-serif;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 32px;
  width: 65%;
  margin: 0 auto;
  text-align: right;
}



.navbar {
  width: 65%;
  margin: 0 auto;
  background-color: #fff !important;
}

.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar-nav .navbar-text {
  flex-grow: 0;
  text-align: center;
}

.navbar-text {
  color: #0D476D;
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-inline-end: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-top: 13px;
  pointer-events: none;
  position: relative;
  text-decoration-color: rgb(13, 71, 109);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  white-space: nowrap;
}

.navbar-nav .nav-link {
  flex-grow: 1;
  text-align: center;
}

.navbar-nav .nav-link {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(13, 71, 109);
  display: flex;
  fill: rgb(13, 71, 109);
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-inline-end: 0px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  position: relative;
  text-decoration-color: rgb(13, 71, 109);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  white-space: nowrap;
}

.footer-box {
  box-sizing: border-box;
  display: flex;
  line-height: 24px;
  position: relative;
}

footer {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  main {
    background-size: 500px auto;
  }
}

@media (max-width: 768px) {

  main {
    background-size: 100% auto;
  }

  .logo {
    height: 78.9333px;
    width: 130px;
  }

  .btnb,
  .btnb:hover {
    color: #fff;
    border-radius: 5px;
    border: 2px solid #f39200;
    background-color: #f39200;
    font-size: 1rem;
  }

  #openModal {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 80px;
    transform: translate(0, -50%);
    height: 59.6%;
    width: auto;
  }

  .progress {
    margin-left: 0px;
    margin-right: 0px;
  }

  .btn_abbrechen {
    margin-right: 0px;
  }

  .btn_zurück {
    margin-left: 0px;
  }

  .btn_weiter {
    margin-right: 0px;
  }

  .btn_absenden {
    margin-right: 0px;
  }

  .footer-text1 {
    font-size: 1.25rem;
    width: 100%;
  }

  .footer-text2 {
    font-size: 1.25rem;
    width: 100%;
  }

  .überschrifft {
    font-size: 1.5rem;
  }

  .navbar {
    width: 100%;
  }

  .navbar-text {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
  }

  .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
  }


  .header-box,
  .containerA {
    width: 90%;
    margin: 0 auto;
  }


}