html {
    -webkit-text-size-adjust: 100%;
}
body {
  background-color: #ffffff;
    font-family: Montserrat, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #9A9A9A;
}
/*.justify-content-flex-start {*/
/*  -webkit-justify-content: flex-start !important;*/
/*  justify-content: flex-start !important;*/
/*}*/
.flex {
  display: -webkit-flex;
  display: flex;
}
/*.flex-1 {*/
/*  -webkit-flex: 1;*/
/*  flex: 1;*/
/*}*/
/*.justify-content-space-between {*/
/*  -webkit-justify-content: space-between;*/
/*  justify-content: space-between;*/
/*}*/
/*.justify-content-center {*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*}*/
/*.posRel {*/
/*  position: relative;*/
/*}*/
.hg-orange {
    background-color: #ff6600;
    color: white;
}
.hg-text-orange {
   color: #ff6600;
}
a {
    color: #ff6600;
}
a:hover {
    color: rgba(255, 102, 0, .8);
}
nav ul a:hover {
    color: #ffffff;
}
sup {
    top: -0.2em;
    font-size: 60%;
}
strong {
    font-weight: bolder;
}
h1 {
    font-size: 1.5rem;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    max-width: 180px;
    text-align: end;
    margin-left: -36px;
}
h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    max-width: 200px;
    text-align: end;
}
h3 {
    font-size: 1.2rem;
    margin: .5rem 0;
}
#Datenschutz h3 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
}
.section {
    padding-bottom: 3rem !important;
}
.container {
    padding-left: 36px;
}
.box-leistungen-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
     width: 100%;
    gap: 24px;
}
.box-leistungen {
    background-color: #ffffff;
    color: #ff6600;
    padding: 0 36px 36px 24px !important;
    display: -webkit-flex;
    display: flex;
    gap: 32px;
    min-width: 350px;
    width: calc(33.33% - 24px);
}
.box-leistungen-image {
    -webkit-align-content: flex-end;
   align-content: flex-end;
    min-width: 60px;
    text-align: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
}
ul.list-leistungen {
    margin-bottom: 0;
    padding-left: 16px !important;
}
ul.list-leistungen li {
    list-style-type: disc;
}

button:focus {
    background-color: rgba(255,102,0,.6) !important;
}
.btn, .btn-large, .btn-small {
    background-color: #ff6600;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: rgba(255,102,0,.6) !important;
}
.sidenav li > a.btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 0;
  margin-left: 0;
}
.sidenav li > a.btn:first-child {
  margin-left: 32px;
}
nav {
   -webkit-box-shadow: none;
   box-shadow: none;
  border-bottom: 1px solid #f0f0f0;
    height: 200px;
}

nav .brand-logo {
  position: relative;
    font-size: unset;
    line-height: normal;
    padding-bottom: 10px;
    margin-left: -36px;
    width: 160px;
    height: auto;
}

nav .nav-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
}
nav ul a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
p {
  margin: 0 0 10px 0;
}
.parallax-container {
  height: auto;
}
.line {
    border-bottom: 1px solid #ff6600;
    margin-left: -36px;
    margin-right: 10px;
}
.bricklayer {
   margin: 3rem 0 1rem 0;
}
.bricklayer-column {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.box {
  margin: 20px 0;
}

@media screen and (min-width: 640px) {
    .bricklayer-column-sizer {
        width: 50% !important;
    }
}

@media screen and (min-width: 980px) {
    .bricklayer-column-sizer {
        width: 33.333% !important;
    }
}

@media screen and (min-width: 1200px) {
    .bricklayer-column-sizer {
       width: 33.333% !important;
    }
}

.toast {
  background-color: #676767;
}
.nachOben a,
.nachOben a:hover {
  font-size:16px;
  color:#fff;
}
.contact-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact {
    display: -webkit-flex;
    display: flex;
    gap:6rem;
    padding: 0 2rem 2rem 3.5rem;
}
.contact-logo {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 16px;
    width: 160px;
    height: auto;
}
.contact-data {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: flex-end;
    justify-content:flex-end;
    white-space: nowrap;
}
.contact-portrait {
    padding: 0 20px;
    background-color: #ffffff;
}
.contact-form  {
  padding-top: 5rem;
}
.section.footerNav {
   padding-bottom: 1rem !important;
    padding-top: 3rem;
}
.footerNav {
  min-height: 76px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.footerNav a {
  padding: 0 15px;
    color: #ffffff !important;
}
.footerNav a:hover {
    opacity: .8;
}
.nachOben {
  bottom: 120px;
  right: 3%;
  position: fixed;
}
@media only screen and (max-width : 992px) {
    nav .nav-wrapper {
    padding-bottom: 10px;
  }
  nav .brand-logo {
     left: initial;
     -webkit-transform: none;
     transform: none;
  }
    .contact {
        gap:2rem;
        padding: 0 2rem 2rem 0;
    }
}
@media only screen and (max-width : 872px) {
    .contact-wrapper {
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .contact {
        padding: 2rem 0;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .contact-portrait {
        padding: 0 0 2rem 0;
        background-color: unset;
    }
}
@media only screen and (max-width : 430px) {
    .box-leistungen-image {
        order: 2;
    }
    .box-leistungen {
                gap: 48px;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .container {
         padding-left: 0;
    }
    nav .brand-logo {
        margin-left: 0;
    }
    h1 {
        margin-left: 0;
    }
}
