@font-face {
  font-family: LTAfficherNeue-MediumSubhead;
  src: url(../css/fonts/LTAfficherNeue-MediumSubhead.ttf);
}

@font-face {
  font-family: FunnelSans;
  src: url(../css/fonts/FunnelSans-Light.otf);
}

:root {
  --background-color: #fff;
  --text-color: #555;
  --color-1: #042e1d;
  --color-2: #1c553b;
  --color-3: #518770;
  --color-4: #65b594;
  --color-5: #b2946e;
  /*--font-family-primary: 'FunnelDisplay', monospace;*/
}

* {
  box-sizing: border-box;
  font-family: FunnelDisplay;
}

html,
body,
/*
form,
textarea,
input,
button,
select,
legend,*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}
body {
  text-align: center;
  background: var(--background-color);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: LTAfficherNeue-MediumSubhead;
}
h1 {
  padding: 10px 0;
  letter-spacing: 3px;
}
p,
strong,
a,
li {
  font-family: FunnelSans;
}

li {
  list-style: circle;
  list-style-position: inside;
}

a {
  color: #fff;
}

.header-half {
  color: #777;
  background-color: white;
  text-align: center;
  text-align: justify;
  display: flex;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}

.info-h,
.img-right,
.img-logo {
  width: 50vw;
  min-height: 30vh;
  height: 40vh;
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-right {
  background-image: url('../img/Wohnen-am-Kurpark-Wohnbeispiel-Wohnzimmer-p-500.jpg');
}
.img-logo {
  background-image: url('../img/wohnen-kurpark-logo.png');
  background-size: contain;
}

.info-h {
  background-color: var(--background-color);
}

.text-only {
  position: relative;
  font-family: FunnelSans;
  background-color: var(--color-3);
  text-align: left;
  padding: 50px;
  color: #ddd;
  background-color: var(--color-3);
}

section {
  position: relative;
  width: 100%;
  height: 60%;
}

.bg-fixed {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  min-height: 60vh;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 20px;
  }
  p,
  strong,
  li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 24px;
  }
  p,
  strong,
  li {
    font-size: 22px;
  }
}

@supports (-webkit-touch-callout: inherit) {
  .header-img {
    background-attachment: scroll;
  }
}
