button#print_page {
  /*text-indent: -999px;*/
  background: none;
  color: #7bb82d;
  border: none;
  float: right;
  cursor: pointer;
}
@media print {
  #page_666 {
    font-size: 9pt;
    line-height: 1.5;
  }
  #page_666 h2 {
    font-size: 13pt;
    line-height: 1.3;
  }
  #page_666 ul {
    padding-left: 1em;
  }
  #page_666 ul li {
    position: relative;
    list-style-type: '- ';
    /*                &:before {
                    content:"";
                    background: @primary;
                    height: 10px;
                    width: 10px;
                    display: block;
                    margin-left: -20px;
                    position: absolute;
                    top: 7px;
                }*/
  }
  #page_666 header.subpages,
  #page_666 #quiz-restart,
  #page_666 footer,
  #page_666 .backgroundimage-c3354,
  #page_666 #damn_cookieconsent_banner,
  #page_666 #damn_background_overlay,
  #page_666 #sd-lightbox,
  #page_666 .popup,
  #page_666 .overlay,
  #page_666 #powermail_conditions_container,
  #page_666 #typo3-preview-info,
  #page_666 #TSFE_ADMIN_PANEL_FORM,
  #page_666 #TSFE_ADMIN_PANEL {
    display: none !important;
  }
  #page_666 .content {
    width: 100%;
    /*padding: 2cm;*/
  }
  #page_666 .content .content.two-cols {
    column-gap: 0;
  }
  #page_666 .content .content.two-cols > div {
    width: auto;
  }
  #print_page {
    display: none;
  }
}
