html {
  overflow-y: scroll;
}
body {
  background: white;
}
body, div, span, p, ul, form, h1, h2, h3, th, td, table, input, select, textarea {
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  color: black;
  line-height: 135%;
}
h1 {
  font-size: 28px;
  color: #840042;
  margin: 0px;
  margin: 30px 0px 20px;
}
h2 {
  margin: 30px 0px 20px;
  font-size: 24px;
}
h3 {
  margin: 25px 0px 12px;
  font-size: 16px;
}
p, dd {
    margin: 0px 0px 12px;
}
a {
  color: #840042;
  font-weight: bold;
}
img {
  position: relative;
  max-width: 100%;
}
input, select, textarea, td {
  font-size: 16px;
}
a.outlineButton,
input[type="button"],
input[type="submit"] {
  border: #840042 2px solid;
  padding: 3px 20px;
  color: #840042;
  background: white;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
a.outlineButton:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  background: #840042;
  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: #eeece1;*/
  background: white url(watschoed_sommer.jpg) center 38% no-repeat;
  background-size: cover;
  padding: 0px;
}
header.spring {
  background: white url(watschoed_fruehjahr.jpg) center 38% no-repeat;
}
header.summer {
  background: white url(watschoed_sommer.jpg) center 38% no-repeat;
}
header.winter {
  background: white url(watschoed.jpg) center 38% no-repeat;
}
header .inner {
  /*background: #ffffff99;*/
}
header .pageTitle {
  display: none;
}
header .logo {
  display: block;
  padding: 40px 0px 30px;
  margin-left: -5px;
}
header .logo img {
  width: 190px;
}


header .inner {
  /*background: #ffffff99;*/
  height: 200px;
}
header .logo {
  background: #eeece1cc;
  padding: 5px 5px 3px;
  margin: 0px;
  position: absolute;
  left: 10px;
  bottom: 25px;
}
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 {
  /*background: #9c3367;*/
  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: #840042;
  margin: 0px;
}
nav.main ul {
  margin: 0px -20px 0px;
  list-style: none;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
nav.main li,
nav.main div,
nav.main a {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
}
/*nav.main li:first-child {
  padding-left: 0px;
}*/
nav.main li.active > div,
nav.main a {
  display: block;
  padding: 10px 20px;
}
nav.main li.active > div,
nav.main li:hover > div > a {
  background: #9c3367;
  text-decoration: none;
}
nav.main ul ul {
  display: none;
  position: absolute;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
  background: #840042;
  margin: 0px;
}
nav.main ul li:hover ul {
  display: block;
}
nav.main ul ul li {
  border-top: white 1px solid;
}

/* -- 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;
}

/* -- List -- */
.list table {
  background: transparent;
}
.list thead th {
  display: none;
}
.list tbody tr.odd,
.list tbody tr.even {
  background: white;
  border-bottom: #e3dfcd 1px solid;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover,
.list tbody tr.active {
  background: #e3dfcd;
  border-bottom: #e3dfcd 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: #e3dfcd 1px solid;
  padding: 10px 0px 0px;
}

/* -- Order -- */
.cart {
  margin: 20px 0px;
}
.cart thead th {
  display: table-cell;
  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: #840042;
}

.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;
}

/* -- 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: black;
  text-decoration: underline;
  font-weight: normal;
}
.category a:hover,
.keywords a:hover {
  color: #840042;
}
.category .entryCount,
.keywords .entryCount {
  color: #999;
}
.alphabet {
  margin: 10px 0px 20px;
}
.alphabet b,
.alphabet a,
.alphabet span {
  display: inline-block;
  border: #840042 2px solid;
  padding: 1px 5px;
  margin: 0px 0px 10px 4px;
}
.alphabet a {
  color: #840042;
  font-weight: normal;
}
.alphabet a:hover,
.alphabet b {
  background: #840042;
  color: white;
  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: #840042;
}

/* -- 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;
}

.catalogs .item {
  border-bottom: #e3dfcd 1px solid;
  padding: 20px 0px;
  overflow: auto;
}
.catalogs .item .image {
  float: right;
  padding-left: 30px;
}
.catalogs .item .text h3 {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 18px;
}
.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;
}

.purchase h3,
.contact h3 {
  font-size: 16px;
  margin: 15px 0px 0px;
}
.purchase p,
.contact p {
  margin: 0px;
}
.contact .opening {
  min-width: 75px;
  display: inline-block;
}

.neustartkultur {
  margin: 30px 0px;
}
.neustartkultur img {
  height: 80px;
}

/* -- 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: #3e001f;
  border-top: white 1px solid;
  margin: 0px;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.info {
  background: #eeece1;
}
footer p {
  color: white;
  line-height: 20px;
  margin: 0px;
}
footer a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}
footer.info .contact,
footer.info .bookshop,
footer.info .legal {
  min-width: 280px;
  padding: 0px 40px 10px 0px;
}
footer.info .legal {
  padding-right: 0px;
}
footer.info h3 {
  color: #840042;
  margin: 0px;
  padding: 20px 0px 0px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}
footer.info p {
  color: black;
}
footer.info a {
  color: black;
  text-decoration: underline;
}
footer.info a:hover {
  color: #840042;
}
footer.info .legal ul {
  list-style: none;
  margin: 0px;
  padding: 20px 0px;
}
footer.info .legal li {
  line-height: 27.5px;
  line-height: 24px;
}
footer.info .instagram {
  padding-bottom: 10px;
}
footer.info .instagram,
footer.info .instagram a {
  font-weight: bold;
}
footer.info .instagram svg {
  margin-bottom: -3px;
}
footer.membership .caption,
footer.membership .vda,
footer.membership .ilab {
  padding: 20px 0px 20px;
  width: 290px;
}
footer.membership .logo {
  float: left;
}
footer.membership p {
  padding: 5px 10px 5px 60px;
}
footer.membership .caption p {
  padding: 5px 0px;
}
footer.membership a {
  text-decoration: none;
}

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

.internal .entity .content {
  background: #ccbda6;
}
.internal .list tbody tr.odd,
.internal .list tbody tr.even {
  border: none;
}
.internal .list tr td {
    padding: 2px 7px;
}
.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;
}