body  {
  font-family: "Calibri", "Carlito", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #34495e;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

#navbar-logo {
  height: 48px;
}

p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 15px;
}

div.content {
  margin-top: 50px;
}

div.download {
  border                   : 1px solid #E0E0E0;
  background-color         : #fff;
  border-radius            : .25rem;
  padding                  : 10px;
  margin                   : 10px;
  float                    : left;
  text-align               : center;
  width                    : 150px;
  height                   : 90px;
}
div.download:hover {
  border                   : 1px solid #B0B0B0;
  background-color         : #E8E8DF;
}

i.fa, i.fas, i.fab, i.far {
  margin-right: 8px !important;
}

a.external,a:link.external, a:visited.external,a:active.external,a:focus.external {
  padding-right            : 15px;
  background               : url('/grafx/external.png') center right no-repeat;
}

span.klickpath {
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  padding: 4px;
}

blockquote {
  border: 1px solid #e0e0e0;
  background: #f6f6f6;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  font-family: "Source Code Pro", "Cascadia Mono", "Bitstream Vera Sans Mono", "DejaVu Sans Mono", "Consolas", "Lucida Console";
  font-size: 16px;
}

.fadein {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 400ms;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
