/* Test BB Start */
.cart {
  background-color: white !important;
  min-width: 500px;
}
.voucherhead > tr:nth-child(1) > th:nth-child(1) {
  border: 0;
}
/* workaround fuer falsches colspan in gutscheincodeeingabezeile
/* Test BB Ende */
.voucherhead {
  border-top: 1px solid black !important;
  background-color: white !important;
  /*CowiC farbe gutscheincodeeingabezeile*/
  display: none;
  /*20221213 gutscheincode ausblenden */
}
div.nummer {
  display: none;
  /*CowiC Artikelnummer ausblenden*/
}
.badge {
  display: none;
  /*CowiC gutscheingruss-knopf ausblenden*/
}
#alt-shippping-address {
  display: none;
  /*CowiC abweichende Lieferadresse ausblenden*/
}
/* beginn hausordnung -> tierparkordnung */
.FooterHausordnung a {
  visibility: hidden;
  position: relative;
}
.FooterHausordnung a:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  content: "Tierparkordnung";
}
/* end hausordnung -> tierparkordnung */
/*beginn  projekt weniger fehlende null-euro-tickets */
.startseite_absatz1 {
  color: red;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 5px solid #e6af30;
  background-color: yellow;
}
.finishseite_absatz1 {
  color: red;
  font-weight: bolder;
  font-size: 1.5rem;
  border: 5px solid #e6af30;
  background-color: yellow;
}
.warenkorb_absatz1 {
  color: red;
  font-weight: bolder;
  font-size: 1.5rem;
}
.warenkorb_absatz2 {
  font-weight: bolder;
  font-size: 1.5rem;
}
div > div > div > .cb_modal_body {
  color: red;
  font-weight: bolder;
  font-size: 22px;
}
/*end  projekt weniger fehlende null-euro-tickets */
/*! Grid generated using postcss-mesh v1.0.0 | MIT License | Marten Zander | github.com/SlimMarten/postcss-mesh */
/*============================
=            main            =
============================*/
.voucher-code-inp {
  color: black;
  /*CowiC gutscheincodeingabe*/
}
.qty-dropdown {
  /*CowiC anzahl in warenkorb*/
  color: black;
  font-weight: 700;
}
.voucher-title strong {
  /*CowiC gutscheincodeingabezeile*/
  font-weight: 100;
  color: black !important;
}
.voucher-title {
  /*CowiC gutscheincodeingabezeile*/
  color: black !important;
}
.voucher-code-btn {
  color: white;
  /*CowiC gutscheincodeingabe*/
  background-color: #970000 !important;
  padding: 4px 8px;
  margin-top: 5px;
}
#vouchercode {
  border: 1px solid black;
}
.voucher-message {
  margin-left: 10px;
}
.col-lg-12 {
  overflow: auto;
}
/* import normalize.css node_mdoule*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* settings*/
/*========================================
=            settings - index            =
========================================*/
/*=================================
=            variables            =
=================================*/
/*----------  colors  ----------*/
/*----------  fonts  ----------*/
/*----------  Images  ----------*/
/*----------  breakpoints  ----------*/
/*=====  End of variables  ======*/
/* @import 'custom-selectors.scss';*/
/* @import 'grid.scss';*/
/*================================
=            elements            =
================================*/
/*----------  GLOBALS  ----------*/
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  padding: 0;
  cursor: default;
  font-family: KlavikaWebBasicLight;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body > br {
  display: none;
}
address {
  font-style: normal;
}
ul,
ol {
  list-style-type: none;
}
button {
  -webkit-tap-highlight-color: transparent;
}
button[disabled] {
  pointer-events: none;
}
button:not([disabled]) {
  cursor: pointer;
}
input {
  display: block;
  /* font-size: 16px;*/
  /* font-style: normal;*/
  /* font-weight: 400;*/
  /* letter-spacing: 0;*/
  /* line-height: 24px;*/
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
}
img {
  display: block;
}
legend {
  border-bottom: none;
  font-family: KlavikaWebBasicMedium;
  margin-bottom: 10px;
}
label {
  font-family: KlavikaWebBasicLight;
}
h1,
h2,
h3,
h4 {
  color: #8b1a1d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: KlavikaWebBasicLight;
}
p {
  font-family: KlavikaWebBasicLight;
  font-size: 1rem;
  margin-bottom: 10px;
}
a {
  font-family: KlavikaWebBasicMedium;
  font-size: 1rem;
  color: #000;
}
a:hover {
  color: #000;
}
span {
  font-family: KlavikaWebBasicLight !important;
}
div {
  font-family: KlavikaWebBasicLight;
}
strong {
  font-family: KlavikaWebBasicMedium;
}
.table > thead {
  background-color: #86ba24;
}
.table > thead > tr > th {
  color: white;
}
.table > tbody > tr:nth-child(1n) {
  background-color: #8f9f27;
  /*CowiC farbe warenkorb, muss dunkel sein, damit man das eingabefeld fuer gutscheingruss sieht*/
}
.table > tbody > tr:nth-child(2n) {
  /*	background-color: #f7f7f7;*/
  background-color: #5c6819;
  /*CowiC farbe warenkorb, muss dunkel sein, damit man das eingabefeld fuer gutscheingruss sieht*/
}
.table > tbody > tr {
  color: white;
  /*CowiC warenkorb textfarbe fuer dunklere zeilen*/
}
.table > tbody > tr input {
  color: black;
  /*CowiC warenkorb textfarbe fuer gutscheingrusseingabe*/
}
.table > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
}
/*----------  GLOBAL CLASSES  ----------*/
/* hidden*/
.hidden {
  display: none !important;
}
/* clearfix*/
.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*----------  TYPOSTANDARDS  ----------*/
:--headlines {
  margin: 0;
}
/*=====  End of elements  ======*/
/* @import 'icon-fonts/_index.scss';*/
/*======================================
=            mixins - index            =
======================================*/
/*=============================================
=            better-text-underline            =
=============================================*/
/*=====  End of better-text-underline  ======*/
/*=============================
=            fonts            =
=============================*/
/*----------  require fonts  ----------*/
/*----------  font mixins  ----------*/
/**

    USAGE:
    - @include font('FONT ALIAS', $fontSize, $lineHeight, $letter-spacing);

 **/
/*=====  End of fonts  ======*/
/*=====================================
=            media-queries            =
=====================================*/
/* small screens */
/* medium screens */
/* large screens */
/*=====  End of media-queries  ======*/
/*================================
=            px-to-vw            =
================================*/
/*=====  px-to-vw  ======*/
/*=====  End of mixins - index  ======*/
/*=====  End of settings - index  ======*/
/* components*/
/*==========================================
=            components - index            =
==========================================*/
.startpage {
  /* &__container div:first-child {*/
  /* 	max-width: 580px;*/
}
.startpage__content {
  margin-top: 50px;
}
/*Header & Intro*/
.startpage__header h1 {
  max-width: 580px;
  margin-bottom: 25px;
  font-family: KlavikaWebBasicLight;
  font-size: 2.625rem;
}
.startpage__into-copy {
  font-family: KlavikaWebBasicLight;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
/*Container*/
.startpage__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.startpage__container p strong {
  font-family: KlavikaWebBasicMedium;
}
.startpage__container a {
  font-family: KlavikaWebBasicMedium;
}
/* }*/
/* 	}*/
.startpage__container div:only-child {
  max-width: unset;
  margin-bottom: 0;
}
/*List*/
.startpage__list {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 		margin-bottom: 0px;*/
.startpage__list li {
  display: flex;
  align-items: center;
}
/* 	@include md {*/
.startpage__list li:not(:last-child) {
  margin-bottom: 5px;
}
/* 	margin-bottom: 50px;*/
.startpage__list li img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
.banner {
  background-size: cover;
  position: relative;
  height: 450px;
  background-position-y: 38%;
  margin-top: 50px;
}
.banner .panel-info {
  width: 160px;
  float: right;
  min-height: 75px;
}
.banner .panel-body::before,
.banner .panel-body::after {
  display: none;
}
.container.containerbanner {
  padding-top: 20px;
}
.container.containerbanner::before,
.container.containerbanner::after {
  display: none;
}
.containerbanner .containerframebanner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .containerbanner .containerframebanner {
    flex-direction: row-reverse;
  }
}
.containerbanner .containerframebanner .row::before,
.containerbanner .containerframebanner .row::after {
  display: none;
}
.langselectorrow {
  display: flex;
  justify-content: flex-end;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .langselectorrow {
    width: 17%;
  }
}
@media (min-width: 992px) {
  .langselectorrow {
    width: 13%;
  }
}
@media (min-width: 1200px) {
  .langselectorrow {
    width: 11%;
  }
}
/* ### VORRÃœBERGEHENDE ANPASSUNGEN START ### */
/* CowiC: Block evtl. von Beckerbillett? */
.langselectoren {
  display: none;
}
.artikellieferkosten.A8982 {
  display: none;
}
.artikellieferkosten.A8986 {
  display: none;
}
/* ### VORRÃœBERGEHENDE ANPASSUNGEN ENDE ### */
.langselectordiv {
  display: flex;
  justify-content: flex-end;
}
/* CowiC 20210321 langselectoren geht nimmer*/
.langselectordiv {
  display: none;
}
.langselectordiv a:not(:last-child) {
  margin-right: 10px;
}
.langselectordiv .thumbnail {
  background: transparent;
  border: none;
}
.langselectordiv .thumbnail:hover {
  border: none;
}
.langselectorrow + .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 768px) {
  .langselectorrow + .row {
    flex-direction: row;
    width: 83%;
  }
}
@media (min-width: 992px) {
  .langselectorrow + .row {
    width: 87%;
  }
}
@media (min-width: 1200px) {
  .langselectorrow + .row {
    width: 89%;
  }
}
.langselectorrow + .row::before,
.langselectorrow + .row::after {
  display: none;
}
.langselectorrow + .row div:nth-child(1) {
  width: 100%;
}
.langselectorrow + .row div:nth-child(2) {
  align-self: flex-end;
  width: 195px;
}
@media (min-width: 768px) {
  .langselectorrow + .row div:nth-child(2) {
    align-self: inherit;
  }
}
.langselectorrow + .row div a {
  display: inline-block;
}
.langselectorrow + .row .MenuAccount,
.langselectorrow + .row .MenuWarenkorb {
  align-self: flex-end;
  max-width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .langselectorrow + .row .MenuAccount,
  .langselectorrow + .row .MenuWarenkorb {
    width: 100% !important;
    align-self: inherit;
    margin-bottom: 0;
  }
}
.MenuWarenkorb,
#headeraccount {
  padding: 6px 15px !important;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  text-decoration: underline;
  font-size: 0.8125rem;
}
@media (max-width: 991px) {
  .MenuWarenkorb,
  #headeraccount {
    width: 165px;
  }
}
.MenuWarenkorbFilled {
  padding: 6px 15px !important;
}
.MenuWarenkorbFilled a {
  width: 100%;
}
.headerbasketContent,
.headerbasketSummary {
  width: 100% !important;
}
#HeaderImage {
  padding: 0 !important;
  width: 160px;
}
@media (min-width: 1200px) {
  #HeaderImage {
    width: 275px;
  }
}
.HeaderImageDiv {
  display: inline-block;
}
@media (min-width: 768px) {
  .HeaderImageDiv {
    margin-left: -15px !important;
  }
}
.headeraccountContent {
  width: 100%;
}
.headeraccountContentLink {
  float: left;
  width: 50%;
  display: inline-block;
  line-height: 1.2;
  font-size: 0.8125rem;
  margin: 3px 0;
  text-decoration: underline;
}
#loginLink {
  padding: 6px;
  width: 50%;
  margin: 4px 0;
  font-size: 0.75rem;
}
.navigation-wrapper {
  background-color: #e6af30;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
}
.navigation-wrapper li a:hover {
  color: black !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #e6af30;
  color: black;
}
.navbar-inverse .navbar-nav > li.nav-active > a {
  font-family: KlavikaWebBasicMedium !important;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: black !important;
}
.navbar-inverse {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  color: black;
}
@media (min-width: 768px) {
  .navbar-inverse {
    padding-top: 10px;
  }
}
.navbar-inverse .navbar-collapse {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-collapse {
    margin-left: -15px;
  }
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 1rem;
  padding: 6px 15px;
  font-family: KlavikaWebBasicLight;
  text-transform: uppercase;
  /* transition: all 0.2s ease-out;*/
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
  color: #000;
}
.navbar-inverse .navbar-toggle {
  border: none;
  background-color: transparent;
  height: 34px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
  border: none;
  color: #000 !important;
}
.navbar-inverse .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-44deg) translateY(4px);
  transform: rotate(-44deg) translateY(4px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle .icon-bar:nth-child(4) {
  display: none;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: black;
}
.footer {
  height: auto;
  position: relative;
  max-width: 1140px;
  padding: 30px 15px 16px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .footer {
    padding: 30px 0 16px;
  }
}
.footer .footerpayments {
  display: flex;
}
.footer .FooterHeadline {
  color: black;
  font-family: KlavikaWebBasicMedium;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer .FooterKontaktLocation {
  width: 220px;
}
.footer .FooterKontaktLocation,
.footer .FooterKontaktTelefon,
.footer .FooterKontaktEmail {
  font-size: 0.75rem;
  background-position: left center;
}
.footer .FooterKontaktEmail a {
  text-decoration: underline !important;
  color: #8b1a1d !important;
}
.footer .FooterKontaktEmail a:hover {
  text-decoration: none !important;
}
.footer .list-unstyled li a {
  text-transform: uppercase;
  color: #8b1a1d;
  font-size: 0.8125rem;
  text-decoration: underline;
}
.footer .list-unstyled li a:hover {
  text-decoration: none;
}
.footer .list-unstyled li div {
  color: black;
  font-size: 0.875rem;
}
.containerbottom {
  background-color: hsla(0, 0%, 100%, 0.7);
  width: 100%;
  padding: 0;
  min-height: 250px;
}
.containerbottom .row {
  display: flex;
  justify-content: center;
}
.containerbottom .row + .footer .row:nth-child(1) {
  flex-wrap: wrap;
}
.containerbottom .row + .footer .row:nth-child(1) div {
  width: 100% !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .containerbottom .row + .footer .row:nth-child(1) div {
    width: 25% !important;
    margin-bottom: 0;
  }
}
.containerbottom .row + .footer .row:nth-child(1) div .list-unstyled div {
  width: 100% !important;
  word-break: break-word;
  margin-bottom: 0;
}
.containerbottom .row + .footer .row .divider {
  display: none !important;
}
.list-inline {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.btn {
  font-family: KlavikaWebBasicMedium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: top;
  text-decoration: none !important;
  /* NACH ERHALT DER ADMIN-RECHTE IM BACKEND ENTSPRECHENDE BUTTONS*/
  /* AUF STYLE = ARROW-BUTTON STELLEN UND PSEUDO*/
  /* AUF ARROW-BUTTON KLASSE UMSTELLEN*/
  /* &::before{*/
  /* 	content: '';*/
  /* 	background-image: url($btnIcon);*/
  /* 	display: inline-block;*/
  /* 	height: 11px;*/
  /* 	width: 11px;*/
  /* 	position: absolute;*/
  /* 	top: 50%;*/
  /* 	transform: translateY(-50%);*/
  /* 	left: 9px;*/
}
.btn-default {
  display: inline-block;
  border: none;
  font-weight: 600;
}
.btn-default:hover {
  text-decoration: underline;
  border-color: transparent;
  background-color: transparent;
}
.btn-default:focus,
.btn-default:active {
  border-color: transparent;
  background-color: transparent;
}
.btn-danger {
  margin-top: 0 !important;
}
.btn-danger span::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
}
.btn.active {
  background-color: #8b1a1d;
}
.btn-primary {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px 10px 5px 10px;
  background-color: #970000;
  color: #fff;
  font-size: 0.875rem;
  width: auto;
  outline: none;
  border-radius: 0;
  transition: background-color 0.25s ease;
  border-color: #970000;
  border: none;
}
.btn-primary:hover {
  text-decoration: none !important;
  background-color: #a32410;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #970000;
}
/* }*/
.btn-block {
  margin-top: 5px;
}
.arrow-button {
  font-family: KlavikaWebBasicMedium;
  font-size: 1rem;
  color: white;
  padding: 5px 10px 5px 25px;
}
.arrow-button::before {
  content: '' !important;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: top;
  color: white;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.alert-link {
  background-color: transparent !important;
  outline: none;
  border: none;
}
.alert-link a {
  font-family: KlavikaWebBasicLight;
  text-decoration: underline;
  color: #8b1a1d !important;
}
.alert-link a:hover {
  text-decoration: none;
}
.alert-link::before {
  content: '' !important;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: text-top;
  color: white;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.link-back a {
  font-family: KlavikaWebBasicLight;
  text-decoration: underline;
  color: #8b1a1d !important;
}
.link-back a:hover {
  text-decoration: none;
}
.glyphicon-chevron-left:before,
.alert-info .alert-link .glyphicon:before {
  content: '' !important;
}
.link-back.alert-info {
  background-color: transparent !important;
}
.btn-group .btn:not(:last-child) {
  margin-right: 15px;
}
#alt-shippping-address .alert-link::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* .alert-info:not(.link-back){*/
/* 	.alert-link{*/
/* 		&::before{*/
/* 			transform: rotate(-90deg);*/
/* 		}*/
/* 	}*/
/* }*/
.search-wrapper {
  background-color: #e6af30;
  /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.5);*/
  margin: 0 0 40px;
  padding: 15px 0 40px 0;
  z-index: 11;
  display: none;
}
.containersearch input.form-control:after {
  content: '\f002';
  font-family: 'FontAwesome';
  margin-right: 5px;
  color: #333;
}
.containersearch .form-control {
  display: block;
  outline: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  width: 450px;
  padding-left: 0;
}
.containersearch .font-resize {
  display: none;
}
#HtmlSearchResult {
  position: absolute;
  background-color: white;
  z-index: 1000;
  width: 96.5%;
  padding: 10px 30px 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.searchResultListRow {
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.middle {
  position: relative;
  margin: 50px 0;
}
.middle .title {
  margin-bottom: 25px;
}
.artikelthumb {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 0;
}
.artikelthumb .artikelthumbprice {
  background-color: #970000;
  padding: 5px 9px;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
.artikelthumb .artikelthumbprice::after {
  display: none;
}
.artikelthumb .artikelthumbname {
  font-family: KlavikaWebBasicMedium;
}
.artikelthumb .artikellieferkosten {
  font-size: 0.75rem;
}
.artikelthumb .artikelthumbprice {
  color: black;
  background-color: transparent;
}
.artikelthumb .artikelthumbprice h4 {
  font-family: KlavikaWebBasicLight !important;
}
.artikelthumb .input-group-addon {
  background: transparent;
  border: 0;
}
.artikelthumb .input-group-addon select {
  height: 28px;
  border-radius: 0;
}
.artikelthumb .artikelthumbcontent {
  padding: 10px;
  height: auto !important;
}
.artikelthumb .nummer {
  padding: 10px;
}
.promotion-kachel {
  margin: 0 15px 15px 0;
  height: auto !important;
}
@media (min-width: 768px) {
  .promotion-kachel {
    width: 47.9%;
  }
}
@media (min-width: 992px) {
  .promotion-kachel {
    width: 48.4%;
  }
}
@media (min-width: 1200px) {
  .promotion-kachel {
    width: 32%;
  }
}
.promotion-thumbnail {
  height: auto !important;
}
.promotion-thumbnail img {
  height: 150px;
}
.promotion-media-object {
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.promotion-caption {
  position: relative !important;
  display: inline-block !important;
  text-align: left;
}
.promotion-caption h3 {
  font-size: 1.5rem;
  margin: 10px 0 30px;
  font-family: KlavikaWebBasicLight;
}
.alert {
  border: none;
  border-radius: 0;
}
.alert-info {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font-family: KlavikaWebBasicMedium;
}
.alert-info div {
  font-family: KlavikaWebBasicMedium;
}
.alert-info .alert-link {
  color: #000;
}
.alert-info .alert-link .glyphicon:before {
  vertical-align: middle;
}
.alert-danger ul {
  margin: 0;
}
.alert-danger li {
  font-size: 1rem;
}
#CartIndex .panel {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  box-shadow: none;
}
#CartIndex .row {
  overflow: auto;
}
#CartIndex .cart .remove-from-cart {
  vertical-align: middle;
  width: 5%;
}
#CartIndex .carttablehead,
#CartIndex .cartsumhead {
  background-color: #e6af30 !important;
}
#CartIndex .carttablehead th,
#CartIndex .cartsumhead th {
  color: black;
  border-bottom: 1px solid #ddd;
}
.mini-shopping-cart div {
  font-size: 0.875rem !important;
}
.mini-shopping-cart div span {
  font-size: 0.875rem !important;
  font-family: Klavika !important;
  font-weight: 600;
}
.mini-shopping-cart div .name {
  font-family: Klavika !important;
  font-weight: 600;
}
.cart-item-row {
  background-color: white !important;
  color: black !important;
}
.cart-item-row:nth-child(even) {
  background-color: #FAFAFA !important;
}
.table-responsive .table-condensed {
  border: 10px solid white;
}
.table-responsive .table-condensed tr {
  background-color: white !important;
}
.table-responsive .table-condensed tr:first-child {
  background-color: #00314a !important;
  color: white;
  font-family: KlavikaWebBasicMedium;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.table-responsive .table-condensed .EventTable:nth-child(4n) {
  background-color: #e5eaed !important;
}
.table-responsive .table-condensed .EventArticleTable td table tbody tr:first-child {
  background-color: transparent !important;
  color: black !important;
}
.table-responsive .table-condensed .EventArticleTable tr th:first-child {
  padding-left: 5px !important;
}
.table-responsive .table-condensed .EventArticleTable tr td {
  padding-left: 5px !important;
}
.table-responsive .table-condensed .EventArticleTable tr:last-child {
  background: white !important;
}
@media screen and (max-width: 767px) {
  .table tbody tr td {
    font-size: 11px !important;
  }
}
.table tbody tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .table tbody tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
table tbody tr.active td {
  background-color: white;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.picture a img {
  height: 70px !important;
  padding: 10px !important;
}
.EventArticleTable td {
  padding: 0 !important;
  padding-left: 5px !important;
}
.EventArticleTable td table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.EventArticleTable tr:nth-child(2) td:nth-child(1) {
  font-family: KlavikaWebBasicMedium;
}
.EventArticleTable tr:nth-last-child(1) {
  padding-top: 10px !important;
  text-align: right;
}
.carttablehead,
.cartsumhead {
  background-color: #8b1a1d !important;
}
#NamePayment table tbody tr {
  margin-bottom: 10px !important;
}
.headerbasketHeadline {
  font-family: KlavikaWebBasicMedium;
  text-decoration: none !important;
}
.MenuWarenkorb {
  min-height: 75px;
}
.headeraccount {
  min-height: 75px;
}
.headeraccountContentLink {
  width: 100%;
}
.headeraccountContent {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.panel-info {
  display: inline-block;
}
.form-control {
  cursor: pointer;
}
input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}
input[type="checkbox"]:checked {
  background-color: red !important;
}
.validation-summary-errors {
  color: #8b1a1d !important;
  font-family: KlavikaWebBasicMedium !important;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  margin-bottom: 20px !important;
}
.cookie-container .panel {
  box-shadow: none !important;
  border: none !important;
}
.cookie-container:first-child .panel {
  padding: 10px;
}
.cookie-container:first-child .panel:nth-child(2n+3) {
  background-color: #efefef;
}
.cookie-container:last-child .accordion-content .panel-default:last-child a {
  color: #8b1a1d !important;
}
#cookie-accordion .panel {
  border: none !important;
  box-shadow: none !important;
}
.cookie-label {
  font-family: KlavikaWebBasicMedium !important;
}
.glyphicon-info-sign::before {
  content: '' !important;
  background-image: url('https://onlineshop-files.hellabrunn.de/images/info-black.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: sub;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.glyphicon-pencil::before {
  content: '' !important;
  background-image: url('https://onlineshop-files.hellabrunn.de/images/pencil.png');
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: sub;
  color: white;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.ga-activate a {
  color: #8b1a1d !important;
  text-decoration: underline !important;
}
.cookie-label {
  margin-bottom: 20px;
}
.container .entity ul li ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 10px;
}
.EventArticle {
  padding: 0 0 0 5px;
  border: 1px solid #767676;
}
.print-at-home {
  display: none;
}
.CartVersandkostenBezeichnung:after {
  content: 'Print@home / Online-Ticket';
}
.CartVersandkostenBezeichnung div {
  display: none;
}
/*CowiC20210309*/
.startpage__content ul {
  list-style-type: disc;
  padding-left: 20px !important;
}
/*ENDE CowiC20210309*/
.HomeDatenschutzBody ul,
.HomeAgbBody ul {
  list-style-type: disc;
  padding-left: 20px !important;
}
.HomeDatenschutzBody ol,
.HomeAgbBody ol {
  list-style-type: decimal;
  padding-left: 20px !important;
}
/*=====  End of main  ======*/
/*=====  Start Accordion  ======*/
#accordion {
  background: transparent;
}
#accordion .panel {
  border-radius: 0px;
  border: none;
  background: transparent;
}
#accordion .panel .panel-heading {
  background-color: #8b0424;
  position: relative;
  border-radius: 0px;
}
#accordion .panel .panel-heading a:focus,
#accordion .panel .panel-heading a:hover {
  text-decoration: none;
}
#accordion .panel .panel-heading .bb-collapse::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  background: transparent url('https://onlineshop-files.hellabrunn.de/images/accordeon_arrows.png') no-repeat 0 bottom;
  background-position: top;
}
#accordion .panel .panel-heading .bb-collapse[aria-expanded="false"]::after {
  content: "";
  background-position: bottom;
}
#accordion .panel .panel-heading .panel-title {
  color: #fff;
}
#accordion .panel-collapse {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
#accordion .panel-collapse .panel-body {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}
#accordion .panel-collapse .panel-body ul {
  margin-left: 20px;
}
#accordion .panel-collapse .panel-body::before,
#accordion .panel-collapse .panel-body::after {
  display: none;
}
/*start first panel to intro*/
#accordion .panel:first-child .panel-heading {
  background-color: transparent;
  pointer-events: none;
}
#accordion .panel:first-child .panel-heading .bb-collapse {
  pointer-events: none;
  cursor: default;
}
#accordion .panel:first-child .panel-title {
  color: #8b1a1d;
  font-size: 24px;
}
#accordion .panel:first-child .panel-heading .bb-collapse::after {
  display: none;
}
#accordion .panel:first-child .panel-collapse#collapse1 {
  height: auto !important;
  display: inline-block;
}
/*end first panel to intro*/
/*=====  End Accordion  ======*/
/*=====  Start EventTable  ======*/
#EventTermineTable .EventTable:first-child {
  background-color: #e6af30 !important;
}
#EventTermineTable .EventTable:first-child h3 {
  font-size: 22px;
  color: #000;
}
/*=====  End EventTable  ======*/
/*=====  Start badge  ======*/
.product .badge {
  background-color: #970000;
  cursor: pointer;
  margin-top: 15px;
}
.product .badge + div {
  margin: 10px 0;
}
.product .badge + div br {
  display: none;
}
.product .badge + div input {
  height: 20px;
  border: 1px solid black;
}
/*=====  End badge  ======*/
/* 20231101 CowiC kaputte Symbole fixen */
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}
/* 20231101 Ende */
/* BB-Start - Versandkosten als Barrierefreiheit umbenennen */
.FooterVersandkosten a {
  visibility: hidden;
}
.FooterVersandkosten a::before {
  visibility: visible;
  content: "Barrierefreiheit";
}
/* BB-Ende - Versandkosten als Barrierefreiheit umbenennen */
/* Headings */
@font-face {
  font-family: Boycott-Libero;
  font-style: normal;
  font-weight: 400;
  src: url('https://onlineshop-files.hellabrunn.de/fonts/boycott-libero.woff2') format('woff2');
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A1-00AC, U+00AE-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212;
  font-display: swap;
}
/* Regular */
@font-face {
  font-family: Klavika;
  font-style: normal;
  font-weight: 400;
  src: url('https://onlineshop-files.hellabrunn.de/fonts/klavika-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Klavika;
  font-style: italic;
  font-weight: 400;
  src: url('https://onlineshop-files.hellabrunn.de/fonts/klavika-regular-italic.woff2') format('woff2');
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: Klavika;
  font-style: normal;
  font-weight: 600;
  src: url('https://onlineshop-files.hellabrunn.de/fonts/klavika-medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: Klavika;
  font-style: italic;
  font-weight: 600;
  src: url('https://onlineshop-files.hellabrunn.de/fonts/klavika-medium-italic.woff2') format('woff2');
  font-display: swap;
}
.banner-container {
  border-radius: 0;
  background-color: #E2D7CD;
  color: #452200;
}
.banner-container .panel .panel-heading {
  background: none !important;
}
.banner-container .panel-title {
  font-size: 20px;
}
.banner-container .panel-title > a {
  font-size: unset;
  font-weight: 400;
  font-size: 20px;
  color: #452200;
}
.banner-main-pharagraph,
.cookie-group-description {
  color: #452200;
}
h3.banner-main-header {
  font-family: 'Boycott-Libero';
  font-size: 48px;
  line-height: 120%;
  color: #452200;
}
:root {
  --hellabrunn-shop-white: #fff;
  --hellabrunn-shop-yellow: #E8B200;
  --hellabrunn-shop-brown: #452200;
  --hellabrunn-shop-red: #7C0B0F;
  --hellabrunn-shop-beige: #E2D7CD;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  max-width: 100%;
}
html {
  color: #452200;
  cursor: default;
  font-family: 'Klavika';
  font-size: 20px;
  line-height: 1.15;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
}
body {
  background: none;
  color: #452200;
  cursor: default;
  font-family: 'Klavika';
  font-size: 20px;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  background: linear-gradient(180deg, #e2d7cd 0%, #e2d7cd 150px, #ebe6e2 151px, #ebe6e2 100%);
}
a {
  font-family: 'Klavika';
}
.middle a {
  text-decoration: underline;
}
.middle a:hover {
  text-decoration: none;
}
.h5,
h5 {
  font-size: 20px;
}
strong {
  font-family: 'Klavika';
}
.banner {
  background-image: url('https://onlineshop-files.hellabrunn.de/images/Header-Onlineshop-Desktop-Herbst.jpg');
  background-position-y: 38%;
  background-size: cover;
  height: 450px;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
.banner:after {
  background-image: url('https://onlineshop-files.hellabrunn.de/images/bogen.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 110% auto;
  bottom: -1px;
  content: "";
  height: 300px;
  left: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 1200px) {
  .banner {
    background-size: 110% auto;
    height: 350px;
  }
}
@media (max-width: 1080px) {
  .banner {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .banner {
    background-image: url('https://onlineshop-files.hellabrunn.de/images/Header-Onlineshop-mobil-Herbst.jpg');
    background-position: center bottom;
    background-size: 110% auto;
    height: 500px;
  }
  .banner:after {
    background-image: url('https://onlineshop-files.hellabrunn.de/images/bogen_mobil.svg');
  }
}
.banner .panel-info {
  width: 160px;
  float: right;
  min-height: 75px;
}
.banner .row {
  margin-top: -90px;
}
.banner .panel-body:before,
.banner .panel-body:after {
  display: none;
}
.containerbanner .containerframebanner > div:nth-child(1) {
  position: absolute;
  top: 90px;
  right: 0;
}
@media (max-width: 768px) {
  .containerbanner .containerframebanner > div:nth-child(1) {
    top: 200px;
  }
}
.containerbanner .containerframebanner > div:nth-child(1) .panel-info {
  width: 200px !important;
}
.navbar-inverse {
  background-color: transparent;
  border: none;
  color: black;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-inverse {
    padding-top: 10px;
  }
  .navbar-inverse .navbar-collapse {
    margin-left: -15px;
  }
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: #e6af30;
  color: black;
}
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #e6af30;
  color: black;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 1rem;
  padding: 6px 15px;
  font-family: 'Klavika';
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li.nav-active > a {
  font-family: 'Klavika' !important;
}
.navbar-inverse .navbar-toggle {
  border: none;
  background-color: transparent;
  height: 34px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
  border: none;
  color: #000 !important;
}
.navbar-inverse .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-44deg) translateY(4px);
  transform: rotate(-44deg) translateY(4px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle[aria-expanded='true']:nth-child(4) {
  display: none;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar {
  -webkit-transform: rotate(0deg) translateY(0px);
  transform: rotate(0deg) translateY(0px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: black;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
  color: #000;
}
.navigation-wrapper {
  background-color: #e6af30;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
}
.navigation-wrapper li a:hover {
  color: black !important;
}
.navigation-wrapper {
  background: none;
  box-shadow: none;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 0;
  width: 400px;
  z-index: 3;
}
@media (max-width: 768px) {
  .navigation-wrapper {
    left: 100%;
    width: auto;
    margin-left: -100px;
  }
}
.navigation-wrapper .container {
  width: auto;
}
@media (max-width: 768px) {
  .navigation-wrapper .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .navigation-wrapper .nav {
    margin-top: 50px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.navigation-wrapper .nav > li {
  display: inline-block;
}
@media (max-width: 768px) {
  .navigation-wrapper .nav > li {
    display: block;
    border-bottom: 1px solid #452200;
  }
}
.navbar-header {
  float: none;
}
@media (max-width: 768px) {
  .navbar-nav {
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
  }
}
#navbarCollapse {
  text-align: center;
}
#navbarCollapse.collapse.in {
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  background: #ebe6e2;
  border-top: 0;
}
.langselectorrow {
  display: none;
}
@media (min-width: 1200px) {
  .langselectorrow + .row {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .langselectorrow + .row {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .langselectorrow + .row > div:nth-child(2) {
    width: 17% !important;
  }
  .langselectorrow + .row > div:nth-child(3) {
    width: 15% !important;
  }
}
.langselectorrow + .row div:nth-child(2) {
  width: auto;
}
@media (max-width: 768px) {
  .langselectorrow + .row {
    display: grid !important;
    grid-template-columns: repeat(2, 50%);
    grid-auto-rows: minmax(80px, auto);
  }
  .langselectorrow + .row > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .langselectorrow + .row > div:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 1;
    height: 90px;
    background: #E2D7CD;
    width: 100% !important;
  }
  .langselectorrow + .row > div:nth-child(3) {
    margin-bottom: 0;
    height: 90px;
    background: #E2D7CD;
    width: 100% !important;
  }
}
#headeraccount,
.MenuWarenkorb {
  background: none;
}
#HeaderImage {
  filter: invert(1);
  width: 192px;
  height: auto;
}
.navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: Klavika;
}
.langselectorrow + .row .MenuWarenkorb {
  min-width: 150px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .langselectorrow + .row .MenuWarenkorb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .headeraccountContentLink {
    margin-top: -20px;
  }
}
.list-inline {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
h1,
h2,
.h1,
.h2,
.startpage__header h1 {
  font-family: 'Boycott-Libero';
  color: #7C0B0F;
}
h3,
h4,
h5,
h6 {
  font-family: 'Klavika';
  color: #452200;
}
.HomeFAQBody #accordion > .panel .panel-heading {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 191 48%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M3.44.86c6.179 1.889 177.911-2.664 181.84 0s10.625 45.1 0 45.275-179.173 4.106-181.84 0S-2.739-1.028 3.44.86Z%27 fill=%27%237c0b0f%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.HomeFAQBody #accordion > .panel .panel-heading a {
  text-decoration: none;
}
.HomeFAQBody #accordion > .panel .panel-heading a:hover {
  text-decoration: none;
}
.HomeFAQBody #accordion > .panel .panel-heading .bb-collapse:before {
  display: none !important;
}
.HomeFAQBody #accordion > .panel .panel-heading .bb-collapse:after {
  position: absolute;
  width: 41px;
  height: 41px;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  background: transparent url('https://onlineshop-files.hellabrunn.de/images/accordion_closer.svg') no-repeat 0 bottom;
}
.HomeFAQBody #accordion > .panel .panel-heading .bb-collapse[aria-expanded="false"]:after {
  background: transparent url('https://onlineshop-files.hellabrunn.de/images/accordion_operer.svg') no-repeat 0 bottom;
}
.HomeFAQBody #accordion > .panel .panel-title {
  padding: 20px;
  margin-bottom: 1rem;
  font-size: 20px;
}
.HomeFAQBody #accordion > .panel:first-child .panel-title {
  font-family: 'Boycott-Libero';
  font-size: 64px;
}
.HomeFAQBody #accordion > .panel:first-child .panel-heading {
  background: none;
}
.alert {
  background: none;
  padding: 0;
}
.alert a.alert-link {
  color: var(--hellabrunn-shop-brown) !important;
  font-weight: 400;
  padding: 10px;
}
.alert a.alert-link:before {
  height: auto;
  transform: rotate(-180deg);
  width: auto;
}
.AccountRegisterBody .alert,
.CartIndexBody .alert,
.ShopDetailBody .alert {
  margin-top: 10px;
}
a.alert-link:before {
  background: none;
  content: url("https://onlineshop-files.hellabrunn.de/images/arrow-right-short.svg") !important;
  margin-top: -3px;
  transform: rotate(180deg);
}
a.alert-link > span {
  display: none;
}
.AccountShippingBody #Shipping-Form .alert-link {
  background: none !important;
}
.AccountShippingBody #Shipping-Form .alert-link:before {
  display: none;
}
/*** shop gallery and detail ***/
.headerbasketHeadline {
  font-family: 'Klavika';
  font-weight: 600;
}
.thumbnail {
  background-color: var(--hellabrunn-shop-beige);
  padding: 0;
}
.HomeIndexBody #start-promotion {
  margin-top: -75px;
}
.HomeIndexBody .thumbnail,
.ShopGalleryBody .thumbnail {
  background-color: var(--hellabrunn-shop-beige);
  padding: 0;
  min-height: 675px;
}
@media (max-width: 768px) {
  .HomeIndexBody .thumbnail,
  .ShopGalleryBody .thumbnail {
    min-height: auto;
  }
}
.ShopDetailBody .thumbnail {
  padding: 0;
}
.artikelthumb {
  padding: 0;
  background-color: var(--hellabrunn-shop-beige);
}
.artikelthumb a {
  text-decoration: none;
}
.artikelthumb a:hover {
  text-decoration: none;
}
.artikelthumb .artikelthumbprice {
  font-weight: 600;
  position: static;
  top: auto;
  float: none !important;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 24px;
}
.artikelthumb .artikelthumbcontent {
  display: flex;
  flex-direction: column;
}
.artikelthumb .shopcart-amount {
  display: flex;
}
.artikelthumb .artikelthumbcontent * {
  order: 2;
}
.artikelthumb .artikelthumbname {
  color: #7C0B0F;
  font-family: 'Klavika';
  font-size: 21px;
  /* font-weight: 600; */
  order: 1;
}
.artikelthumb .artikelthumbprice {
  color: #452200;
  font-size: 24px;
}
.AccountRegisterBody .alert-info,
.CartIndexBody .alert-info,
.ShopDetailBody .alert-info {
  margin-bottom: 3rem !important;
}
.ShopDetailBody .alert-info {
  background: none;
  display: inline-block;
  font-family: 'Klavika';
  padding: 0;
  width: auto;
}
.ShopDetailBody .alert-info .alert-link {
  background-color: #E2D7CD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 191 48%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M3.44.86c6.179 1.889 177.911-2.664 181.84 0s10.625 45.1 0 45.275-179.173 4.106-181.84 0S-2.739-1.028 3.44.86Z%27 fill=%27%23e8b200%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 20px;
}
.ShopDetailBody .artikelthumb .artikelthumbname {
  font-family: 'Boycott-Libero';
  font-size: 48px;
}
.ShopDetailBody .artikelthumb + .row .description p > span,
.ShopDetailBody .artikelthumb + .row .description span {
  font-size: 20px !important;
}
.ShopDetailBody .artikelthumb .artikelthumbcontent {
  padding: 0;
}
.ShopDetailBody .artikelthumb .artikelthumbcontent p > span,
.ShopDetailBody .artikelthumb .artikelthumbcontent span {
  font-size: 20px !important;
}
.ShopGalleryBody .artikelthumb .input-group {
  margin: 10px;
  padding-bottom: 10px;
}
.ShopDetailBody .artikelthumb {
  background: none;
}
.ShopDetailBody .artikelthumb .btn-block {
  width: auto;
}
.ShopDetailBody .artikelthumb .shopcart-amount {
  display: table;
}
.ShopDetailBody .thumbnail {
  background: none;
}
.promotion-caption h3 {
  color: #7C0B0F;
  font-family: 'Boycott-Libero';
  font-size: 32px;
  margin: 10px 0;
}
.promotion-caption p,
.promotion-caption p * {
  font-size: 20px !important;
  line-height: 140% !important;
}
.artikelthumb .input-group-addon {
  height: auto;
  padding: 0 10px 0 0 !important;
  width: auto;
}
.artikelthumb .input-group-addon select {
  height: auto;
  border: 0;
  text-align: center;
  background-color: var(--hellabrunn-shop-white);
  padding: 7px 0;
}
.artikelthumb .input-group-addon select option {
  font-family: Klavika;
}
select.qty-dropdown {
  height: auto;
  border: 0;
  text-align: center;
  background-color: var(--hellabrunn-shop-white);
  padding: 7px 0;
}
select.qty-dropdown option {
  font-family: Klavika;
}
.navbar-inverse .navbar-nav > li > a,
.artikelshortdescription {
  font-size: 16px;
  line-height: 1.2rem;
}
.flyout-cart *,
.MenuWarenkorb *,
#headeraccount *,
.mini-shopping-cart div,
.artikelshortdescription *,
.artikelshortdescription * * {
  font-size: 16px !important;
  line-height: 1.2rem !important;
}
/*** button ***/
.btn {
  background-color: #E2D7CD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 191 48%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M3.44.86c6.179 1.889 177.911-2.664 181.84 0s10.625 45.1 0 45.275-179.173 4.106-181.84 0S-2.739-1.028 3.44.86Z%27 fill=%27%23e8b200%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: 'Klavika' !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.btn:hover {
  color: #452200;
  background-color: transparent !important;
  text-decoration: none !important;
}
.btn-block {
  margin-top: 0;
}
.btn,
.promotion-button,
#loginLink,
#BuyButton2,
.alert-info .alert-link {
  font-family: KlavikaWebBasicMedium;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: top;
  /* NACH ERHALT DER ADMIN-RECHTE IM BACKEND ENTSPRECHENDE BUTTONS*/
  /* AUF STYLE = ARROW-BUTTON STELLEN UND PSEUDO*/
  /* AUF ARROW-BUTTON KLASSE UMSTELLEN*/
  /* &::before{*/
  /* 	content: '';*/
  /* 	background-image: url($btnIcon);*/
  /* 	display: inline-block;*/
  /* 	height: 11px;*/
  /* 	width: 11px;*/
  /* 	position: absolute;*/
  /* 	top: 50%;*/
  /* 	transform: translateY(-50%);*/
  /* 	left: 9px;*/
  background-color: #E2D7CD;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 191 48%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M3.44.86c6.179 1.889 177.911-2.664 181.84 0s10.625 45.1 0 45.275-179.173 4.106-181.84 0S-2.739-1.028 3.44.86Z%27 fill=%27%23e8b200%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: 'Klavika' !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.btn:hover,
.promotion-button:hover,
#loginLink:hover,
#BuyButton2:hover,
.alert-info .alert-link:hover {
  color: #452200;
  background-color: transparent !important;
  text-decoration: none !important;
}
#loginLink {
  width: auto;
}
.dropdown-toggle {
  background: #fff;
}
.dropdown-toggle .filter-option {
  display: flex;
}
#headeraccount {
  text-decoration: none !important;
}
.btn-primary {
  color: #452200;
  text-decoration: none !important;
}
.btn-remove {
  background: var(--hellabrunn-shop-yellow);
}
.btn-remove > span:before {
  background-image: url("https://onlineshop-files.hellabrunn.de/images/trash.svg");
  height: 24px;
  width: 20px;
}
.input-group * {
  font-size: 20px;
}
.bootstrap-select.btn-group {
  display: flex !important;
}
.dropdown-toggle .filter-option {
  display: flex !important;
}
.form-control {
  border: 0;
  border-radius: 0;
}
label,
legend {
  font-family: 'Klavika';
}
.control-label,
label {
  font-weight: 400;
}
legend {
  font-weight: 600;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0;
    text-align: left;
  }
}
.middle {
  position: relative;
  margin: 50px 0;
}
table,
table * {
  border-color: rgba(112, 112, 112, 0.45) !important;
}
.cart,
.cart-item-row {
  background: none !important;
}
#CartIndex .carttablehead,
#CartIndex .cartsumhead {
  background: none !important;
}
#CartIndex .cartsumhead th {
  border-bottom: 0;
}
.cart-item-row:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.cartsumhead th:first-child,
.cart-header-row th:first-child {
  padding-left: 0;
}
.cartsumhead th:last-child,
.cart-header-row th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-item-row td:first-child {
  padding-left: 0;
}
.cart-item-row td:last-child {
  padding-right: 0;
  text-align: right;
}
.table > thead > tr > th {
  color: #452200;
}
.table > thead > tr > th:first-child {
  padding-left: 0 !important;
}
.table > thead > tr > th:last-child {
  padding-right: 0 !important;
  text-align: right;
}
.table > tbody > tr {
  border-bottom: 2px solid rgba(112, 112, 112, 0.45) !important;
  color: #452200;
}
.table > tbody > tr:nth-child(n) {
  background: none !important;
}
.table > tbody > tr:nth-child(2n) {
  background: none !important;
}
.table > tbody > tr > td {
  border-top: 1px solid #ddd;
  padding: 8px !important;
}
.table > tbody > tr > td:first-child {
  padding-left: 0 !important;
}
.table > tbody > tr > td:last-child {
  padding-right: 0 !important;
  text-align: right;
}
.carttablehead,
.cartsumhead {
  background: none !important;
}
p,
div {
  font-family: Klavika;
  font-weight: 400;
}
span {
  font-family: Klavika !important;
}
#CartIndex .carttablehead th,
#CartIndex .cartsumhead th {
  color: #452200;
}
@media (min-width: 768px) {
  .CartIndexBody .middle .containerframe > .row:nth-of-type(5) > div {
    width: 90%;
    margin-top: -40px;
  }
}
.CartIndexBody .middle .row strong {
  font-weight: 400;
}
.modal-content {
  background-color: #E2D7CD;
  border-radius: 0;
}
.link-back {
  padding-left: 0 !important;
}
.mini-shopping-cart {
  background-color: #E2D7CD;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 195px;
}
.AccountManageBody h3 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .AccountManageBody .containerframemiddle .columns {
    overflow: hidden;
  }
}
/*** footer ***/
.containerbottom {
  background-color: hsla(0, 0%, 100%, 0.7);
  width: 100%;
  padding: 0;
  min-height: 250px;
}
.containerbottom .row {
  display: flex;
  justify-content: center;
}
.containerbottom .row + .footer .row .divider {
  display: none !important;
}
.containerbottom .row + .footer .row:nth-child(1) {
  flex-wrap: wrap;
}
.containerbottom .row + .footer .row:nth-child(1) div {
  width: 100% !important;
  margin-bottom: 15px;
}
.containerbottom .row + .footer .row:nth-child(1) div .list-unstyled div {
  width: 100% !important;
  word-break: break-word;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .containerbottom .row + .footer .row:nth-child(1) div {
    width: 25% !important;
    margin-bottom: 0;
  }
}
div.bottom > .containerbottom {
  background-color: var(--hellabrunn-shop-beige);
}
div.bottom > .containerbottom > .containerframebottom > .row {
  background-color: var(--hellabrunn-shop-red);
  margin-top: 0 !important;
}
div.bottom > .containerbottom > .containerframebottom > .row .list-unstyled {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.list-unstyled {
  list-style-type: none !important;
}
.list-unstyled a.sociallinkfacebook img {
  display: none;
}
.list-unstyled a.sociallinkfacebook:before {
  content: url("https://onlineshop-files.hellabrunn.de/images/facebook.svg");
}
.list-unstyled a.sociallinkyoutube img {
  display: none;
}
.list-unstyled a.sociallinkyoutube:before {
  content: url("https://onlineshop-files.hellabrunn.de/images/youtube.svg");
}
.list-unstyled a.sociallinkinstagram img {
  display: none;
}
.list-unstyled a.sociallinkinstagram:before {
  content: url("https://onlineshop-files.hellabrunn.de/images/instagram.svg");
}
.footer {
  height: auto;
  position: relative;
  max-width: 1140px;
  padding: 30px 15px 16px;
  margin: 0 auto;
  margin-bottom: 0px;
}
.footer .FooterHeadline {
  color: #452200;
  font-family: 'Klavika';
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.footer .list-unstyled {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.footer .list-unstyled li div {
  color: black;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .footer {
    padding: 30px 0 16px;
  }
}
.FooterKontaktLocation,
.FooterKontaktTelefon,
.FooterKontaktEmail {
  background: none;
  padding-left: 0;
  color: #7C0B0F !important;
}
.FooterKontaktTelefon:before {
  content: "Tel.: ";
}
.FooterKontaktEmail a {
  font-size: 16px !important;
  color: #7C0B0F !important;
  padding: 0 !important;
  text-transform: none !important;
}
.FooterKontaktEmail a:before {
  content: "E-Mail: ";
}
.FooterVersandkosten a {
  position: relative;
}
.FooterVersandkosten a:after {
  background: url("https://onlineshop-files.hellabrunn.de/images/arrow-right-short.svg") no-repeat center right;
  content: "";
  height: 13px;
  position: absolute;
  margin-top: -7px;
  right: 0;
  top: 50%;
  visibility: visible;
  width: 15px;
}
.FooterHausordnung a {
  position: relative;
}
.FooterHausordnung a:before {
  background: url("https://onlineshop-files.hellabrunn.de/images/arrow-right-short.svg") no-repeat center right;
  content: "";
  height: 13px;
  position: absolute;
  margin-top: -7px;
  right: 0;
  top: 50%;
  visibility: visible;
  width: 15px;
}
.FooterHausordnung a:after {
  text-decoration: underline;
}
.FooterFirmierung a {
  position: relative;
  visibility: hidden;
}
.FooterFirmierung a:before {
  background: url("https://onlineshop-files.hellabrunn.de/images/arrow-right-short.svg") no-repeat center right;
  content: "";
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  visibility: visible;
  width: 15px;
}
.FooterFirmierung a:after {
  content: "Tierpark Hellabrunn";
  left: 0;
  padding-top: 5px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  visibility: visible;
}
div.bottom > .containerbottom > .containerframebottom > footer {
  margin-bottom: 50px;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row {
  position: relative;
  z-index: 2;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div a {
  display: block;
  color: var(--hellabrunn-shop-brown);
  padding: 0.25rem 0;
  position: relative;
  background: url("https://onlineshop-files.hellabrunn.de/images/arrow-right-short.svg") no-repeat center right;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row:last-child {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  div.bottom > .containerbottom > .containerframebottom > footer > .row:last-child {
    margin-top: 0;
  }
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div {
  order: 2;
  border-left: 1px solid #BFB2A6;
}
@media only screen and (max-width: 767px) {
  div.bottom > .containerbottom > .containerframebottom > footer > .row > div {
    border-left: 0;
    border-bottom: 1px solid #BFB2A6;
  }
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div:last-child {
  order: 1;
  border-left: 0;
  border-bottom: 0;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div:last-child .FooterHeadline {
  font-family: 'Boycott-Libero';
  font-size: 36px;
  font-weight: 400;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div:last-child .FooterKontaktLocation:before {
  content: "Münchener Tierpark Hellabrunn AG\A\A";
  white-space: pre;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div:last-child a {
  background: none;
}
.artikelthumbprice[data-contrast-applied="true"],
.artikelthumbname[data-contrast-applied="true"],
.artikelshortdescription[data-contrast-applied="true"],
.promotion-description[data-contrast-applied="true"] {
  color: #fff !important;
}
.artikelthumbprice[data-contrast-applied="true"] > p,
.artikelthumbname[data-contrast-applied="true"] > p,
.artikelshortdescription[data-contrast-applied="true"] > p,
.promotion-description[data-contrast-applied="true"] > p {
  color: #fff !important;
}
.artikelthumbprice[data-contrast-applied="true"] > p > span,
.artikelthumbname[data-contrast-applied="true"] > p > span,
.artikelshortdescription[data-contrast-applied="true"] > p > span,
.promotion-description[data-contrast-applied="true"] > p > span {
  color: #fff !important;
}
.caption[data-contrast-applied="true"],
.bb-collapse[data-contrast-applied="true"] {
  background-color: #002f6c;
}
.caption[data-contrast-applied="true"] *,
.bb-collapse[data-contrast-applied="true"] * {
  color: #fff !important;
}
.footerButton[data-contrast-applied="true"] {
  background-color: #002f6c;
}
div.bottom > .containerbottom > .containerframebottom > footer > .row > div .FooterHeadline[data-contrast-applied="true"] {
  width: 100% !important;
}
/*** end ***/
/*# sourceMappingURL=style.css.map */