body,
html {
  margin: 0;
  padding: 0;
  font-family: "soleil", sans-serif;
  height: 100%;
}

.content {
  width: 50vw;
  max-width: 700px;
  /*padding-top:1.5em;*/
  font-size: 1.2em;
  font-weight: 300;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em;
}
.impressum {
  width: 50vw;
  max-width: 700px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}
.inner {
  font-size: 0.7em;
}

.black {
  color: #fff;
  background: #000;
}

.content-wrap {
  height: 22vh;
  /*min-height:10em;*/
}

.background {
  background: url("images/background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 78vh;
  min-height: 230px;
  text-align: center;
}

.background img {
  position: relative;
  top: 50%;
  width: 617px;
  max-width: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #bc422c;
}
a:hover {
  text-decoration: underline;
}

.no-margin {
  margin: 0;
}

.job-title {
  display: block;
  color: #bc422c;
  margin-bottom: 0.4em;
}

.job-name {
  line-height: 0.9em;
  display: block;
  font-weight: bold;
  font-size: 1.4em;
}

.content .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.content .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.content .right .position {
  position: absolute;
  right: 0;
}

.splash {
  height: 100vh;
}

@media only screen and (max-width: 1120px) {
}

@media only screen and (max-width: 1120px) and (orientation: portrait) {
}

@media only screen and (max-width: 900px) {
  .content .left {
    float: none;
    width: 100%;
  }
  .content .right {
    float: none;
    width: 100%;
  }
  .content .right .position {
    position: static;
  }
  .content {
    width: 100%;
    padding: 2em;
  }
  .impressum {
    width: 100%;
    padding: 2em;
  }
  .splash {
    height: auto;
  }
  .content-wrap {
    height: auto;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
}
