html,body {font-family:"Verdana",sans-serif}
h1,h2,h3,h4,h5,h6 {font-family:"Segoe UI",sans-serif;font-weight:600;}
h1 {font-size: 18pt;}

.lg-green,.lg-hover-green:hover{color:#fff!important;background-color:#2b954b!important}
.lg-ltgreen,.lg-hover-ltgreen:hover{color:#513e17!important;background-color:#a3d879!important}
.lg-brown,.lg-hover-brown:hover{color:#fff!important;background-color:#513e17!important}
.lg-white,.lg-hover-white:hover{color:#513e17!important;background-color:#fff!important}

.lg-top {padding:0px 0px !important;letter-spacing:0.05em;}
/*.lg-banner {height:200px;padding-top:35px;background-image:url("/img/banner.png");}*/
.lg-banner {padding-top:35px;padding-bottom:35px;}
.lg-section {height:auto;padding-top:40px;padding-bottom:16px;}
.lg-row {width:100%;max-width:1200px;margin:0px auto;padding: 0px 16px;height:content;height:-moz-fit-content;}
.lg-cell {padding: 0px 16px;}
.lg-card {padding: 16px 16px;}
.lg-links {margin-top:10px;padding:10px;}
.lg-links  a:hover {color:#000 !important;}

.lg-fifth {float:left;width:100%}
.lg-fifth {width:19.99999%}

#imprint, #dataprotection {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(81,62,23,0.8);
  z-index: 2;
  cursor: pointer;
  overflow: auto;
}

.lg-img {display: block;margin-left: auto;margin-right: auto;margin-top:10px;margin-bottom: 10px;}

/* Imprint/Data protection Modal (background) */
.lg-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(81,62,23); /* Fallback color */
  background-color: rgba(81,62,23,0.8); /* Black w/ opacity */
}

/* Modal Content */
.lg-modal-content {
  margin: auto;
  padding: 20px;
  border: 3px solid #2b954b;
  width: 80%;
  color: #a3d879;
}

/* The Close Button */
.lg-close {
  color: #a3d879;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lg-close:hover,
.lg-close:focus {
  color: #2b954b;
  text-decoration: none;
  cursor: pointer;
}
