@import 'fonts.css';
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 16px;
  font-family: 'bk_reg', sans-serif;
}
.wrapper {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 30%;
  padding-top: 1px;
}
.wrapper.logged_in {
  padding-top: 30px;
}
.header,
.content-container {
  max-width: 740px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
}
.header {
  margin-top: 50px;
  margin-bottom: 50px;
}
.header .logo {
  margin-left: -10%;
  margin-right: -10%;
}
.header .nav-mobile-toggle {
  display: none;
}
.navigation {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  max-width: 800px;
  margin: -40px auto;
}
.navigation a {
  transition: all 300ms;
  position: relative;
}
.navigation a:hover {
  transform: scale(1.05);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.navigation a:hover .hoverimage {
  opacity: 1;
}
.navigation a.active {
  transform: scale(1.15);
  filter: drop-shadow(0px 0px 20px #fff);
}
.navigation a.active .hoverimage {
  opacity: 1;
}
.navigation a .hoverimage {
  opacity: 0;
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.disabled-for-now {
  opacity: 0.5;
  pointer-events: none;
}
.nav-mobile {
  display: none;
}
.frosch {
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 20;
}
.frosch img {
  width: 60px;
}
.content {
  background-color: #ffe7b7;
  border: 5px solid #242276;
  padding: 50px;
  border-radius: 4px;
}
.content-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#main_bg {
  background: linear-gradient(150deg, #3f39c3 0%, #a12f4f 36%, #d63719 70%, #fda929 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#main_bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url('../imgs/stars.png') no-repeat top center;
  background-size: contain;
  opacity: 0.3;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
#bk_home_logo {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 6px;
  overflow: hidden;
  padding: 4px 6px 5px 6px;
  background-color: #fff;
}
#bk_home_logo:hover {
  box-shadow: 0 0 5px #000;
}
#bk_home_logo img {
  height: 50px;
}
#bk_home_logo img.bk-logo-mobile {
  display: none;
}
#user_information {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #ffffffc7;
  padding: 10px 5px;
}
#user_information .user-info {
  padding-left: 10px;
}
#user_information .user-actions a {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
}
#user_information .user-actions a:hover {
  font-weight: bold;
}
#footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}
#footer .left-side,
#footer .right-side {
  flex-grow: 1;
  flex-basis: 45%;
}
#footer .left-side strong,
#footer .right-side strong {
  cursor: pointer;
}
#footer .left-side {
  text-align: right;
}
#footer .clear {
  flex-basis: 100%;
}
#footer .bk_logo_quer {
  float: right;
  max-height: 48px;
}
#footer .bmbwf_logo_quer {
  max-height: 58px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#home_map {
  width: calc(100% + 240px);
  margin-left: -130px;
  margin-top: -70px;
  margin-bottom: -80px;
  position: relative;
  z-index: 10;
}
#home_map .schloss,
#home_map .dorf,
#home_map .maerchenwald,
#home_map .wirtshaus,
#home_map .schatzkiste {
  position: absolute;
  transition: all 300ms;
  padding: 0;
}
#home_map .schloss .hoverimage,
#home_map .dorf .hoverimage,
#home_map .maerchenwald .hoverimage,
#home_map .wirtshaus .hoverimage,
#home_map .schatzkiste .hoverimage {
  opacity: 0;
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#home_map .schloss:hover,
#home_map .dorf:hover,
#home_map .maerchenwald:hover,
#home_map .wirtshaus:hover,
#home_map .schatzkiste:hover {
  transform: scale(1.04);
}
#home_map .schloss:hover .hoverimage,
#home_map .dorf:hover .hoverimage,
#home_map .maerchenwald:hover .hoverimage,
#home_map .wirtshaus:hover .hoverimage,
#home_map .schatzkiste:hover .hoverimage {
  opacity: 1;
}
#home_map .schloss {
  top: 2%;
  left: 33%;
  width: 32%;
}
#home_map .dorf {
  top: 27%;
  left: 9%;
  width: 40%;
}
#home_map .maerchenwald {
  top: 32%;
  left: 51%;
  width: 42%;
}
#home_map .wirtshaus {
  top: 54%;
  left: 8%;
  width: 54%;
}
#home_map .schatzkiste {
  top: 61%;
  left: 38%;
  width: 35%;
}
.content {
  position: relative;
}
.content .breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003070;
  padding: 10px 10px 5px 10px;
  color: #fff;
  border-top-right-radius: 4px;
}
.content .breadcrumbs a {
  margin-left: 10px;
}
.content h1 {
  text-align: center;
}
.content h3 {
  margin-top: 40px;
  margin-bottom: 0;
}
.content a {
  background-color: #f7f4ee;
  color: #182a73;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 4px;
  transition: all 300ms;
}
.content a.button {
  background-color: #182a73;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 6px;
  display: inline-block;
}
.content a.button:hover {
  background-color: #394ea1;
}
.content a.button.wide {
  display: block;
  text-align: center;
}
.content a.button.delete {
  background-color: #bd1c1c;
}
.content a.no-highlight {
  background-color: transparent;
}
.content a.disabled-for-now {
  opacity: 0.5;
  pointer-events: none;
}
.content ul.stones {
  list-style: none;
}
.content ul.stones li {
  position: relative;
}
.content ul.stones li:before {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 40px;
  background-size: contain !important;
}
.content ul.stones li.stone-6:before {
  background: transparent url('../imgs/icon-stone-6.png') no-repeat center center;
}
.content ul.stones li.stone-5:before {
  background: transparent url('../imgs/icon-stone-5.png') no-repeat center center;
}
.content ul.stones li.stone-4:before {
  background: transparent url('../imgs/icon-stone-4.png') no-repeat center center;
}
.content ul.stones li.stone-3:before {
  background: transparent url('../imgs/icon-stone-1.png') no-repeat center center;
}
.content ul.stones li.stone-2:before {
  background: transparent url('../imgs/icon-stone-2.png') no-repeat center center;
}
.content ul.stones li.stone-1:before {
  background: transparent url('../imgs/icon-stone-3.png') no-repeat center center;
}
.content ol {
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #242276;
}
.content ol p {
  margin-bottom: 5px;
}
.list_filter_form {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.list_filter_form p {
  margin: 0;
  max-width: 40%;
}
.list_filter_form select {
  width: 100%;
}
.list_filter_form input[type="submit"] {
  margin-bottom: 0;
  padding: 9px 10px;
}
#profile_grouping_list {
  list-style: none;
  padding-left: 0;
}
#profile_grouping_list > li {
  background-color: #fdd687;
  border-radius: 6px;
  box-shadow: 0 0 4px #182a7366;
  margin-bottom: 20px;
  overflow: hidden;
}
#profile_grouping_list .group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #46acaf;
  padding: 0 10px;
}
#profile_grouping_list .group-header a {
  background-color: transparent;
  color: #fff;
  flex-grow: 1;
}
#profile_grouping_list .project-list {
  list-style: none;
  padding: 0;
}
#profile_grouping_list .project-list > li {
  padding: 10px;
  border-bottom: 1px solid #46acaf;
}
#profile_grouping_list .project-list .project-data {
  display: flex;
  justify-content: space-between;
}
#profile_grouping_list .project-list .project-data .project-edit {
  font-weight: bold;
  background-color: transparent;
  color: #000;
  flex-grow: 1;
}
#profile_grouping_list .project-list .project-public {
  font-size: 12px;
}
#profile_grouping_list .project-list .project-meta {
  font-size: 12px;
  padding-left: 5px;
}
#profile_grouping_list .group-footer {
  padding: 10px;
  background-color: #46acaf;
}
#profile_grouping_list .group-footer .group-footer-box {
  margin-bottom: 10px;
  font-size: 12px;
}
#profile_grouping_list .group-footer .group-project-footer-box-link {
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#profile_grouping_list .group-footer .group-project-footer-box-link.copied .copied-to-clipboard {
  display: block;
}
#profile_grouping_list .group-footer .copied-to-clipboard {
  user-select: none;
  background-color: #93ca58;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 10px;
  display: none;
  transition: all 300ms;
}
.registration_list_entry {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
}
.registration_list_entry.duplicate {
  margin-top: -36px;
}
.registration_list_entry .project_list {
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.registration_list_entry .project_list a {
  display: block;
  text-align: center;
  padding: 10px 5px;
  border: 2px solid transparent;
  transition: all 300ms;
}
.registration_list_entry .project_list a:hover {
  border-color: #182a73;
}
.registration_list_entry .project_list audio {
  display: none;
}
.registration_list_entry h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
}
.registration_list_entry h3 .small {
  font-weight: normal;
  font-size: 14px;
}
.registration_list_entry h4 {
  margin-bottom: 0;
  text-align: center;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form textarea {
  display: block;
  padding: 10px;
  width: calc(100% - 20px);
  max-width: 300px;
  border: none;
  box-shadow: 0 0 3px #003070;
  font-size: 16px;
  border-radius: 3px;
}
form select {
  display: block;
  height: 36px;
  border: none;
  box-shadow: 0 0 3px #003070;
  font-size: 16px;
  width: 100%;
  max-width: 320px;
  border-radius: 6px;
}
form input[type="submit"] {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 14px 20px;
  background-color: #182a73;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 10px;
}
form input[type="submit"].wide {
  display: block;
  text-align: center;
  width: auto;
}
form input[type="submit"].red {
  background-color: #bd1c1c;
}
form h2 {
  margin-bottom: 5px;
  margin-top: 40px;
}
form .small {
  font-size: 14px;
}
form .text-muted {
  display: block;
}
form .text-danger {
  display: block;
  background-color: #bd1c1c;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
form label {
  display: block;
}
form ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
#f_id_audio_file {
  border: 2px dotted #242276;
  border-radius: 6px;
  background-color: #fff;
  padding: 0;
  color: #fff;
  font-size: 0;
}
#f_id_audio_file > * {
  display: none;
  color: #fff;
  font-size: 0;
}
#f_id_audio_file.is-dragover {
  border: 2px solid #242276;
}
#f_id_audio_file.filled {
  border: 2px solid #0d7c23;
  background-color: #d2ebd7;
}
#f_id_audio_file label:first-of-type {
  display: block;
  display: flex;
  flex-direction: column;
  padding: 10px;
  cursor: pointer;
  color: #000;
  font-size: 13px;
}
#f_id_audio_file .file_description {
  line-height: 1.2;
  display: block;
}
#f_id_audio_file input {
  display: none;
}
#f_id_audio_file .warnings {
  padding: 10px 10px 0 10px;
}
#f_id_audio_file .warnings .warning {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  background-color: #ffb7b7;
  padding: 10px;
  border-radius: 6px;
}
#f_id_public {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}
#f_id_public label {
  order: 2;
}
#f_id_public input {
  order: 1;
  margin-top: 6px;
  margin-right: 10px;
}
#f_id_public .text-muted {
  flex-basis: 100%;
  order: 3;
  padding-left: 28px;
}
#f_id_tos_accepted {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}
#f_id_tos_accepted input {
  margin-top: 6px;
  margin-right: 10px;
}
#toggle_audio_or_youtube {
  display: flex;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f78859;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 40px;
  position: relative;
}
#toggle_audio_or_youtube span {
  padding: 10px;
  transition: all 300ms;
  flex-basis: 50%;
  text-align: center;
  cursor: pointer;
}
#toggle_audio_or_youtube span.active {
  background-color: #182a73;
  color: #fff;
  pointer-events: none;
}
#toggle_audio_or_youtube .or-divider {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 6px;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  font-size: 13px;
}
.toggle-container {
  display: none;
  padding: 20px;
  margin-bottom: 40px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.toggle-container.active {
  display: block;
}
.fieldWrapper {
  margin-bottom: 20px;
}
.login_helpers {
  margin-top: 40px;
}
.form-errors {
  background-color: #d42e2a;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}
.rather-log-in {
  background-color: #182a73;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 3px;
}
.rather-log-in p {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.rather-log-in a {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
  color: #182a73;
  text-decoration: none;
}
.field-required {
  font-weight: bold;
}
.field-required:after {
  content: " *";
}
@media (max-width: 994px) {
  .header {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 10px;
    z-index: 90;
  }
  .header .logo {
    margin: 0;
  }
  .wrapper {
    overflow: hidden;
  }
  .content-container {
    max-width: 80%;
    margin-bottom: 100px;
  }
  .content-container .content {
    padding: 10px 30px;
  }
  .content-container .content h1 {
    font-size: 18px;
  }
  .navigation {
    display: none;
  }
  .nav-mobile-toggle {
    position: absolute;
    bottom: -30px;
    right: 20px;
    z-index: 12;
    background: transparent url('../imgs/mobile-nav-trigger-bg.png') no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: contain;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-mobile-toggle span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4px;
    width: 23px;
    border-radius: 2px;
    margin-bottom: 4px;
    transition: all 300ms;
    font-size: 4px;
    font-weight: bold;
    white-space: nowrap;
    font-family: serif;
  }
  .nav-mobile-toggle span:last-of-type {
    margin-bottom: 0;
  }
  #home_map {
    width: calc(100% + 160px);
    margin-left: -80px;
    margin-top: -25px;
  }
  #home_map.nav-mobile {
    width: calc(100% + 30px);
    margin-left: -20px;
    margin-top: -30px;
  }
  .mobile-nav-open .nav-mobile {
    display: block;
  }
  .mobile-nav-open .nav-mobile-toggle span:nth-of-type(1) {
    animation-name: span_1;
    animation-duration: 500ms;
    animation-fill-mode: both;
  }
  .mobile-nav-open .nav-mobile-toggle span:nth-of-type(2) {
    animation-name: span_2;
    animation-duration: 500ms;
    animation-fill-mode: both;
  }
  .mobile-nav-open .nav-mobile-toggle span:nth-of-type(3) {
    animation-name: span_3;
    animation-duration: 500ms;
    animation-fill-mode: both;
  }
  @keyframes span_1 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(8px);
    }
    100% {
      transform: translateY(8px) rotateZ(45deg);
    }
  }
  @keyframes span_2 {
    0% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes span_3 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
    100% {
      transform: translateY(-8px) rotateZ(-45deg);
    }
  }
  #bk_home_logo {
    top: -1px;
    display: block;
    width: calc(100% - 8px);
    border-radius: 0;
  }
  #bk_home_logo img {
    height: 23px;
    margin: 0 auto;
  }
  #bk_home_logo img.bk-logo-mobile {
    display: block;
  }
  #bk_home_logo img.bk-logo-desktop {
    display: none;
  }
  .frosch {
    display: none;
  }
  #profile_grouping_list .group-footer .group-upload {
    display: block;
  }
  #toggle_audio_or_youtube .or-divider {
    padding: 1px 4px;
    font-size: 11px;
  }
  #f_id_audio_file .drop-label {
    display: none;
  }
  #footer .bk_logo_quer {
    max-height: 35px;
  }
  #footer .bmbwf_logo_quer {
    max-height: 48px;
  }
}
.spacer {
  width: 100%;
  height: 40px;
  display: block;
}
.spacer.half {
  height: 20px;
}
.class-projects {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.class-projects li {
  background-color: #f7f4ee;
  color: #182a73;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 4px;
  transition: all 300ms;
  display: flex;
  flex-direction: column;
}
.class-projects li a {
  display: flex;
  flex-direction: column;
}
.class-projects li span {
  font-weight: bold;
}
.class-projects li span.small {
  font-weight: 400;
  font-size: small;
}
.class-projects li audio {
  width: 80%;
  margin: 10px auto;
}
.replies-wrapper .comment-wrapper {
  border: solid 1px rgba(24, 42, 115, 0.25);
}
.comment-wrapper {
  background-color: #f7f4ee;
  color: #182a73;
  border-radius: 6px;
  margin: 20px 0;
  padding: 20px;
  transition: all 300ms;
}
.comment-wrapper:hover {
  background-color: #fff;
}
.comment-wrapper:last-of-type {
  margin-bottom: 0;
}
.comment-wrapper .comment-text p {
  margin: 5px 0;
}
.comment-wrapper .author {
  font-size: 14px;
  color: #000;
}
.comment-wrapper .answer-button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
.comment-wrapper .answer-button a {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}
.initial-comment h3 {
  margin-top: 0;
}
.full-width-fields {
  width: 100%;
}
.full-width-fields input {
  max-width: unset!important;
}
.full-width-fields .django-ckeditor-widget {
  width: 100%;
}
