html,
body {
  display: block;
  font-family: 'LatoWeb', 'Arial', sans-serif;
  word-spacing: 0.03em;
  background-color: #f9f9f9;
  background-image: url("background.svg");
  background-attachment: fixed;
}
header {
  position: absolute;
  top: 0px;
  height: 100px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.4);
  z-index: 10;
}
section {
  margin-bottom: 20vh;
  padding-top: 4rem;
}
section.element {
  padding-top: 4rem;
  margin-top: 20vh;
  margin-bottom: 20vh;
}
section a:link {
  color: #bb1411;
  text-decoration: none;
}
section a:hover {
  color: #bb1411;
  text-decoration: underline;
}
section a:visited {
  color: #bb1411;
}
.title,
.subtitle {
  font-family: "Century Schoolbook L", "Century Schoolbook", "New Century Schoolbook";
  fill: #333;
  text-align: center;
  font-style: italic;
  font-size: 2.5rem;
}
.subtitle {
  font-size: 1.6rem;
  font-style: normal;
}
.subtitle .wide {
  display: none;
}
.title .large {
  font-size: 3rem;
}
footer {
  position: fixed;
  bottom: 0px;
  height: 2.2em;
  width: 100%;
  border-top: solid 1px #aaa;
  fill: rgba(143,143,143,0.3);
}
footer text {
  fill: #292929;
  letter-spacing: 1em;
}
.bold {
  font-weight: bold;
}
#page-container {
  margin-top: 0rem;
}
#impressum .textbox {
  border-radius: 20px 20px 20px 20px;
  margin-top: 0em;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-left: 5rem;
  font-size: 1.2rem;
  overflow: auto;
}
#impressum .textbox h2 {
  font-size: 1.3rem;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
#impressum .textbox p {
  margin-bottom: 0.8rem;
  text-align: justify;
}
#impressum .textbox li {
  margin-bottom: 0.5rem;
}
#impressum .textbox ul {
  margin-left: 1.5rem;
}
#impressum .datenschutz-body h1 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
}
.impressum h2 {
  font-size: 120%;
}
#profil {
  font-size: 1.5rem;
}
#profil h1 {
  width: 55%;
  margin-bottom: 1.3rem;
}
#profil .textbox {
  border-radius: 20px 20px 0px 0px;
}
#profil .textbox p {
  margin-bottom: 1.5rem;
}
#profil .quote {
  background-color: rgba(186,186,186,0.5);
}
#profil .quote text {
  fill: #3b3b3b;
}
#profil #intro p {
  margin-bottom: 1.5rem;
}
#profil img {
  display: block;
  height: 400px;
  text-align: center;
  border-radius: 20px;
  border: 0.15rem solid #777;
  margin: auto;
  margin-bottom: 2.5rem;
}
#appeal p {
  font-size: 1.5rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.profil {
  color: #4d4d4d;
  fill: #4d4d4d;
}
#certificates {
  margin-top: 1.5rem;
}
#certificates td {
  vertical-align: top;
  border: none;
  padding-right: 0.6em;
  padding-top: 2px;
  padding-bottom: 2px;
}
#certificates table {
  margin-bottom: 1.5rem;
}
.container {
  max-width: 680px;
}
#content {
  position: absolute;
  top: 100px;
  bottom: 2.2em;
  width: 100%;
  overflow-y: scroll;
}
#ball-container {
  text-align: center;
  width: 100%;
  top: 0px;
  left: 0px;
}
.navball:hover {
  opacity: 0.7;
}
circle.wood,
.wood-sb {
  fill: #85ad1f;
}
circle.fire,
.fire-sb {
  fill: #bb1411;
}
circle.earth,
.earth-sb {
  fill: #773918;
}
circle.metal,
.metal-sb {
  fill: #8f8f8f;
}
circle.water,
.water-sb {
  fill: #146994;
}
#wood .quote {
  background-color: rgba(133,173,31,0.7);
}
#fire .quote {
  background-color: rgba(187,20,17,0.7);
}
#earth .quote {
  background-color: rgba(119,57,24,0.7);
}
#earth img {
  top: -50px;
}
#metal .quote {
  background-color: rgba(143,143,143,0.7);
}
#metal img {
  top: -50px;
}
#water .quote {
  background-color: rgba(20,105,148,0.7);
}
.balltext {
  fill: rgba(237,237,237,0.9);
  font-family: "Century Schoolbook L", "Century Schoolbook", "New Century Schoolbook";
  font-family: "Junge";
  font-size: 12pt;
}
.balltext.water {
  letter-spacing: -0.09em;
}
.quote {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 2.5rem;
  font-size: 18px;
  border-radius: 0px 0px 20px 20px;
}
.quote svg {
  width: 106%;
  display: block;
  margin: auto;
  margin-left: -2%;
}
.quote text {
  font-family: 'calligraffitiregular';
  transform: matrix(1.0003092, -0.00785657, -0.23617813, 1.0015459, 0, 0) rotate(0.35deg);
  fill: #fff;
}
.quote-author {
  font-size: 70%;
}
circle.water,
.water h1,
tspan.water:hover {
  color: #146994;
  fill: #146994;
}
circle.wood,
.wood h1,
tspan.wood:hover {
  color: #85ad1f;
  fill: #85ad1f;
}
circle.fire,
.fire h1,
tspan.fire:hover {
  color: #bb1411;
  fill: #bb1411;
}
circle.earth,
.earth h1,
tspan.earth:hover {
  color: #773918;
  fill: #773918;
}
circle.metal,
.metal h1 {
  color: #8f8f8f;
  fill: #8f8f8f;
}
.flower {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.flower img {
  display: block;
  width: 83px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}
tspan.metal:hover {
  fill: #a8a8a8;
}
.right {
  float: right;
}
.left {
  float: left;
}
.padding-right {
  padding-right: 1rem;
}
.padding-left {
  padding-left: 1rem;
}
.padding-top {
  padding-right: 1rem;
}
.padding-bottom {
  padding-left: 1rem;
}
#nav {
  margin-top: 6vh;
  margin-bottom: 30vh;
}
.image {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.image img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.textbox {
  position: relative;
  top: 0px;
  color: #333;
  background-color: #f9f9f9;
  background-color: #fafafa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
.textbox hr {
  margin-top: 3rem;
}
.textbox h1 {
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.3rem;
  margin-bottom: 4rem;
  width: 70%;
  letter-spacing: 1px;
}
.textbox h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.textbox p {
  margin-bottom: 3rem;
}
.textbox ul {
  margin-left: 3rem;
  list-style-position: outside;
}
.kontakt .title {
  font-family: 'LatoWeb', 'Arial', sans-serif;
  font-style: normal;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.kontakt .subtitle {
  font-family: 'LatoWeblight', 'Arial', sans-serif;
  font-style: normal;
  font-size: 1.7rem;
  text-align: left;
  margin-top: 0.4rem;
}
.kontakt .heading {
  margin-bottom: 0px;
  font-style: italic;
}
.kontakt .heading p {
  margin-top: 2.8rem;
  margin-bottom: 0.8rem;
}
.kontakt h2 {
  font-size: 1.7rem;
}
.kontakt .textbox {
  border-radius: 20px 20px 20px 20px;
  padding-bottom: 5rem;
}
.kontakt .address {
  padding-top: 2rem;
}
.kontakt .address b {
  font-family: 'LatoWebSemiBold';
}
.verticalLine {
  border-left: 1px solid #aaa;
  padding-left: 2em;
}
.verticalLine h1 {
  border: 0px;
}
.profession ul {
  list-style-type: none;
  color: #999;
  font-style: italic;
  font-size: 90%;
  margin-left: 0em;
  margin-top: 0.3em;
  margin-bottom: 0em;
  line-height: 0.8em;
}
.row {
  display: block;
}
.footer-nav-1 {
  display: none;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  fill: #545454;
}
.footer-nav-2 {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  fill: #545454;
}
.copyright {
  font-weight: normal;
  fill: #757575;
}
.sidebar {
  height: 210px;
  width: 0;
  position: fixed;
  z-index: 1;
  bottom: 33px;
  left: 0;
  background-color: rgba(242,242,242,0.95);
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 10px;
  transition: 0.4s;
  border-radius: 0 15px 15px 0;
  border-top: 1px solid rgba(102,102,102,0.5);
  border-right: 1px solid rgba(102,102,102,0.5);
  border-bottom: 1px solid rgba(102,102,102,0.5);
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar text {
  font-size: 0.7em;
  fill: rgba(59,59,59,0.9);
}
.sidebar text.first {
  display: none;
  font-weight: bold;
  fill: rgba(212,212,212,0.9);
}
.sidebar svg {
  height: 100%;
}
.closebtn line {
  stroke: #b3b3b3;
  stroke-width: 2px;
}
.closebtn circle:hover {
  pointer-events: bounding-box;
  cursor: pointer;
  fill: rgba(255,255,255,0.3);
}
.openbtn line {
  cursor: pointer;
  stroke: #808080;
  stroke-width: 2px;
}
.openbtn rect:hover {
  cursor: pointer;
  fill: rgba(255,255,255,0.3);
}
#closebtn {
  display: none;
}
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
@media screen and (max-height: 450px) {
  .sidebar text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 400px) {
  .textbox .content {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 550px) {
  .textbox .content {
    padding-left: 4rem;
  }
  .image {
    height: 120px;
  }
  header {
    height: 75px;
  }
  #content {
    top: 75px;
  }
  .subtitle .wide {
    display: block;
  }
  .subtitle .narrow {
    display: none;
  }
  .footer-nav-2 {
    transform: translate(2rem, 0);
  }
}
@media only screen and (min-width: 750px) {
  .textbox .content {
    padding-left: 4rem;
  }
  .image {
    height: 140px;
  }
  .footer-nav-1 {
    display: block;
    font-size: 1.3rem;
  }
  .footer-nav-2 {
    font-size: 1.3rem;
    transform: translate(8rem, 0);
  }
  #openbtn {
    display: none;
  }
  #profil img {
    height: 400px;
    float: right;
    border-radius: 20px;
    border: 0.15rem solid #777;
    margin-top: -1.1rem;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
  }
}
@media only screen and (min-width: 1000px) {
  body {
    font-size: 1.7rem;
  }
  .footer-nav-1 {
    display: block;
    font-size: 1.5rem;
  }
  .footer-nav-2 {
    font-size: 1.5rem;
  }
}
