::-moz-selection {
  background: #ec6f6c;
}
::selection {
  background: #ec6f6c;
}
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #faf8f1;
}
a, a:active, a:focus, button, button:active, button:focus {
  outline: none;
}
a.blocklink {
  width: 100%;
  height: 100%;
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
}
.wrap {
  width: 85%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
h2.subhead {
  color: #ec6f6c;
  font-size: 1.4vw;
  font-size: clamp(18px, 1.4vw, 1.5vw);
  font-weight: 500;
  margin-bottom: 10px;
}
.bg2 {
  background-color: #f0ebe4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.readmore {
  text-decoration: underline;
  cursor: pointer;
}
.readmorecontent {
  display: none;
}
.readmorecontent p:first-child {
  margin-top: 0;
}
section.schwerpunkte .schwerpunktmodul .descriptions div, section.beratung .text, section.about .text, footer.sitefooter .wrap div {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: clamp(18px, 1.4vw, 1.45vw);
}
.wrap.smalltext .content p, .wrap.smalltext .content ul li {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: clamp(16px, 1vw, 1.2vw);
}
section.schwerpunkte .schwerpunktmodul h3, section.beratung .text h3, section.about .text h3, .wrap.smalltext .content h1 {
  font-family: 'DM Serif Display';
  font-size: clamp(35px, 3.4vw, 3.4vw);
  font-weight: 400;
  line-height: 1;
}
.siteheader {
  margin-top: 30px;
}
.siteheader .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.siteheader .wrap a {
  text-decoration: none;
}
.siteheader .wrap h1 {
  color: #ec6f6c;
  font-family: 'DM Serif Display';
  font-weight: 400;
  font-size: 43px;
  font-size: 3vw;
  font-size: clamp(30px, 3vw, 3.5vw);
}
.siteheader .wrap .contact {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.siteheader .wrap .contact div.phone {
  margin-left: 60px;
}
.siteheader .wrap .contact a {
  text-decoration: none;
  color: black;
}
.wrap.welcome {
  margin-top: 120px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrap.welcome .welcomegraphic {
  width: 55%;
}
.wrap.welcome .statement {
  font-family: 'DM Serif Display';
  width: 40%;
  text-align: center;
  font-size: 46px;
  font-size: 3.5vw;
  font-size: clamp(35px, 3.5vw, 3.5vw);
  line-height: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
section.schwerpunkte .schwerpunktmodul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.schwerpunkte .schwerpunktmodul .heads {
  width: 50%;
}
section.schwerpunkte .schwerpunktmodul .descriptions {
  margin-top: 15px;
  width: 45%;
}
section.schwerpunkte .schwerpunktmodul .descriptions div {
  display: none;
}
section.schwerpunkte .schwerpunktmodul h3 {
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: help;
}
section.schwerpunkte .schwerpunktmodul h3:hover, section.schwerpunkte .schwerpunktmodul h3.active {
  color: #ec6f6c;
}
section.beratung {
  margin-top: 80px;
  margin-bottom: 80px;
}
section.beratung .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.beratung .first {
  width: 50%;
  position: relative;
}
section.beratung .first img {
  width: 80%;
}
section.beratung .first .text {
  margin-top: 150px;
  width: 91%;
}
section.beratung .second {
  width: 45%;
  position: relative;
}
section.beratung .second img {
  margin-top: 80px;
}
section.beratung .text h3 {
  margin-bottom: 40px;
}
section.about .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.about .text {
  width: 60%;
}
section.about .text h3 {
  margin-bottom: 40px;
}
section.about .image {
  width: 40%;
  text-align: right;
}
section.about .image img {
  width: 80%;
  border-radius: 20px;
}
.wrap.smalltext {
  margin-top: 80px;
  padding-bottom: 80px;
}
.wrap.smalltext .content {
  max-width: 600px;
}
.wrap.smalltext .content h1 {
  margin-bottom: 60px;
}
.wrap.smalltext .content h2 {
  font-size: 25px;
  margin-top: 60px;
  line-height: 1.2;
}
.wrap.smalltext .content p a, .wrap.smalltext .content ul li a {
  color: black;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.wrap.smalltext .content p a:hover, .wrap.smalltext .content ul li a:hover {
  color: #ec6f6c;
}
.wrap.smalltext .content ul {
  padding-left: 20px;
}
.scrolltotop {
  background-color: #d0cbc4;
  height: 35px;
  cursor: pointer;
  transition: background 0.3s;
}
.scrolltotop .arrow {
  color: white;
  opacity: 0.7;
  transition: opacity 0.3s;
  font-size: 35px;
  transform: rotate(-90deg);
  width: 8px;
  margin-left: calc(50% - 5px);
}
.scrolltotop:hover {
  background-color: #a8a49f;
}
.scrolltotop:hover .arrow {
  opacity: 1;
}
footer.sitefooter {
  background-color: #2d2d2d;
  /** BLAU: #24388b; **/
  padding-top: 50px;
  padding-bottom: 50px;
}
footer.sitefooter .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #d4d4d4;
}
footer.sitefooter .wrap a {
  color: #d4d4d4;
  transition: color 0.3s;
  text-decoration: none;
}
footer.sitefooter .wrap a:hover {
  color: white;
}
footer.sitefooter .wrap a.lessimportant {
  color: #888;
}
footer.sitefooter .wrap a.lessimportant:hover {
  color: white;
}
footer.sitefooter .wrap div {
  width: 25%;
  font-size: 15px;
}
footer.sitefooter .wrap div .button {
  background-color: #ec6f6c;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: white;
}
footer.sitefooter .wrap > div:first-child {
  width: 33%;
}
footer.sitefooter .wrap > div:nth-child(2) {
  width: 23%;
}
footer.sitefooter .wrap > div:nth-child(3) {
  width: 20%;
}
footer.sitefooter .wrap > div:nth-child(4) {
  width: 20%;
  text-align: right;
}
