.loader {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf5e7;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  .loader--fade-out {
    opacity: 0; }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4a50;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6; }

.background-image-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .background-image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  text-align: center; }
  .headline__primary {
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: bold;
    color: #3d3a40;
    margin-bottom: 20px; }
  .headline__secondary {
    display: inline-block;
    background: rgba(61, 58, 64, 0.9);
    color: #FFF;
    padding: 5px 30px;
    font-weight: bold;
    font-size: 24px; }
  @media (max-width: 400px) {
    .headline__primary {
      font-size: 50px; }
    .headline__secondary {
      margin: 0 10px; } }

.content {
  max-width: 800px;
  background: rgba(249, 249, 249, 0.91);
  margin: auto;
  padding: 40px;
  border-radius: 2px;
  margin-bottom: 50px; }

.content-section {
  margin: auto auto 50px;
  max-width: 600px; }
  .content-section__title {
    font-weight: bold;
    color: #3d3a40;
    font-size: 40px;
    font-family: 'Oswald', sans-serif; }

a, a:focus, a:active, a:visited {
  color: #a05a1b; }
  a:hover, a:focus:hover, a:active:hover, a:visited:hover {
    color: #d28947; }

/*# sourceMappingURL=autoklavi-eu.css.map */
