html {
  overflow-y: scroll;
}
body {
  background: white;
}
body, div, span, p, ul, form, h1, h2, h3, th, td, table, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 135%;
}
h1 {
  font-family: "Sorts Mill Goudy",  Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 55px;
  text-align: center;
  margin: 0px;
  margin: 30px 0px 20px;
}
h2 {
  font-family: "Sorts Mill Goudy",  Georgia, Palatino, "Times New Roman", Times, serif;
  margin: 30px 0px 20px;
  font-size: 24px;
}
h3 {
  font-family: "Sorts Mill Goudy",  Georgia, Palatino, "Times New Roman", Times, serif;
  margin: 25px 0px 12px;
  font-size: 16px;
}
p, dd {
  margin: 0px 0px 12px;
}
.blockText p {
  text-align: left;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: black;
}
img {
  position: relative;
  max-width: 100%;
}
input, select, textarea, td {
  font-size: 16px;
}
a.outlineButton,
input[type="button"],
input[type="submit"] {
  border: none;
  padding: 10px 20px;
  color: black;
  background: #ffd95e;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
a.outlineButton:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #f2c314;
  text-decoration: none;
}
figure.info {
  float: right;
  padding: 0px;
  margin: 0px;
  padding: 5px 0px 0px 30px;
  width: 250px;
}
figure.big {
  float: right;
  padding: 0px;
  margin: 0px;
  padding: 5px 0px 0px 30px;
  width: 400px;
}
figure.full {
  padding: 0px;
  margin: 0px 0px 20px;
}
hr {
  border: none;
  border-top: #e3dfcd 1px solid;
  margin: 0px;
  height: 1px;
}
.pageContainer {
  max-width: none;
  border: none;
}
.inner,
main .content {
  position: relative;
  margin: 0px auto;
  max-width: 960px;
  padding: 0px 20px;
}

/* -- Header -- */
header {
  background: white url(background.jpg) center center no-repeat;
  background-size: cover;
  padding: 0px;
}
header .inner {
}
header .pageTitle {
  display: none;
}
header .logo {
  display: block;
  padding: 40px 20px 30px;
  margin: 0px;
  text-align: center;
}
header .logo a,
header .logo h1,
header .logo p {
  text-decoration: none;
  color: white;
  font-family: "Sorts Mill Goudy",  Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 40px;
  font-weight: normal;
}
header .logo h1 {
  font-size: 75px;
  margin: 0px;
}
header nav.top {
  background: #eeece1cc;
  padding: 0px 5px;
}
header .menuSearch {
  background: #eeece1cc;
  padding: 5px 5px;
}

header nav.top {
  position: absolute;
  top: 10px;
  right: 20px;
}
header nav.top,
header nav.top span {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
}
header nav.top a {
  color: black;
  font-weight: normal;
}
header nav.top a:hover {
  color: #840042;
}
nav.mobile {
  display: none;
}
/*
header .menuSearch {
  position: absolute;
  right: 20px;
  bottom: 25px;
  text-align: right;
}
header .menuSearch,
header .menuSearch label,
header .menuSearch input {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
}
header .menuSearch input[type="submit"] {
  background: #840042;
  border: none;
  color: white;
  padding: 2px 5px;
  background: transparent url(search.svg) top left no-repeat;
  text-indent: 200%; white-space: nowrap; overflow: hidden;
}
header .menuSearch input[type="submit"]:hover {
  opacity: 0.6;
}
/*header .menuSearch .advanced {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  padding: 5px 37px 0px 0px;
}
/*header .menuSearch .advanced a {
  font-weight: normal;
}*/

/* -- Navigation -- */
nav.main {
  background: white;
  margin: 0px;
  padding: 5px 0px;
}
nav.main ul {
  margin: 0px -20px 0px;
  list-style: none;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
nav.main a {
  /*font-family: Tahoma, Arial, sans-serif;*/
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
/*nav.main li:first-child {
  padding-left: 0px;
}*/
nav.main a {
  display: block;
  padding: 5px 10px;
  margin: 5px 10px;
  text-decoration: none;
}
nav.main li.label {
  padding: 5px 10px;
  margin: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
nav.main li.active a,
nav.main li:hover a {
  color: black;
}

nav.cat ul,
nav.cat ul {
  justify-content: center;
  flex-wrap: wrap;
}
nav.cat li a {
  border-bottom: #333 1px solid;
  margin-bottom: 7px;
}
nav.cat li:hover a,
nav.cat li.active a {
  border-bottom: #333 3px solid;
  margin-bottom: 5px;
}
nav.category1 {
  background: #f2c314;
}
nav.category2 {
  background: #f7d663;
}
nav.category3 {
  background: #fbe69f;
}
nav.category2 li a,
nav.category3 li a {
  font-size: 14px;
  padding: 3px 10px;
  margin: 3px 10px;
}
nav.category2 li:hover a,
nav.category3 li:hover a,
nav.category2 li.active a,
nav.category3 li.active a {
  border-bottom: #333 2px solid;
  margin-bottom: 2px;
}

nav.main .menuSearch {
  /*position: absolute;
  right: 20px;
  bottom: 25px;
  text-align: right;*/
  float: right;
  padding: 7px 20px;
  padding-left: 40px;
}
nav.main .menuSearch input[type="text"] {
  width: 150px;
}
nav.main .menuSearch button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
nav.main .menuSearch button svg {
  width: 20px;
  height: 20px;
  fill: #333;
}
nav.main .menuSearch button:hover svg {
  fill: black;
}


/* -- Main -- */
main {
  padding: 40px 0px 20px;
  min-height: 330px;
}
.pane {
  background: transparent;
  padding: 0px;
}
.command td {
  padding: 0px;
}
ul.error {
  font-size: 16px;
}

/* -- Detail -- */
.detail td .description,
.detail td .comment {
  text-align: left;
}
ul.additional {
  margin: 10px 0px 15px 15px;
}
ul.additional b {
  font-weight: normal;
}
.detail .deliveryInfo > div {
  display: inline-block;
  margin-right: 20px;
  vertical-align: center;
}
.detail .deliveryInfo svg {
  vertical-align: sub;
  width: 16px;
  height: 16px;
}

/* -- List -- */
.list table {
  background: transparent;
}
.listView thead th {
  display: none;
}
.list tbody tr.odd,
.list tbody tr.even {
  background: white;
  border-bottom: #ebddb8 1px solid;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover {
  background: #fbf7ef;
  border-bottom: #ebddb8 1px solid;
}
.list tbody td {
  padding: 10px 0px;
}
.list tbody td.picfile {
  width: 120px;
}
.list tbody td.picfile img {
  padding-right: 10px;
}
.list tbody .desc {
  text-align: left;
}
.list .tfoot td {
  padding: 10px 0px 0px;
  border: none;
}
.list .tfoot td div {
  font-size: 16px;
}
.listConfigLinks {
  margin: 20px 0px;
  border-top: #ebddb8 1px solid;
  padding: 10px 0px 0px;
}
.pager .jump input {
  font-size: 14px;
}
.pager .jump input[type="submit"] {
  font-size: 14px;
  padding: 3px 5px;
}
/*.list .price {
  padding-top: 3px;
}*/
.list sup {
  position: relative;
  top: -0.5em; 
  vertical-align: top;
  font-size: 10px;
  padding-right: 10px;
}
.list tbody .order button:hover svg {
  fill: black;
}

/* -- Order -- */
.cart {
  margin: 20px 0px;
}
.cart thead th {
  background: transparent;
  border-bottom: #e3dfcd 1px solid;
  font-style: normal;
}
.cart thead th b {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.cart select {
  font-size: 14px;
}
.cart tbody tr.odd,
.cart tbody tr.even,
.cart .tfoot tr {
  background: transparent;
  border-bottom: #e3dfcd 1px solid;
}
.cart .tfoot td {
  padding: 8px 0px 5px;
}
.cart tbody .quantity input {
  font-size: 16px;
}
.cart tbody .quantity img {
  vertical-align: middle;
}
.address td,
.address label,
.address .countryInfo {
  font-size: 16px;
}
.address input[type="text"],
.address select {
  font-size: 14px;
}


.orderProgress li {
  background: #eeece1;
}
.orderProgress .stateOK span {
  color: green;
}
.orderProgress .stateActive span {
  color: #f2c314;
}

.payment input[type="radio"] {
  margin-top: 0px;
}
.orderHead {
  margin: 11px 0px 35px;
}
.orderHead .pane {
  background: #eeece1;
  padding: 10px 10px;
}
.orderHead h3 {
  margin: 0px 0px 10px;
  padding: 0px 0px 0px;
  border-bottom: #ccc 1px solid;
}

.cartSum b {
  font-weight: normal;
}
.cartCommand input:disabled {
  background: #ddd;
  color: #666;
  cursor: not-allowed;
}
.submitOrder:disabled {
  background: #ddd;
  color: #666;
  cursor: not-allowed;
}

/* -- Search -- */
.constraints input[type="text"],
.constraints select {
  font-size: 15px;
}

/* -- Browse -- */
.category p,
.keywords p,
.alphabet {
  font-size: 16px;
}
.category p,
.keywords p {
   padding: 0px 0px 5px;
}
.category,
.keywords {
  columns: 2;
}
.category a,
.keywords a {
  color: #333;
  text-decoration: underline;
  font-weight: normal;
}
.category a:hover,
.keywords a:hover {
  color: black;
}
.category .entryCount,
.keywords .entryCount {
  color: #999;
}
.alphabet {
  margin: 10px 0px 20px;
}
.alphabet b,
.alphabet a,
.alphabet span {
  display: inline-block;
  border: #f2c314 2px solid;
  padding: 1px 5px;
  margin: 0px 0px 10px 4px;
}
.alphabet a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
.alphabet a:hover,
.alphabet b {
  background: #f2c314;
  color: black;
  text-decoration: none;
}
.alphabet span {
  color: #999;
}

.detailBackLink {
  padding-top: 20px;
}
.detailBackLink > a {
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
}
.detailBackLink a span {
  color: #333;
}
.detailBackLink a:hover span {
  color: black;
}

/* -- Info pages -- */
/*
.index p {
  margin-bottom: 20px;
}
.index .message,
.featuredMessage .message {
  background: #eeece1;
  margin: 0px 0px 32px;
  border: none;
  color: black;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  padding: 10px 20px;
}

.pageList li {
  margin-bottom: 10px;
}
.pageList a {
  color: black;
  text-decoration: underline;
  font-weight: normal;
}
.pageList a:hover {
  color: #840042;
}

.featured .items .item .buttons,
.catalogs .item .text .buttons {
  margin-top: 20px;
}

.featured .items .item {
  border-bottom: #e3dfcd 1px solid;
  padding: 20px 0px;
  overflow: auto;
}
.featured .items .item .image {
  float: right;
  padding-left: 30px;
  width: 250px;
}
.featured .items .item p {
  font-size: 17px;
}

*/

.events .eventItem {
  margin: 30px 0px;
}
.events .eventItem h2,
.events .eventItem p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.events .eventItem h2,
.events .eventItem p.desc {
  font-weight: bold;
}

.disclaimer h2 {
  font-size: 16px;
  text-align: center;
}
.impressum table {
  margin-bottom: 12px;
}
.impressum td {
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}
.shipping {
  width: 90%;
}
.shipping th,
.shipping td {
  border-bottom: #333 1px solid;
  font-weight: normal;
  padding: 8px 70px 8px 10px;
  text-align: left;
}

/* -- Footer -- */
.topLink {
  text-align: right;
  font-size: 11px;
  padding: 30px 0px 0px;
  clear: both;
}
.topLink a {
  font-weight: normal;
}

.shopInfo {
  margin: 0px;
  padding: 10px 0px;
  font-size: 10px;
  text-align: center;
  color: #e3dfcd;
  padding-bottom: 0px;
}
.shopInfo a {
  color: #e3dfcd;
  font-weight: normal;
}
.shopInfo a:hover {
  color: #c8c09a;
}

nav.bottom {
  border: none;
  margin: 0px;
  font-size: 11px;
  padding: 10px 0px 0px;
  color: #b2a189;
  text-align: center;
}
nav.bottom .sep {
  border-right: #b2a189 1px solid;
  padding: 0px;
  margin: 0px 7px;
  font-size: 14px;
}

footer {
  background: #ebddb8;
  margin: 0px;
}
footer .inner {
  position: relative;
}
footer p,
footer a {
  color: #555;
}
footer a {
  text-decoration: underline;
  font-weight: normal;
}
footer a:hover {
  color: black;
}
footer .topLink {
  position: absolute;
  right: 20px;
  top: 10px;
}
footer .topLink a svg {
  height: 32px;
  width: 32px;
  fill: #333;
}
footer .topLink a:hover svg {
  fill: black;
}
#btn-arrow-up-double:hover path[fill="none"] {
  stroke: white;
}
footer .remarks {
  padding: 40px 30px 20px 0px;
}
footer .remarks p {
  font-size: 13px;
}
footer nav.bottom {
  overflow: auto;
  padding: 0px 0px 30px;
}
footer nav.bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer nav.bottom li {
  float: left;
  font-size: 13px;
}
footer nav.bottom li:not(:first-child):before {
  content: '|';
  padding: 0px 10px;
}
footer.shopInfo {
  background: #333;
  padding: 10px 0px 5px;
}
footer.shopInfo p,
footer.shopInfo a {
  color: #eee;
  font-size: 13px;
  text-align: left;
}

/* -- Internal -- */
.debugSession {
  display: none;
}

nav.main.internal ul {
  justify-content: left;
}

.internal .entity .content {
  background: #ccbda6;
}
.internal .list tbody tr.odd,
.internal .list tbody tr.even {
  border: none;
}
.internal .list tr td {
  padding: 2px 7px;
  vertical-align: top;
}
.internal .list tbody tr.odd td,
.internal .list tbody tr.even td {
  background: transparent;
}
.internal .list tbody tr td.catalogImage {
  width: 200px;
}
.internal .list tbody tr td.tasks {
  background: #eeece1;
  width: 100px;
}
nav.main .internalMenu ul {
  justify-content: flex-start;
}

.internal #quickLinkTable {
  margin-bottom: 20px;
}
.internal #quickLinkTable .level0 td {
  background: #f2c314;
  font-weight: bold;
}
.internal #quickLinkTable .level1 td {
  background: #ececec;
  background: white;
}
.internal #quickLinkTable .level2 td {
  background: #ddd;
  background: white;
}
.internal #quickLinkTable tr .tasks {
  background: #ccc;
  width: 140px;
}
