  @import url("https://use.typekit.net/lpi8jan.css");

  @font-face {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 400;
      font-style: normal;
  }

  @font-face {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 500;
      font-style: normal;
  }

  @font-face {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 600;
      font-style: bold;
  }

  /* roboto-200 - latin */
  @font-face {
      font-display: swap;
      /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 200;
      src: url('../fonts/roboto-v47-latin-200.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /* roboto-300 - latin */
  @font-face {
      font-display: swap;
      /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 300;
      src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-regular - latin */
  @font-face {
      font-display: swap;
      /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-600 - latin */
  @font-face {
      font-display: swap;
      /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      src: url('../fonts/roboto-v47-latin-600.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-700 - latin */
  @font-face {
      font-display: swap;
      /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2');
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  body {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 300;
      background: #E0E0E0;
  }

  section {
      background: #E0E0E0;
  }

  b,
  strong {
      font-weight: 600;
  }

  h1,
  h2,
  h3, h4 {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }



[data-text-hide] {
    display: block;
    height: fit-content;
    overflow: hidden;
}


[data-text-show] {
    display: inline-block;
    transform: translateY(100%);
    transition:all 0.5s 0.2s;
}


::selection  {
  background-color: #ff9300;
  color: white;
}


span:last-child [data-text-show]{transition-delay: 0.35s}

.in-view [data-text-show] {
    display: inline-block;
    transform: translateY(0%);
   
}

  h5 {
      font-weight: 600;
  }

  h1 {
      font-size: 4rem;
      padding-top: 1.5em;
      margin-bottom: 1.5em
  }

  h2 {
      font-size: 3.6rem;
      margin-top: 1.5em;
      margin-bottom: 1em;
  }

#ModalImpressum h1, #ModalDatenschutz h1, #ModalImpressum h1, #ModalDatenschutz h1{
      margin-top: inherit;
      margin-bottom: inherit;
}

  .whitespace {
      width: 0.166em
  }

  #uebermich h2 {
      font-size: 3.2rem;
      margin-top: 0;
      margin-bottom: 0.66em;
      line-height: 1;
  }



  p {
      margin-bottom: 2em;
      line-height: 2.2
  }

  hr.container {
      margin-top: 6rem;
      margin-bottom: 6rem
  }

  .navbar-brand {
      color: #9B9B9B;
      font-family: "bebas-neue-pro", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }



  #mainnavigation {
      position: relativ;
      z-index: 3;
      height: 56px;
  }

  .navbar-toggler {
      z-index: 10;
  }

  .navbar-collapse {
      position: absolute;
      right: 0;
      top: 0;
      background: #313131;

  }

  @media (min-width: 992px) {
      .introtext {
          max-width: 66%
      }

      .navbar-nav {
          padding-top: 1rem;
          padding-left: 3rem;
          width: 25vw;
          /* height: calc((100vw - ((100vw - 1110px) / 2)) * 0.4739283); 
        height: calc((100vw - ((100vw - 1140px) / 2) - 1rem) * 0.4739283);*/
          width: 30vw;
          /*aspect-ratio: 4.8 / 9;
          max-height: 100vh;*/
          height:100vh
          /* transition: all 0.2s; */

      }
  }


  .nav-link ,  .nav-item span{
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.8rem;
      color: #E0E0E0;

  }

  .nav-sub .nav-link {
      font-size: 1.3rem;
      padding-left: 1.66rem;
      padding-top: 0;
      padding-bottom: 0;
  }
.nav-item span{ font-size: 1.3rem;margin-left: 0.15em;
    margin-right: 0.15em;}
.nav-lang.nav-link{display:inline-block;padding-left:0}

  .nav-link:hover {
      color: #FF9300
  }


  .navbar-toggler-icon {

      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 147, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

      transform: scaleX(1.66)
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }


  #startheader h3 {
      overflow: hidden;

  }

  #startheader h3 span {
      display: inline-block;
      transform: translateY(35px);
      color: white
  }

  #startheader {
      margin-top: -56px;
      width: 100%;
     /* aspect-ratio: 16 / 9;*/
      display: flex;
      justify-content: center;
      align-items: center;
      background: #0a0a0a;
      max-height: 100vh;
      height:100vh;
      overflow: hidden;
  }

  #startheader .bg {
      position: absolute;
      background: url(../images/header-home.jpg);
      background: url(../images/header-home_breit.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
     /* aspect-ratio: 16 / 9;*/
      background-clip: content-box;
      padding: 50vh 0;
      max-height: 100vh;
      height:100vh;

  }

  #startheader.startanim .bg {
      animation: exampleimage 1s ease-in-out forwards;
      animation-delay: 1.8s;
  }

  .startanim h3 span {
      animation: exampleclip 1s ease-out forwards;
  }

  .startanim h3 {
      font-size: 2.8rem;
      font-weighht: 500;
      transform: translateX(35%);
      animation: examplemove 1s ease-in-out forwards;
      animation-delay: 0.9s;


  }


  @keyframes exampleclip {
      0% {
          transform: translateY(35px);
      }

      100% {
          transform: translateY(0);
      }
  }

  @keyframes examplemove {
      0% {
          transform: translateX(35%);
      }

      100% {
          transform: translateX(0%);
      }
  }



  @keyframes exampleimage {


      0% {
          padding:50vh 0;
          filter: blur(1.5rem) brightness(2.75);
      }



      100% {
          padding: 0 0;
          filter: 0;
      }
  }



  .button_overflow {
      flex-flow: column;
      height: 1.4rem;
      display: flex;
      overflow: hidden;
  }

  .button_text {
      flex: none;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: all .3s;
      display: flex;
  }

  .primary-button:hover .button_text {
      transform: translate(0px, -100%);
  }

  .new-button:hover .button_text {

      animation: newbutanim 0.4s forwards;
      animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
  }

  .new-button:not(:hover) .button_text {

      animation: newbutanimout 0.4s forwards;
      animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
  }

  @keyframes newbutanim {


      0% {
          transform: translate(0px, 0%);
      }

      50% {
          transform: translate(0px, -100%);
      }

      50.1% {
          transform: translate(0px, 100%);
      }

      100% {
          transform: translate(0px, 0%);
      }
  }

  @keyframes newbutanimout {


      0% {
          transform: translate(0px, 0%);
      }

      50% {
          transform: translate(0px, 100%);
      }

      50.1% {
          transform: translate(0px, -100%);
      }

      100% {
          transform: translate(0px, 0%);
      }
  }


  h3:hover span {
      animation-play-state: running;
      animation-iteration-count: 1;
  }



  #startheader_ {
      background: black;
      cursor: url('data:image/svg+xml,<!--%3Fxml version="1.0" encoding="UTF-8"%3F--><svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="59.31999969482422" height="59.31999969482422" viewBox="0 0 59.32 59.32"><defs><style>.cls-1{fill:%23f9af15;stroke:%231d1d1b;stroke-miterlimit:10;}</style></defs><circle class="cls-1 svg-elem-1" cx="29.66" cy="29.66" r="29.16"></circle><style> @keyframes animate-svg-stroke-1 { 0% { stroke-dashoffset: 185.21768355735674px; stroke-dasharray: 185.21768355735674px; } 100% { stroke-dashoffset: 0; stroke-dasharray: 185.21768355735674px; }}@keyframes animate-svg-fill-1 { 0% { fill: transparent; } 100% { fill: rgb(249, 175, 21); }}.svg-elem-1 { animation: animate-svg-stroke-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;} </style></svg>')30 30,
      pointer;
  }

  #startheader{
      cursor: url(../assets/maus.svg) 32 32, pointer;
  }


 .kontakt-bottom {
      cursor: url(../assets/maus.svg) 32 32, pointer;
      transition: all 0.2s;
       -webkit-text-stroke: 2px;
        -webkit-font-smoothing: antialiased;
  }

html[lang="en"] #startheader, html[lang="en"] .kontakt-bottom {
      cursor: url(../assets/mouse.svg) 32 32, pointer;
  }

footer .kontakt-bottom:hover{   text-shadow_: -1px -1px 0 #ff9300, 1px -1px 0 #ff9300, -1px 1px 0 #ff9300, 1px 1px 0 #ff9300;
      -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
}

  footer {
      overflow: hidden;
      padding-bottom: 5vw;
  }

  footer a {
      color: var(--bs-body-color);
      text-decoration: none;
      line-height: 1.8;
  }

  footer a:hover {
      color: #ff9300
  }

  footer p {
      line-height: 1.8;
  }

  footer .qrcode {
      max-width: 150px
  }

  footer .linkedinimg {
      width: 80px;
      vertical-align: middle;
      padding-bottom: 4px;
      margin-left:4px;
      transition:all 0.1s;
  }

footer a:hover>.linkedinimg {transform:scale(1.05)}

  .mitgliedschaften img {
      max-height: 70px
  }




  .accordion {
      background: none;
      --bs-accordion-bg: unset
  }

  .accordion-item.order-1 img {
      border-top-left-radius: 1rem;
  }

  .accordion-item.order-5 img {
      border-top-right-radius: 1rem;
  }


  .accordion-item .accordion-collapse {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
  }


  h2.accordion-header {
      margin: 0;
      background: #EFEFEF
  }

  .accordion-button.collapsed {
      border-right: 1px solid #888;
  }

  .accordion-item.order-1 .accordion-button.collapsed {
      border-left: 1px solid #888
  }

  h2.accordion-header button {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.8rem;
      padding: 2rem;

  }


  .accordion-item:first-of-type > .accordion-header .accordion-button {
      border-radius: 0
  }

  .accordion-item {
      border: 0
  }

  .accordion-item .accordion-collapse,
  .accordion-button:not(.collapsed) {
      background: #313131;
      color: white
  }

  .accordion-button:not(.collapsed) {
      box-shadow: none
  }

  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g id="Icon_feather-plus" data-name="Icon feather-plus" transform="translate(-6 -6)"><path id="Pfad_1" data-name="Pfad 1" d="M18,7.5v21" stroke="%23ff9300" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Pfad_2" data-name="Pfad 2" d="M7.5,18h21" stroke="%23ff9300" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>')
  }

  .accordion-button:not(.collapsed)::after {
      transform: rotate(-135deg)
  }


  .accordion-body {
      line-height: 2rem;
  }

  .accordion-body li {
      margin-bottom: 0.66rem
  }


  li::marker {
      color: #ff9300;
  }


  .btn.btn-secondary.new-button,
  .btn.btn-secondary {
      background: #ff9300;
      padding: 0.5rem 2.5rem;
      position: relative;
      margin-right: 2.2rem;
      border: 0;
          border-radius: 0.5rem;
        transition: all 0.3s;
  }



  .btn.btn-secondary.new-button:after {
      content: "";
      height: 100%;
      aspect-ratio: 1;
      top: 0;
      background: #ff9300;
      border-radius: 3rem;
      right:-3rem;
      display: inline-block;
      position: absolute;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g id="Icon_feather-plus" data-name="Icon feather-plus" transform="translate(-6 -6)"><path id="Pfad_1" data-name="Pfad 1" d="M18,7.5v21" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Pfad_2" data-name="Pfad 2" d="M7.5,18h21" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></svg>');
      background-position: center;
      background-repeat: no-repeat;
      background-size: 1rem;
      transition: all 0.3s;
      
  }

@media(min-width: 992px) {
    
      .btn.btn-secondary.new-button,
    .btn.btn-secondary { margin-right:0;}
    
      .btn.btn-secondary.new-button:hover
{   margin-right: 2.2rem;}
    .btn.btn-secondary.new-button:after{ right: 0;      background-size: 0rem;}

    .btn.btn-secondary.new-button:hover:after{ right: -3rem;      background-size: 1rem;}
    
}



  .btn.btn-secondary.new-button.collapsed:after {
      transform: rotate(0deg)
  }

  .btn.btn-secondary.new-button:not(.collapsed):after {
      transform: rotate(135deg)
  }

  .referenzen button.btn {
      border: 1px solid #aaa;
      width: 100%;
      aspect-ratio: 3.8;
      border-radius: 1rem;
      margin-bottom: 3.5em;
      transition: all .2s ease
  }

  .referenzen button.btn img {
     height: 80%;
  }


  .referenzen button.btn:hover {
      transform: scale(1.1);
      background: #ff9300
  }

  .referenzen button.btn:hover img {
      filter: invert() contrast(2);
  }

  .referenzen h2 {
      font-size: 2.5rem;
      margin-top: 0;
  }



  .modal-header {
      border-bottom: 0;
      padding-bottom: 0;
      align-items: unset
  }

  .modal-header .btn-close {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF9300'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
      opacity: 1;
      background-size: 1.25rem;
      padding: 1rem;

  }

  .modal-body {
      padding-top: 0;
      padding-right: 2.5rem
  }

  .modal-body h5 {
      margin-bottom: 1rem
  }

  .modal-content {
      padding-left: 2.5rem;
      background-color: #EFEFEF;
      border-radius: 1rem
  }

  .kontakt-bottom {
      font-family: "bebas-neue-pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      float: right;
      font-size: 18vw;
      line-height: 0;
  }

  #zukunft {
      position: relative;
      z-index: 20;
  }

  /* Slide Out */


  #ModalKontakt h2 {
      margin-top: 0;
      margin-bottom: 1.5rem;
      font-size: 4rem;
  }





  .modal-dialog-slideout {
      max-width: 100%;
      min-height: 100%;
      margin: 0 0 0 auto;
      background: #fff;
  }

  .modal.fade .modal-dialog.modal-dialog-slideout {
      -webkit-transform: translate(100%, 0)scale(1);
      transform: translate(100%, 0)scale(1);
  }

  .modal.fade.show .modal-dialog.modal-dialog-slideout {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      display: flex;
      align-items: stretch;
      -webkit-box-align: stretch;
      height: 100%;
  }

  .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
      overflow-y: auto;
      overflow-x: hidden;
  }

  #ModalKontakt.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
  
  }



  .modal-dialog-slideout .modal-content {
      border: 0;
      /* padding:5vh*/
  }

  .btn.btn-primary.absenden {
      background: #ff9300;
      padding: 0.5rem 2.5rem;
      position: relative;
      margin-right: 2.2rem;
      border: 0;
      border-radius: 0.5rem;
      width: 100%;
  }

  .form-check-input:checked {
      background-color: #ff9300;
      border-color: #ff9300;
  }

  .form-check-input {
      transform: scale(2)
  }

  .form-check .form-check-input {
      float: left;
      margin-left: -1em;
      margin-top: 0.75rem;
  }

  .form-check-input:focus {
      border: 0
  }

  .form-check-label {
      padding-left: 1rem;
  }

  #ModalKontakt .modal-content {
      border-radius: 0
  }

  #ModalKontakt .navbar-brand {}

  #ModalKontakt .modal-header .btn-close,
  #Businesspakte .modal-header .btn-close {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="98.995" height="98.995" viewBox="0 0 98.995 98.995"><g id="Gruppe_33" data-name="Gruppe 33" transform="translate(-1789.502 -27)"><path id="Pfad_3" data-name="Pfad 3" d="M35,0A35,35,0,1,1,0,35,35,35,0,0,1,35,0Z" transform="translate(1789.502 76.497) rotate(-45)" fill="%23ff9300"/><g id="Icon_feather-plus" data-name="Icon feather-plus" transform="translate(1813.544 76.497) rotate(-45)"><path id="Pfad_1" data-name="Pfad 1" d="M18,7.5v21" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="Pfad_2" data-name="Pfad 2" d="M7.5,18h21" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></g></svg>');
      opacity: 1;
      background-size: 3.5rem;
      padding: 1rem;
      width: 2rem;
      height: 2rem;
      transition: all 0.3s;
  }

  #ModalKontakt .modal-header .btn-close:hover {
      transform: rotate(180deg);

  }

  #Businesspakete .section {
      background: #313131
  }

  .headerpakete {
      display: flex;
      color: white;
      padding-bottom: 5rem;
  }

  .headerpakete h2 span {
      color: #FF9300
  }

  #Businesspakete .modal-body,
  #Businesspakete .modal-content {
      padding: 0
  }

  #Businesspakete {
      background: #E0E0E0;
  }

  #Businesspakete li {
      margin-bottom: 1rem;
  }

  /* responsive */

@media (min-width: 768px) and (max-width:1199px) {
    #startheader .bg{    background-position: 30% center;}
}


  @media(max-width: 991px) {

      h1 {
          font-size: 3.5rem;
          padding-top: 1.3em;
          margin-bottom: 1.3em;
      }

      h1 br {
          display: none
      }

      .startanim h3 {
          font-size: 2.5rem;
      }

      h2 {
          font-size: 3.2rem;
          margin-top: 1.35em;
          margin-bottom: 1em;
      }

      .navbar-nav {
          width: 25vw;
          aspect-ratio: 4 / 9;
          max-height: 100vh;
      }

      .navbar-collapse {
          padding: 3rem 2rem;
          padding-bottom: unset;
      }

      .nav-link {
          font-size: 1.5rem;
          padding: 0;
      }

      .nav-sub .nav-link {
          font-size: 1.2rem;

      }

      hr.container {
          margin-top: 4rem;
          margin-bottom: 4rem;
      }
  }


  @media (max-width:767px) {
 .referenzen button.btn img {
     height: 60%;
  }
      .navbar-nav {
          width: 50vw;
          aspect-ratio: 8 / 9;
          max-height: 100vh;
      }

      .navbar-collapse {
          padding: 3rem 2rem;
          padding-bottom: unset;
      }

      .nav-link {
          font-size: 1.3rem;
          padding: 0;
      }

      .nav-sub .nav-link {
          font-size: 1.1rem;

      }




      .startanim h3 {
          font-size: 1.45rem
      }

      #startheader .bg {
       
    
             background: url(../images/header-home_mobile.jpg);
          background-position: right center;
              background-clip: content-box;
          padding: 50vh 0;
          width:100%;
          height:100%;
            background-size: cover;
      }



      @keyframes examplemove {
          0% {
              transform: translateX(35%);
          }

          100% {
              transform: translateX(0%);
          }
      }

      @keyframes exampleimage {


          0% {
              padding: 50vh 0;
              filter: blur(1.5rem) brightness(2.75);
          }



          100% {
              padding: 0 0;
              filter: 0;
          }
      }

      h1 {
          font-size: 1.5rem;
          padding-top: 1.5em;
          margin-bottom: 1em;
      }


   

      p {
          margin-bottom: 1.5em;
          line-height: 1.8;
      }

      h2 {
          font-size: 1.5rem;
          margin-top: 1.5em;
          margin-bottom: 1em;
      }
      
      #ModalKontakt h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2rem
}

      #uebermich h2 {
          font-size: 1.5rem;
          margin-top: 0;
          margin-bottom: 0.66em;
          line-height: 1;
      }


      hr.container {
          margin-top: 3rem;
          margin-bottom: 3rem;
      }

      h2.accordion-header button {
          font-size: 1.6rem;
          padding: 1.5rem;
      }

      .btn.btn-secondary.new-button {
          margin-right: 3rem
      }

      .accordion-item .accordion-button.collapsed {
          border-left: 1px solid #888;
          border-bottom: 1px solid #888;
      }

      .accordion-item.order-1 img {
          border-top-left-radius: 1rem;
          border-top-right-radius: 1rem;
      }

      .accordion-item .accordion-collapse {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
      }

      .accordion {
          border-bottom-left-radius: 1rem;
          border-bottom-right-radius: 1rem;
      }

      .accordion-body li {
          margin-bottom: 0.33rem;
      }

      .referenzen button.btn {
          border: 1px solid #aaa;
          width: 100%;
          aspect-ratio: 1.8;
          border-radius: 1rem;
          margin-bottom: 1.5em;

      }

      .modal-content {
          padding-left: 1rem;

      }

      .referenzen h2 {
          font-size: 1.8rem;
      }

      .h5,
      h5 {
          font-size: 1rem;
      }

      footer .qrcode {
          max-width: 130px;
      }
      
      footer {padding-bottom: 5rem;}
      .kontakt-bottom {
    margin-top: 3.5rem;
}
      
  }
