.contentBlock {
  padding: 110px 0 70px 0; }
  @media (max-width: 1023px) {
  .contentBlock {
    padding: 140px 0 70px 0; } }
  .contentBlock .maintitle {
    font-size: 32px;
    font-weight: bold;
    color: #3b3b3b; }
  .contentBlock .subtitle {
    font-size: 16px;
    color: #575756;
    margin-bottom: 25px; }
  .contentBlock .welcomeBlock {
    display: block;
    background-color: #72725b;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
    padding: 40px 30px;
    border-radius: 25px;
    margin: 25px 0 45px 0; }
    .contentBlock .welcomeBlock select {
      display: inline-block;
      background: none !important;
      padding: 0px;
      color: #fff;
      border: 2px dashed white;
      border-top: none;
      border-left: none;
      border-right: none;
      font-size: inherit;
      margin: 0;
      height: auto; }
    .contentBlock .welcomeBlock .left {
      text-align: left;
      display: inline-block;
      width: 50%; }
    .contentBlock .welcomeBlock .right {
      text-align: right;
      display: inline-block;
      width: 50%; }
      .contentBlock .welcomeBlock .right .label {
        border: 2px solid white;
        border-radius: 25px;
        padding: 5px 15px;
        font-weight: bold;
        margin: 0 5px; }
      .contentBlock .welcomeBlock .right .last {
        margin-left: 50px; }
  .contentBlock .tileContent {
    display: block;
    width: 100%; }
    @media (max-width: 1023px) {
    .contentBlock .tileContent .hide_on_mobile {
      display: none !important; } }
    .contentBlock .tileContent a.tile {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      width: calc(25% - 25px);
      margin: 15px;
      padding: 60px 0;
      border: 1px solid #efefef;
      background: #fff;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      .contentBlock .tileContent a.tile:last-child {
        margin-right: 0px !important;
        width: calc(25% - 25px); }
        @media (max-width: 1023px) {
  .contentBlock .tileContent a.tile:last-child {
    width: calc(50% - 15px); } }
      .contentBlock .tileContent a.tile:first-child {
        margin-left: 0px !important;
        width: calc(25% - 25px); }
        @media (max-width: 1023px) {
  .contentBlock .tileContent a.tile:first-child {
    width: calc(50% - 15px); } }
      @media (max-width: 1023px) {
  .contentBlock .tileContent a.tile {
    padding: 30px 0;
    width: calc(50% - 15px); }
    .contentBlock .tileContent a.tile:nth-child(2n) {
      margin-right: 0px !important; }
    .contentBlock .tileContent a.tile:nth-child(3n) {
      margin-left: 0px !important; } }
      .contentBlock .tileContent a.tile .icon {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        text-align: center;
        color: #575756; }
        @media (max-width: 1023px) {
 }
        .contentBlock .tileContent a.tile .icon .fa {
          font-size: 65px; }
          @media (max-width: 1023px) {
  .contentBlock .tileContent a.tile .icon .fa {
    font-size: 45px; } }
      .contentBlock .tileContent a.tile .active {
        color: #ac6b30 !important; }
      .contentBlock .tileContent a.tile .title {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-top: 35px;
        height: 60px;
        color: #3b3b3b; }
        @media (max-width: 1023px) {
  .contentBlock .tileContent a.tile .title {
    margin-top: 25px;
    font-size: 18px; } }
      .contentBlock .tileContent a.tile:hover {
        text-decoration: none;
        background: #ac6b30; }
        .contentBlock .tileContent a.tile:hover .icon {
          color: #fff; }
        .contentBlock .tileContent a.tile:hover .active {
          color: #fff !important; }
        .contentBlock .tileContent a.tile:hover .title {
          color: #fff; }
          @media (max-width: 1023px) {
 }
  .contentBlock .productsblock {
    width: calc(75% - 15px);
    display: inline-block;
    margin: 15px 0 15px 15px;
    vertical-align: top; }
    @media (max-width: 1023px) {
  .contentBlock .productsblock {
    width: 100%;
    margin: 15px 0; } }
    .contentBlock .productsblock .more {
      float: right;
      padding: 0 25px;
      border-radius: 4px;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'Roboto';
      background: #72725b;
      position: relative;
      color: white;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      transition: 0.4s;
      box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 0.5); }
  .contentBlock .listWithPrints {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
    color: #575756;
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
  .contentBlock .listWithPrints {
    width: 100%; } }
    .contentBlock .listWithPrints .header {
      position: relative;
      display: flex;
      background: #fff;
      border-bottom: 1px solid #dbdbdb;
      line-height: 50px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px; }
    .contentBlock .listWithPrints .col {
      vertical-align: top;
      line-height: 60px; }
    .contentBlock .listWithPrints .col_1 {
      flex: 1;
      padding: 0 15px; }
    .contentBlock .listWithPrints .col_100px {
      width: 100px; }
    .contentBlock .listWithPrints .col_2 {
      flex: 2;
      padding: 0 15px; }
    .contentBlock .listWithPrints .tc {
      text-align: center; }
    .contentBlock .listWithPrints .tl {
      text-align: left; }
    .contentBlock .listWithPrints .hidden {
      opacity: 0; }
    .contentBlock .listWithPrints .thumb {
      height: 48px;
      width: 48px;
      margin: 0 auto;
      margin-top: 5px;
      background-size: cover; }
    .contentBlock .listWithPrints .dot {
      border-radius: 50%;
      height: 15px;
      width: 15px;
      display: block;
      margin: 20px auto; }
      .contentBlock .listWithPrints .dot:hover:before {
        content: attr(data-status);
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        border: 1px solid #efefef;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
        background: #fff;
        padding: 6px 18px;
        position: relative;
        top: -23px;
        left: 25px;
        z-index: 10; }
    .contentBlock .listWithPrints .afwachting {
      background-color: #ac6b30; }
    .contentBlock .listWithPrints .actief {
      background-color: #00c100; }
    .contentBlock .listWithPrints .inactief {
      background-color: red; }
    .contentBlock .listWithPrints .afgekeurd {
      background-color: red; }
    .contentBlock .listWithPrints .afwachting_edit {
      text-decoration: none;
      color: #000; }
    .contentBlock .listWithPrints .actief_edit {
      text-decoration: none;
      color: #000; }
    .contentBlock .listWithPrints .inactief_edit {
      text-decoration: none;
      color: #000; }
    .contentBlock .listWithPrints .afgekeurd_edit {
      text-decoration: none;
      color: #000; }
    .contentBlock .listWithPrints .list {
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      position: relative;
      display: flex;
      /* padding-left: 15px; */
      padding: 5px 0;
      text-decoration: none;
      color: #000; }
      .contentBlock .listWithPrints .list:nth-child(even) {
        background-color: #fff; }
      .contentBlock .listWithPrints .list:nth-child(odd) {
        background-color: #eee; }
      .contentBlock .listWithPrints .list .fa {
        color: #000;
        line-height: 25px; }

.grey {
  background-color: #f9f9f9;
  /*  */
  /*  */ }

body {
  background-color: white; }

#content p {
  font-family: 'Roboto';
  font-weight: normal;
  color: #030304;
  font-size: 16px;
  margin-top: 30px;
  line-height: 34px; }
  #content p strong {
    font-family: 'Roboto Slab';
    color: #030304; }

.account_page {
  margin-top: 50px;
  display: inline-block;
  width: 100%; }

.account_page h2 {
  color: #030304;
  font-weight: 600;
  font-size: 18px; }

.account_page .inner {
  margin-left: 50px;
  width: calc(100% - 290px);
  display: inline-block;
  vertical-align: top; }

.account_page .inner .blocks .block {
  margin-top: 25px;
  width: calc(50% - 15px);
  display: inline-block;
  margin-right: 30px;
  font-weight: 600;
  min-height: 76px;
  vertical-align: top; }

.account_page .inner .blocks .block:nth-child(2n+2) {
  margin-right: 0px; }

.account_page .inner .blocks .block h4 {
  color: #030304;
  font-family: 'Roboto Slab';
  font-size: 18px;
  display: inline-block; }

.account_page .inner .blocks .block .wijzig {
  float: right; }

.account_page .inner .blocks .block hr {
  margin: 6px 0 10px; }

.account_page .inner .blocks .block p {
  color: #808080;
  font-size: 15px; }

.account_page .inner .blocks .block p a {
  color: #808080;
  text-decoration: none; }

.account_page .menu {
  width: 240px;
  display: inline-block; }

.account_page .menu li {
  height: 35px;
  background-color: #f9f9f9;
  line-height: 35px;
  list-style: none;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5; }

.account_page .menu li:last-child {
  border-bottom: none; }

.account_page .menu li a {
  text-decoration: none;
  padding-left: 15px;
  font-size: 15px;
  color: #030304;
  display: block; }

.account_page .menu li:not(.title):hover, .account_page .menu li a.active {
  background: #e7e7e7; }

.account_page .menu li a.active {
  color: #3b3b3b;
  font-weight: bold; }

.account_page .menu .title {
  color: #3b3b3b;
  background-color: white;
  font-size: 18px;
  padding-left: 15px;
  font-family: 'Roboto Slab';
  border-bottom: none; }

.btn {
  display: inherit; }

button {
  border: 0;
  margin: 20px 0 30px 0; }

.arrow_btn {
  margin: 0; }
  @media (max-width: 560px) {
  .arrow_btn {
    width: 100%; } }

@media (max-width: 768px) {
    .hide_on_mobile {
      display: none; } }

@media (min-width: 768px) {
    .hide_on_desktop {
      display: none; } }
