@font-face {
   font-family: MainFont;
   src: url(/static/fonts/wave/LTWaveAlt-Regular.otf);
}

@font-face {
   font-family: MainFont;
   src: url(/static/fonts/wave/LTWaveAlt-Bold.otf);
   font-weight: bold;
}

@font-face {
   font-family: MainFont;
   src: url(/static/fonts/wave/LTWaveAlt-Italic.otf);
   font-style: italic;
}

@font-face {
   font-family: MainFont;
   src: url(/static/fonts/wave/LTWaveAlt-BoldItalic.otf);
   font-weight: bold;
   font-style: italic;
}

@font-face {
   font-family: HeadFont;
   src: url(/static/fonts/AveridaSans/AveriaSans-Regular.ttf);
}

@font-face {
   font-family: HeadFont;
   src: url(/static/fonts/AveridaSans/AveriaSans-Bold.ttf);
   font-weight: bold;
}

@font-face {
   font-family: HeadFont;
   src: url(/static/fonts/AveridaSans/AveriaSans-Italic.ttf);
   font-style: italic;
}

@font-face {
   font-family: HeadFont;
   src: url(/static/fonts/AveridaSans/AveriaSans-BoldItalic.ttf);
   font-weight: bold;
   font-style: italic;
}

:root {
    --primary-light-color: #fff7ca;
    --secondary-light-color: #fff099;
    --ternary-light-color: #ffe866;
    --primary-dark-color: #462d2f;
    --secondary-dark-color: #745c3d;
    --ternary-dark-color: #998148;
    --dark-color: var(--primary-dark-color);
    --medium-color: var(--secondary-dark-color);
}

html {
  color: var(--primary-light-color);
  font-family: MainFont, "DejaVu Sans", sans-serif;
  padding: 10px;
  border-style: solid;
  border: 10px;
  border-color: var(--secondary-dark-color);
  text-align: center;
}
html body {
  background-color: var(--secondary-dark-color);
  font-family: MainFont, 'Libre Baskerville', serif;
  color: var(--primary-light-color);
}
div.shiatsusyms {
  padding-top: 5px;
}
div.surrounding {
  background-color: var(--primary-light-color);;
  color: var(--primary-dark-color);
  margin: 5px;
  margin-left: 1%;
  margin-right: 1%;
  border: 5px;
  border-style: solid;
  border-color: var(--primary-dark-color);
  border-radius: 25px;
  font-family: MainFont, 'Libre Baskerville', serif;
  /*font-style: italic;
    font-size: 30px;*/
  margin: auto;
  font-size: 14px;
  max-width: 1600px;
}
div.topline,
div.bottomline {
  font-size: 12px;
}
div.right {
  text-align: right;
}
p {
  margin-left: 5px;
  margin-right: 5px;
}
p.title {
  background-color: var(--primary-light-color);
  border: 5px solid var(--primary-light-color);
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}
p.titleimage {
  margin-top: 1em;
  margin-bottom: 1em;
}
p.normal {
  margin-bottom: 0cm;
  line-height: 150%;
}
p.message {
  margin-bottom: 0cm;
  line-height: 150%;
  border-radius: 25px;
  border-width: 3px;
  border-color: var(--primary-dark-color);
  border-style: solid;
  margin: 10px;
  padding: 10px;
  background-color: var(--primary-light-color);
}
p.maintitle {
  margin-top: 0.42cm;
  margin-bottom: 0.21cm;
  line-height: 400%;
  page-break-after: avoid;
  font-size: 24pt;
  font-family: HeadFont, "Liberation Sans", sans-serif;
  font-weight: bold;
}
p.subtitle {
  margin-top: 0.42cm;
  margin-bottom: 0.21cm;
  line-height: 200%;
  page-break-after: avoid;
  font-size: 20pt;
  font-family: HeadFont, "Liberation Sans", sans-serif;
  font-weight: bold;
}
p.regular {
  margin: 0.2em;
  font-size: 16px;
}
.header {
  min-height: 120px;
}
.header table tbody td.current,
.header table tbody td.link {
  width: 100%;
  display: block;
}
h1 {
  font-size: 23pt;
  font-family: HeadFont, "Liberation Sans", "sans-serif";
  font-weight: bold;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 150%;
  page-break-after: avoid;
  text-align: center;
  border: 3px;
  background-color: var(--dark-color);
  color: var(--primary-light-color);
  border-width: 0pt;
  border-color: var(--primary-dark-color);
  border-style: solid;
  padding: 10px;
}
h2 {
  font-family: HeadFont, "Liberation Sans", "sans-serif";
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 150%;
  page-break-after: avoid;
  background-color: var(--dark-color);
  color: var(--primary-light-color);
  padding: 5px;
  font-size: 21pt;
  font-weight: bold;
  font-style: normal;
}
h3 {
  font-size: 20pt;
  font-family: MainFont, "Liberation Sans", "sans-serif";
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0.0cm;
  line-height: 150%;
  page-break-after: avoid;
  padding: 5px;
}
h4 {
  font-size: 18pt;
  font-family: HeadFont, "Liberation Sans", "sans-serif";
  font-weight: bold;
  margin-top: 0.0cm;
  margin-bottom: 10px;
  line-height: 150%;
  page-break-after: avoid;
  font-style: italic;
}
a {
  color: inherit;
  text_decoration: none;
}

a.special {
  color: var(--primary-light-color);
}
dl.owndl dt {
  font-family: HeadFont, "Liberation Sans", "sans-serif";
  font-weight: bold;
  font-size: 20pt;
}
table.smpadd td {
  padding: 0.5rem;
}
td {
  /*Aktuelle Seite, Tabellenfeldstil der Navigationsleiste*/
  /*verlinkte Seite, Tabellenfeldstil der Navigationsleiste*/
}
td.changed {
  border-radius: 25px;
  border-width: 1px;
  border-color: var(--primary-dark-color);
  border-style: solid;
  background-color: #ff8000;
}
td.current {
  width: 17%;
  /*background: #90614c;*/
  background-color: var(--primary-dark-color);
  color: var(--primary-light-color);
}
td.link {
  width: 17%;
  background-color: (--secondary-dark-color);
  color: var(--primary-dark-color);
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
td.link:hover {
  text-decoration: none;
  border-radius: 25px;
  color: black;
  background-color: white;
}
td.link a {
  color: var(--primary-dark-color);
  transition: color 5s ease 0s;
}
td.link:hover a {
  color: var(--primary-light-color);
}
td.link,
td.current {
  text-align: center;
  padding: 7px;
  border-width: 0pt;
  border-color: var(--primary-dark-color);
  border-style: solid;
  border-radius: 25px;
}
div.link, button.link {
  border-radius: 50px;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
  text-align: center;
  background-color: var(--dark-color);
  color: var(--primary-light-color);
  padding: 10px;
  margin: 5px;
  /*letter-spacing: 3px;*/
  /*text-transform: uppercase;*/
  font-size: 1.5em;
  font-family: HeadFont, "Liberation Sans", sans-serif;
}
div.link:hover, button.link:hover {
  text-decoration: none;
  border-radius: 50px;
  background-color: var(--secondary-light-color);
  color: var(--primary-dark-color);
}
div.link a, button.link{
  transition: all 0.5s ease 0s;
}
div.link :hover a, button.link :hover {
  text-decoration: none;
  color: var(--primary-light-color);
}
/*Veränderungsmeldung in einem Tabellenfeld*/
div.nav-bottom a,
div.topline a,
div.content a {
  color: inherit;
}
div.nav-bottom a :hover,
div.topline a :hover,
div.content a :hover {
  text-decoration: underline;
  /*             //font-style: italic; */
}
div.nav-bottom {
  padding: 7px;
}
div.nav-bottom-bold {
  font-weight: bold;
}
div.content {
  /*border: 5px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: var(--primary-dark-color);*/
  background-color: var(--primary-light-color);
  overflow: hidden;
  border-bottom-left-radius: calc(20px);
  border-bottom-right-radius: calc(20px);
  text-align: justify;
}
div.incontent {
  padding: 5px;
}
div.navigation {
  margin-top: 15px;
  border: 0px;
  border-bottom: 5px;
  border-style: solid;
  border-color: var(--primary-dark-color);
}
div.prevbox {
  --dark-color: var(--primary-dark-color);
  --medium-color: var(--secondary-dark-color);
  /*transition: all 0.5s ease-in-out 0s;*/
  border-color: var(--dark-color);
  border-radius: 15px;
  border-style: solid;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*div.prevbox h1, div.prevbox h2, div.prevbox h3, div.prevbox h4, div.prevbox h5, div.prevbox h6 {
    background-color: var(--dark-color);
    color: var(--primary-light-color);
}

div.prevbox div.link {
    background-color: var(--medium-color);
}*/

div.prevbox:hover {
    --dark-color: var(--secondary-dark-color);
    --medium-color: var(--ternary-dark-color);
    text-decoration: none;
}

div.prevbox a:hover {
    text-decoration: none;
}

div.prevbox .headline {
  background-color: var(--dark-color);
  color: var(--primary-light-color);
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: MainFont, "Liberation Sans", "sans-serif";
}
div.prevbox .infoline {
  background-color: var(--primary-light-color);
  color: var(--dark-color);
  text-align: left;
  font-size: 18px;
  font-family: MainFont, "Liberation Sans", "sans-serif";
  border-top: solid 2pt var(--dark-color);
  /*border-bottom: solid 2pt var(--primary-dark-color);;*/
}
div.prevbox .subheadline {
  background-color: var(--medium-color);
  color: var(--primary-light-color);
  text-align: right;
  font-size: 18px;
}
div.prevbox .image {
  text-align: center;
}
div.infoline .image{
  width: 100%
}
div.prevbox .contentbox {
  background-color: var(--primary-light-color);
  color: var(--dark-color);
  text-align: justify;
  font-size: 16px;
}
div.prevbox .footline {
  background-color: var(--secondary-dark-color);
  color: #fffcde;
  text-align: left;
}
div.prevbox .rhs {
  text-align: right;
}
div.prevbox .lhs {
  text-align: left;
}
div.prevbox .drawborder {
  border-color: var(--primary-dark-color);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
div.prevbox .secondline {
  background-color: var(--primary-light-color);
}
img {
  /*border-radius: 5px;*/
}
img.ws-titleimage {
    text-align: center;
    width: 100%;
    /*border-top: solid 2pt var(--primary-dark-color);*/
}
.navigationC {
  position: relative;
  min-height: 5vh;
}
.navigationC .burger {
  position: absolute;
  right: 2vw;
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 28px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out;
}
.navigationC .burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.navigationC .burger:before {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigationC .burger:after {
  content: "";
  display: block;
  border-bottom: 4px solid currentColor;
  width: 100%;
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigationC .burger-check {
  display: none;
}
.navigationC .burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
}
.navigationC .burger-check:checked ~ .burger:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigationC .burger-check:checked ~ .burger:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
.navigationC .burger-check:checked ~ .navigation {
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
}
.navigationC .navigation {
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.navigationC .navigation a {
  color: inherit;
}
.navigationC .navigation small {
  font-size: 14px;
}
.navigationC .navigation ul {
  margin: 0;
  padding: 0;
}
.navigationC .navigation ul li {
  margin: 5px 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 2px;
  border-color: var(--primary-dark-color);
  border-radius: 15px;
  border-style: solid;
  list-style: none;
  font-size: 25px;
  padding: 5px 0;
}
.navigationC .navigation ul li:hover {
  text-decoration: none;
  background-color: var(--secondary-light-color);
  color: var(--primary-dark-color);
}
.navigationC .navigation ul a {
  text-decoration: none;
  background-color: transparent;
}
footer {
  margin-top: 40px;
}
footer table td.link,
footer table td.current {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.slick .slick-slide img {
  max-height: 100%;
}
.preise img {
  width: 60px;
}
.preise td,
.preise th {
  padding: 2px;
}
.preise td img,
.preise th img {
  width: 60px;
}
.preise td:nth-child(1),
.preise th:nth-child(1) {
  display: block;
}
.current a {
  color: white;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
ul li {
  font-size: 16px;
}
@media (min-width: 481px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  div.content {
    font-size: 16px;
  }
  ul li {
    font-size: 18px;
  }
  footer table td.current,
  footer table td.link {
    width: 17%;
    display: table-cell;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 22px;
  }
  ul li {
    font-size: 16px;
  }
  h4 {
    font-size: 20px;
  }
  .header {
    min-height: 120px;
  }
  .header table tbody td.link,
  .header table tbody td.current {
    width: 2%;
    display: table-cell;
  }
  .navigationC {
    position: relative;
  }
  .navigationC .burger {
    display: none;
  }
  .navigationC .navigation {
    max-height: 20vh;
    width: 100%;
    left: -2%;
    position: relative;
  }
  .navigationC .navigation ul {
    padding: 5px 0;
  }
  .navigationC .navigation ul li {
    display: inline-block;
    width: calc(90% / 6);
    padding: 0;
    font-size: 17px;
    vertical-align: top;
  }
  .navigationC .navigation ul li a {
    padding: 5px 10px;
  }
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
