p{ line-height: 1.5 !important; }
.share-only{ display: none; }
.toolbar{ display: none; }
.effect.gradient[_ngcontent-gb-app-c335005346] { background-image: linear-gradient(to bottom,#fff0 0,#0009 200%) !important; }

.gbui-immersive-cell-effect{
--gbui-immersive-cell-effect: rgba(0, 0, 0, 0.2); !important;
}

.el-custom-list {
  list-style: none !important;
  padding-left: 0px !important;
  margin-left: -40px !important;
}

.el-custom-list li {
  position: relative;
  padding-left: 30px;
}

.el-custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background-image: url("https://www.eurolaminat.de/docs/icon-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.calltoaction-btn {
    display: inline-block;
    background: #272c61;
    color: #ffffff !important;
    padding: 20px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

@media
    only screen and (orientation: portrait) and (max-width: 599px),
    only screen and (orientation: landscape) and (max-width: 959px) {

    }
    
@media
    only screen and (orientation: portrait) and (min-width: 600px) and (max-width: 1024px),
    only screen and (orientation: landscape) and (min-width: 960px) and (max-width: 1279px) {

    }

@media
    only screen and (orientation: portrait) and (min-width: 1025px) and (max-width: 1279px),
    only screen and (orientation: landscape) and (min-width: 1280px) and (max-width: 1439px) {

    }

@media only screen and (min-width: 1440px) {

}