@charset "utf-8";
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.text {
  font-family: "Nunito Sans";
  color: rgba(0, 0, 0, 1.00);
  margin-left: auto;
  margin-right: auto;
  font-size: large;
  bottom: 0px;
  max-width: 1600px;
  margin-top: 33px;
  text-align: justify;
}
.text-info {
  color: rgba(0, 0, 0, 1.00);
  font-family: "Nunito Sans";
  font-size: large;
  margin-top: -111px;
  margin-left: 21px;
}
.image-info {
  margin-top: 86px;
  margin-left: 20px;
}
.body-info {
  background-color: rgba(220, 220, 220, 1.00);
}
.desktop-view-link {
  font-family: "Nunito Sans";
  font-size: x-large;
  list-style-type: none;
  text-decoration: none;
  color: rgba(240, 158, 224, 1.00);
  float: right;
  margin-top: 0px;
  display: block;
  margin-left: 0px;
}
header {
  max-width: 1600px;
  background-repeat: no-repeat;
  background-position: center 0%;
  height: 0px;
  min-height: 900px;
}
.content {
    background-repeat: no-repeat;
    background-position: center 0%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/tiny_westen.jpg);
}
.content-info {
  max-width: 1600px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-position: left 0%;
}
.header-info {
  max-width: 1600px;
}
header div a img {
  margin-left: 22px;
  margin-right: 0px;
  margin-top: 0px;
}
.mobile-view-link {
  display: none;
}
body {
  background-color: rgba(220, 220, 220, 1.00);
}
/*Mobile View*/
@media (max-width : 799px) {
  .desktop-view-link {
    font-family: "Nunito Sans";
    font-size: x-large;
    list-style-type: none;
    text-decoration: none;
    margin-bottom: 55px;
    color: rgba(240, 158, 224, 1.00);
    float: right;
    margin-top: -44px;
    display: none;
  }
  .mobile-view-link {
    list-style-type: none;
    color: rgba(240, 158, 224, 1.00);
    font-family: "Nunito Sans";
    font-size: xx-large;
    text-decoration: none;
    display: block;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: -39px;
  }
  .logo-shrink {
    width: 62%;
    height: 62%;
  }
}