/* @font-face {
  font-family: "AvenirNextLTW02-Condens 724398";
  src: url("Fonts/724398/8f3da8dd-7d06-4904-89f6-c5bc40b27fde.eot?#iefix");
  src: url("Fonts/724398/8f3da8dd-7d06-4904-89f6-c5bc40b27fde.eot?#iefix")
      format("eot"),
    url("Fonts/724398/05b4d603-a34e-410b-8b5a-04827924884b.woff")
      format("woff"),
    url("Fonts/724398/d130a260-44b5-4cf5-8d84-fb22e0819f3c.ttf")
      format("truetype"),
    url("Fonts/724398/93ab1907-c135-48b9-81f1-88c052c16b34.svg#93ab1907-c135-48b9-81f1-88c052c16b34")
      format("svg");
}
@font-face {
  font-family: "AvenirNextLTW02-DemiCn";
  src: url("Fonts/724404/4e64a596-e6f3-4505-99a2-7b420fd4bb6e.eot?#iefix");
  src: url("Fonts/724404/4e64a596-e6f3-4505-99a2-7b420fd4bb6e.eot?#iefix")
      format("eot"),
    url("Fonts/724404/0f53cf18-d64f-473f-a83b-5e288b577243.woff")
      format("woff"),
    url("Fonts/724404/7db12efd-4757-4214-bead-13225550e76a.ttf")
      format("truetype"),
    url("Fonts/724404/78c1a4b3-4f3c-4a9f-9204-78b90c3b6ce0.svg#78c1a4b3-4f3c-4a9f-9204-78b90c3b6ce0")
      format("svg");
} */

@font-face {
  font-family: "Roboto Condensed";
  src: url("Fonts/RobotoCondensed-Light.woff")
    format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Roboto Condensed 400";
  src: url("Fonts/RobotoCondensed-Regular.woff")
    format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("Fonts/roboto-light-webfont.woff2")
    format("woff");
}

@font-face {
  font-family: "Courgette";
  src: url("Fonts/Courgette-Regular.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: "Oswald";
  src: url("Fonts/Oswald-ExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  position: relative;
  font-size: 1em;
  width: 100vw;
}
* {
  box-sizing: border-box;
}
header {
  margin: 0 auto;
  z-index: 62;
  position: fixed;
  padding-top: 40px;
  width: 100vw;
  background: #fff;
  transition: padding-top 1s ease;
}
.oben {
  padding-top: 10px;
  transition: padding-top 1s ease;
}
section {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: relative;
}
article {
  width: 40%;
  z-index: 60;
  padding-bottom: 1vh;
}

ul {
  list-style: none;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a.title {
  color: #900;
  text-decoration: none;
  font-style: italic;
}
p {
  line-height: 1.5;
}
.klein {
  font-size: 12px;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
footer p {
  font-size: 0.7em;
  margin: 1vh 0 3vh 0;
  color: #000;
}
footer p a:hover {
  color: #990000;
  font-style: italic;
}
footer p a:active {
  color: #990000;
  font-style: italic;
}
h1 {
  font-family: "Courgette", cursive;
  font-weight: lighter;
  font-size: 1.3em;
  color: #900;
  margin: 10px 0 0px 0;
  padding: 0;
}
header p {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 2.7vw;
  margin: 0px 0 -15px 0;
  padding: 0;
  color: #777;
  letter-spacing: 0.08em;
}
h3 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 0 0 -6px 0;
}
h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 -6px 0;
}
strong {
  font-weight: bold;
}
div {
  position: relative;
}
.content {
  min-height: 5vh;
  padding: 1vh 0vh 5vh 0vh;
}
.content_1 {
  padding-top: 65vh;
}
.display-none {
  display: none;
}
.text_center {
  text-align: center;
}
.absolut {
  position: absolute;
}
.mitte {
  margin: 0 auto;
  min-width: 800px;
}
.groesser {
  position: absolute;
  top: 2%;
  left: 3%;
  padding: 3px 5px;
  background: #fff;
}
.groesser a {
  font-family: "Oswald";
  font-size: 14px;
  color: blue;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.justify_center {
  justify-content: center;
}
.justify_start {
  justify-content: flex-start;
}
.justify_around {
  justify-content: space-around;
}
.align_center {
  align-items: center;
}
.align_end {
  align-items: flex-end;
}
.align_self_ende {
  align-self: flex-end;
}
.col_20 {
  width: 19%;
  min-height: 1px;
}
.col_25 {
  width: 24%;
  min-height: 1px;
}
.col_33 {
  width: 33%;
  min-height: 1px;
}
.col_40 {
  width: 39%;
  min-height: 1px;
}
.col_50 {
  width: 49%;
  min-height: 1px;
}
.col_60 {
  width: 59%;
  min-height: 1px;
}
.col_66 {
  width: 65%;
  z-index: 3000;
  min-height: 1px;
}
.col_75 {
  width: 75%;

  min-height: 1px;
}
.col_80 {
  width: 80%;

  min-height: 1px;
}
.col_100 {
  width: 99%;

  min-height: 1px;
}
.float_rechts {
  float: right;
}
#back-to-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
  padding: 0 7px;
  cursor: pointer;
  width: 40px;
}
.map {
  width: 100%;
  min-height: 16vw;
  margin-top: 3vh;
}
.claim {
  position: relative;
  height: 45vh;
  transition: height 1s ease;
}
.oben .claim {
  height: 20vh;
  transition: height 1s ease;
}
.hg-bild1 {
  background: url("../images/gelbeRose-1500.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild2 {
  background: url("../images/bruecke-1500.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild3 {
  background: url("../images/bank-1500.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild4 {
  background: url("../images/Praxisraum_Hanke-Wehrhahn-1500.jpg")
    no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild5 {
  background: url("../images/paarberatung-1500.jpg")
    no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild6 {
  background: url("../images/paarsynthese-1500.jpg")
    no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild7 {
  background: url("../images/bruecke-1500.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.hg-bild8 {
  background: url("../images/bank-1500.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  align-items: center;
}
.gipp img {
  width: 100%;
}
.claim h2,
.claim2 h2,
.claim3 h2,
.claim4 h2,
.claim5 h2,
.claim6 h2,
.claim7 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.1vw;
  font-weight: 300;
  color: #fff;
  text-align: left;
  text-shadow: 3px 3px 5px #444;
}
.gipp {
  position: absolute;
  bottom: -30px;
  right: 10%;
  z-index: 10;
  width: 6%;
}

.zitat {
  font-size: 13px;
  line-height: 17px;
  font-style: italic;
  text-align: right;
  margin-right: 5%;
}
.autor {
  font-size: 8px;
}
.aus {
  position: absolute;
  display: none;
  font-size: 0.75em;
  font-weight: 300;
  color: #444;
  top: 102%;
  z-index: 2000;
}
.aus2 {
  position: absolute;
  display: none;
  font-size: 0.7em;
  font-weight: 300;
  color: #444;
  top: 68%;
  left: 0%;
  z-index: 2200;
  width: 110%;
  background-color: #fff;
  padding: 5px;
}
.an {
  display: block;
}
/*.portrait {
	width: auto;
	height: 150px;
	margin: 0px 40px 0 0;
}*/
.portrait {
  width: auto;
  height: 130px;
  margin: 0px 40px 0 0;
  z-index: 100;
}
.welle {
  width: 100%;
  z-index: 2;
}
.welle img {
  width: 100%;
  margin: -20px 0 0 0;
}
.welle-unten {
  bottom: -15px;
}
.welle-oben {
  top: -40px;
  z-index: 20;
}
.grau {
  background: url("../images/grau-hg.png");
  background-size: 100% 100%;
}

/*Navigation*/

.hamburger {
  display: none;
  position: absolute;
  width: 40px;
  top: 2vh;
  right: 2vh;
}
ul li a:hover {
  color: #990000;
  font-style: italic;
}
ul li a:active {
  color: #990000;
  font-style: italic;
}
ul {
  font-weight: 400;
  font-size: 0.9vw;
  width: 87%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .claim {
    height: 40vh;
  }
  .gipp {
    width: 112px;
  }
  ul {
    margin-top: 2vh;
    font-size: 1.1vw;
  }
  .welle-oben {
    top: -2.55vh;
  }
}
@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1112px) {
  .gipp {
    right: 4.5%;
  }
  .gipp img {
    width: 70%;
    margin-left: 3vw;
  }

  header p {
    font-size: 3.7vw;
    color: #000;
  }
  ul {
    font-size: 1.3vw;
  }
  .claim h2 {
    font-size: 3.7vw;
  }
  header .mitte {
    margin-bottom: 15px;
  }
  ul {
    font-size: 1.6vw;
    width: 99%;
  }
}
@media only screen and (max-width: 834px) {
  ul {
    font-size: 2vw;
    width: 99%;
  }
  .mitte {
    min-width: 700px;
  }
  .welle-oben {
    top: -1vh;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  .welle-oben {
    top: -2.3vh;
  }
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 820px) {
  header {
    padding-top: 5px;
  }
  header p {
    font-size: 4.1vw;
    color: #000;
  }
  .oben {
    padding-top: 2px;
  }
  /*nav{
        padding-top: 6px;
    }
    ul{
        width: 92%;
        font-size: 1.5vw;
    }*/
  .col_66 {
    width: 75%;
    margin-bottom: 10px;
  }
  .portrait {
    height: 85px;
    margin-right: 20px;
  }
  .gipp {
    width: 80px;
    bottom: -50px;
  }
  .zitat {
    font-size: 10px;
    margin-right: 0;
    line-height: 14px;
  }
  .autor {
    font-size: 5px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mitte {
    /*min-width: 70%;*/
    min-width: 75%;
  }
  .content_1 {
    padding-top: 68vh;
  }
  article {
    width: 100%;
  }
  .hamburger {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    width: 180px;
    left: 80%;
    top: -0.5vh;
    padding: 20px;
    background: #fff;
  }
  ul {
    font-size: 2.5vw;
  }
  nav li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 800px) and (orientation: portrait) {
  .claim {
    height: 28vh;
  }
  .oben .claim {
    height: 16vh;
  }
  .content_1 {
    padding-top: 41vh;
  }
  .welle-oben {
    top: -1vh;
  }

  .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 637px) {
  .content_1 {
    padding-top: 75vh;
  }
}
@media only screen and (max-width: 450px) and (orientation: portrait) {
  .content_1 {
    padding-top: 50vh;
  }
  .portrait {
    margin-right: 10px;
  }
  header .col_66 {
    width: 70%;
    height: 13vw;
  }
  header h1 {
    font-size: 4.2vw;
  }
  .hamburger {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    width: 130px;
    left: 65%;
    top: -5vh;
    padding: 10px;
    background: #fff;
  }
  ul {
    font-size: 4vw;
  }
  nav li {
    width: 100%;
    margin-bottom: 8px;
  }
  .welle-unten {
    bottom: -11px;
  }
}
@media only screen and (max-width: 375px) {
  .welle img {
    width: 100%;
    margin: 0px 0 5px 0px;
  }
  nav {
    left: 55%;
  }
  ul {
    font-size: 4vw;
  }
  nav li {
    width: 100%;
    margin-bottom: 28px;
  }
}
