@font-face {
  font-family: "Garamond";
  src: url(../fonts/CormorantGaramond-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "GillSans";
  src: url("../fonts/GillSansNovaMedium/font.woff2") format("woff2"), url("../fonts/GillSansNovaMedium/font.woff") format("woff");
}
@font-face {
  font-family: "GillSans-Light";
  src: url("../fonts/GillSansNovaLight/font.woff2") format("woff2"), url("../fonts/GillSansNovaLight/font.woff") format("woff");
}
@font-face {
  font-family: "GillSans-SemiBold";
  src: url("../fonts/GillSansNovaSemiBold/font.woff2") format("woff2"), url("../fonts/GillSansNovaSemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "GillSans-LightItalic";
  src: url("../fonts/GillSansNovaLightItalic/font.woff2") format("woff2"), url("../fonts/GillSansNovaLightItalic/font.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 24px;
  background-color: #191919;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  word-wrap: break-word;
}

p {
  font-family: "GillSans-Light";
  font-weight: 100;
  line-height: 1.3;
}

strong, b {
  font-family: "GillSans-SemiBold";
  font-weight: 600;
}

ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
ul li {
  font-family: "GillSans-Light";
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 5px;
}
ul li:last-child {
  margin-bottom: 0;
}

.row {
  position: relative;
}

.text-center {
  text-align: center;
}

.btn {
  transition: all 0.3s ease;
}
.btn.btn-primary, .btn.btn-secondary {
  background-color: #8D847C;
  border: 1px solid #8D847C;
  padding: 15px 42px 12px 45px;
  text-transform: uppercase;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  letter-spacing: 5px;
  margin-top: 30px;
  display: inline-block;
}
.btn.btn-primary a, .btn.btn-secondary a {
  color: #fff;
}
.btn.btn-secondary {
  background-color: #8D847C;
  border: 1px solid #8D847C;
}
.btn:hover, .btn:focus {
  background: transparent;
  color: #8D847C;
}
.btn:hover a, .btn:focus a {
  color: #8D847C;
}
.btn:hover, .btn:focus {
  background: transparent;
  border: 1px solid #707070;
  color: #8D847C a;
  color-color: #8D847C;
}

.bg-white {
  background-color: #fff;
}
.bg-white .col-1.col-1-text p, .bg-white .col-1.col-1-text h2 {
  color: #000;
}

.wpml-ls-flag {
  width: 40px;
  display: block !important;
  margin: 0 auto;
}

.header-container-fluid {
  position: sticky;
  top: 0;
  background-color: #191919;
  z-index: 10;
}
.header-container-fluid .header-logo {
  text-align: center;
  background-color: #191919;
  padding: 15px 0;
}
.header-container-fluid .header-logo a {
  display: inline-block;
}
.header-container-fluid .header-logo img {
  margin: 0 auto;
}

.menu-button {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  right: 70px;
  top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-button div {
  width: 44px;
  height: 2px;
  background-color: #fff;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.menu-button div:first-child {
  margin-top: 0;
}
.menu-button div:last-child {
  margin-bottom: 0;
}
.menu-button.change {
  z-index: 100;
  background-color: #707070;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-button.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
.menu-button.change .bar2 {
  opacity: 0;
}
.menu-button.change .bar3 {
  transform: translate(0, -12px) rotate(45deg);
}

.page-id-576 #menu-item-222, .page-id-576 #menu-item-575 {
  display: none;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(100%);
}
.sidebar-menu .menu-mainmenu-container, .sidebar-menu .menu-main-menu-container {
  height: 100%;
}
.sidebar-menu .menu-mainmenu-container .menu, .sidebar-menu .menu-main-menu-container .menu {
  height: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidebar-menu .menu-mainmenu-container li, .sidebar-menu .menu-main-menu-container li {
  list-style: none;
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.sidebar-menu .menu-mainmenu-container li a, .sidebar-menu .menu-main-menu-container li a {
  display: block;
  position: relative;
  padding: 15px;
  border-top: 1px solid #8D847C;
  color: #000;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.sidebar-menu .menu-mainmenu-container li:hover a, .sidebar-menu .menu-mainmenu-container li:focus a, .sidebar-menu .menu-mainmenu-container li.current_page_item:not(#menu-item-222) a, .sidebar-menu .menu-main-menu-container li:hover a, .sidebar-menu .menu-main-menu-container li:focus a, .sidebar-menu .menu-main-menu-container li.current_page_item:not(#menu-item-222) a {
  background-color: #8D847C;
  color: #fff;
}
.sidebar-menu .menu-mainmenu-container li:last-child a, .sidebar-menu .menu-main-menu-container li:last-child a {
  border-bottom: 1px solid #8D847C;
}
.sidebar-menu.active {
  opacity: 1;
  transform: translateX(0);
}

.footer-container {
  max-width: 1720px;
  margin: 150px auto 225px;
}
.footer-container .weitere-seiten {
  margin-bottom: 150px;
  text-align: center;
}
.footer-container .weitere-seiten .btn {
  margin: 0 15px;
}
.footer-container h2 {
  color: #fff;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.footer-container h2.border-top, .footer-container h2.border-bottom {
  position: relative;
}
.footer-container h2.border-top {
  padding-top: 60px;
}
.footer-container h2.border-bottom {
  padding-bottom: 60px;
}
.footer-container h2.border-bottom::after {
  content: "";
  position: absolute;
  width: 600px;
  max-width: 100%;
  height: 2px;
  background-color: #8D847C;
  bottom: 0;
  left: calc(50% - 300px);
}
.footer-container .footer-middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 150px;
}
.footer-container .footer-middle > div {
  width: 20%;
}
.footer-container .footer-middle .footer-logo {
  display: flex;
  justify-content: center;
}
.footer-container .footer-middle .footer-kontakt-1,
.footer-container .footer-middle .footer-kontakt-2,
.footer-container .footer-middle .footer-kontakt-3,
.footer-container .footer-middle .footer-kontakt-4 {
  padding-left: 5%;
}
.footer-container .footer-middle .footer-kontakt-1 h4,
.footer-container .footer-middle .footer-kontakt-2 h4,
.footer-container .footer-middle .footer-kontakt-3 h4,
.footer-container .footer-middle .footer-kontakt-4 h4 {
  color: #8D847C;
  font-family: "GillSans-SemiBold";
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.footer-container .footer-middle .footer-kontakt-1 p,
.footer-container .footer-middle .footer-kontakt-2 p,
.footer-container .footer-middle .footer-kontakt-3 p,
.footer-container .footer-middle .footer-kontakt-4 p {
  font-size: 16px;
  font-family: "GillSans-Light";
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
  line-height: 2;
}
.footer-container .footer-middle .footer-kontakt-1 p:not(:last-child),
.footer-container .footer-middle .footer-kontakt-2 p:not(:last-child),
.footer-container .footer-middle .footer-kontakt-3 p:not(:last-child),
.footer-container .footer-middle .footer-kontakt-4 p:not(:last-child) {
  margin-bottom: 50px;
}
.footer-container .footer-middle .footer-kontakt-1 a,
.footer-container .footer-middle .footer-kontakt-2 a,
.footer-container .footer-middle .footer-kontakt-3 a,
.footer-container .footer-middle .footer-kontakt-4 a {
  color: #fff;
}
.footer-container .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 150px;
}
.footer-container .footer-bottom * {
  font-size: 16px;
  font-family: "GillSans-Light";
  font-weight: 100;
  color: #8D847C;
}
.footer-container .footer-bottom > div {
  width: 33.33%;
}
.footer-container .footer-bottom .footer-nav .menu {
  display: flex;
  margin-bottom: 0;
}
.footer-container .footer-bottom .footer-nav .menu li {
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  list-style: none;
}
.footer-container .footer-bottom .footer-nav .menu li:not(:last-child) {
  border-right: 1px solid #8D847C;
}
.footer-container .footer-bottom .footer-social {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer-container .footer-bottom .footer-social .social-link {
  padding: 0 15px;
}
.footer-container .footer-bottom .footer-copyright {
  text-align: right;
  margin-right: 30px;
}

.container-headline {
  margin-top: 150px;
  margin-bottom: 110px;
}
.container-headline .row {
  text-align: center;
}
.container-headline .row h2 {
  font-family: "Garamond";
  font-weight: 400;
  font-size: 40px;
  color: #8D847C;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 60px;
}
.container-headline .row h1 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 85px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.container-headline .row h1::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #8D847C;
  width: 420px;
  left: calc(50% - 210px);
  bottom: 0;
}

.text-block .text-block-headlines {
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
.text-block .text-block-headlines h2 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10px;
  line-height: 1.5;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
.text-block .text-block-headlines h2::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #8D847C;
  width: 420px;
  left: calc(50% - 210px);
  bottom: 0;
}
.text-block .text-block-headlines h3 {
  font-family: "Garamond";
  font-weight: 400;
  text-transform: uppercase;
  color: #8D847C;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.container-teaser {
  margin-bottom: 150px;
  padding-left: 30px;
  padding-right: 30px;
}
.container-teaser .row {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
.container-teaser .row h3 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
}
.container-teaser .row p {
  color: #fff;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.container-teaser .row p:last-child {
  margin-bottom: 0;
}
.container-teaser .row .arrow-down {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.container-teaser .row .teaser-content {
  display: none;
}

.page-einleitungsbereich {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
}
.page-einleitungsbereich .page-einleitungsbereich-image {
  flex: 0 0 50%;
}
.page-einleitungsbereich .page-einleitungsbereich-text {
  flex: 0 0 50%;
  padding: 100px;
}
.page-einleitungsbereich .page-einleitungsbereich-text h2 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-einleitungsbereich .page-einleitungsbereich-text p {
  margin-bottom: 30px;
}
.page-einleitungsbereich .page-einleitungsbereich-text p:last-child {
  margin-bottom: 0;
}
.page-einleitungsbereich.rechts {
  flex-direction: row-reverse;
}

.page-accordion {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-accordion .row {
  max-width: 1200px;
  margin: 0 auto;
}
.page-accordion .page-accordion-item {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-accordion .page-accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #8D847C;
}
.page-accordion .page-accordion-item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #8D847C;
}
.page-accordion .page-accordion-item p {
  color: #fff;
  margin-bottom: 30px;
}
.page-accordion .page-accordion-item p:last-child {
  margin-bottom: 0;
}
.page-accordion .page-accordion-item .page-accordion-headline h3 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
}
.page-accordion .page-accordion-item .page-accordion-headline .arrow-down {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-accordion .page-accordion-item .page-accordion-headline.active .arrow-down {
  transform: rotate(-180deg);
}
.page-accordion .page-accordion-item .page-accordion-teaser {
  max-width: 1000px;
  margin: 0 auto;
}
.page-accordion .page-accordion-item .page-accordion-content {
  display: none;
  max-width: 1000px;
  margin: 0 auto;
}

.unsere-kunst {
  background-color: #fff;
  padding: 100px 0;
}
.unsere-kunst .col-2 {
  max-width: 1600px;
  margin: 0 auto;
}
.unsere-kunst .col-2 p {
  color: #000 !important;
}
.unsere-kunst h2 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.galerie-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.galerie-container .galerie-item {
  justify-self: stretch;
  width: 39.7%;
}
.galerie-container .galerie-item:nth-child(1), .galerie-container .galerie-item:nth-child(4) {
  width: calc(60.3% - 30px);
}

.page-id-19 .container.page-accordion, .page-id-589 .container.page-accordion {
  display: none;
}

.page-unsere-leistungen .row {
  max-width: 100%;
}
.page-unsere-leistungen .unsere-leistung {
  position: relative;
}
.page-unsere-leistungen .unsere-leistung::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 1200px) / 2);
  height: 1px;
  width: 100%;
  max-width: 1200px;
  background-color: #8D847C;
}
.page-unsere-leistungen .unsere-leistung:last-child {
  padding-bottom: 80px;
}
.page-unsere-leistungen .unsere-leistung:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2);
  height: 1px;
  width: 100%;
  max-width: 1200px;
  background-color: #8D847C;
}
.page-unsere-leistungen .unsere-leistung .leistung-headline {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-headline h3 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
}
.page-unsere-leistungen .unsere-leistung .leistung-headline .arrow-down {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-unsere-leistungen .unsere-leistung .leistung-headline.active > .arrow-down {
  transform: rotate(-180deg);
}
.page-unsere-leistungen .unsere-leistung .leistung-content {
  background-color: #fff;
  padding: 100px 50px;
  text-align: left;
  display: none;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .col-2 {
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
}
.page-unsere-leistungen .unsere-leistung .leistung-content img {
  margin-bottom: 30px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content img + .zitate {
  margin-top: 40px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p {
  color: #000;
  margin-bottom: 30px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p:last-child {
  margin-bottom: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p + .zitate {
  margin-top: 40px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p:has(+ .zitatebild) {
  margin-bottom: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-content ul li {
  margin-bottom: 5px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p:has(+ ul) {
  margin-bottom: 5px !important;
}
.page-unsere-leistungen .unsere-leistung .leistung-content p:has(+ .button) {
  margin-bottom: 15px !important;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .button .btn {
  margin-top: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .button:has(+ p) {
  margin-bottom: 50px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate {
  font-family: "GillSans-LightItalic";
  font-weight: 100;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  display: block;
  text-align: center;
  max-width: 650px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate .zitate-content {
  position: relative;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate::before, .page-unsere-leistungen .unsere-leistung .leistung-content .zitate::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 300px) / 2);
  height: 1px;
  width: 100%;
  max-width: 300px;
  background-color: #8D847C;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate::after {
  top: unset;
  bottom: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate span {
  padding-left: 55px;
  padding-right: 55px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  height: 50px;
  width: 50px;
  background: url(../images/quote_sign.svg) no-repeat;
  background-size: 50px 50px;
  background-position: center;
  transform: rotate(180deg);
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitate span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 50px;
  width: 50px;
  background: url(../images/quote_sign.svg) no-repeat;
  background-size: 50px 50px;
  background-position: center;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitatebild {
  max-width: 100%;
  margin: 0 auto;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitatebild img {
  margin-bottom: 0;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .zitatebild:first-child {
  margin-top: -40px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .col-1-text:first-child {
  padding-right: 50px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .col-1-text:last-child {
  padding-right: 15px;
  padding-left: 50px;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .col-1.full {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.page-unsere-leistungen .unsere-leistung .leistung-content .col-1.empty {
  display: none;
}

.main-page-news .container-news .home-news {
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  padding: 30px;
}
.main-page-news .container-news .home-news .home-news-content h3 {
  font-size: 24px;
  letter-spacing: 1px;
}
.main-page-news .container-news .home-news .home-news-content .readmore {
  font-size: 20px;
}

.main-page-branchen .container-branchen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-page-branchen .container-branchen .branche {
  flex: 0 0 33.33%;
  position: relative;
  cursor: pointer;
  transition: filter 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.main-page-branchen .container-branchen .branche:hover, .main-page-branchen .container-branchen .branche:focus, .main-page-branchen .container-branchen .branche.active {
  filter: none;
}
.main-page-branchen .container-branchen .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 50%);
}
.main-page-branchen .container-branchen h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "GillSans";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
  min-height: 111px;
  display: flex;
  align-items: center;
}
.main-page-branchen .branche-content {
  display: none;
}
.main-page-branchen .branche-area {
  background-color: #fff;
  min-height: 500px;
  width: 100%;
  display: none;
  transition: all 0.3s ease;
}
.main-page-branchen .branche-area .container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  transition: all 0.3s ease;
}
.main-page-branchen .branche-area .container .col-2 {
  align-items: flex-start;
}
.main-page-branchen .branche-area .container .col-1 {
  padding-left: 50px;
  padding-right: 50px;
}
.main-page-branchen .branche-area strong {
  letter-spacing: 2px;
}
.main-page-branchen .branche-area p {
  color: #000 !important;
}
.main-page-branchen .branche-area ul:last-child {
  margin-bottom: 0;
}
.main-page-branchen .branche-area img {
  margin-bottom: 30px;
}

.main-page-board-consulting {
  background-color: #fff;
}
.main-page-board-consulting .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 15px 100px;
}

.main-page-text {
  background-color: #fff;
}
.main-page-text .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 15px 200px;
}
.main-page-text .container h1, .main-page-text .container p, .main-page-text .container h2 {
  margin-bottom: 30px;
}
.main-page-text .container h1 {
  font-family: "GillSans-Light";
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 85px;
}
.main-page-text .container h2, .main-page-text .container h3 {
  font-family: "GillSans-Light";
  text-transform: uppercase;
}
.main-page-text .container p, .main-page-text .container a, .main-page-text .container ul, .main-page-text .container li {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 24px;
}
.main-page-text .container a {
  color: #707070;
  text-decoration: underline;
}

.bc-headline {
  margin-bottom: 50px;
}
.bc-headline ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.bc-headline ul li {
  list-style: none;
  color: #8D847C;
  font-family: "GillSans-SemiBold";
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bc-headline ul li:hover, .bc-headline ul li:focus, .bc-headline ul li.active {
  color: #000;
}

.bc-content {
  max-width: 900px;
  margin: 0 auto;
}
.bc-content .content {
  display: none;
}
.bc-content .content.active {
  display: block;
}
.bc-content .content .col-text, .bc-content .content .col-image, .bc-content .content .col-quote {
  margin-bottom: 30px;
}
.bc-content .content > div:last-child {
  margin-bottom: 0;
}
.bc-content .content .col-text p:not(:last-child) {
  margin-bottom: 30px;
}
.bc-content .content .col-text:has(+ .col-quote) {
  margin-bottom: 0;
}
.bc-content .content .col-quote {
  margin-bottom: 0;
}
.bc-content .content .col-quote img {
  max-width: 80%;
  margin: 0 auto;
}
.bc-content .content .col-pdf .btn {
  letter-spacing: 1px;
  margin-top: 0;
}
.bc-content .content .col-pdf .btn:not(:last-child) {
  margin-bottom: 30px;
}

.bc-footer {
  text-align: center;
  margin-top: 100px;
}
.bc-footer p {
  position: relative;
  display: inline-block;
  width: 400px;
  max-width: 100%;
}
.bc-footer p .before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../images/pfeil_down.svg) no-repeat center;
  background-size: 50px 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  cursor: pointer;
}
.bc-footer p .after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../images/pfeil_down.svg) no-repeat center;
  background-size: 50px 50px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  cursor: pointer;
}
.bc-footer p.hide-before .before {
  display: none;
}
.bc-footer p.hide-after .after {
  display: none;
}

.main-page-contact {
  background-color: #fff;
}
.main-page-contact .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 15px 200px;
}
.main-page-contact .container h1, .main-page-contact .container p, .main-page-contact .container h2 {
  margin-bottom: 30px;
}

.main-error {
  background-color: #fff;
}
.main-error .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 15px 200px;
}
.main-error .container h1, .main-error .container p, .main-error .container h2 {
  margin-bottom: 30px;
}

.page-accordion-item .page-accordion-content .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-accordion-item .page-accordion-content .icons img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-single {
  background-color: #fff;
}
.main-single .container-headline {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 150px;
}
.main-single .container-headline .row {
  text-align: left;
}
.main-single .container-headline .row h1 {
  color: #000;
  font-size: 48px;
  letter-spacing: 3px;
  max-width: 100%;
  padding-bottom: 45px;
}
.main-single .container-headline .row h1::after {
  left: 0;
  width: 380px;
}
.main-single .news-content {
  padding-bottom: 150px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.main-single .news-content p {
  margin-bottom: 30px;
}
.main-single .news-content-container .row {
  display: flex;
  flex-direction: row;
}
.main-single .news-content-container .news-content {
  width: calc(100% - 500px);
  padding-right: 100px;
}
.main-single .news-content-container .news-thumb {
  width: 500px;
}
.main-single .main-single-thumb {
  max-width: 1600px;
  margin: 0 auto;
}
.main-single .main-single-nothumb {
  max-width: 1000px;
  margin: 0 auto;
}
.main-single .main-single-nothumb .container-headline {
  margin-left: 0;
  margin-right: 0;
}
.main-single .main-single-nothumb .news-content {
  margin-top: 50px;
}
.main-single .main-single-container {
  padding-left: 30px;
  padding-right: 30px;
}
.main-single .main-single-container .news-date {
  color: #8D847C;
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: block;
}

.main-single-heads {
  padding: 100px 0 150px;
}
.main-single-heads .container-single .col-2 {
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
}
.main-single-heads .container-single .col-1 p {
  color: #000;
  letter-spacing: 0.5px;
}
.main-single-heads .container-single .col-1-text .btn-download {
  display: none;
}
.main-single-heads .container-single h1 {
  font-family: "Garamond";
  font-size: 40px;
  letter-spacing: 5px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.main-single-heads .container-single h1 + p {
  letter-spacing: 1px;
}
.main-single-heads .container-single .single-contact a {
  color: #000;
  font-family: "GillSans-SemiBold";
  font-weight: 600;
  transition: color 0.3s ease;
}
.main-single-heads .container-single .single-contact a:hover, .main-single-heads .container-single .single-contact a:focus {
  color: #8D847C;
}
.main-single-heads .container-single .btn-download {
  background-color: #8D847C;
  border: 1px solid #8D847C;
  color: #fff;
  text-transform: uppercase;
  font-family: "GillSans-Light";
  letter-spacing: 5px;
  padding: 15px 45px 10px;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.main-single-heads .container-single .btn-download:hover, .main-single-heads .container-single .btn-download:focus {
  background-color: #fff;
  color: #8D847C;
}

.col-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.col-2 .col-1 {
  width: 50%;
}
.col-2 .col-1 p {
  font-size: 24px;
  color: #fff;
}
.col-2 .col-1 p:not(:last-child) {
  margin-bottom: 30px;
}
.col-2 .col-1 p:has(+ .btn) {
  margin-bottom: 0;
}
.col-2 .col-1-text {
  padding-left: calc((100% - 1720px) / 2);
  padding-right: 100px;
  padding-left: 100px;
}
@media all and (max-width: 1720px) {
  .col-2 .col-1-text {
    padding-left: 100px;
  }
}
.text-block-reverse .col-2 .col-1-text {
  padding-right: calc((100% - 1720px) / 2);
  padding-left: 100px;
}
@media all and (max-width: 1720px) {
  .text-block-reverse .col-2 .col-1-text {
    padding-right: 30px;
  }
}

.home .container-headline h2 {
  display: none;
}

.home-area-leistungen .text-block-reverse .col-2 {
  flex-direction: row-reverse;
}
.home-area-leistungen .text-block-reverse .col-2 h2 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.home-area-leistungen .leistungen {
  margin-top: 50px;
  margin-bottom: 30px;
}
.home-area-leistungen .leistungen .single-leistung {
  display: block;
  position: relative;
  max-width: 600px;
  padding: 15px 15px 10px;
  border-top: 1px solid #8D847C;
  color: #000;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 28px;
  transition: all 0.3s ease;
}
.home-area-leistungen .leistungen .single-leistung::after {
  position: absolute;
  right: 10px;
  top: calc((100% - 23px) / 2);
  content: "";
  background: url(../images/pfad_braun.svg) no-repeat;
  background-size: 13px 23px;
  width: 13px;
  height: 23px;
}
.home-area-leistungen .leistungen .single-leistung:last-child {
  border-bottom: 1px solid #8D847C;
}
.home-area-leistungen .leistungen .single-leistung:hover, .home-area-leistungen .leistungen .single-leistung:focus {
  background-color: #8D847C;
  color: #fff;
}

.home-branchen-container {
  padding-bottom: 80px;
}
.home-branchen-container .swiper-slide {
  position: relative;
}
.home-branchen-container .swiper-slide img {
  width: 100%;
}
.home-branchen-container .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 50%);
}
.home-branchen-container .swiper-slide a span {
  color: #fff;
  text-transform: uppercase;
  font-family: "GillSans";
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  min-height: 111px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  color: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  color: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #8D847C;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8D847C;
  opacity: 1;
}

.home-area-heads-search-container {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
}
.home-area-heads-search-container .heads-search-button {
  margin-top: 0;
}
.home-area-heads-search-container .heads-search-input {
  padding: 12px 12px;
  font-size: 20px;
  width: 600px;
  margin-bottom: 50px;
}
.home-area-heads-search-container .heads-search-result-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 270px;
  overflow-y: auto;
  max-width: 630px;
  margin: 0 auto;
}
.home-area-heads-search-container .heads-search-result-list .no-results-found {
  color: #8D847C;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 28px;
  font-style: italic;
}
.home-area-heads-search-container .heads-search-result-list .search-result-list-item {
  display: block;
  position: relative;
  max-width: 600px;
  padding: 15px 15px 10px;
  border-top: 1px solid #8D847C;
  color: #8D847C;
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 28px;
  transition: all 0.3s ease;
  width: 100%;
}
.home-area-heads-search-container .heads-search-result-list .search-result-list-item::after {
  position: absolute;
  right: 10px;
  top: calc((100% - 23px) / 2);
  content: "";
  background: url(../images/pfad_braun.svg) no-repeat;
  background-size: 13px 23px;
  width: 13px;
  height: 23px;
}
.home-area-heads-search-container .heads-search-result-list .search-result-list-item:last-child {
  border-bottom: 1px solid #8D847C;
}
.home-area-heads-search-container .heads-search-result-list .search-result-list-item:hover, .home-area-heads-search-container .heads-search-result-list .search-result-list-item:focus {
  background-color: #8D847C;
  color: #fff;
}

.home-area-heads-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-head {
  flex: 0 0 25%;
}
.home-head .home-head-url {
  position: relative;
  display: block;
  width: 100%;
}
.home-head .home-head-url::before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home-head .home-head-url img {
  width: 100%;
}
.home-head .home-head-url .home-head-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s ease;
}
.home-head .home-head-url .home-head-info h3, .home-head .home-head-url .home-head-info p {
  color: #fff;
}
.home-head .home-head-url .home-head-info h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-family: "Garamond";
  font-weight: 400;
  letter-spacing: 5px;
}
.home-head .home-head-url:hover::before, .home-head .home-head-url:focus::before {
  opacity: 1;
}
.home-head .home-head-url:hover .home-head-info, .home-head .home-head-url:focus .home-head-info {
  opacity: 1;
  transform: translateY(0);
}

.home-area-heads-einleitung {
  max-width: 1200px;
  margin: 0 auto 100px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.home-area-heads-einleitung p {
  color: #fff;
  margin-bottom: 30px;
}
.home-area-heads-einleitung p:last-child {
  margin-bottom: 0;
}
.home-area-heads-einleitung h3 {
  color: #fff;
  font-family: "GillSans-Light";
  font-size: 48px;
  margin-top: -15px;
  font-weight: 100;
}
@media all and (max-width: 768px) {
  .home-area-heads-einleitung h3 {
    font-size: 30px;
  }
}

.home-news-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 15px;
}
.home-news-container .home-news {
  flex: 0 0 calc(50% - 10px);
  margin: 5px;
  padding: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-news-container .home-news > img {
  width: 50%;
  padding-right: 30px;
}
.home-news-container .home-news .home-news-content {
  width: 50%;
}
.home-news-container .home-news .home-news-content .news-date {
  font-family: "GillSans-SemiBold";
  font-weight: 600;
  color: #8D847C;
  letter-spacing: 5px;
  margin-bottom: 20px;
  display: block;
}
.home-news-container .home-news .home-news-content h3 {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.home-news-container .home-news .home-news-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 130px;
  background-color: #8D847C;
}
.home-news-container .home-news .home-news-content p {
  font-family: "GillSans-Light";
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 1px;
}
.home-news-container .home-news .home-news-content .readmore {
  font-family: "Garamond";
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8D847C;
  margin-top: 15px;
  display: block;
}

.leistung-accordion-single {
  position: relative;
  margin-bottom: 50px;
}
.leistung-accordion-single::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 15%;
  height: 1px;
  background-color: #8D847C;
}
.leistung-accordion-single .accordion-arrow-down {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.leistung-accordion-single .accordion-header {
  margin-bottom: 10px;
}
.leistung-accordion-single .accordion-header h4 {
  font-family: "GillSans-SemiBold";
  font-weight: 600;
  text-transform: uppercase;
}
.leistung-accordion-single .accrodion-content_full {
  display: none;
}
.leistung-accordion-single .accrodion-content_full .accrodion-content_text + .accrodion-content_bild {
  margin-top: 30px;
}
.leistung-accordion-single.active .accordion-arrow-down {
  transform: rotate(-180deg);
}

@media all and (max-width: 1400px) {
  .home-news-container .home-news .home-news-content h3 {
    font-size: 24px;
  }
  .home-news-container .home-news .home-news-content p {
    font-size: 18px;
  }
  .home-news-container .home-news .home-news-content .readmore, .home-news-container .home-news .home-news-content .news-date {
    font-size: 20px;
  }
  .main-page-news .container-news .home-news {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .page-einleitungsbereich .page-einleitungsbereich-text {
    padding: 50px;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  body .btn.btn-primary, body .btn.btn-secondary, body .btn.btn-download {
    font-size: 18px;
    padding: 10px 30px 5px !important;
    letter-spacing: 2px !important;
  }
  .home-area-leistungen .leistungen .single-leistung {
    font-size: 18px;
  }
  .container-headline .row h1 {
    font-size: 65px;
    padding-bottom: 65px;
    max-width: 1000px;
  }
  .container-headline .row h2 {
    font-size: 35px;
    margin-bottom: 45px;
  }
  .text-block .text-block-headlines h2 {
    font-size: 45px;
    padding-bottom: 45px;
    max-width: 1000px;
  }
  .col-2 {
    align-items: flex-start;
  }
  .col-2 .col-1-text {
    padding: 50px !important;
  }
  .col-2 .col-1 p {
    font-size: 18px;
  }
  .home-area-leistungen .text-block-reverse .col-2 h2 {
    font-size: 35px;
  }
  .container-teaser .row h3 {
    font-size: 35px;
  }
  .container-teaser .row p {
    font-size: 18px;
  }
  .home-branchen-container .swiper-slide a {
    padding-bottom: 50px;
  }
  .home-branchen-container .swiper-slide a span {
    font-size: 24px;
  }
  .home-head .home-head-url .home-head-info h3 {
    font-size: 24px;
  }
  .home-head .home-head-url .home-head-info p {
    font-size: 18px;
  }
  .page-accordion .page-accordion-item .page-accordion-headline h3 {
    font-size: 35px;
  }
  .page-unsere-leistungen .unsere-leistung {
    padding-bottom: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content {
    padding: 0;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .zitate {
    font-size: 35px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline .arrow-down {
    margin-top: 20px;
  }
  .page-unsere-leistungen .unsere-leistung:last-child:after, .page-unsere-leistungen .unsere-leistung::before {
    left: 20%;
    width: 60%;
  }
  .main-page-branchen .container-branchen .overlay {
    padding-bottom: 50px;
  }
  .main-page-branchen .container-branchen .overlay h3 {
    font-size: 24px;
  }
  .footer-container {
    margin: 100px auto;
  }
  .footer-container .weitere-seiten {
    margin-bottom: 100px;
  }
  .footer-container h2.border-bottom {
    font-size: 45px;
  }
  .footer-container .footer-bottom {
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer-container .footer-bottom > div {
    width: 100%;
    text-align: center !important;
    margin-top: 30px;
  }
  .footer-container .footer-bottom .footer-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-container .footer-bottom ul.menu {
    justify-content: center;
  }
  .main-page-branchen .branche-area .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-single .news-content-container .news-content {
    width: calc(100% - 300px);
    padding-right: 100px;
  }
  .main-single .news-content-container .news-thumb {
    width: 300px;
  }
}
@media all and (max-width: 992px) {
  .home-head {
    flex: 0 0 33.33%;
  }
  .col-2 {
    flex-direction: column-reverse !important;
    flex-direction: column !important;
  }
  .col-2 .col-1 {
    width: 100%;
  }
  .col-2 .col-1-text {
    padding: 30px !important;
  }
  .unsere-kunst .col-2 {
    flex-direction: column !important;
  }
  .home-news-container {
    flex-direction: column;
  }
  .home-news-container .home-news {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 30px !important;
  }
  .page-einleitungsbereich {
    flex-direction: column !important;
  }
  .main-page-branchen .container-branchen .branche {
    flex: 0 0 50%;
  }
  .footer-container .footer-middle {
    flex-direction: column;
  }
  .footer-container .footer-middle > div {
    width: 100%;
    text-align: center !important;
    padding-left: 0 !important;
    margin-bottom: 50px;
  }
  .footer-container .footer-middle > div h4, .footer-container .footer-middle > div p {
    margin-bottom: 15px !important;
  }
  .footer-container .footer-middle .footer-kontakt-4 {
    margin-bottom: 0;
  }
  .footer-container .footer-bottom {
    margin-top: 50px;
  }
  .main-single-heads {
    padding-top: 0;
  }
  .main-single-heads .container-single .col-2 {
    flex-direction: column-reverse !important;
  }
  .main-single-heads .container-single .col-1-image > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-single-heads .container-single .col-1-image .square {
    margin-left: 0;
    margin-right: 0;
  }
  .main-single-heads .container-single .col-1-image .btn-download {
    display: none;
  }
  .main-single-heads .container-single .col-1-text .btn-download {
    display: block;
    text-align: center;
    max-width: 100%;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .col-2 {
    flex-direction: column !important;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .col-2 .col-1-text:first-child {
    padding-bottom: 0 !important;
  }
  .bc-headline ul {
    flex-direction: column;
  }
  .bc-footer {
    text-align: center;
    margin-top: 100px;
  }
  .bc-footer p .before {
    left: 50px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: url(../images/pfeil_down.svg) no-repeat center;
    background-size: 30px 30px;
  }
  .bc-footer p .after {
    content: "";
    position: absolute;
    right: 50px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: url(../images/pfeil_down.svg) no-repeat center;
    background-size: 30px 30px;
  }
}
@media all and (max-width: 768px) {
  .header-container-fluid .header-logo img {
    height: 100px;
  }
  .menu-button {
    right: 15px;
    top: 35px;
  }
  .menu-button > div {
    width: 35px;
    margin: 8px 0;
  }
  .menu-button.change {
    padding-bottom: 5px;
  }
  .menu-button.change .bar1 {
    transform: translate(0, 8px) rotate(-45deg);
  }
  .home-head {
    flex: 0 0 50%;
  }
  .home-area-heads-search-container .heads-search-input {
    max-width: 100%;
  }
  .container-headline {
    margin: 50px 30px;
  }
  .container-headline .row h2 {
    font-size: 25px;
    letter-spacing: 3px;
  }
  .home .container-headline {
    margin-bottom: 30px;
  }
  .home-einfuehrung .col-1-text {
    padding-bottom: 50px !important;
  }
  .home-einfuehrung .col-1-text p span {
    font-size: 30px !important;
  }
  .home-area-branchen .home-branchen-container {
    padding-bottom: 0;
  }
  .home-area-branchen .home-branchen-container .swiper-slide a {
    padding-bottom: 0;
  }
  .home-area-branchen .home-branchen-container .swiper-pagination {
    display: none;
  }
  .home-area-heads-einleitung {
    margin-bottom: 50px;
  }
  .home-head .home-head-url .home-head-info h3 {
    font-size: 18px;
  }
  .home-head .home-head-url .home-head-info p {
    font-size: 16px;
  }
  .main-page-branchen .container-branchen .branche .overlay {
    padding-bottom: 0;
    align-items: center;
  }
  .main-page-branchen .container-branchen .branche .overlay h3 {
    font-size: 16px;
    min-height: unset;
  }
  .col-2 .col-1-text {
    padding: 50px 30px !important;
  }
  .col-2 .col-1-text + .col-1-text {
    padding-top: 30px !important;
  }
  .footer-container .weitere-seiten {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
  }
  .footer-container .weitere-seiten a {
    padding: 15px !important;
    margin: 15px 30px !important;
  }
  .footer-container .weitere-seiten a:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer-container h2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .footer-container h2::before, .footer-container h2::after {
    width: 60% !important;
    left: 20% !important;
  }
  .footer-container .footer-middle {
    margin-top: 100px;
  }
  .home-news-container .home-news {
    flex-direction: column;
    margin: 0;
    padding: 30px;
  }
  .home-news-container .home-news .home-news-content,
  .home-news-container .home-news > img {
    width: 100%;
    padding-right: 0;
  }
  .home-news-container .home-news > img {
    margin-bottom: 30px;
  }
  .container-headline .row h1 {
    font-size: 45px;
    padding-bottom: 45px;
  }
  .container-headline .row h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main-single-heads .container-single h1 {
    font-size: 30px;
  }
  .page-einleitungsbereich .page-einleitungsbereich-text {
    padding: 50px 30px;
  }
  .page-einleitungsbereich .page-einleitungsbereich-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .page-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-accordion .page-accordion-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .unsere-kunst {
    padding: 0 0 50px;
  }
  .page-id-19 .page-einleitungsbereich-text .text p:first-child span, .page-id-589 .page-einleitungsbereich-text .text p:first-child span {
    font-size: 20px !important;
  }
  .text-block .text-block-headlines h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .text-block .text-block-headlines h2::after {
    width: 60%;
    left: 20%;
  }
  .home-area-leistungen .text-block-reverse .col-2 h2 {
    font-size: 30px;
  }
  .page-accordion .page-accordion-item .page-accordion-headline h3 {
    font-size: 30px;
  }
  .page-unsere-leistungen .unsere-leistung::before, .page-unsere-leistungen .unsere-leistung:last-child::after {
    width: 100%;
    left: 0;
  }
  .page-unsere-leistungen .unsere-leistung:last-child {
    padding-bottom: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .zitate {
    font-size: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline {
    padding-top: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline h3 {
    font-size: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline .arrow-down {
    margin-top: 10px;
  }
  .unsere-kunst h2 {
    font-size: 30px;
  }
  .footer-container h2.border-bottom {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .galerie-container {
    gap: 15px;
    padding-left: 15px;
  }
  .galerie-container .galerie-item {
    justify-self: stretch;
  }
  .main-single .container-headline {
    padding-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  .main-single .container-headline .row h1 {
    font-size: 30px;
  }
  .main-single .container-headline .row h1::after {
    width: 60%;
  }
  .main-single .news-content-container {
    margin-top: 50px;
  }
  .main-single .news-content-container .row {
    flex-direction: column-reverse;
  }
  .main-single .news-content-container .news-content {
    width: 100%;
    padding-right: 0;
  }
  .main-single .news-content-container .news-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-page-text {
    background-color: #fff;
  }
  .main-page-text .container h1 {
    font-size: 36px;
  }
  .main-page-text .container p, .main-page-text .container a, .main-page-text .container ul, .main-page-text .container li {
    font-size: 20px;
  }
}
@media all and (max-width: 576px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }
  body h1, body h2 {
    letter-spacing: 3px !important;
  }
  body .btn.btn-primary, body .btn.btn-secondary, body .btn.btn-download {
    font-size: 16px;
    letter-spacing: 1px !important;
    padding: 10px 15px 5px !important;
  }
  .col-2 .col-1 p {
    font-size: 16px;
  }
  .container-headline .row h1 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .container-headline .row h1::after {
    width: 60%;
    left: 20%;
  }
  .footer-container {
    margin: 50px auto;
  }
  .page-einleitungsbereich .page-einleitungsbereich-text h2 {
    font-size: 25px;
  }
  .container-teaser .row h3 {
    font-size: 25px;
  }
  .container-teaser .row p {
    font-size: 16px;
  }
  .unsere-kunst h2 {
    font-size: 25px;
  }
  .page-accordion .page-accordion-item .page-accordion-headline {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-accordion .page-accordion-item .page-accordion-headline h3 {
    font-size: 25px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-headline h3 {
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .zitate {
    font-size: 25px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .zitate span {
    word-break: break-word;
    display: ruby-text;
    padding-left: 35px;
    padding-right: 35px;
  }
  .page-unsere-leistungen .unsere-leistung .leistung-content .zitate span::before, .page-unsere-leistungen .unsere-leistung .leistung-content .zitate span::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .text-block .text-block-headlines {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .text-block .text-block-headlines h3 {
    letter-spacing: 3px;
  }
  .home-area-leistungen .text-block-reverse .col-2 h2 {
    letter-spacing: 3px;
  }
  .container-teaser {
    margin-bottom: 50px;
  }
  .container-teaser .row p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=main.css.map */
