body {
  font-family: "Raleway", sans-serif;
  color: #303030;
}

a {
  color: #303030;
}

a:hover {
  color: #058a2e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #058a2e;
}

.guidance h4 {
  margin-bottom: 0;
}

.guidance h2 {
  margin-bottom: 0;
}

/*topbar*/
.topbar {
  font-size: 14px;
  color: #000;
  min-height: 35px;
}

.topbar a:hover {
  text-decoration: none;
}

.topbar-email,
.topbar-phone,
.flag {
  padding-top: 10px;
}

/*topbar*/

/*navbar*/

.navbar-default .navbar-nav > li > a:hover {
  color: #058a2e;
}

.navbar-default .navbar-nav > li > a {
  font-size: 17px;
  color: #303030;
  top: 5px;
}

.navbar-default {
  background-color: #fafafa;
  border-color: #e7e7e7;
  min-height: 110px;
}

.navbar-brand > img {
  margin-top: -42px;
}

/*navbar*/

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.carousel {
  margin-top: 110px;
}

.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+15,000000+75,000000+100&0+0,0.3+15,0.3+75,0+100,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 15%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 15%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 15%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.carousel-logo {
  width: 183px;
  height: 107px;
}

.carousel-indicators .active {
  width: 50px;
  height: 3px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  width: 50px;
  height: 3px;
  margin-top: 1px;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0px solid #fff;
  border-radius: 10px;
  margin-bottom: 0px;
}

.btn {
  color: #fff;
  background-color: #058a2e;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  margin-top: 10px;
}

.back-btn {
  color: #fff;
  background-color: #999;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  margin-top: 10px;
}

.btn:hover {
  background-color: #95c023;
  border-color: #95c023;
  color: #fff;
}

.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ececec;
  background-clip: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #058a2e;
}

.box:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #e5e453;
}

.box:hover .box-name a {
  color: #058a2e;
  text-decoration: none;
}

.box h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.box-desc {
  margin: 5px;
  text-align: justify;
}

.new {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #ffffff;
}

.new:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #e5e453;
}

.new .btn {
  margin-bottom: 0px;
}

.news-name {
  margin-bottom: 5px;
}

.news-name h4 {
  margin-top: 20px;
}

.news-desc {
  text-align: justify;
}

.newBigImg {
  margin-bottom: 30px;
}

.newBigImg img {
  /*width:500px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: #058a2e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  margin: 10px;
}

.footer a:hover {
  color: #e5e453;
}

.mrg-20 {
  margin-bottom: 20px;
}

.breadcrumb {
  margin-top: 110px;
  padding: 30px 0 15px;
  margin-bottom: 0;
  background: none;
}

.breadcrumbbg {
  background: #058a2e1a;
  margin-bottom: 27px;
}

.breadcrumb > .active {
  color: #058a2e;
}

.pagination > li > a,
.pagination > li > span {
  color: #303030;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #058a2e;
  border-color: #058a2e;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #058a2e;
}

.cmframe {
  padding: 10px 0;
  text-align: left;
  margin-bottom: 20px;
}

.cmframe h4 {
  margin-bottom: 3px;
}

.cm-desc {
  text-align: justify;
}

.cm-desc i {
  padding-right: 10px;
}

.contact {
  min-height: 700px;
}

.redstar {
  color: #a70000;
}

/*lexikon*/

#lexInput {
  background-image: url("../img/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#lexUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#lexUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#lexUL li a:hover:not(.header) {
  background-color: #eee;
}

.clear {
  float: none;
  clear: both;
}

/*lexikon*/

.productBox {
  margin-bottom: 30px;
}

.productText h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.productCat {
  margin-top: 30px;
  margin-bottom: 30px;
}

.productDesc {
  text-align: center;
}

.harmful {
  text-align: center;
  margin-top: 30px;
}

.harmfulList {
  text-align: left;
  margin-top: 30px;
}

.harmfulList h4 {
  margin-bottom: 3px;
}

#PartInput {
  background-image: url("../img/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#PartUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#PartUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
}

#PartUL li a:hover:not(.header) {
  background-color: #eee;
}

.psearchN {
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
}

.psearchText {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.searchDiv {
  margin-bottom: 25px !important;
}

.pmform .btn {
  margin-top: 0px;
}

.pDescription {
  margin-top: 35px;
  margin-bottom: 35px;
}

.pDescription p {
  padding: 1rem 0;
  font-size: 17px;
  margin-bottom: 15px;
}

.calendar {
  margin-top: 20px;
}

#maps {
  height: 400px;
  margin: 0 15px 25px 15px;
}

.partner-single-map {
  height: 300px !important;
}

#maps h4 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

#maps .img-responsive {
  padding: 0 15px 0 0;
}

#maps .img-responsive img {
  max-width: 100% !important;
}

.map-data {
  display: none;
}

.feleloseg {
  margin-top: 10px;
}

.feleloseg p {
  display: inline-block;
  font-weight: normal;
}

.article-lead {
  font-weight: bold;
}

.topbar .search {
  padding-top: 10px;
}

.topbar .search .input-group-btn button {
  margin-top: 0;
}

.navbar-brand {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-top: -25px;
  }
}

a.social {
  padding-left: 10px;
  font-size: 20px;
}

.header-email {
  display: inline-block;
  padding-top: 5px;
}

.topbar-email {
  padding-top: 20px;
}

@media (max-width: 425px) {
  .header-email {
    position: relative;
    right: 10px;
    bottom: 2px;
  }

  .header-email,
  a.social {
    font-size: 20px;
  }

  .topbar-email {
    padding-top: 0;
    position: relative;
    bottom: 10px;
  }
}

@media (max-width: 320px) {
  .navbar-brand > img {
    max-width: 190px !important;
  }
}

.btn-zip-search {
  margin-top: 0;
}

.news-title {
  font-size: 30px;
}

@media screen and (max-width: 375px) {
  .breadcrumbbg {
    margin-top: 20px;
  }
}

.partner-owl-carousel {
  margin-top: 5px;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}

.partner-gallery-image:hover {
  cursor: pointer;
}

.cm-desc {
  text-align: left;
}

img.zoom {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.nav > li > a {
  padding: 10px 9px;
}

.navbar-nav li.custom a, .navbar-nav li.custom a:hover {
  background-color: #058a2e;
  color: #fff;
  font-weight: bold;
  padding: 5px 9px;
  margin-top: 4px;
}

@media screen and (max-width: 475px) {
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin: 0 auto;
  }

  .container img {
    max-width: 100% !important;
    height: auto !important;
  }
}