/* ZMM: Setzen von globalen Styles */
body {
  font-family: sans-serif;
  color: #616161;
  line-height: 1.3;
}

h1 {
  color: #616161;
}

#page {
  /* ZMM: Seiten rechs und Links grau setzen. */
  background: #f1f1f1;
}

#main {
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 20px;
}

#header {
  background-color: #9b2d1a;
  background-color: darkslategray;
  background-color: #755b0b;
  background-image: linear-gradient(#8e0505, #c31d1d);
  background-image: linear-gradient(darkslategray, #357e7e);
  background-image: linear-gradient(#755b0b, #a68f45);
}

.layout-container {
  max-width: 1800 px;
}

/*
  ZMM: Ohne das Paddding hängt das Secondary Menu rechts raus.
       15px ist bündig, aber optisch passt 20 besser
*/
.region-secondary-menu {
  padding-right: 20px;
}

.region-header .site-branding__text a {
  color: #deac14;
  font-size: 1.7em;
}

.site-branding__slogan {
  color: #eeb716;
  font-size: 1.3em;
}

.language-switcher-language-url {
  margin-left: 10px;
  margin-top: 5px;
  float: right;
}

.cart-block--summary {
  margin-left: 16px;
  margin-top: 3px;
  float: right;
}

.block-dynamic-cart-block {
  float: right;
  color: white;
}

.cart-block--summary__count {
  color: white;
}

.block-dropdown-language {
  width: 63px;
  height: 21px;
  float: right;
  margin-top: 7px;
}

/* ZMM: Der Versuch nur Flaggen zu bekommen
.js .dropbutton-widget {
border: 0px;
margin: 0px;
padding: 0px;
border-radius: 0px;
}

.block-dropdown-language {
  width: 58px;
  height: 21px;
  float: right;
  margin-top: 7px;
}

.en.dropbutton-action {
  background-image: url("../images/gb.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
  color: #000;
  color: rgba(0, 0, 0, 0.0);
}

.de.dropbutton-action {
  background-image: url("../images/de.svg");
  background-repeat: no-repeat;
  background-position: center center;

  cursor: default;
  color: #000;
  color: rgba(0, 0, 0, 0.0);
}

.en.dropbutton-action.secondary-action {
  background-image: url("../images/gb.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  color: rgba(0, 0, 0, 0.0);
}

.de.dropbutton-action{
  background-color: #a16f6f;
}
*/

/* ZMM: Formatierung Katalogauswahl-Block */
.sidebar {
  font-size: 1.1em;
}

.simpler-select {
  font-size: 1em;
}

/* ZMM: Formatierung Katalogausgabe */
.field--type-image img {
  margin: 0 0 0em;
}

.field–name-field-bildunterschrift {
  font-weight: bold;
  text-align: center;
}

.paragraph–-type-–bild-mit-bildunterschrift {
  border: 2px gray solid;
  margin: 4px 0;
  padding: 4px;
}

.field.field--name-field-bilder-zur-ausgabe {
  display: flex;
  flex-wrap: wrap;
}
.field.field--name-field-media-image {
  margin-top: 10px;
}

/* ZMM: Der nächte Style soll einer Trennlinie eine Margin geben, funkt nicht!
.hr4 {
 margin-bottom: 4px;
}
*/

/* ZMM: Die nächsten beiden Styles verändern den Schriftgrad der Label
        font-weight war bold
        font-size war 0.929em
*/
label {
  display: table;
  font-weight: normal;
}

.form-item label,
.form-wrapper .label {
  font-size: 1.2em;
}

/* ZMM: Schriftgroesse wird von 0.929em auf 1.05em veraendert */
.button {
  display: inline-block;
  padding: 0.25em 1.063em;
  cursor: pointer;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-right-color: #d2d2d2;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-radius: 1em;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.05em;
  font-weight: normal;
  line-height: normal;
}

/* ZMM: Font fuer philatelistische Symbole */
@font-face {
  font-family: SLNetSolutionsPhilaSymbols;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.eot); /* IE9 Compat Modes */
  src: local(SLNetSolutionsPhilaSymbols),
    local(SLNetSolutionsPhilaSymbols-Regular),
    url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.eot?#iefix)
      format("embedded-opentype"),
    /* IE6-IE8 */
      url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.woff2)
      format("woff2"),
    /* Super Modern Browsers */
      url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.woff)
      format("woff"),
    /* Modern Browsers */
      url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.ttf)
      format("truetype"),
    /* Safari, Android, iOS */
      url(../fonts/SLNetSolutionsPhilaSymbols/SLNetSolutionsPhilaSymbols.svg#SLNetSolutionsPhilaSymbols)
      format("svg"); /* Legacy iOS */
}

p {
  margin: 0px;
}
/* ZMM: Ab hier fuer Texte vor und nach Preisgruppen */
.wkat-texte-vor-preisgruppe {
  font-size: 1.071em;
}

.wkat-texte-nach-preisgruppe {
  font-size: 1.071em;
}

/* ZMM: ab hier fuer table */
.wkat-table {
  width: auto;
  border-spacing: 0px;
}

/* ZMM: caption wird nicht mehr benötigt
.wkat-caption {
  text-align: left;
  text-decoration: underline 1px;
  margin-top: 27px;
  white-space: nowrap;
}
 */

.wkat-thead {
  background-color: transparent;
  font-family: SLNetSolutionsPhilaSymbols, serif;
  font-size: 1.7em;
  padding-right: 7px;
}

.wkat-table tbody tr:nth-child(odd) {
  background-color: rgb(242,242,242); 
}

/*
.wkat-table tbody tr:nth-child(even) { 
  background-color: rgb(228, 180, 180); 
}
*/

.wkat-th {
  font-weight: normal;
}

.wkat-th-border-left,
.wkat-td-border-left {
  border-left: 1px solid #616161;
  padding-left: 11px;
}

.wkat-td-katalognummer {
  text-align: right;
  padding-right: 11px;
}

.wkat-td-katalognummer-bold {
  font-weight: bold;
  text-align: right;
  padding-right: 11px;
}

.wkat-td-wertstufe {
  text-align: right;
  padding-right: 11px;
}

.wkat-td {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ZMM: Nur einschalten, wenn für DEV benötigt wird. Wirkt global */
th,
td {
  /*  border: 1px solid royalblue;
  padding-top: 0px;
  padding-bottom: 0px;
  */
}

.wkat-td-info {
  padding-right: 11px;
}

.wkat-td-zeichnung {
  padding-right: 11px;
}

.wkat-td-preispunkt {
  text-align: right;
  padding-right: 11px;
}

/* ZMM: den Pager formatieren */
.pager__items {
  font-size: 1.3em;
  margin-top: 14px;
}

/* ZMM: Da das Label 'Katalog / Ausgabe / Item' etwas breit ist, wird der Abstand zum Label rechts davon etwas vergrößert */
label[for="edit-term-node-tid-depth"] {
  margin-right: 2em;
}

/* ZMM: Ab hier Style für ckeditor 5 */
/* ZMM: Mediatype */
.caption-drupal-media {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 21px;
}

.media--type-image {
  border: 0px;
  padding: 0px;
}

.caption > figcaption {
  border: 0;
  text-align: left;
  font-family: sans-serif;
  font-style: italic;
  font-size: 100%;
  line-height: 1.3em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  background-color: #ffffff;
}

.caption > * {
  background: none;
}

/* ZMM: Einrücken und Abstände in ungeordneter Liste */
.text-formatted ul {
  margin-left: 14px;
}

.wkat-table-with-frame-table-tag {
  border: 1px;
  border-style: solid;
}

.wkat-table-with-frame-td-th-tag {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

/* ZMM: Den Footer richtig formatieren */
.site-footer__bottom {
  margin-top: 0px;
}

.wkat-footer-menu {
  text-align: center;
}

.wkat-footer-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
}

.wkat-footer-menu li {
  float: left;
}

/* ZMM: Formate fuer KatalogBlockForm */
#edit-myaccount {
  border-bottom-width: 0px;
}

#edit-logout {
  border-bottom-width: 0px;
}

.bkat-homebutton {
  margin-top: 14px;
}

/* ZMM EU-Compliance-Popup */
.eu-cookie-compliance-content {
  max-width: 1060px;
}

.eu-cookie-compliance-category-description {
  margin-bottom: 7px;
}

.eu-cookie-compliance-has-categories {
  margin-left: 37px;
  float: left;
}
