
:root {
  --background-color: #EEEBE7; /* Hintergrundfarbe, auch Schrift hell */
  --accent-color: #934714; /* Akzentfarbe, bei Intex auch Textlinkfarbe */
  --light-bg-color: #F6F4F1; /* Helle Flächenfarbe und Header */
  --text-color: #000; /* Textfarbe */
  --form-placeholder-color: #C4C8CE; /* Formular Placeholder-Farbe */

  --in-accent-color: #172F46; /* Intex zweite Akzentfarbe (auch btn dark) */
  --in-accent-color-light: #CAC5B8; /* Intex helle Akzentfarbe (Hero unten; Hero-text) */
  --in-btn-color-hover: #A14F18; /* Intex Buttonfarbe hover für btn dark */
  --in-btn-color-light: #1D3855; /* Intex Buttonfarbe light */
  --in-section-bg-color: #CAC5B8; /* Intex Section Hintergrundfarbe */
  --in-footer-color: #000; /* Intex Footer-Farbe */

  --op-btn-color-light: #86826D; /* Optisend Buttonfarbe light */
  --op-accent-color: #726F5D; /* Optisend zweite Akzentfarbe (auch Textlinks und btn dark) */
  --op-footer-color: #5D5A48; /* Optisend Footer-Farbe */

  /* ------------------------------------------------------------------ */
  --box-color: #E1DED8;
  --btn-color: var(--op-accent-color);
  --btn-color-hover: var(--op-btn-color-light);
}

/* public-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/public-sans-v18-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/public-sans-v18-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 200;
  src: url('fonts/public-sans-v18-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-200italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/public-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/public-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/public-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/public-sans-v18-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/public-sans-v18-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-500italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/public-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/public-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/public-sans-v18-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* public-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/public-sans-v18-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/public-sans-v18-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

*
{
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
}

body
{
  text-align: center;
  padding: 10px;
  background-color: var(--background-color);
}

p
{
  margin: 10px 0 15px;
}

a
{
  outline: 0;
  text-decoration: none;
  color: var(--accent-color);
}

input, button
{
  box-sizing: border-box;
  padding: 2px;
  width: 228px;
  border: 0;
  font-size: 13px;
  padding: 4px;
}

input[type="submit"], input[type="reset"], button
{
  box-sizing: border-box;
  width: auto;
  font-size: 16px;
  padding: 12px;
  background-color: var(--btn-color);
  color: var(--light-bg-color);
  cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover
{
  background-color: var(--btn-color-hover);
}

form label
{
  vertical-align: top;
  display: inline-block;
  width: 180px;
  padding: 3px 0;
  line-height: 1.3;
}

#website
{
  text-align: left;
  background-color: var(--box-color);
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 20px;
  font-size: 16px;
  line-height: 1.3;
}

table.shipment_data
{
  border-collapse: collapse;
  width: 100%;
}

table.shipment_data tr th
{
  font-weight: bold;
  color: var(--accent-color);
}

table.shipment_data tr th
{
  vertical-align: top;
  text-align: left;
  padding: 2px 10px;
}

table.shipment_data tr td
{
  vertical-align: top;
  text-align: left;
  padding: 6px 10px;
}

table.shipment_data tr td hr
{
  border: 0;
  border-bottom: 2px solid var(--accent-color);
  margin: 10px 0;
}

table.shipment_data tr.comment
{
  font-size: 12px;
  color: #555;
}

table.shipment_data tr.delivered
{
  font-size: 12px;
  color: #090;
  font-weight: bold;
}

table.shipment_data tr.highlight
{
  /* background-color: #efefff; */
  background-color: var(--light-bg-color);
}

div.success
{
  padding: 10px;
  background-color: #b0fca6;
}

div.error
{
  padding: 10px;
  background-color: #f9a4a4;
}


@media only screen and (max-width:472px) {
  .desktop_only
  {
    display: none;
  }
}