/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lato-v23-latin-regular.woff2") format("woff2"), url("../fonts/lato-v23-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  font-family: "Lato", sans-serif;
}

:root {
  --bs-primary-rgb: 0, 102, 253;
  --bs-body-bg-rgb: 255, 255, 255;
  --bd-pink-rgb: 214, 51, 132;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bd-accent-rgb: 255, 228, 132;
}

body {
  color: black;
  background-size: 120% 188%;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%), radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%), radial-gradient(ellipse at bottom right, rgba(var(--bd-violet-rgb), 1), transparent 50%), radial-gradient(ellipse at bottom left, rgba(var(--bd-pink-rgb), 1), transparent 80%);
}

h2 {
  font-size: 1.5rem;
}

.frage-box {
  background: rgba(255, 255, 255, 0.231372549);
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #a4a4a4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0588235294);
}

#monat, #jahr {
  background: rgba(255, 255, 255, 0.231372549);
  border: 1px solid #a4a4a4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0588235294);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  min-width: 700px;
  margin-top: 20px;
}

.tab-pane {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  margin: 20px;
  margin-left: 0;
  margin-top: 0;
  padding: 40px;
  padding-top: 20px;
}

.backendlink {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  opacity: 0.5;
  transition: all ease 0.3s;
  position: relative;
  padding: 15px 0px;
  filter: invert(1);
}
.backendlink:after {
  content: "";
  position: absolute;
  background-color: white;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 12px;
  height: 40px;
  border-radius: 15px;
  transition: all ease 0.3s;
}

#logo {
  padding: 10px;
  width: 90%;
}

div.backendlink.active {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.2);
}
div.backendlink.active:after {
  transform: translate(-50%, -50%);
}

.nav-leiste {
  background: linear-gradient(180deg, rgba(38, 76, 115, 0) 0%, #7588ec 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 100vh;
  position: fixed;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1098039216);
  width: 100px;
}

.tap-content {
  display: block;
  margin-left: auto;
}

#v-pills-tabContent {
  padding-left: 100px;
}

.nav-icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto !important;
}

.frageinput {
  min-width: 400px;
  min-height: 45px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  background: #deeeff;
}

.powert-by {
  width: 100px;
  padding: 10px;
  padding-bottom: 7px;
  background-color: #264c73;
  border-radius: 5px;
}

.draggable {
  cursor: move;
}

.draggable.dragging {
  opacity: 0.5;
  filter: grayscale(1);
}

.right-side-nav {
  background-color: rgba(222, 238, 255, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.right-side-nav .nav-logo {
  width: auto;
  height: 50px;
  padding: 7px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid;
}

#savestate {
  position: relative;
  color: white;
  padding: 5px 10px;
  padding-right: 40px;
  background-color: rgb(32, 32, 32);
  border-radius: 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: 38px;
}
#savestate:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.save-btn {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 7px 10px;
  background-color: rgb(32, 32, 32);
  border-radius: 5px;
  border: 0;
}
.save-btn:hover:before {
  content: "STRG + S zum speichern";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateX(-110%);
  background-color: grey;
  padding: 5px 3px;
  border-radius: 5px;
  font-size: 0.9rem;
}

.savestate-OFF:after {
  background-color: red;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}

.savestate-ON:after {
  background-color: rgb(0, 255, 0);
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.7);
}

.collapsebtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.logo {
  width: 95%;
  max-width: 300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.boxslide {
  width: 95%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.formbox {
  padding: 50px;
  width: 100%;
  position: absolute;
  transition: all ease 0.5s;
  transform: translateX(100%);
  z-index: 2;
}

.middle {
  transform: translateX(0%);
}

.left {
  transform: translateX(-100%);
}

.backFormbox {
  background-color: rgba(255, 255, 255, 0);
  padding: 30px 60px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}

.weitererror {
  color: rgb(255, 47, 47);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all ease 0.5s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.631372549);
  border-color: transparent;
}

.frageFormbox {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}
.frageFormbox p {
  margin-bottom: 0 !important;
}

.backend-img {
  width: 300px;
  height: auto;
  background-color: rgba(230, 230, 230, 0.6784313725);
  padding: 11px;
  border-radius: 10px;
}

.backend-img-bg {
  width: 300px;
  height: auto;
  transform: translate(-100%, 24%);
  position: relative;
  z-index: -1;
  filter: blur(19px);
  opacity: 0.6;
}

.antwortLink {
  border: 1px solid rgb(179, 179, 179);
  background-color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: black;
  transition: all ease 0.3s;
}
.antwortLink:hover {
  background-color: rgb(236, 236, 236);
  color: black;
}

.antwortLinkForm {
  border: 1px solid rgb(179, 179, 179);
  background-color: white;
  padding: 5px 10px;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: black;
  transition: all ease 0.3s;
}
.antwortLinkForm:hover {
  background-color: rgb(236, 236, 236);
  color: black;
}

.bar-container {
  width: 100%;
  background-color: rgb(228, 228, 228);
}
.bar-container .bar {
  height: 10px;
  width: 0px;
  transition: all ease 0.3s;
  position: relative;
  z-index: 3;
}

.decline-box,
.accept-box {
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 95%;
  max-width: 700px;
  background-color: white;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26), 0 0 15px rgba(0, 0, 0, 0.17);
  transition: all ease 1s;
  transition-delay: 0.4s;
}

.link-to-main {
  position: fixed;
  top: 20px;
  right: 20px;
}

.addFrage {
  background-color: white;
  border-radius: 10px;
  padding: 30px 50px;
}

.antwort-btn-disabled {
  opacity: 0.4;
  pointer-events: none !important;
  cursor: no-drop;
  filter: grayscale(1);
}

.insgesamt-bewerbungen {
  color: black;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.231372549);
  border: 1px solid #a4a4a4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0588235294);
}
.insgesamt-bewerbungen p {
  font-size: 1.5rem;
}

#insgesamt-bewerbungen-nr {
  font-size: 5rem;
}

/* Preview */
.preview {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  margin: 0 auto;
  background: white;
}

.preview img {
  display: none;
}

/* Button */
.button {
  border: 0px;
  background-color: deepskyblue;
  color: white;
  padding: 5px 15px;
  margin-left: 10px;
}

.bewerbung-gesendet {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2022;
}
.bewerbung-gesendet #b-send {
  background-color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 15px 108px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2392156863);
}
.bewerbung-gesendet #b-send h3 {
  margin: 0 !important;
}

.dataedittext {
  width: 24px;
  height: auto;
  display: inline;
  transform: translate(7px, -10px);
  cursor: pointer;
  background-color: white;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1098039216);
}/*# sourceMappingURL=style.css.map */