div#map-canvas {
  width: 100%;
  height: 500px; }

div.line-deco {
  height: 2px;
  width: 35px;
  -o-transition: width 0.3s ease-out;
  -mx-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

.contentproducts {
  padding-bottom: 25px; }

.innerpadding {
  padding: 0 15px; }

.darkgrey {
  color: #5a5a5a; }

.fontsmaller {
  font-size: 14px; }

h1, h2, h3, h4 {
  margin: 0;
  letter-spacing: 1px;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word; }

a {
  text-decoration: none;
  outline: 0;
  -o-transition: all 0.5s ease-out;
  -mx-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.text ol, .text p, .text ul {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px; }
  .text ol:last-child, .text p:last-child, .text ul:last-child {
    margin-bottom: 0; }

ul.tabs li[data-tab="tab-4"] {
  display: none; }

.product-link {
  margin-bottom: 30px; }

.product-link-wrapper a {
  display: block;
  color: #5e5e5e;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  padding: 15px;
  width: 100%;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-color: #a5c236;
  color: #fff; }

.col-main-75 h4.crop {
  display: none; }

.col-main-75 div.files div.file {
  background-color: #f5f5f5;
  background-image: url("/fileadmin/templates/images/layouts/files-deco-black.png"); }

.col-main-25 h4.full {
  display: none; }

@media screen and (min-width: 992px) {
  .contentproducts {
    padding-bottom: 50px; }

  .innerpadding {
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .contentproducts {
    padding-bottom: 100px; } }

#popupSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 9999999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none; }

.popupOpen #popupSection {
  opacity: 1;
  pointer-events: initial; }

#popupSection_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

#popupSection_wrapper {
  position: absolute;
  top: -50vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-color: #fe8a10;
  padding: 40px;
  padding-top: 80px;
  text-align: center;
  color: #000;
  opacity: 0;
  width: 566px;
  max-width: calc(100vw - 40px);
  font-size: 27px;
  line-height: 37px;
  font-family: 'Montserrat', sans-serif; }

#popupSection_wrapper a {
  color: #000;
  font-size: 27px;
  line-height: 37px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif; }

#popupSection_wrapper p {
  margin: 0;
  padding: 0; }

.popupVisible #popupSection_wrapper {
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.7; }

#popupSection_closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }

#popupSection_title {
  display: inline-block;
  font-weight: bold;
  color: #fff; }

#popupSection_title + #popupSection_text {
  margin-top: 20px; }

#popupSection_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#popupSection_image {
  margin-top: 20px; }

#popupSection_text {
  margin-top: 20px; }

@media screen and (max-width: 580px) {
  #popupSection_wrapper {
    zoom: 0.8; } }
