@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-leicht.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.eot") format("eot");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Soehne;
  src: url("../fonts/soehne-web-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
  text-transform: none;
  background-color: rgb(0, 113, 144);
  color: rgb(255, 255, 255);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  font-family: "Soehne", Helvetica, Verdana, "sans-serif";
  font-style: normal;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

/* default typographie */
p {
  margin: 0 0 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}

.frame {
  position: fixed;
  top: 0;
  left: 0;
  border: 0px solid rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  z-index: 3000;
  box-sizing: border-box;
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  .frame {
    border: 9px solid rgb(255, 255, 255);
  }
}
@media only screen and (min-width: 765px) {
  .frame {
    border: 16px solid rgb(255, 255, 255);
  }
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 113, 144);
  background-image: radial-gradient(at 100% 100%, rgb(0, 147, 166) 0%, transparent 70%);
  margin-bottom: -100vh;
}

section {
  position: relative;
}

.inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  min-height: 70vh;
  overflow: auto;
  padding: 64px 18px 12px;
}
@media only screen and (min-width: 480px) {
  .inner {
    padding: 132px 24px 24px;
  }
}
@media only screen and (min-width: 765px) {
  .inner {
    padding: 132px 42px 42px;
  }
}

.visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../_img/immobliengraef-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}

.home .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact {
  margin: 0 0 2rem 0;
}
.contact h1 {
  display: none;
}
.contact .telephone {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  margin: 4em 0 0.125em -0.025em;
}
@media only screen and (min-width: 765px) {
  .contact .telephone {
    font-size: 3rem;
  }
}
.contact .email {
  font-size: 1rem;
}
@media only screen and (min-width: 765px) {
  .contact .email {
    font-size: 1.25rem;
  }
}

.branding {
  margin: 0 0 4rem -0.075%;
}
.branding .logotype {
  width: 50%;
  margin: -20% 0 0 auto;
  padding: 30% 0 0 0;
  aspect-ratio: 1/2;
}
@media only screen and (min-width: 480px) {
  .branding .logotype {
    width: 35%;
    padding: 0 2% 0 0;
  }
}
@media only screen and (min-width: 765px) {
  .branding .logotype {
    width: 25%;
    padding: 0 2% 0 0;
  }
}
.branding .logotype img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.svg-container {
  display: none;
}
@media only screen and (min-width: 480px) {
  .svg-container {
    display: block;
  }
}

.svg-container--mobile {
  display: block;
}
@media only screen and (min-width: 480px) {
  .svg-container--mobile {
    display: none;
  }
}

svg .typo {
  font-family: "Soehne", Helvetica, Verdana, "sans-serif";
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.2px;
}

.imprint h4 {
  margin: 3em 0 0.5em 0;
}
.imprint h5 {
  margin: 1.5em 0 0.25em 0;
  opacity: 0.5;
}
.imprint a {
  text-decoration: underline;
}
.imprint .company-information {
  margin: 0 0 2rem 0;
}
.imprint .data-privacy-policy {
  color: rgb(167, 212, 238);
  border-top: 1px dashed;
  padding: 1em 0 0 0;
  margin-top: 10em;
}
.imprint .data-privacy-policy p {
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
@media only screen and (min-width: 480px) {
  .imprint .company-information,
  .imprint .data-privacy-policy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .imprint .company-information,
  .imprint .data-privacy-policy {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4em;
  }
}/*# sourceMappingURL=styles.css.map */