@font-face {
  font-family: 'BrownStd-Regular';
  src: url("/fonts/LL-Brown/BrownStd-Regular.woff2") format("woff2"), url("/fonts/LL-Brown/BrownStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: BrownStd-Regular, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px; }

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 30px;
  background-color: #fff; }

.site-header > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.left-item > h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0; }

.center-item {
  position: relative;
  text-align: center; }

.site-branding {
  width: auto;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%; }

.right-item {
  position: relative; }

.right-item ul.main-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right; }
  .right-item ul.main-navigation li:first-child a {
    margin-right: -18px; }
  .right-item ul.main-navigation li:nth-child(2) a {
    margin-right: -18px; }

.right-item ul.main-navigation > li {
  display: inline-block;
  margin-left: 20px; }

.right-item ul.main-navigation > li > a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

.right-item ul.main-navigation > li > a:hover {
  color: #D43144; }

.site-main {
  height: calc(100vh - 57px);
  /* 47px = header */ }

.contact-info, .article {
  float: left;
  height: 100%; }

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  background-color: #fff;
  font-size: 30px;
  padding: 0 30px; }

.contact-info > p {
  display: block; }

a.email {
  position: absolute;
  bottom: 0;
  margin: 0 0 10px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

a.email:hover {
  color: #D43144; }

.article {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  width: 50%; }

.article-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  background-image: url("/img/Bild_1.png");
  background-size: cover;
  background-repeat: no-repeat; }

.article-header > div {
  padding-left: 40px;
  width: 50%; }

.article-header h1 {
  margin: 0;
  font-size: 4.7vw;
  font-weight: normal; }

.article-header p {
  font-weight: normal; }

.article-content {
  padding-top: 30px; }

#leistungen, portrait {
  padding-top: 40px; }

.block-leadtext > h2 {
  font-size: 30px;
  font-weight: normal;
  padding: 0 90px;
  margin-bottom: 25px; }

.block-text {
  margin: 50px 0;
  padding: 0 50px 0 250px; }

.block-text h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0; }

.block-text a {
  display: inline-block;
  color: #D43144;
  font-size: 20px;
  text-decoration: none; }

.block-image {
  width: 100%;
  height: unset;
  margin: 50px 0 0; }

.article-footer {
  padding: 0 30px 10px;
  font-size: 30px;
  text-align: right; }

.article-footer p {
  margin: 0; }

@media (max-width: 1500px) {
  .block-text {
    padding: 0 50px 0 220px; } }

@media (max-width: 1300px) {
  .block-text {
    padding: 0 50px 0 200px; }
  .article-header > div {
    padding-left: 0; }
  .article-header h1 {
    font-size: 5.5vw; } }

@media (max-width: 1200px) {
  .block-leadtext > h2 {
    padding: 0 50px; }
  .block-text {
    padding: 0 50px 0 130px; } }

/* Medium devices (tablets, less than 1036px) */
@media (max-width: 1036px) {
  .site-main {
    height: unset; }
  .contact-info, .article {
    width: 100%;
    height: unset;
    float: none; }
  .contact-info {
    padding: 30px;
    font-size: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  p.adress {
    margin-bottom: 0; }
  a.email {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .article-header {
    height: 550px; }
  .article-header h1 {
    font-size: 64px; }
  .center-item {
    display: none; }
  .right-item {
    margin-right: -30px; }
  .right-item ul.main-navigation li:nth-child(4), .right-item ul.main-navigation li:nth-child(5) a {
    display: none; }
  .block-leadtext > h2 {
    font-size: 24px; }
  .block-text > h2 {
    font-size: 24px; }
  .block-text > p {
    font-size: 18px; }
  .block-image {
    margin: 20px 0; }
  .article-footer {
    font-size: 24px; } }

@media (max-width: 575.98px) {
  .site-header {
    padding: 10px 15px; }
  .contact-info {
    padding: 30px 15px; }
  .block-leadtext > h2 {
    padding: 0 15px; }
  .block-text {
    padding: 0 15px 0 70px; }
  .article-header {
    height: 500px; }
  .article-header > div {
    width: 100%;
    padding: 0 50px; }
  .article-header h1 {
    font-size: 48px; } }

@media (max-width: 488px) and (min-width: 258px) {
  .right-item {
    top: -20px; } }

@media (max-width: 350px) {
  .article-header h1 {
    font-size: 42px; } }

@media (max-width: 258px) {
  .right-item ul.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    margin-top: -16px; }
    .right-item ul.main-navigation li:first-child a {
      margin-right: 0px; }
    .right-item ul.main-navigation li:nth-child(2) a {
      margin-right: 0px; } }
