@font-face {
  font-family: "Josefin Sans";
  src: url("/stylesheets/JosefinSans-VariableFont_wght.ttf");
}
body,
html {
  height: 100%;
  xfont-size: 62.5%;
  font-size: calc((1vh+1vw)/1.1);
  font-family: "Josefin Sans", sans-serif;
  text-size-adjust: 100%;
}

html * {
  padding: 0;
  margin: 0;
}

body.back-bg {
  background: #97d7f0;
  color: #05556d;
}

body.gallery {
  background: #222;
  color: #05556d;
}

a {
  color: #00B7FF;
}

a.dark {
  line-height: 3rem;
  color: #05556d;
}

@media print {
  a.dark {
    text-decoration: none;
  }

  .print-float {
    float: left;
  }

  .print-margin {
    margin-left: 120px;
  }

}

a.dark:hover {
  color: #00B7FF;
}

li {
  line-height: 3rem;
  margin-left: 2rem;
  font-weight: bold;
}

p {
  line-height: 3rem;
}

h1 {
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 5rem;
}

h2 {
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 4rem;
}

h3 {
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}

h4 {
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

div#home {
  position: absolute;
  left: 0;
  right: 0;
  color: #aaa;
  z-index: 999;
}

.mt-1 {
  margin-top: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.font-size-4 {
  font-size: 3rem;
}

.font-size-3 {
  font-size: 2rem;
}

.font-size-2 {
  font-size: 1.5rem;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  width: 100%;
}

.flex-container {

    margin-right: auto;
    margin-left: auto;

}

.column {
  flex-basis: auto;
}

.is-10 {
  width: 80%;
}

.is-1 {
  width: 10%;
}

@media only screen and (max-width: 1200px) {
  .shrink-on-mobile {
    width: 100%;
  }

  .on-mobile {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.anzeige {
  font-family: sans-serif;
  color: #aaa;
  position: absolute;
  height: 80%;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  margin: auto;
  font-family: sans-serif;
  color: #aaa;
  font-size: 24px;
  text-align: left;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.double-underline {
  text-decoration-line: underline;
  text-decoration-style: double;
}

.bold-text {
  font-weight: bold;
}

.bg {
  /* The image used */
  background-image: url("../images/background.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  position: absolute;
  right: 10%;
  top: 65%;
}

.title img {
  height: 12vw;
  animation: fadeInFromNone 2s ease-out;
}

.instagram {
  position: absolute;
  right: 10%;
  top: 10%;
  animation: fadeInFromNone2 2s ease-out;
  font-size: 40px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.instagram > div {
  display: inline-block;
  margin: 15px;
  position: relative;
  vertical-align: middle;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  40% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone2 {
  0% {
    display: none;
    opacity: 0;
  }
  60% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
