


  /* GIN THEME */

  body.toolbar-horizontal #navbar-main.fixed-top {
    top: 0px;
  }
  
    .gin-secondary-toolbar--frontend {
      z-index: 999999999 !important;
    }
  
    .toolbar-icon.toolbar-icon-edit.toolbar-item {
      display: none;
    }

.node-preview-container.container-inline {
  z-index: 9999 !important;
}

#anchor:target {
  margin-top: -180px;
  padding-top: 180px;
}

#eins:target, #fuenf:target {
  height: 0px;
  padding-top: 180px;
  margin-top: -180px;
  position: absolute;
  pointer-events: none;
}
  
      /* NAVBAR */
  

      #header {
        height: 0px;
      }




#CollapsingNavbar {
  display: none !important;
}

#CollapsingNavbar.show {
  display:   inherit !important;
}
  
  #navbar-main {
    background: rgb(9,130,139);
    background: radial-gradient(circle, rgba(9,130,139,1) 0%, rgba(62,95,120,1) 50%); 
    height: 180px;
  }
  
  #navbar-main .trigger {
    display: none;
  }
  
  .path-frontpage #navbar-main {
        opacity: 0 !important;
  }
  
  .path-frontpage #navbar-main.in-view {
   opacity: 1 !important;
  }
  
  .menu-item--expanded a{
    color: #fff !important;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
     background-color: rgba(53, 75, 86, 0.9);
    box-shadow: none !important;
    border: none;
    text-align: center;
    background: none !important;
    border-radius: 0px;
  }
  
   .navbar-expand-lg .navbar-nav .nav-link{
      font-family: 'Avenir Next';
   font-weight: 300;
   letter-spacing: 0.01em;
     font-size: 21pt;
     color: #fff;
   }
  
  .nav-link--impressum {
    margin-top: 15px !important;
  }
  
  .nav-link--impressum,
  .nav-link--datenschutz {
    font-size:  17pt !important;
  }

.navbar-nav{
  display: flex;
  flex-direction: column !important;
  position: absolute;
  top: 90px;
  right: -50px;
  background: rgba(9,130,139,0.80);
  margin: 0px !important;
  padding: 8px 48px;
}
  
  .navbar-nav:before {
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #09828b transparent;
    position: absolute;
    top: -40px;
    right:33px;
  }
 
  
 .navbar-nav:last-child {
    padding-bottom: 36px;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
    background: none;
  }
  
  .nav-item {
    font-weight: 300;
    margin: 3px 0px;
    text-align: center;
  }
  
  .nav-link:focus, .nav-link:hover {
    color: #cea92c !important;
  } 
  
  .navbar .dropdown a {
    color: #fff;
    text-decoration: none;
  }
  
  #navbar-main {
    padding: 0px 50px;
  }
  
  
  .navbar-brand .img-fluid {
    height: 120px;
    width: auto;
  }
  
  .navbar-brand {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
  }
  
.navbar-expand-lg .navbar-toggler {
  position: absolute;
  right: 40px;
  border: none;
  display: block;
}

 .navbar-toggler-icon {
    background: url(/themes/pse/icons/hamburger.svg);
    background-repeat: no-repeat;
   background-size:  34px auto;
   background-position: center;
    height: 40px;
    width: 40px;
   margin-top: -6px;
  }
  
  .navbar-toggler {
    display: block;
    z-index: 99;
    box-shadow: none !important;
    border: none;
  }
  
  #block-pse-icons {
    position: absolute;
    right: 95px;
    width: 200px;
  }
  
  #block-pse-icons .text-formatted {
    text-align: right;
    padding-top: 20px;
  }
  
   .mail, .phone, .share {
    text-indent: 0px;
    position: relative;
    height: 30px;
    text-indent: -9999px;
    width: 60px;
    font-size: 0px;
  }

  
  .phone:before {
    content: "";
    background: url(/themes/pse/icons/phone.svg);
    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: center;
    height: 36px;
    width: 60px;
    display: inline-block;
  }
  .mail:before {
    content: "";
    background: url(/themes/pse/icons/mail.svg);
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position: center;
    height: 36px;
    width: 60px;
    display: inline-block;
    background-position-y: 1px;
    background-position-x: 15px;
  }
  
  
  
  
  /* SHARE */


  
  .social-link path {
    display: none;
  }
  
  .social-share-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    row-gap: 0px;
    padding: 20px;
  }
  
  
  
  .social-share-btns a:nth-child(1),
  .social-share-btns a:nth-child(3),
  .social-share-btns a:nth-child(5),
  .social-share-btns a:nth-child(9){
    display: none;
  }
  
  .social-link {
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  .social-link-whatsapp {
    background: url(/themes/pse/icons/whatsapp.svg);
    order: 1;
  }
  
  .social-link-facebook {
    background: url(/themes/pse/icons/facebook.svg);
    order: 2;
  }
  
  .social-link-facebook_messenger {
    background: url(/themes/pse/icons/messenger.svg);
    order: 3;
  }
  .social-link-linkedin {
    background: url(/themes/pse/icons/linkedin.svg);
    order: 4;
  }
  
  .social-link-email {
    background: url(/themes/pse/icons/mailen.svg);
    order: 5;
  }
  
  #block-pse-share {
    position: absolute;
    display: block !important;
    width: 50px;
    height: 35px;
    overflow: hidden;
    right: 222px;
    top: 70px;
    padding-top: 30px;
    background: url(/themes/pse/icons/share.svg);
    background-repeat: no-repeat;
    background-size: 60px 35px;
    background-position: top right;
    z-index: 999;
    display: none !important;
  }
  
  #block-pse-share .content {
    background: rgba(62, 95, 120,0.8);
    position: absolute;
    width: 170px;
    left: 60px;
    top: 110px;
  }
  
  #block-pse-share:hover {
    overflow: visible;
    height: 240px;
    width: 170px;
    top: 70px;
    padding-top: 103px;
    background-position: top right;
  }
  
  #block-pse-share:after {
      content: "";
    position: absolute;
    z-index: 999;
      overflow: visible;
  
  }
  
  #block-pse-share:before {
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #456d8b transparent;
    position: absolute;
    top: 70px;
    left: 100px;
    margin: auto;
    right: 0px;
  }
  
  
  
  
  /* HTML BASICS */
  
  *{
    min-height: 0;
    min-width: 0;
    }
  
  
  html {
    overflow-x: hidden;
   }


  
  
  /* FORTMATIERUNGEN */
  
  .paragraph--type--body a {
    color: #fff;
    text-decoration: none;
  }
  
  .paragraph--type--body p,
  .paragraph--type--grid-body p{
   line-height: 140%;
   font-size: 21pt;
   color: #fff;
   font-family: "Avenir Next";
   font-weight: 300 !important;
   letter-spacing: 0.01em;
  }
  
.invert .text-formatted p {
  color: #3e5f78;
}
  
  .paragraph--type--body strong {
     font-weight: 600;
   }
   
  .paragraph--type--body h1, .paragraph--type--body h2 {
    font-weight: normal;
    font-style: normal;
    color: #f7a600;
    font-family: "Trajan Pro";
     margin-top:36px;
     margin-bottom: 48px;
     font-size: 48px;
     font-weight: 400 !important;
   }


.dsvgo .fixed{
  padding-top: 150px;
}
  
  
  .extra-field--anchor {
    height: 0px;
  }
  
  /* CONTAINER */
  
  .container {
    max-width: 100%;
  }
  
  .node__content {
    margin-top: 0;
  }
  
  
  /* LAYOUT */
  
  .fixed {
    position: relative;
    clear: both;
    padding: 36px 0px 48px 0px;
    z-index: 25;
  }
  
  .fixed .layout {
    max-width: 1280px;
    margin: auto;
   
  }
  
  .paragraph.paragraph--type--body.paragraph--view-mode--default {
    position: relative;
    z-index: 1;
  }
  
  .row, .container {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  
  /* FARBFELDER */
  
  .color_field__swatch--square {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
    height: 100% !important;
    clear: both;
  }
  
  .paragraph {
    position: relative;
  }
  
  
  /* HERO | PARALLAX */
  
  .field--name-field-slider{
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .image-style-hero{
    position: absolute;
    padding-top: 90px !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    object-fit: cover; /* Ensures the image covers the container */
    object-position: top center;
    transform: translateZ(0); /* Force hardware acceleration for smoother effect */
  }
  
  
  .extra-field--anchor {
    height: 0px;
  }
  
  /* BILDER */
  
  .field--type-entity-reference {
    margin: 0px;
  }
  
    .node .field--type-image {
      margin: 0;
    }
  
  .field--type-image img {
    margin: 0px;
  }
  
  
  .field--name-field-slider{
      position: relative;
      height: 100vh;
      overflow: hidden;
  }
  
  
  .paragraph--type--slider .field--name-field-media-image img {
    height: 100vh;
  }

.path-frontpage .paragraph--type--slider .field--name-field-media-image img {
  padding-top: 0px !important;
}

  
  .image-style-hero{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    transform: translateZ(0); /* Force hardware acceleration for smoother effect */
    will-change: transform;
  }
  
  
  
  /* REFERENZEN */
  
  .paragraph--type--referenzen {
    position: relative;
    clear: both;
  }

.style1, .style2, .style3, .style4  {
  display: flex;
}

.style1 .field--name-field-title {
  position: absolute;
  bottom: -36px;
  right: 10%;
  font-family: "Avenir Next";
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.style2 .field--name-field-title {
  position: absolute;
  bottom: -36px;
  left: 15%;
  font-family: "Avenir Next";
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.style3 .field--name-field-title {
  position: absolute;
  bottom:0px;
  left: 0%;
  font-family: "Avenir Next";
  color: #fff;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.015em;
  top:63%;
}


.style4 .field--name-field-title {
  position: absolute;
  bottom: 0px;
  left:62%;
  font-family: "Avenir Next";
  color: #fff;
  font-weight: 300;
  text-align: right;
}
  
  
  
  .style1 .field--name-field-references div:nth-child(1) img {
    width: 50%;
    height: auto;
    position: relative;
    z-index: 1;
    float: left;
  }
  
  .style1 .field--name-field-references div:nth-child(2) img {
    width: 40%;
    height: auto;
    top: 0px;
    margin-left: 10%;
    z-index: 2;
  }
  
  
  .style1 .field--name-field-references div:nth-child(3) img {
    width: 45%;
    height: auto;
    float: left;
    margin-left: 45%;
    margin-top: -13%;
    z-index: 3;
    position: relative;
  }
  
  .style2 .field--name-field-references div:nth-child(1) img {
    width: 55%;
    height: auto;
    position: relative;
    z-index: 1;
    float: left;
  }
  
  .style2 .field--name-field-references div:nth-child(2) img {
    width: 35%;
    height: auto;
    position: relative;
    right: 0px;
    z-index: 3;
    margin-top: 6%;
    margin-left: 10%;
    float: left;
  }
  
  
  .style2 .field--name-field-references div:nth-child(3) img {
    width: 52%;
    height: auto;
    float: left;
    margin-left: 15%;
    margin-top: -25%;
    z-index: 3;
    position: relative;
  }
  
  
  .style3 .field--name-field-references div:nth-child(1) img {
    width: 55%;
    height: auto;
    position: relative;
    z-index: 3;
    float: left;
    margin-top: 15%;
  }
  
  .style3 .field--name-field-references div:nth-child(2) img {
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    z-index: 2;
    margin-left: 0%;
  }
  
  
  .style3 .field--name-field-references div:nth-child(3) img {
    width: 55%;
    height: auto;
    float: left;
    margin-left: 34%;
    margin-top: -5%;
    z-index: 1;
    position: relative;
  }
  
  .style4 .field--name-field-references div:nth-child(1) img {
    width: 68%;
    height: auto;
    position: relative;
    z-index: 1; float: left;
  
  }
  
  .style4 .field--name-field-references div:nth-child(2) img {
    float: left;
        width: 50%;
    height: auto;
    position: relative;
    z-index: 2; 
    float: left;
    margin-top: -29%;
    margin-left:50%;
  }
  
  .style4 .field--name-field-references div:nth-child(3) img {
    margin-top: -6%;
    z-index: 3;
    position: relative;
    width: 60%;
    height: auto;
  }
  

  /* UNTERNEHMEN */

.profil p {
  font-size: 16pt;
}


  .profil strong {
    color: #f7a600
  }
  
   .profil {
    position: absolute;
    display: flex;
     z-index: 99999;
     bottom: 0px;

  }
  
   .profil td {
    padding: 0px;
    margin: 0px;
    border: none !important;
    color: #fff;
    padding: 0px 25px;
    width: 50%;
    vertical-align: top;
  }
  
  .profil tr {
    border: none !important;
    background: none !important;
  }

 .profil a {
  color: #fff;
  text-decoration: none;
}
  
  /* LEISTUNGEN */
  
  .paragraph--type--grid .paragraph--type--grid-body {
    max-width: 640px;
    padding: 25px 50px 10px 50px;
    text-align: center;
    position: relative;
  }

  .details1 .paragraph--type--grid-body,
.details2 .paragraph--type--grid-body {
  padding-top: 40px;
  padding-bottom: 15px
}


.details1 .text-formatted a:before,
.details2 .text-formatted a:before{
  content: "";
  background-color: #3e5f78;
  mask-image: url(/themes/pse/icons/link.svg);
  mask-size: 36px auto;
  mask-repeat: no-repeat;
  mask-position: bottom;
  width: 36px;
  height: 24px;
  border: 1px solid;
  display: inline-flex;
  color: #fff;
  margin-right: 10px;
}

.details1 .text-formatted a, .details2 .text-formatted a  {
  font-family: "Avenir Next";
  font-style: italic;
  text-decoration: none;
  color: inherit !important;
}

.details2 .text-formatted a:before {
  background-color: #fff;
}


.details1 .col-lg-6:nth-child(2) a:before,
.details1 .col-lg-6:nth-child(3) a:before{
  background-color: #fff;
}
  
  .details1 .col-lg-6:nth-child(odd) h4,
  .details2 .col-lg-6:nth-child(odd) h4 {
    position: absolute;
    font-size: 220px;
    color: rgba(255,255,255,0.7);
    left: -100px;
    font-family: "Trajan Pro";
  }

  .details2 .col-lg-6:nth-child(even) h4 {
    position: absolute;
    font-size: 220px;
    color: rgba(255,255,255,0.7);
    right: -100px;
    font-family: "Trajan Pro";
  }
  
  .details1 .col-lg-6:nth-child(even) h4 {
    position: absolute;
    font-size: 240px;
    color: rgba(255,255,255,0.7);
    right: -100px;
    font-family: "Trajan Pro";
    display: flex;
  }
  
  .details1 .col-lg-6:nth-child(even),
  .details2 .col-lg-6:nth-child(even){
    justify-content: flex-start;
    display: flex;
  }
  
  .details1 .col-lg-6:nth-child(odd),
  .details2 .col-lg-6:nth-child(odd){
    justify-content: flex-end;
    display: flex;
  }
  
  .details1 .col-lg-6:nth-child(1){
    background: rgba(247,166,0, 0.6);
  }
  
  .details1 .col-lg-6:nth-child(1) h3,
  .details1 .col-lg-6:nth-child(4) h3 {
    color: #09828b;
  }
  
  .details1 .col-lg-6:nth-child(2) h3,
  .details1 .col-lg-6:nth-child(3) h3 {
    color: #f7a600;
  }
  
  
  .details1 .col-lg-6:nth-child(1) em,
  .details2 .col-lg-6:nth-child(1) em {
    font-style: italic;
  }
  
  .details1 .col-lg-6:nth-child(2){
    background: rgba(87,87,87, 1);
    color: #fff;
  }
  
  .details1  .col-lg-6:nth-child(3){
    background: rgba(87,87,87, 1);
  }
  
  .details1 .col-lg-6:nth-child(4){
    background: rgba(247,166,0, 0.6)
  }
  
  
  .details2 .col-lg-6:nth-child(1),
  .details2 .col-lg-6:nth-child(4){
    background: #3e5f78;
  }

  .details1 .col-lg-6:nth-child(1) p,
  .details1 .col-lg-6:nth-child(4) p{
   color: #3e5f78;
}

  
  .details2 .col-lg-6:nth-child(2),
  .details2 .col-lg-6:nth-child(3){
    background: #09828b;
    color: #fff;
  }
  
  .details2 h3 {
    color: #f7a600
  }


  /* PARTNER */

.partner .row {
  max-width: 1280px;
  margin: auto;
  border: 1px solid;
}

.field--name-field-sparte .field__item{
  color: #f7a600;
  font-size: 28px;
  text-align: center;
  line-height: 100%;
  
}

.partner .js-lpb-region {
  border-right: 1px solid #f7a600;
}
.partner .js-lpb-region:last-child {
  border-right: 0px;
}
  

.partner img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: auto;
  margin-bottom: 25pxx !important;
}

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

.partner .field--name-field-media-image {
  margin: 25px auto;
  width: 100%;
}



.partner .field--name-field-sparte {
  font-size: 28px;
  color: #f7a600;
  margin-bottom: 25px;
  font-family: "Avenir Next";
  font-weight: 300;
}



  /* TEAM */

.team .field--name-field-media-image img{
  max-width: 360px;
  margin: auto;


}

.team p {
    font-family: 'Avenir Next';
  font-weight: 300;

}

.team .field--name-field-grid-image {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 21pt;
  text-align: center;
}

.team .field--name-field-grid-image a {
  color: #fff !important;
  text-decoration: none;
  font-family: 'Avenir Next';
}

.team .field--name-field-grid-image strong {
  font-size: 36px;
  margin-top: 25px;
  color: #f7a600;
  font-family: "Trajan Pro";
  margin-top: 30px;
  display: flex;
  justify-content: center;
}


.team .field--name-field-grid-image .layout div {
  display: flex;
  flex-direction: column;
}


  /* BUTTON | LINKS  */



.paragraph--type--button {
  display: flex;
  margin-top: 50px;
  margin-bottom: 15px;
}

.paragraph--type--button .field__items  {
  display: flex;
  gap: 80px;
}
.paragraph--type--button .field__items a {
  font-size: 18pt;
  font-family: "Avenir Next";
  color: #f7a600;
  font-weight: 300;
  text-decoration: none;
}


  
  /* WEBFORM */
  
       .webform-submission-form fieldset {
              grid-column: 1 / -1; /* Überspannt die gesamte Breite */
          }
  
       .webform-submission-form .fieldset-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  
       .webform-submission-form fieldset.webform-composite-hidden-title {
    margin: 0px !important;
  }
  
       .webform-submission-form fieldset .mb-3 {
    margin: 0px !important;
  }
  
       .webform-submission-form  .mb-3 {
  }
  
              .webform-submission-form  #edit-kontakt {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 20px; /* Abstand zwischen den divs */
          }
  
       .webform-submission-form .form-control {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
  background: linear-gradient(157deg, rgba(166,164,164,1) 0%, rgba(118,118,118,1) 56%, rgba(63,63,63,1) 100%);   min-height: 56px; 
         color: #222;
         padding-top: 20px;
         font-weight: 500;
         font-size: 21px
  }
  
   .webform-submission-form .js-form-item {
    position: relative;
         font-family: 'Avenir Next';
  }
  
   .webform-submission-form label{
    position: absolute;
    top: 3px;
    left: 12px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
     letter-spacing: 0.01em;
  }

.form-item-dsgvo label {
  position: relative;
}
  
  .webform-actions button {
    background: #fff;
    color: #3e5f78;
    border: 0px;
    border-radius: 0px;
    padding: 10px 60px;
  }

.webform-actions button:hover {
  color: #fff;
  background: #3e5f78;
}

.webform-submission-form .form-check-input:checked {
  background-color: #157a87;
  border-color: #157a87;
}




.webform-actions {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.webform-submission-form {
  position: relative;
}
  
  .webform-submission-form .form-type-textarea {
    margin-top: -10px
  }
  
  .webform-submission-form #edit-dsgvo label {
    font-weight: 300;
  }
  
  .webform-submission-form #edit-pflichtfeld p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px !important;
    display: inline-block;
  }

.path-webform .webform-confirmation {
  background: #575757;
  padding-top: 180px;
  padding-bottom: 75px;
  color: #fff;
  font-family: "Avenir Next";
  font-weight: 300;
  font-size: 18px;
}

.path-webform .webform-confirmation h2 {
  margin-bottom: 50px;
  color: #f7a600;
}

.path-webform .webform-confirmation p {
  font-size: 21pt;
}

.path-webform .webform-confirmation table {
  max-width: 640px;
  margin: auto;
  margin-top: 50px;
  margin-bottom:36px;
}

.path-webform .webform-confirmation tr {
  background: none;
}

.path-webform .webform-confirmation td {
  border: none;
  color: #fff;
  background: none !important;
  font-family: "Avenir Next";
  font-weight: 300;
  font-size: 16pt;
  vertical-align: top;
  line-height: 140%;
  padding-bottom: 10px;
}

.path-webform .webform-confirmation span,
.path-webform .webform-confirmation span a{
  color: #fff !important;
  text-decoration: none;
 
}

.path-webform .webform-confirmation__message {
  margin-bottom: -18px;
}

.path-webform .webform-confirmation p a {
  color:  #f7a600;
  font-size: 18pt;
  display: inline-block;
  text-decoration: none;
}
  
  /* FOOTER */
  
  
  .site-footer {
    background: #3e5f78 !important;
  }
  
  .site-footer p, .site-footer a {
    text-decoration: none;
    color: #fff !important;
    font-family: 'Avenir Next';
    font-weight: 300;
    letter-spacing: 0.01em;
    font-size: 17px;
    line-height: 145%;
  }
  
  .site-footer strong {
    color: #f7a600;
  }
  
  .site-footer .region-footer-first {
    width: 35%;
  }
  
  .site-footer .region-footer-second {
    width: 15%;
  }
  
  .site-footer .region-footer-third {
    width: 15%;
  }
  
  .site-footer .region-footer-fourth {
    width: 35%;
  }
  
  .site-footer .region-footer-fourth .content {
    align-items: flex-end;
    justify-content: flex-end !important;
    width: 100%;
    display: flex;
  }
  
  .site-footer .block {
    border: 0px;
    height: 100px;
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  
  .site-footer .block p {
    margin: 0px;
  }
  
  .site-footer .site-footer__top {
    max-width: 1280px;
    margin: auto;
  }


@media (min-width: 1281px) {
    .at-sb .text-formatted {
    position: absolute;
    z-index: 25;
    bottom: 25px;
    top: auto !important;
    max-width: 1200px;
    margin: auto;
    left: 0px;
    right: 0px;
   font-family: 'Avenir Next';
   font-weight: 300;
   font-size: 21px;
  }
  
}

@media (max-width: 1480px) {
  
  .details1 p, .details2 p,
  .details1 h3, .details2 h3{
    z-index: 2;
    position: relative;
  }
  
  .paragraph--type--grid .paragraph--type--grid-body {
    max-width: 100%;
  }
  

    
  .details1 .col-lg-6:nth-child(odd) h4,
  .details2 .col-lg-6:nth-child(odd) h4 {
    position: absolute;
    font-size: 220px;
    color: rgba(255,255,255,0.3);
    font-family: "Trajan Pro";
    z-index: 1;
    left: 50px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 50px;
  }
  
  
  
  .details1 .col-lg-6:nth-child(even) h4,
    .details2 .col-lg-6:nth-child(even) h4 {
    position: absolute;
    font-size: 240px;
    color: rgba(255,255,255,0.3);
    right: 50px;
    top: 50px;
   
  }
  
}

@media (max-width: 1280px) {
  .fixed {
    position: relative;
    clear: both;
    padding: 36px 50px 48px 50px;
    z-index: 25;
  }
  
  .paragraph--type--body h1, .paragraph--type--body h2 {
    font-size: 42px;
  }
  
  .paragraph--type--body p, .paragraph--type--grid-body p {
    font-size: 18pt;
  }
  
  .site-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .profil  {
    position: relative !important;
    z-index: 25;
    bottom: auto;
    top: 0px;
    background: #575757;
    padding: 0px !important;
    margin-top: -15%;
    margin-bottom: -10px;
    padding-top:36px !important;
    padding-bottom: 25px !important;
       font-family: 'Avenir Next';
   font-weight: 300;
   font-size: 21pt;
  }
  
  .profil .field--type-image {
    float: none !important;
  }

  
}


@media (max-width: 1140px) {
  .style1 .field--name-field-title {
    white-space: nowrap;
    font-size: 16px;
}
  
  .style1, .style2, .style3, .style4 {
    margin-bottom:75px !important;
  }

.style2 .field--name-field-title {
    font-size: 16px;
}

.style3 .field--name-field-title {
     font-size: 16px;
  z-index: 10;
  text-orientation: unset;
  transform: rotate(0deg);
  letter-spacing: 0.015em;
  left: 0px;
  bottom: -36px;
}
  
  .style4 .field--name-field-title {
     font-size: 16px;
}
  
  .paragraph--type--referenzen:last-child {
    margin-bottom: 0px !important;
  }

}
  
  @media (max-width: 990px) {
  
  #CollapsingNavbar {
    display: flex;
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
  
  #navbar-main {
    height: 125px !important;
    left: 0px;
    right: 0px;
  }
    
    .navbar-nav {
      top: 25px
    }
    
    .navbar-expand-lg .navbar-toggler {
      right: 15px;
    }
    

.navbar-nav::before {
  content: "";
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #09828b transparent;
  position: absolute;
  top: -30px;
  right: 42px;
}
    
    .mail::before {
      background-position: center;
    }
  
  body, html {
    position: relative !important;
  }
  
  .navbar-brand .img-fluid {
    height: 80px !important;
  }
  
  
  #block-pse-icons {
    position: absolute;
    right: auto;
    left: 0px;
    width: 100px;
    height: 125px;
    top: 0px;
  }
  
  #block-pse-icons .mail {
    position: absolute;
    top: 15px;
    left: 28px;
    width: 36px;
  }
  
  .mail::before { 
    width: 40px;
    background-size:36px auto;
  }
  
  .mail::before { 
    width: 36px;
    background-size:30px auto;
  }
  
  #block-pse-icons .phone {
    position: absolute;
    top:64px;
    left: 25px;
    width: 40px;
  }
  
  .phone:before { 
    width: 40px;
    background-size: 28px auto;
    height: 40px;
  }
  
  #block-pse-icons .share {
    position: absolute;
    left: 0px;
    top: 75px !important;
  }
  
  #navbar-main {
    height: 120px;
  }
  
  #block-pse-share {
    position: absolute;
    top: 15px;
    right: 12px;
    left: auto;
    z-index: 999;
  }
  
  .dropdown-toggle {
    width: 30px !important;
    height: 30px;
  }
  
  .nav-link--unternehmen::before { 
    background-size: cover !important;
  }
  
  
  .dropdown-menu {
    position: absolute;
  }
  
  #block-pse-share .content {
  
    width: 170px;
    left: 14px;
    top: 110px;
  }
    
    
.dsvgo .fixed{
  padding-top: 90px;
}
  
    
    .site-footer .site-footer__top {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr ;
      width: 100%;
      gap: 20px;
    }
    
    .site-footer .region {
      width: auto;
    }
    
    .site-footer .region-footer-second .block,
    .site-footer .region-footer-third .block{
      justify-content: flex-end;
      text-align: right;
    }
  
    .site-footer .block {
      width: 100% !important;
      height: auto;
    }
    
      .site-footer__top .region:nth-child(2n) {
    padding-left: 0px;
  }
    
    .site-footer .region-footer-fourth .content {
      justify-content: flex-start !important;
    }
    
      .fixed {
    padding: 50px 25px 48px 25px;
    z-index: 25;
  }
  
  .paragraph--type--body h1, .paragraph--type--body h2 {
    font-size: 42px;
  }
  
  .paragraph--type--body p, .paragraph--type--grid-body p {
    font-size: 18pt;
  }
  
  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  
  }

@media (max-width: 768px) {
    .details1  .col-lg-6:nth-child(3){
    background: rgba(247,166,0, 0.6)
  }
  
  .details1 .col-lg-6:nth-child(4){
     background: rgba(87,87,87, 1);   
  }
  
  .details2 .col-lg-6:nth-child(3) {
    background: #3e5f78;
  }

  .details2 .col-lg-6:nth-child(4) {
    background: #09828b;
  }
  

  .details1 .paragraph--type--grid-body,
  .details2 .paragraph--type--grid-body{
    padding: 50px 50px 25px 50px;
  }

  .details1 .col-lg-6:nth-child(3) p {
    color: #3e5f78;
  }
  
    .details1 .col-lg-6:nth-child(4) p {
    color: #fff;
  }
  

  
  .details1 .col-lg-6:nth-child(3) h3 {
    color: #09828b
  }
  
    .details1 .col-lg-6:nth-child(4) h3 {
    color: rgba(247,166,0, 1)
  }
  
.style3 .field--name-field-title {
    font-size: 16px;
    z-index: 10;
    letter-spacing: 0.015em;
    left: auto;
  right: 11%;
    bottom: -36px;
    top: auto;
  }
  
}


@media (max-width: 900px) {
  table.profil td {
    width: 100% !important;
    float: left;
  }
  
  table.profil td td {
    padding: 0px;
  }
  
}
 
@media (max-width: 660px) {
    .site-footer .site-footer__top {
      display: grid;
      grid-template-columns: 2fr 1fr ;
      width: 100%;
      gap: 20px;
      row-gap: 0px;
    }
  
   .site-footer .region-footer-fourth {
    order: 4;
   margin-top: -25px;
  }
  
  .site-footer .region-footer-third {
    order: 3;
  }
  
  .webform-submission-form .fieldset-wrapper  {
    grid-template-columns: 1fr 1fr;
  }
  
  .team .field--name-field-media-image img {
  max-width: 250px;
  margin: auto;
    margin-top: 36px;
}
  
  .team {
    margin-top: -36px;
  }
  

}


 
@media (max-width: 480px) {
  
  #anchor:target {
  margin-top: -120px;
  padding-top: 120px;
}
  
  .claim [data-aos^="fade"][data-aos^="fade"]  {
    opacity: 1; 
    transform: none;
    transition: none;
  }
  
  .claim h1 {
    opacity:  1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
  }
  
           #intro {
            position: relative;
            width: 100vw;
            height: 50vh !important;
        }

  .text {
    font-size: 32px !important;
  }
  
  #text4, #text5 {
    visibility: hidden !important;
  }
  
  #logo {
    padding-bottom:  0% !important;
  }
  
  .paragraph--type--body h1, .paragraph--type--body h2 {
    font-size: 32px;
    margin-top: 0px;
  }
  
  .paragraph--type--body p, .paragraph--type--grid-body p {
    font-size: 17pt;
  }
  
  body, html {
    overflow-x: hidden;
  }
  
  #block-pse-content {
    margin-top: 120px;
  }
  
  
    .path-frontpage #block-pse-content {
    margin-top: 0px;
  }
  
    .field--name-field-slider{
    height: 50vh;
  }
  
  .field--name-field-slider img {
    width: 100% !important;
    object-fit: cover;
    padding-bottom: 50% !important;
    object-position: 25% bottom;
  }

  .image-style-hero {
    padding: 0px !important;
    object-fit: cover;
  }

  .paragraph--type--button .field__items  {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  
  
   .webform-submission-form .fieldset-wrapper {
    grid-template-columns: 1fr;
  }
  
  .webform-submission-form #edit-kontakt {
        grid-template-columns: 1fr;
  }
  
  .webform-submission-form #edit-pflichtfeld {
    margin-top: -10px;
  } 
  

  .webform-submission-form .form-type-email {
    margin-bottom: 0px !important;
  }
  
  .webform-submission-form .webform-actions {
   position: relative;
    display: flex;
    justify-content: flex-start;
  }
  
  .webform-submission-form .webform-actions .btn {
    width: 100%;
  }
  
    .site-footer .site-footer__top {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 20px;
      row-gap: 0px;
      justify-content: center;
      text-align: center;
    }
  
  .site-footer__top .content {
    width: 100%;
  }
  
  .site-footer .region-footer-second {
    margin-top: 25px;
  }
  
  .site-footer .region-footer-second .block, .site-footer .region-footer-third .block {
    text-align: center;
  }

  
   .site-footer .region-footer-fourth {
    order: 4;
   margin-top: 25px;
  }
  
  .site-footer .region-footer-fourth .content {
    justify-content: center !important;
   }
  
  .site-footer .region-footer-fourth .content p {
    font-size: 14px;
  }
  
  .site-footer .region-footer-third {
    order: 3;
  }
  
}
