:root {
  --transparent: transparent;
  --zero: #ffffff;
  --primary: #3C3C3B;
  --light: #EBE6E1;
  --font: magistral-condensed,Helvetica,Arial,sans-serif;
  font-family: magistral-condensed,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal; }

body#baeckerei,
body #start.baeckerei,
body #toggle-baeckerei,
body footer.start {
  --secondary: #A38E77;
  --tertiary: #DD0B2F;
  --light: #EBE6E1;
  --button-next: url(../images/design/button-next.svg);
  --button-prev: url(../images/design/button-prev.svg); }
body#gaestezimmer,
body #start.gaestezimmer,
body #toggle-gaestezimmer {
  --secondary: #A38E77;
  --tertiary: #32691b;
  --light: #EBE6E1;
  --highlight: #9eb307;
  --button-next: url(../images/design/button-next.svg);
  --button-prev: url(../images/design/button-prev.svg); }
