html {
  scroll-behavior: smooth;
}
html #wpadminbar {
  overflow: hidden;
}

div {
  scroll-margin-top: 100px;
}

input {
  accent-color: var(--default);
}
textarea.form-control {
  width: 100%;
  min-height: 72px;
  field-sizing: content;
  border: 1px solid rgba(72, 83, 107, 0.5) !important;
  height: 140px;
  padding: 0.5rem 1rem;
}

a {
  transition: 250ms;
}

a[href^="tel:"] {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.loading-overlay {
  background: #fffcf7 !important;
}
.maler-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay .navlogo::before {
  animation: rotateLogo 5s linear infinite;
}
@keyframes rotateLogo {
  from {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(270deg);
  }
}

.justify-space-around {
  justify-content: space-around;
}

/* nav*/
#wrapper {
  transition: filter 0.3s ease;
}

#main .wpb-content-wrapper p {
  opacity: 0.8;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999999;
}

.side-nav {
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  height: 100%;
  background: white;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  z-index: 9999999;
}

.side-nav.open {
  transform: translateX(-360px);
}

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* nav*/

.logofooter {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logofooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 179px;
  background-image: url(/wp-content/themes/maler/assets/img/logo-circle.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 600ms ease-in-out;
}

.logofooter:hover::before {
  transform: rotate(160deg);
}

.logofooter img {
  width: 100px;
  height: auto;
}
#footer a.footerlogo:hover {
  opacity: 1;
}
.footershowroom {
  display: none;
}

/*************************/

.sidenav--top {
  padding: 80px 40px 0 40px;
  transition: 300ms;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sidenav--center {
  padding: 20px 40px;
}

.sidenav-bottom {
  background-color: #ffe6d3;
  transition: 300ms;
}
.sidenav-bottom:hover {
  background-color: #ffd0ae;
}
.sidenav-bottom a {
  color: #48536b;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
.navlogo {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navlogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 159px;
  background-image: url(/wp-content/themes/maler/assets/img/logo-circle.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 600ms ease-in-out;
}
.navlogo:hover::before {
  transform: rotate(160deg);
}

.navlogo img {
  width: 100px;
  height: auto;
}
.navlogo:hover {
  opacity: 1;
}

.navclose {
  position: relative;
  top: -24px;
  right: 0;
  font-size: 24px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
.navclose:hover {
  opacity: 0.8;
}

ul.sidenav--menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.sidenav--menu li {
  padding: 18px 0;
}
ul.sidenav--menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #48536b;
  font-weight: 400;
  letter-spacing: 3.5px;
  transition: 300ms;
}
ul.sidenav--menu li a:hover {
  opacity: 1;
}

.sidenav--menu .nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.sidenav--menu .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: width 0.3s ease-in-out;
}

.sidenav--menu .nav-link:hover::after {
  width: 100%;
}

/*******************/
.headerlogo {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 300ms;
}
.headerlogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 199px;
  background-image: url(/wp-content/themes/maler/assets/img/logo-circle-white.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 600ms ease-in-out;
}

.headerlogo:hover::before {
  transform: rotate(160deg);
}
.page-id-43 .headerlogo:hover::before {
  transform: none;
}
.page-id-43 .headerlogo:hover {
  transform: scale(1.1);
}

.headerlogo img {
  width: 120px;
  height: auto;
}
.headerlogo:hover {
  opacity: 1;
}
.headercase01 .pagehead::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #fff;
  bottom: -0;
}
.headercase01 .pagehead::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background-color: var(--default);
  bottom: -50px;
}
.bgdarken {
  box-shadow: 0 0 9999px 9999px rgba(0, 0, 0, 0.5) inset;
  position: relative;
}
.headercase01 .bgdarken.pagehead:not(.verticalline)::after,
.headercase01 .bgdarken.pagehead:not(.verticalline)::before {
  display: none;
}

.topheader {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: transparent;
  background: #f8fbff;
}
.topheader-fixed {
  position: fixed;
  z-index: 99999;
  background: #f8fbff !important;
}

.topheader .container {
  max-width: 1600px;
}
.topheader .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.topheader--socials {
  display: flex;
  gap: 22px;
  font-size: 24px;
}
.topheader--socials a:hover {
  color: var(--primary) !important;
}
.topheader--center {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}
.topheader--center span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}
.topheader--left,
.topheader--right {
  width: 110px;
}
.topheader--right {
  display: flex;
  justify-content: flex-end;
}

.topheader--burger {
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}

.topheader--burger .line {
  height: 2px;
  background-color: var(--default);
  transition: width 0.3s ease;
}

.topheader--burger .line1,
.topheader--burger .line2 {
  width: 100%;
}

.topheader--burger .line3 {
  width: 50%;
  background-color: var(--primary);
}

.topheader--burger:hover .line3 {
  width: 100%;
}
.home .pagehead {
  height: 720px;
}
.pagehead {
  height: 560px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topheader.headercase01 {
  background: transparent;
}
.topheader.headercase01 a {
  color: #fff;
}
.topheader.headercase01 .topheader--center img {
  width: 128px;
  height: auto;
  position: relative;
  top: 10px;
  transition: 300ms;
}
.topheader.headercase01.topheader-fixed .topheader--center img {
  top: 0;
  width: 90px;
}
.topheader.headercase01.topheader-fixed {
  background: var(--default) !important;
}
.topheader.headercase01 .topheader--burger .line1,
.topheader.headercase01 .topheader--burger .line2 {
  background-color: #fff;
}
.topheader.headercase01.topheader-fixed,
.topheader.headercase02.topheader-fixed {
  background: #f8fbff !important;
}
.topheader.headercase01.topheader-fixed a,
.topheader.headercase02.topheader-fixed a {
  color: var(--default) !important;
}
.topheader.headercase01.topheader-fixed .topheader--burger .line1,
.topheader.headercase01.topheader-fixed .topheader--burger .line2,
.topheader.headercase02.topheader-fixed .topheader--burger .line1,
.topheader.headercase02.topheader-fixed .topheader--burger .line2 {
  background-color: var(--default) !important;
}
.topheader.headercase01.topheader-fixed .topheader--center img {
  display: none;
}
.topheader.headercase01.topheader-fixed .topheader--center .th01text {
  display: block;
}

.headercase01 .pagehead,
.headercase02 .pagehead {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.headercase01 .headertext,
.headercase02 .headertext {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 8px;
}
.home .headercase01 .headertext {
  font-size: 32px;
  line-height: 1.3;
}

.headercase02 .pagehead {
  padding-top: 90px;
  height: 420px;
}

.home .headerbtn .btn-primary {
  margin: 42px auto 0 auto;
  color: #fff;
  border: 1px solid #fff !important;
}
.home .headerbtn .btn-primary .btn-primary-arrow {
  border-color: #fff !important;
}
.home .headerbtn .btn-primary .btn-primary-arrow::before {
  color: #fff !important;
}
.home .headerbtn .btn-primary .btn-primary-arrow::after {
  color: #fff !important;
}
.home .headerbtn .btn-primary:hover,
.home .headerbtn .btn-primary:hover .btn-primary-arrow::before {
  color: var(--primary) !important;
}

.home .headertext--wrapper {
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  height: 560px;
  position: relative;
}
.home .headertext--wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(/wp-content/themes/maler/assets/img/bg-homesquare.png); */
  background-size: cover;
  background-position: center;
  /* mix-blend-mode: luminosity; */
  z-index: 1;
  opacity: 0.45;
}
.home .headertext--wrapper > div {
  position: relative;
  z-index: 2;
}

.pagehead.slide-one .headertext--wrapper::before {
  opacity: 0.76;
  background-color: #76d1f4;
  mix-blend-mode: color;
}
.pagehead.slide-two .headertext--wrapper::before {
  opacity: 0.23;
  mix-blend-mode: luminosity;
}
.pagehead.slide-three .headertext--wrapper::before {
  opacity: 0.43;
  mix-blend-mode: hard-light;
}

#main {
  margin-bottom: 80px;
}
#main.headercase03 {
  padding-top: 150px;
}
#main .vc_row {
  margin-bottom: 80px;
}

#prefooter {
  position: relative;
  padding-bottom: 130px;
}

#prefooter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("/wp-content/themes/maler/assets/img/bg-newsletter.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
#prefooter .container {
  background-color: #fff;
  background-clip: content-box;
}
#prefooter .row {
  padding-bottom: 36px;
}

#prefooter h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 36px;
  letter-spacing: 16px;
}
#prefooter .newsletterclaim {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 46px auto;
}
#prefooter .newsletterform,
.mbcontactform {
  width: 100%;
  margin: 0 auto 80px auto;
}
#prefooter .newsletterform--input,
.mbcontactform--input {
  display: flex;
  gap: 32px;
}
#prefooter .newsletterform--input > div,
.mbcontactform--input > div {
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #prefooter .newsletterform--input > div,
  .mbcontactform--input > div {
    width: 100%;
  }
}
#prefooter .newsletterform--send,
.mbcontactform--send {
  display: flex;
  flex-flow: column;
  float: right;
  justify-content: center;
}

#prefooter .newsletterform--send span,
.mbcontactform--send span {
  margin: 16px 0;
}

.mbcontactform--input .textarea--full,
.mbcontactform--input .acceptance--full {
  width: 100%;
}

.form-control::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
  color: rgba(72, 83, 107, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.form-control {
  padding: 4px 12px 4px 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(72, 83, 107, 0.5) !important;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  box-shadow: none !important;
  margin-bottom: 8px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--default);
  border: 1px solid var(--default) !important;
  background: transparent;
  transition: 300ms;
  width: max-content;
  height: 42px;
  display: flex;
  position: relative;
}
.btn-primary .btn-primary-text {
  padding: 8px 24px;
}
.btn-primary .btn-primary-arrow {
  height: 40px;
  width: 42px;
  border-left: 1px solid var(--default) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn-primary .btn-primary-arrow::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: var(--default) !important;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.btn-primary .btn-primary-arrow::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: var(--primary) !important;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  right: 18px;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.btn-primary:hover .btn-primary-arrow::after {
  transform: translateX(18px);
  opacity: 0;
}
.btn-primary:hover .btn-primary-arrow::before {
  transform: translateX(18px);
  opacity: 1;
}

.btn-primary:hover {
  color: var(--primary);
  cursor: pointer;
}

.box-pdf-download {
  font-family: "Monsterrat", sans-serif;
  font-size: 16px;
}
.box-pdf-download .pdf-link {
  overflow: hidden;
}
.btn-primary .btn-primary-download {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.btn-primary .btn-primary-download::after {
  /*
  content: "\e4e7";
  font-family: "Font Awesome 6 Pro";
  */
  content: "";
  background-image: url("/wp-content/themes/maler/assets/img/download-blue.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  left: 8px;
  top: 8px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 300ms ease-in-out, opacity 100ms;
}
.btn-primary .btn-primary-download::before {
  /* 
  content: "\e4e7";
  font-family: "Font Awesome 6 Pro";
  */
  content: "";
  background-image: url("/wp-content/themes/maler/assets/img/download-light.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 40px;
  color: var(--primary) !important;
  height: 26px;
  width: 26px;
  left: -28px;
  transform: translateX(0px);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: transform 300ms ease-in-out, opacity 500ms;
}
.btn-primary:hover .btn-primary-download::after {
  transform: translateX(36px);
  opacity: 1;
  transition: transform 300ms ease-in-out, opacity 100ms;
}
.btn-primary:hover .btn-primary-download::before {
  transform: translateX(36px);
  opacity: 1;
  transition: transform 300ms ease-in-out, opacity 100ms;
}

.btn-primary .btn-primary-download.btn-primary-specupload::after,
.btn-primary .btn-primary-download.btn-primary-specupload::before {
  content: "";
}
.box-pdf-upload:hover {
  cursor: pointer;
}
.boxfiles {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.boxfiles.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* WP CF7 */
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}
.wpcf7-submit {
  display: none;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: first baseline;
}

h1.modulheadline,
h2.modulheadline {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 16px;
  text-transform: uppercase;
}

h3.modulheadline {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}
h4.modulheadline {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.modulheadline.cmb-2 {
  margin-bottom: 24px;
}
.modulheadline.cmb-3 {
  margin-bottom: 30px;
}
.modulheadline.cmb-4 {
  margin-bottom: 40px;
}
.modulheadline.cmb-5 {
  margin-bottom: 54px;
}
.th01text {
  display: none;
}
.job-fact-inner {
  display: flex;
  gap: 16px;
}
.job-fact-headline {
  font-weight: 600;
  min-width: 130px;
}

.box-pdf-download {
  display: flex;
  gap: 16px;
  align-items: center;
}

.job-teaser-image-wrapper {
  overflow: hidden;
  position: relative;
}
.job-teaser-image {
  background-image: url(/wp-content/uploads/headerbg-blue.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  position: relative;
  transition: 300ms;
}
.page-id-36 .job-teaser-image:hover,
.page-id-38 .job-teaser-image:hover {
  transform: scale(1.05);
}
.job-teaser .job-teaser-headline {
  padding: 24px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 108px;
}

.texttwocolumns p,
.texttwocolumns {
  color: rgba(72, 83, 107, 0.8) !important;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .texttwocolumns {
    columns: 2;
  }
}

.single-post .headercase01 .pagehead::before,
.single-post .headercase01 .pagehead::after {
  display: none;
}
.single-post .headercase01 .pagehead::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background-color: initial;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: initial;
  top: 0;
  left: 0;
  display: block;
}
.single-post h1,
.single-post h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 32px;
}

.backsection {
  margin-bottom: 60px;
}
.backsection a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--default);
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  transition: transform 300ms, opacity 300ms;
  text-decoration: none;
}
.backsection a:hover {
  opacity: 1;
}

.backsection a:hover i {
  transform: translateX(-6px);
  transition: transform 300ms, opacity 300ms;
}
.backsection i {
  position: relative;
  line-height: 1.5;
  transform: translateX(0);
  transition: transform 300ms, opacity 300ms;
}

.gotosection {
  position: absolute;
  right: 0;
}
.gotosection a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--default);
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
  transition: transform 300ms, opacity 300ms;
  text-decoration: none;
}
.gotosection a:hover {
  opacity: 1;
}

.gotosection a:hover i {
  transform: translateX(-6px);
  transition: transform 300ms, opacity 300ms;
}
.gotosection i {
  position: relative;
  line-height: 1.5;
  transform: translateX(0);
  transition: transform 300ms, opacity 300ms;
}

.images2col img {
  width: 100%;
  object-fit: cover;
}
.aktuellesovl {
  text-align: center;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--default);
  padding-bottom: 6px;
}
.aktuellesovl a {
  text-align: center;
  color: var(--default);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.aktuellesovl .nav-item {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  border-right: 1px solid var(--default);
}
.aktuellesovl .nav-item:last-of-type {
  border-right: none;
}
.aktuellesovl .nav-item a,
#nav-kompetenzen a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px; /* Etwas Abstand für den Balken */
}

.aktuellesovl .nav-item a::after,
#nav-kompetenzen a::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 3px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.aktuellesovl .nav-item:hover a::after,
.aktuellesovl .nav-item.activeitem a::after,
#nav-kompetenzen a:hover::after {
  transform: scaleX(1);
}
.brandheader {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  width: 320px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whyBrand {
  padding: 80px 0;
  background-color: #fffcf7;
  margin-bottom: 0;
  position: relative;
}
.whyBrand--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whyBrand--line {
  display: flex;
}
.whyBrand--line {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.whyBrand-item1,
.whyBrand-item3 {
  border-right: 1px solid rgba(72, 83, 107, 0.5);
  position: relative;
}
.whyBrand-item1::after,
.whyBrand-item2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: rgba(72, 83, 107, 0.5);
}

.whyBrand--line > div {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
  max-width: 260px;
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.whyBrand--line > div img {
  max-width: 60px;
  max-height: 60px;
}

.single-cpt_marken .job-teaser-image,
.slide-referenz-img {
  position: relative;
}
.single-cpt_marken .job-teaser-image .btnwrap,
.single-cpt_referenz .job-teaser-image .btnwrap,
.referenzeniso .job-teaser-image-wrapper .btnwrap,
.referenzeniso .job-teaser-image .btnwrap,
.slide-referenz .btnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 22px;
  background: #fff;
}

.logobottomright {
  position: relative;
}
.logobottomright .navlogo {
  width: 140px;
  height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -70px;
  right: -70px;
  z-index: 2;
}
.logobottomright .navlogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background-image: url(/wp-content/themes/maler/assets/img/logo-circle.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 600ms ease-in-out;
}
.logobottomright .navlogo:hover::before {
  transform: rotate(160deg);
}

.logobottomright .navlogo img {
  width: 100px;
  height: auto;
}
.logobottomright .navlogo:hover {
  opacity: 1;
}

.partnerimg {
  position: relative;
}
.partnerimg .navlogo {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.partnerimg .navlogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  background-image: url(/wp-content/themes/maler/assets/img/logo-circle.svg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 600ms ease-in-out;
}
.partnerimg .navlogo:hover::before {
  transform: rotate(160deg);
}

.partnerimg .navlogo img {
  width: 80px;
  height: auto;
}
.partnerimg .navlogo:hover {
  opacity: 1;
}

.teaserbrandtxt {
  padding-top: 48px;
  padding-bottom: 48px;
}
.teaserbrandimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 360px;
  position: relative;
}
.teaserbrandimg .tbimg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}

.TeaserBrands.showroom {
  margin-bottom: 80px;
}
.teaserbrandimg .tbimg.tbimg--right {
  right: initial;
  left: 0;
}
.TeaserBrands.showroom .teaserbrandimg .markeimg {
  display: none;
}
.showroom .teaserbrandimg .tbimg {
  background: transparent;
}
.TeaserBrands .job-teaser-headline {
  padding-top: 0;
}
.nav-referenzen .btn-primary:hover,
.nav-referenzen .btn-primary .btn-primary-arrow::before,
.nav-referenzen .btn-primary .btn-primary-arrow::after {
  color: var(--default) !important;
}
.nav-referenzen .btn-primary-text {
  width: 260px !important;
}

.nav-referenzen {
  position: relative;
  display: inline-block;
}

.nav-referenzen .dropdown-menu-referenzen {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--default);
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 262px;
  border-left: 1px solid var(--default);
  border-right: 1px solid var(--default);
  border-bottom: 1px solid var(--default);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.nav-referenzen .dropdown-menu-referenzen li {
  padding: 8px 24px 8px 32px;
}
.referenzenovl.sort-source > li > a {
  padding: 0;
}

.nav-referenzen .dropdown-menu-referenzen li a {
  text-decoration: none;
  color: var(--default);
  display: block;
}

.nav-referenzen .dropdown-menu-referenzen li:hover,
.dropdown-menu-referenzen .nav-item.active {
  background: #eaedf1;
}

.dropdown-menu-referenzen .nav-item {
  position: relative;
}
.dropdown-menu-referenzen .nav-item span::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  color: var(--default);
  position: absolute;
  top: 8px;
  left: 12px;
  width: 14px;
  height: 14px;
  transition: 300ms;
}
.dropdown-menu-referenzen .nav-item.active span::before {
  content: "\f0fe";
}

.dropdown-menu-disabled {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nav-referenzen:hover .dropdown-menu-referenzen,
.nav-referenzen .dropdown-menu-referenzen[aria-expanded="true"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.owl-carousel.dots-modern .owl-dots {
  height: 26px;
}
.owl-carousel .owl-dots .owl-dot span {
  border: 1px solid var(--default);
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 99px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--default);
  margin: 3px 4px;
  width: 7px !important;
  height: 7px !important;
}
.owl-carousel.dots-modern .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

#nav-kompetenzen {
  border-bottom: 1px solid var(--default);
}
#nav-kompetenzen .wpb_content_element {
  margin-bottom: 0;
  text-align: center;
}

#nav-kompetenzen .vc_column-inner {
  border-right: 1px solid var(--default);
  padding: 14px 0;
  margin-bottom: 8px;
}
#nav-kompetenzen .wpb_column:last-of-type .vc_column-inner {
  border-right: none;
}

.wrap-sqaresmodule .row {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ul.nav.nav-tabs {
  max-width: 1000px;
  border-bottom: 1px solid var(--default) !important;
}
.tabs.tabs-simple .nav-tabs > li .nav-link {
  border-bottom: 3px solid transparent;
}
.tabs.tabs-simple .nav-tabs > li .nav-link,
.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link:focus {
  font-family: "Montserrat";
  padding: 15px 20px 8px 20px;
  width: max-content;
  margin: 0 auto !important;
}
.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active {
  color: var(--default) !important;
}

.tabs.tabs-simple .nav-tabs > li {
  min-width: 200px;
  border-right: 1px solid var(--default);
  padding-bottom: 8px;
}
.tabs.tabs-simple .nav-tabs > li:last-of-type,
.tabs.tabs-simple .nav-tabs > li.last-in-row {
  border-right: none;
}

.teasergeneral,
.teasergeneral .teaser-imagewrap {
  position: relative;
}
.teasergeneral .btnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 24px 20px 0 0;
  width: 100%;
  min-width: 260px;
  max-width: 480px;
}
.teasergeneral .iconwrap-showicon {
  position: absolute;
  bottom: -60px;
  right: 10%;
  background: transparent;
  padding: 0;
  width: 120px;
  height: 120px;
}
.teasergeneral .modulheadline.cmb-2 {
  margin-bottom: 14px;
}
.teasergeneral .btnwrap p {
  margin-bottom: 24px;
}
.teammember {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teammember--image {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 320px;
  height: auto;
  padding: 30px;
  border-radius: 99px;
}
.teammember--image img {
  max-width: clamp(180px, 100%, 320px);
  height: auto;
  border-radius: 100%;
}
.teammember--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/maler/assets/img/double-border.png);
  background-size: cover;
  background-position: center;
  z-index: 100;
  transition: transform 600ms ease-in-out;
  margin: 0;
}
.teammember--name {
  font-size: 30px;
}
.teammember--position {
  max-width: 340px;
  opacity: 0.7;
  text-align: center;
}
.teammember--links {
  display: flex;
  justify-content: center;
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.teammember--links i {
  font-size: 26px;
  padding: 0 42px;
  line-height: 1.7;
}
.teammember--links a:first-of-type i {
  border-right: 1px solid var(--border);
}
.teammember--links a:hover {
  color: var(--primary);
}
.partnerimghover {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerimghover img {
  max-width: 300px;
  height: auto;
  max-height: 100px;
}
.partnerimghover:hover {
  opacity: 1;
}

.newsthumbnail img {
  cursor: pointer;
  width: 100px;
  height: 100px;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.newsthumbnail.active img,
.newsthumbnail img:hover {
  opacity: 1;
}
#newsimage,
#newstitle,
#newsdescription {
  transition: opacity 0.5s ease-in-out;
}
.aktuellesheadline {
  margin-bottom: 140px;
}

h2#newstitle {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.modnewsteaser img {
  width: 80px;
  height: 80px;
}
#newsdescription {
  margin-bottom: 32px;
  opacity: 0.8;
}
#newsreadmore {
  margin-bottom: 48px;
}
.newsthumbnail.active {
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px var(--default);
}
.newsthumbnail {
  box-shadow: 0 0 0 6px #fff;
}

#wrapnewsimg.showlatestnewsimg::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 80px;
  width: 120px;
  height: 120px;
  background-image: url(/wp-content/themes/maler/assets/img/latestnews.svg);
  background-size: 96%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.blogthema {
  background: #eaedf1;
  padding: 5px 18px;
  font-size: 13px;
  font-weight: 400;
  color: var(--default);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  display: inline-block;
}

.slide-referenz-img img {
  max-height: 500px;
  object-fit: cover;
}
.slide-referenz-name {
  text-align: right;
  float: right;
  color: var(--border);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.teaser-kompetenzen {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 60px auto;
}
.kompetenzen-img1 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding: 32px;
}
.kompetenzen-img1 img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.kompetenzen-img2 img {
  width: 100%;
  height: 100%;
  transition: transform 600ms ease-in-out;
}
.kompetenzen-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser-kompetenzen:hover .kompetenzen-img2 img {
  transform: rotate(43deg);
}
/*
.carousel-referenzen.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
  */

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.carousel-referenzen.owl-carousel .owl-nav button.owl-prev:before,
.carousel-referenzen.owl-carousel .owl-nav button.owl-next:before {
  font-size: 16px;
  top: 0;
  left: 0;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
  left: 20px;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
  right: 20px;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev:hover,
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next:hover {
  background: #fff;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: var(--default) !important;
  font-size: 14px;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  color: var(--default) !important;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  left: -48px;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next:hover::after {
  transform: translateX(18px);
  opacity: 0;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next:hover::before {
  transform: translateX(48px);
  opacity: 1;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: var(--default) !important;
  font-size: 14px;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev::before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 14px;
  color: var(--default) !important;
  height: 42px;
  width: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  left: initial;
  top: initial;
  right: -30px;
  transition: transform 300ms ease-in-out, opacity 400ms;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev:hover::after {
  transform: translateX(-30px);
  opacity: 0;
}
.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev:hover::before {
  transform: translateX(-30px);
  opacity: 1;
}

#section-referenzen {
  height: 100%;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #fff, #fff 50%, #fffcf7 50%);
}
/*
#section-referenzen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fffcf7;
}
*/
#section-referenzen .slide-referenz .btnwrap {
  background-color: #fffcf7;
}
.grecaptcha-badge {
  opacity: 0;
}
