@charset "UTF-8";
/*
** Ein Stylesheet für LBO Lärmschutz  **
** Ludger Müller, bureau-artbeit.de;
** unter Verwendung verschiedener Quellen **
*/
.font-giant {
  font-size: 4.2rem;
  line-height: 150%;
}

.font-xxlarge, .big, h1,
.page-title {
  font-size: 2.6rem;
  line-height: 150%;
}

.font-xlarge {
  font-size: 2.2rem;
  line-height: 150%;
}

.font-large {
  font-size: 1.8rem;
  line-height: 150%;
}

.font-medium, .lead {
  font-size: 1.6rem;
  line-height: 140%;
}

.font-base, #site-sideBar h2, h5, h4, body {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.font-small, .site-contact p, figure figcaption, #site-sideBar p {
  font-size: 1.4rem;
  line-height: 135%;
}

.font-xsmall, .site-header #pq, .site-header #partner, .nav-meta a {
  font-size: 1.2rem;
  line-height: 125%;
}

.font-micro {
  font-size: 1.08rem;
  line-height: 125%;
}

.product1 {
  background-color: #954936;
}

.product2 {
  background-color: #682B08;
}

.product3 {
  background-color: #B9A26A;
}

.product4 {
  background-color: #80804A;
}

.product5 {
  background-color: #51646A;
}

.product6 {
  background-color: #584550;
}

.product7 {
  background-color: #887438;
}

.zero, .site-footer .colourBarSpan, body, .nav-meta ul, .nav-meta li, .nav-primary li, .nav-primary ul, figure,
.sub-title,
.title, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: LatoLatin, sans-serif;
}

a {
  text-decoration: none;
}
a:link {
  color: #3b7737;
  text-decoration: underline;
}
a:hover {
  color: #4c9a47;
  text-decoration: none;
}
a:active {
  color: #2a5427;
  text-decoration: none;
}
a:visited {
  color: #2a5427;
  text-decoration: underline;
}

h1,
.page-title {
  font-weight: bold;
  color: #3b7737;
}

h2,
.title {
  font-size: 1.8rem;
  margin-top: 20px;
  color: #3b7737;
}

h1 + h2 {
  margin-top: 0;
}

.contRefTab h2 {
  background-color: #3b7737;
  color: #ffffff;
  padding: 0.5rem;
}

h3,
.sub-title {
  font-size: 1.6rem;
  margin-top: 10px;
}

#site-sideBar h2 {
  color: #3b7737;
}
#site-sideBar .datum {
  color: dimgray;
  font-size: 1.2rem;
}

blockquote {
  font-style: italic;
  padding: 10px 0;
}

p {
  margin: 0 0 10px 0;
}

.big {
  font-weight: bold;
  color: #3b7737;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.grid::after {
  clear: both;
  content: "";
  display: table;
}
.grid.col-2 .item {
  width: 50%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
}
.grid.col-2 .item:nth-child(2n) {
  float: right;
}
.grid.col-2 .item:nth-child(2n) + .item {
  clear: both;
}
@media (max-width: 870px) {
  .grid.col-2 .item {
    width: 100%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
  }
}

.list-inline {
  display: block;
  width: 100%;
}
.list-inline li {
  display: inline-block;
}

label {
  display: block;
  font-weight: bold;
}

#kontaktform p.formInput {
  width: 45%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  max-width: 400px;
}
#kontaktform p.formInput input[type=text], #kontaktform p.formInput input[type=email] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
}
#kontaktform p.formInputLast {
  clear: both;
}
#kontaktform textarea {
  width: 90%;
  height: 200px;
  font-size: 1.6rem;
}

/* Validator Parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.conditional-display {
  display: none !important;
}

.box {
  margin: 0 0 10px 0;
  padding: 5px 12px;
}

.border-box {
  border: 1px solid #363636;
}

.info-box {
  background: #EFEFEB;
}

figure figcaption {
  padding: 2.5px 0;
}

img.full-width {
  width: 100%;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
img.bildLinks {
  float: left;
  margin: 10px 10px 10px 0;
}
img.bildRechts {
  float: right;
  margin: 10px 0 10px 10px;
}

.nav .nav-title {
  display: none;
}

.nav-primary ul::after {
  clear: both;
  content: "";
  display: table;
}
.nav-primary .level_1 {
  position: relative;
}
.nav-primary .level_1 > li {
  margin: 0 10px;
  float: left;
  display: block;
}
.nav-primary .level_1 > li:hover > ul {
  display: block;
  height: auto;
  top: auto;
  left: auto;
}
.nav-primary .level_2 {
  position: absolute;
  top: 0;
  left: -9999px;
  height: 0;
  width: auto;
  padding: 0 10px 10px;
  background: #ffffff;
}
.nav-primary .level_2 li {
  display: block;
  float: none;
}
.nav-primary .level_2 li > a {
  padding: 2.5px 2%;
}
.nav-primary a {
  -webkit-transition-property: color, border-bottom-color;
  -moz-transition-property: color, border-bottom-color;
  transition-property: color, border-bottom-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #3b7737;
  display: block;
  padding: 1px 2.5px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.nav-primary a:hover {
  color: #d17c00;
  border-bottom: 3px solid #d17c00;
}
.nav-primary a.hasSub::after {
  border-color: #3b7737 transparent transparent;
  border-image: none;
  border-style: solid solid none;
  border-width: 0.313em 0.313em medium;
  content: "";
  display: inline-block;
  height: 0;
  position: relative;
  right: -0.313em;
  vertical-align: middle;
  width: 0;
}
.nav-primary a.hasSub:hover::after {
  border-color: #d17c00 transparent transparent;
}
.nav-primary a.hasSub.open::after {
  border-color: transparent transparent #d17c00;
  border-style: none solid solid;
  border-width: medium 0.313em 0.313em;
}
.nav-primary li.active > a {
  color: #d17c00;
  border-bottom: 3px solid #d17c00;
}
.nav-primary li.active > a.hasSub::after {
  border-color: #d17c00 transparent transparent;
}
.nav-primary li.active > a.hasSub.open::after {
  border-color: transparent transparent #d17c00;
  border-style: none solid solid;
  border-width: medium 0.313em 0.313em;
}
@media (max-width: 870px) {
  .nav-primary .level_1 > li:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .nav-primary .level_1 > li:last-child {
    margin: 0;
  }
}
@media (max-width: 594px) {
  .nav-primary {
    /*.level_1 > li.hasChild:hover {
      .level2 {
        display: none;
        height: auto;
        top: auto;
        left: auto;
      }
    }*/
  }
  .nav-primary .nav-title {
    display: block;
    cursor: pointer;
    padding: 2.5px 0.625%;
    color: #3b7737;
  }
  .nav-primary .nav-title::after {
    border-color: #3b7737 transparent transparent;
    border-style: solid solid none;
    border-width: 0.313em 0.313em thick;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    right: -0.313em;
    vertical-align: middle;
    width: 0;
  }
  .nav-primary .nav-title.active::after {
    border-color: transparent transparent #3b7737;
    border-style: none solid solid;
    border-width: thick 0.313em 0.313em;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    right: -0.313em;
    vertical-align: middle;
    width: 0;
  }
  .nav-primary .level_1 {
    display: none;
    position: absolute;
    margin-left: -3.125%;
    padding-left: 3.125%;
    top: 100%;
    background-color: #ebf6ea;
    border-bottom: 1px solid #3b7737;
  }
  .nav-primary .level_1::after {
    clear: both;
    content: "";
    display: table;
  }
  .nav-primary .level_1 > li {
    width: 100%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
    border-bottom: 1px solid #ffffff;
  }
  .nav-primary .level_1 > li:hover > ul {
    display: none;
  }
  .nav-primary .level_1 a {
    font-size: 1.8rem;
    line-height: 150%;
    display: block;
    border-bottom: none;
  }
  .nav-primary .level_1 a:hover, .nav-primary .level_1 a:active, li.active > .nav-primary .level_1 a {
    border-bottom: none;
  }
  .nav-primary .level_1 .active > a {
    border-bottom: none;
  }
  .nav-primary .level_2 {
    display: none;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 10px 10px;
    background: #ffffff;
  }
  .nav-primary .level_2 li {
    display: block;
    float: none;
  }
  .nav-primary .level_2 li > a {
    padding: 2.5px 2%;
  }
}

/* Meta NAvigation ****************************************************** */
.nav-meta ul, .nav-meta li {
  text-align: right;
}
.nav-meta li {
  margin-bottom: 3px;
  display: inline;
  /* &:not(:last-child){
     border-right: 1px solid $color2;
   }*/
}
.nav-meta a {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  padding: 0 1rem;
  background: #fff;
  color: #d17c00;
  text-decoration: none;
  display: inline-block;
}
.nav-meta a:hover, .nav-meta li.active > a {
  background: #b86d00;
  color: #fff;
}
@media (max-width: 594px) {
  .nav-meta li {
    display: block;
  }
}

table.contenttable {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
}
table.contenttable th {
  text-align: left;
  width: 20%;
  background-color: #c9e5c8;
  color: #000;
}
table.contenttable th:last-child {
  width: 40%;
}
table.contenttable tbody tr {
  vertical-align: top;
}
table.contenttable tbody tr span {
  display: block;
}
table.contenttable tbody tr:nth-child(odd) {
  background: #ebf6ea;
}
table.contenttable tbody tr:hover {
  background: #c9e5c8;
}
table.contenttable tbody td {
  padding: 0.4rem;
  border-right: 1px solid #c9e5c8;
}
table.contenttable tbody td:last-child {
  border-right: none;
}
table.contenttable a:link, table.contenttable a:visited {
  text-decoration: underline;
}
table.contenttable a:active, table.contenttable a:hover {
  text-decoration: none;
}

#map {
  min-height: 700px;
  max-width: 100%;
}

.colorLegend {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.lboBG {
  background-color: #3b7737;
}

.grennwallBG {
  background-color: #8f3708;
}

.kokowallBG {
  background-color: #B9A26A;
}

.plantaBG {
  background-color: #51646A;
}

.soundkillerBG {
  background-color: #584550;
}

.andereBG {
  background-color: #ABBDE0;
}

* {
  box-sizing: border-box;
}

.site-header {
  background: transparent;
  color: #363636;
}
.site-header::after {
  clear: both;
  content: "";
  display: table;
}
.site-header .private-projects-site {
  text-align: right;
}
.site-header .private-projects-site a:link, .site-header .private-projects-site a:visited {
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background: #8f3708;
  color: #fff;
  padding: 0.3rem 0.8rem;
  font-size: 1.2rem;
}
.site-header .private-projects-site a:hover, .site-header .private-projects-site a:active, .site-header .private-projects-site a:focus {
  background: #fff;
  color: #8f3708;
}
.site-header .infoHeader {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header .infoHeader::after {
  clear: both;
  content: "";
  display: table;
}
.site-header .infoHeader:after {
  content: " ";
  display: block;
  clear: both;
}
.site-header #slogan {
  position: absolute;
  left: 34.375%;
  top: 35px;
  z-index: 960;
}
.site-header #partner {
  position: absolute;
  right: 0.625%;
  top: 90px;
  z-index: 1000;
}
.site-header #pq {
  position: absolute;
  right: 10em;
  top: 70px;
  z-index: 1010;
}

.site-brand {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.site-brand:after {
  content: " ";
  display: block;
  clear: both;
}
.site-brand #siteLogo {
  width: 25%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  margin-left: 3.125%;
}
.site-brand .nav-primary {
  background: transparent;
  padding-top: 70px;
  width: 68.75%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
}
.site-brand .nav-primary.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 0;
  /*> ul.level_1 {
    @include container;
  }*/
}

#mainImage {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#mainImage:after {
  content: " ";
  display: block;
  clear: both;
}

.nav-meta {
  float: right;
  margin-top: 20px;
  margin-right: 1.25%;
}

.nav-breadcrumb {
  clear: both;
  width: 66.6666666667%;
  float: left;
  padding-left: 0.4166666667%;
  padding-right: 0.4166666667%;
  margin-left: 6.25%;
  background: #fff;
}
.nav-breadcrumb > ul {
  padding: 5px 0 10px 0;
}

.contentWrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 40px 3.125%;
}
.contentWrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.site-main {
  width: 65.625%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  padding-right: 3.125%;
}

#site-sideBar {
  width: 31.25%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  padding-top: 20px;
}
#site-sideBar img {
  max-width: 100%;
  height: auto;
}

.datum + h2 {
  margin-top: 0;
}

.einspalt .site-main {
  width: 100%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
}
.einspalt #site-sideBar {
  display: none;
}

/* FOOTER */
.site-footer {
  clear: both;
  margin: 10px 0 0;
  padding: 0 0 10px;
  background-color: #3b7737;
}
.site-footer #colourBar {
  line-height: 0;
}
.site-footer .colourBarSpan {
  display: inline-block;
  height: 10px;
  width: 14.28%;
}

.site-contact {
  color: #ffffff;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.site-contact::after {
  clear: both;
  content: "";
  display: table;
}
.site-contact:after {
  content: " ";
  display: block;
  clear: both;
}
.site-contact p {
  width: 31.25%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
}
.site-contact p:first-child {
  margin-left: 18.75%;
}

.site-sitemap {
  width: 75%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  float: right;
}

/*BPs ************************************************************ */
/* Remove Partnerlogo*/
@media (max-width: 980px) {
  .site-header #partner {
    display: none;
  }
}
/* Remove PQ-Logo*/
@media (max-width: 980px) {
  .site-header #pq {
    display: none;
  }
}
/* Tablet bp-step2*/
@media (max-width: 870px) {
  .site-header #slogan {
    display: none;
  }
  .site-header .site-brand {
    padding-top: 20px;
  }
  .site-header #siteLogo {
    width: 152px;
    float: none;
  }
  .site-header .nav-primary {
    width: 100%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
    float: none;
    padding-top: 10px;
    padding-left: 3.125%;
    background-color: #fff;
  }
  .site-header .nav-primary.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .site-main {
    width: 100%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
    float: none;
    border-bottom: 1px dashed #888888;
    margin-bottom: 10px;
  }
  #site-sideBar {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  #site-sideBar section {
    width: 50%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
  }
  .site-contact p {
    width: 43.75%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
  }
  .site-contact p:first-child {
    margin-left: 3.125%;
  }
}
@media (max-width: 594px) {
  #site-sideBar {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  #site-sideBar section {
    width: 100%;
    float: left;
    padding-left: 0.625%;
    padding-right: 0.625%;
    float: none;
  }
}
#siteSelectModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#siteSelectModal.open {
  display: block;
  opacity: 1;
}
#siteSelectModal .modal-content {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px 5px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 800px;
  height: 66.6666666667%;
  max-height: 450px;
  text-align: center;
  background: #fff url(/Bilder/LBO-neues-gebaeude.jpg) no-repeat center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 3px solid #3b7737;
}
#siteSelectModal .close-popup {
  position: absolute;
  font-size: 1.5rem;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  fill: var(--textColor);
  display: block;
}
#siteSelectModal .close-popup path {
  fill: #3b7737;
}
#siteSelectModal .modal-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  text-align: left;
  padding-bottom: 20px;
  flex-grow: 1;
}
#siteSelectModal .modal-inner .question {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #3b7737;
  flex-shrink: 1;
}
#siteSelectModal .site-select-list {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
  align-content: center;
}
#siteSelectModal .site-select-item {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  font-size: 1.5rem;
  border: 1px solid #3b7737;
  cursor: pointer;
  transition: background-color 0.25s ease-in-out;
  text-decoration: none;
  color: #3b7737;
  width: 50%;
  text-align: center;
}
#siteSelectModal .site-select-item:hover {
  background-color: rgb(255, 255, 255);
}
#siteSelectModal .site-select-item p {
  margin: 0;
}
#siteSelectModal .site-select-item a {
  font-size: 1.5rem;
  text-decoration: none;
}

@media screen and (min-width: 520px) {
  #siteSelectModal .modal-content {
    width: 80%;
    height: 53.3333333333%;
  }
}
@media screen and (min-width: 700px) {
  #siteSelectModal .site-select-item {
    font-size: 2rem;
  }
  #siteSelectModal .site-select-item a {
    font-size: 2rem;
  }
}
@media only screen and (orientation: landscape) {
  #siteSelectModal .modal-content {
    height: 90%;
  }
}
