@font-face {
  font-family: 'IBMPlexSans';
  src: url('/fonts/IBMPlexSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('/fonts/IBMPlexSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('/fonts/IBMPlexSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
body {
  font-family: 'IBMPlexSans', sans-serif;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
div {
  color: #1E2526;
}
.h-line {
  color: #0AA561;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}
.name-line {
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
}
.f-line {
  color: #404040;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
.head-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 3rem;
}
.half-line {
  width: 4rem;
  border: 0.08rem solid #0AA561;
  opacity: 1;
  margin: 0.75rem 0;
}
.section-head-box {
  width: 100%;
}
.startbox {
  background: radial-gradient(at top left, #E5E6E7, #FEFFFF);
}
.full-height-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.full-height-box .card {
  background: #F2F2F2;
  border-top-right-radius: 0.35em;
  border-bottom-right-radius: 0.35em;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin: 0 !important;
  height: 100%;
  width: 35%;
  -webkit-box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.full-height-box img {
  position: absolute;
  right: 0;
  height: 100vh;
}
.btn-primary {
  background: none;
  color: #404040;
  border: none;
  border-radius: 0;
  text-align: left;
  text-transform: uppercase;
  padding: 0.375rem 0;
  font-weight: 700;
}
.btn-primary:hover {
  background: #F2F2F2;
  color: #869AA6;
}
.btn-primary:first-child:active {
  background: #F2F2F2;
  color: #869AA6;
}
.btn-primary:active {
  background: #022873;
  color: #869AA6;
}
.btn-primary:focus-visible {
  background: #022873;
  color: #869AA6;
}
.btn-primary::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin-right: 0.35em;
}
.btn-primary:disabled {
  background: #869AA6;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background: #869AA6;
  color: #fff;
}
.contact-link {
  position: relative;
  z-index: 9999;
  text-decoration: none;
  color: #0AA561;
  display: block;
}
.contact-link:hover {
  color: #404040;
}
@media (max-width: 767px) {
  .kohrs svg {
    height: 8vw;
  }
  .head-box {
    position: relative;
  }
  .section-head-box {
    position: absolute;
  }
  .section-head-box .input-group > .form-control,
  .section-head-box .lgnbtn {
    z-index: 9;
  }
}
.card {
  color: #1E2526;
  border: none;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 1.5em 0;
}
.card .card-title {
  background: #E8B3C2;
  color: #fff;
  font-weight: 500;
  padding: 0.35em 0.75em;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.card .card-subtitle {
  margin-top: 0;
}
.card .card-link {
  text-decoration: none;
  background: #79C84E;
  margin-top: 1em;
  color: #fff;
  padding: 0.35em 0.5em;
  float: left;
  border-radius: 0.35em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.card .card-link:hover {
  background: #869AA6;
}
.card .card-link::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin-right: 0.35em;
}
.card-head {
  background: #f0f0f4;
}
.card-m {
  min-height: 10rem;
}
.card-l {
  min-height: 17rem;
}
.card-xl {
  min-height: 17rem;
}
.cardlink-sm {
  font-size: 0.7em !important;
}
.innerarea .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 1em;
  background: #fff;
  border-radius: 0.35em;
}
.btn {
  --bs-btn-border-color: none;
}
.bg-primary {
  background-color: #a69286 !important;
}
.alert-success {
  background: #e0f2d6;
  color: #000;
  border: none;
  display: inline-block;
}
.alert-secondary {
  display: inline-block;
  background: #edf0f2;
  border: none;
}
.alert-warning {
  display: inline-block;
  background: #ffedb3;
  color: #000;
  border: none;
}
.subline-s {
  margin: 3em 8.4% 2em 8.4%;
  width: 83.3%;
}
.accordion {
  --bs-accordion-border-color: none;
}
.accordion .accordion-button {
  color: #1E2526;
  border: 1px solid #022873;
}
.accordion .accordion-button:not(.collapsed) {
  background: #022873;
  color: #F2F2F2;
}
.accordion .accordion-header .accordion-button {
  padding: 0.5rem 1rem;
  border-radius: 0.35em !important;
  margin-bottom: 0.25em;
  color: #869AA6;
  border: 1px solid #869AA6;
}
.accordion .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  background: #E8B3C2;
  color: #fff;
  border: none;
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer.border-top {
  border-top: 1px solid #1E2526 !important;
}
footer .text-muted {
  color: #1E2526 !important;
}
footer p {
  color: #1E2526 !important;
}
.kohrsheadlines {
  background: #83A993;
  color: #fff;
  font-weight: 300;
  padding: 0.35em 0.75em;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.kohrs {
  background: #83A993;
  background-image: url("/img/aleksundhendrik-head.jpg");
  background-position: center;
  background-position-y: 30%;
  background-size: 130%;
}
.kohrs svg {
  height: 5vw;
  overflow: hidden;
  background: 0 0 !important;
  position: relative;
  top: 1px;
}
.startimg {
  background-image: url("/img/aleksundhendrik-head-2.jpg");
  background-size: 100%;
}
.uploadimg {
  background-image: url("/img/aleksundhendrik-head-3.jpg");
  background-size: 100%;
}
.shortmenu {
  border-bottom: 1px solid #878787;
  text-align: center;
  padding: 1em 0;
}
.shortmenu .mainbtn {
  text-decoration: none;
  margin-bottom: 0.5em;
}
.shortmenu ul {
  padding: 0;
  padding-top: 1em;
  border-top: 1px solid #878787;
  margin: 0;
}
.shortmenu ul li {
  padding: 0;
  display: contents;
}
.shortmenu ul li a {
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 0.35em;
  background: #878787;
  color: #fff;
}
.shortmenu ul li a:hover {
  background: #83A993;
}
.login h4 {
  background: #83A993;
  color: #fff;
  font-weight: 300;
  padding: 0.35em 0.75em;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
.nodisplay {
  display: none !important;
}
.savethedate {
  display: flow-root;
  background: #f0f0f4;
}
.savethedate #demo1,
.savethedate #demo2,
.savethedate #demo {
  display: contents;
  color: #a69286 !important;
}
.savethedate img {
  margin: 1em 2em 2em 2em;
}
.savethedate article div {
  background: #E8B3C2;
  color: #fff;
  border-radius: 0.35em;
  font-size: 4.5em;
  text-align: center;
  font-weight: 700;
}
.savethedate article .cal-d,
.savethedate article .cal-m {
  display: inline-block;
  width: 48%;
}
.savethedate article .cal-y {
  display: block;
  margin-top: 0.2em;
}
.savethedate article .cal-d {
  margin-right: 4%;
}
.savethedate article .cal-count {
  background: #E8B3C2;
  color: #fff;
  border-radius: 0.35em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.savethedate article p {
  text-align: center;
  color: #869AA6;
}
.stdimg {
  opacity: 0;
}
.std-start .cal-count {
  padding: 0.4em;
  margin: 0.5em 0 1em 0;
}
.kurzeListe .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.kurzeListe .list-group-item:first-child {
  border-top: none;
}
.upimage {
  max-height: 250px;
  overflow: hidden;
}
.upimage img {
  border: 0;
  padding: 0;
}
.songwunsch .play {
  float: left;
  margin-top: 1em;
}
.songwunsch .markplayed {
  float: right;
}
.songwunsch article {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
}
.smilereak {
  text-align: center;
  display: block !important;
  margin-top: 0.1em;
  color: #4a862a;
}
.plusonefield {
  padding: 0.375rem 0.75rem;
  background: #edf0f2;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.moretext {
  display: block;
  padding: 0.5em;
  border-radius: 0.35em;
  background: #c1cbd1;
  margin-top: 0.25em;
}
.faq .accordion-item {
  border: none;
}
.trauzeugen .contactsheet {
  background: #edf0f2;
  border-radius: 0.35em;
}
.trauzeugen .card-sbody {
  display: inline-block;
  padding: 1rem 1rem;
}
.geschenke {
  padding: 0.5em;
}
.geschenke .accordion-item {
  border: none;
  margin-bottom: 0.5em;
}
.geschenke .accordion-header img {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  top: -100%;
}
.geschenke .accordion-header .geschenkimg {
  position: relative;
  height: 8rem;
  overflow: hidden;
  border-radius: 0.35em;
  background: #a69286;
  width: 100%;
}
.geschenke .accordion-header .imgtext {
  position: absolute;
  margin: 0 auto;
  width: 96.5%;
  text-align: center;
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 15px #000;
}
.geschenke .accordion-header .accordion-button {
  height: 10rem;
  overflow: hidden;
  border: none;
  background: #f2efed;
}
.geschenke .accordion-header .accordion-button::after {
  position: absolute;
  right: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.geschenke .accordion-header .accordion-button:not(.collapsed) {
  background: #edf0f2;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.geschenke .accordion-collapse {
  margin-top: -1em;
  background: #edf0f2;
  border-radius: 0.35em;
}
.geschenke .accordion-collapse .geschenklink {
  display: table;
  margin-top: 0.5em;
}
.geschenke .accordion-collapse .accordion-links {
  border-top: 1px solid #dee4e7;
  margin: 0 1em 1em 1em;
  display: inline-block;
  width: 90.5%;
  width: -moz-available;
}
.geschenke .geschenkreserviert {
  opacity: 0.5;
  position: relative;
}
.checkpoints iframe {
  width: 100%;
  border-radius: 0.35em;
}
.checkpoints .cpsheet {
  background: #edf0f2;
  border-radius: 0.35em;
  padding: 1em;
  display: inline-block;
}
.checkpoints .cpsheet .card-title {
  background: #fff;
  color: #869AA6;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .startseite .row {
    border-bottom: 1px solid #83A993;
    padding-bottom: 1.5em;
  }
  .startseite .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .std-loggedin article {
    margin-top: 0.5rem !important;
  }
  .std-loggedin div {
    line-height: 1.2em;
  }
  .std-loggedin .cal-d,
  .std-loggedin .cal-m,
  .std-loggedin .cal-y {
    font-size: 4em !important;
  }
  .std-loggedin .cal-count {
    padding: 0.4em;
    margin-top: 0.5em;
  }
  .card {
    width: 49%;
    display: -ms-inline-grid;
    display: inline-grid;
  }
  .card-left {
    margin-right: 1.5%;
  }
  .card-middle {
    display: block;
    margin: 1.5em auto;
  }
  .card-xl {
    width: 100%;
    margin-left: 0 !important;
  }
  .card-start {
    width: 49% !important;
    margin: 1.5em auto !important;
    display: block;
  }
}
@media (max-width: 767px) {
  .kohrs svg {
    height: 8vw;
  }
  .login .col-md:first-child {
    border-bottom: 1px solid;
    padding-bottom: 2em;
  }
  .cntmob {
    display: block;
  }
  .startseite section {
    border-bottom: 1px solid #83A993;
    padding-bottom: 1.5em;
  }
  .startseite .col-md {
    margin-top: 1.7em !important;
  }
  .std-loggedin article {
    margin-top: 0.5rem !important;
  }
  .std-loggedin div {
    line-height: 1.2em;
  }
  .std-loggedin .cal-d,
  .std-loggedin .cal-m,
  .std-loggedin .cal-y {
    font-size: 4em !important;
  }
  .std-loggedin .cal-count {
    padding: 0.4em;
    margin-top: 0.5em;
  }
  .geschenke {
    padding: 0;
  }
  .geschenke .accordion-header img {
    top: 0%;
  }
}
#toggleLink {
  opacity: 0;
  text-decoration: none;
  position: fixed;
  top: 5;
  left: 5;
}
.myClass {
  display: none !important;
}
.hiddenClass {
  display: block !important;
}
