body {
  margin: 0;
  background-color: white;
  padding: 74px 0 0;
  font-family: "ChocolatesRegular";
  font-size: 1.1rem;
}

.skip-to-content {
  position: absolute;
  top: -1000em;
}

.skip-to-content:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #F1F1F1;
  color: #21759B;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*      Header     */
.navbar {
  background-color: #602081;
  padding: 0;
  min-height: 72px;
}
.navbar .navbar-brand {
  max-width: 250px;
  height: 72px;
}
.navbar .navbar-brand img {
  max-height: 100%;
  max-width: 100%;
}
.navbar .navbar-toggler-icon-webshop i {
  color: #fff;
  font-size: 28px;
}
.navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 white;
}
.navbar a.nav-link, .navbar a.nav-link:active, .navbar a.nav-link:visited, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show {
  color: white;
}
.navbar > .nav-item a, .navbar > .nav-item a.active {
  color: white;
  padding: 25px 20px;
}
.navbar > .nav-item a:hover, .navbar > .nav-item a.active:hover {
  text-decoration: underline;
}
.navbar .webshop-item-num {
  border: 1px solid white;
  border-radius: 12px;
  background-color: white;
  color: #602081;
  min-width: 24px;
  height: 26px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  padding: 2px;
}

/*      Footer     */
footer {
  background-color: #5c2795;
  padding: 0;
  min-height: 22px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

/*      Content     */
.webshop {
  min-height: 70vh;
}
.webshop h1, .webshop h2 {
  font-family: "ChocolatesBold";
}
.webshop h1 .abgesagt, .webshop h2 .abgesagt {
  color: red;
}
.webshop h3, .webshop h4 {
  font-family: "ChocolatesDemiBold";
}
.webshop .nowrap {
  white-space: nowrap;
}
.webshop .farbe-gruen {
  color: green;
}
.webshop .farbe-rot {
  color: red;
}
.webshop input[type=checkbox]:required:not(:checked), .webshop input[type=radio]:required:not(:checked) {
  border-color: red;
  border-width: 2px;
}
.webshop a:not(.btn) {
  color: #602081;
}
.webshop .box-grau {
  background-color: #ddd;
}
.webshop .box-grau hr {
  border-color: #ffffff;
  opacity: 1;
}
.webshop .page-header {
  margin: 20px 0;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid #c8ccd4;
}
.webshop .page-header .ticketing-back {
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}
.webshop .page-header h1 {
  padding: 0 2.5em;
  margin-top: 10px;
}
.webshop .evt-articles-list {
  list-style: none;
  padding: 0;
}
.webshop .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border: 1px black solid;
}
.webshop .btn-primary {
  background-color: #602081;
  border-color: #602081;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.webshop .btn-webshop-small {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.webshop .btn-webshop-xsmall {
  font-size: 1rem;
  letter-spacing: 0.09rem;
}
.webshop-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8ccd4;
}
.webshop-item-info {
  display: flex;
  flex-direction: column;
}
.webshop-item-group-list {
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  display: flex;
  flex-wrap: wrap;
}
.webshop-item-group-list li {
  display: none;
  padding: 10px;
}
.webshop-item-group-list li:first-child, .webshop-item-group-list li:nth-child(2), .webshop-item-group-list li:nth-child(3), .webshop-item-group-list li:nth-child(4) {
  display: block;
}
.webshop-item-group-expanded li {
  display: block;
}
.webshop-item-group-expanded > .row:last-of-type {
  display: none;
}
.webshop-item-group-header {
  border-bottom: 1px solid #c8ccd4;
  padding-bottom: 20px;
  margin: 20px 0;
}
.webshop-item-image-block {
  display: flex;
  justify-content: center;
}
.webshop-item-image-block img {
  max-width: 100%;
}
.webshop .ticketing-item-preis {
  border: 1px black solid;
  border-top: none;
}
.webshop .ticketing-item-preis:first-of-type {
  border-top: 1px black solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.webshop .ticketing-item-preis:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.webshop .webshop_artikel_item img {
  width: 100%;
}
.webshop .ticketing-detail-bild-block img {
  max-width: 100%;
}
.webshop .ticketing-detail-summe {
  font-weight: bold;
  font-size: 1.5em;
}
.webshop .webshop-warenkorb-anzahl {
  font-size: 1rem;
  font-weight: normal;
}
.webshop .webshop-warenkorb-item {
  background-color: #ddd;
  color: black;
}
.webshop .meinbereich .card-text {
  min-height: 60px;
}

/*# sourceMappingURL=vk_ticketing.css.map */
