body {
  background-color: white; }

header {
  z-index: 92 !important;
  /* Start CSS for Customer profiel modal */ }

.background_overlay, .background_overlay_new {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  z-index: 90;
  top: 0;
  left: 0; }
  @media (max-height: 820px) {
  .background_overlay, .background_overlay_new {
    background-color: #fff; } }

.overlay {
  z-index: 110;
  position: fixed;
  width: 100%;
  height: 0; }
  .overlay .modal_content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 200px auto 0 auto;
    background-color: #fff;
    display: flex; }
    @media (max-width: 1023px) {
  .overlay .modal_content {
    display: block;
    margin: 100px auto 0 auto; } }
    .overlay .modal_content .top_title {
      margin-top: -55px;
      font-size: 32px;
      font-weight: 600;
      font-family: 'Roboto Slab';
      color: #fff;
      position: absolute;
      padding-left: 15px; }
      @media (max-width: 640px) {
  .overlay .modal_content .top_title {
    font-size: 28px; } }
      @media (max-height: 820px) {
  .overlay .modal_content .top_title {
    font-size: 24px;
    color: #343434; } }
      .overlay .modal_content .top_title .modal_close_icon {
        position: fixed;
        right: 10px;
        top: 10px;
        display: none;
        cursor: pointer; }
        @media (max-height: 820px) {
  .overlay .modal_content .top_title .modal_close_icon {
    display: block; } }
    .overlay .modal_content .left_content {
      background-color: #e4fafa;
      width: 25%;
      color: #424144;
      display: inline-block;
      height: 100%;
      min-height: 670px; }
      @media (max-width: 1023px) {
  .overlay .modal_content .left_content {
    display: block;
    width: 100%;
    min-height: 0px; } }
      .overlay .modal_content .left_content .list_item {
        width: 100%;
        padding: 15px 0 15px 20px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer; }
        @media (max-width: 643px) {
  .overlay .modal_content .left_content .list_item {
    text-align: center;
    vertical-align: top;
    padding: 15px; } }
        @media (max-width: 340px) {
  .overlay .modal_content .left_content .list_item {
    padding: 15px 0px 0px 0px; } }
        @media (max-width: 1023px) {
  .overlay .modal_content .left_content .list_item {
    width: calc(100% / 3);
    display: inline-block; } }
        .overlay .modal_content .left_content .list_item i {
          font-size: 18px;
          padding-right: 10px;
          width: 30px; }
          @media (max-width: 643px) {
  .overlay .modal_content .left_content .list_item i {
    width: 100%;
    padding-right: 0px; } }
      .overlay .modal_content .left_content .selected {
        display: block;
        background-color: #fff; }
        @media (max-width: 1023px) {
  .overlay .modal_content .left_content .selected {
    display: inline-block; } }
    .overlay .modal_content .left_content_background {
      background-color: #e4fafa;
      cursor: initial; }
      @media (max-width: 1023px) {
  .overlay .modal_content .left_content_background {
    display: none; } }
      .overlay .modal_content .left_content_background .progress_bar {
        height: 14px;
        border: 1px solid rgba(227, 227, 227, 0.5);
        width: 100%;
        max-width: 190px;
        margin: 0 auto;
        position: relative;
        background-color: #c3d08b;
        margin-bottom: 8px; }
      .overlay .modal_content .left_content_background .progress_bar_section {
        position: absolute;
        bottom: 30px;
        display: block;
        margin: 0 auto;
        width: 25%; }
        @media (max-width: 1023px) {
  .overlay .modal_content .left_content_background .progress_bar_section {
    position: inherit;
    margin-top: 20px;
    margin-bottom: 20px; } }
      .overlay .modal_content .left_content_background .progress {
        display: none;
        text-align: center; }
        .overlay .modal_content .left_content_background .progress #progress0 {
          height: 100%;
          background-color: #fff;
          right: 0;
          position: absolute; }
      .overlay .modal_content .left_content_background .progress_selected {
        display: block !important; }
    .overlay .modal_content .right_content {
      width: 75%;
      display: inline-block;
      vertical-align: top;
      padding: 30px 0px 25px 30px; }
      @media (max-height: 820px) {
  .overlay .modal_content .right_content {
    overflow-y: scroll;
    box-sizing: border-box;
    height: calc(100vh - 190px); } }
      @media (max-width: 1023px) {
  .overlay .modal_content .right_content {
    display: block;
    width: 100%;
    padding: 30px 0px 10px 20px; } }
      @media (max-width: 1023px) {
    .overlay .modal_content .right_content .content3 {
      width: 100%; } }
      .overlay .modal_content .right_content .own_comapny {
        z-index: 120;
        position: relative; }
        .overlay .modal_content .right_content .own_comapny .content_name {
          width: 100% !important; }
      .overlay .modal_content .right_content .list_content {
        display: none; }
        .overlay .modal_content .right_content .list_content .content_name {
          display: inline-block;
          width: 30%;
          text-transform: uppercase;
          font-size: 14px;
          color: #7a8591;
          font-weight: 500; }
          @media (max-width: 640px) {
  .overlay .modal_content .right_content .list_content .content_name {
    width: 50%; } }
        .overlay .modal_content .right_content .list_content .content_value {
          display: inline-block;
          width: 70%;
          color: #343434;
          font-weight: 500;
          padding-bottom: 15px;
          text-overflow: ellipsis;
          overflow: hidden;
          vertical-align: top; }
          @media (max-width: 640px) {
  .overlay .modal_content .right_content .list_content .content_value {
    width: 50%; } }
          .overlay .modal_content .right_content .list_content .content_value input[type="text"] {
            border: 1px solid rgba(227, 227, 227, 0.5);
            padding: 10px;
            width: 70%;
            color: #666668;
            font-weight: 600;
            font-size: 14px; }
            @media (max-width: 1023px) {
  .overlay .modal_content .right_content .list_content .content_value input[type="text"] {
    width: calc(100% - 20px); } }
          .overlay .modal_content .right_content .list_content .content_value select {
            padding: 10px;
            height: auto;
            width: 70%;
            color: #666668;
            font-weight: 600;
            font-size: 14px; }
            @media (max-width: 1023px) {
  .overlay .modal_content .right_content .list_content .content_value select {
    width: calc(100% - 20px); } }
          .overlay .modal_content .right_content .list_content .content_value select:not([multiple]) {
            margin-right: 0 !important; }
        .overlay .modal_content .right_content .list_content .static_value_spacing {
          padding-bottom: 25px;
          padding-left: 10px; }
          .overlay .modal_content .right_content .list_content .static_value_spacing:last-child {
            padding-bottom: 20px; }
        .overlay .modal_content .right_content .list_content .button_block {
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px; }
          @media (max-width: 1023px) {
  .overlay .modal_content .right_content .list_content .button_block {
    display: inline-block;
    position: initial;
    width: 100%;
    padding-right: 20px; } }
          .overlay .modal_content .right_content .list_content .button_block .btn {
            background-color: #72725b;
            margin: 40px 0px 10px 0px;
            position: relative;
            width: fit-content;
            border-radius: 5px;
            text-transform: uppercase;
            /* left: 540px; */
            padding: 5px 35px;
            font-weight: 600;
            font-size: 20px;
            letter-spacing: 1px; }
            @media (max-width: 1023px) {
  .overlay .modal_content .right_content .list_content .button_block .btn {
    margin: 0;
    /* left:0; */
    width: 100%; } }
          @media (max-width: 1023px) {
    .overlay .modal_content .right_content .list_content .button_block .btn_last {
      margin: 0;
      /* left:0  !important; */
      width: 100%; } }
    .overlay .modal_content .content_selected {
      display: inline-block !important; }

.btn {
  border: 0; }

.breadcrumbs {
  margin: 10px 0 70px;
  font-size: 16px;
  color: #fcfcfc; }

.background_account {
  background: ; }

#content {
  padding-top: 80px;
  margin-top: 0px;
  padding-bottom: 100px; }
  @media (max-width: 560px) {
  #content {
    padding-top: 110px; } }
  #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; }

.block form .col {
  width: 189px;
  display: inline-block;
  margin-left: 25px; }
  .block form .col.first {
    margin-left: 0; }
  .block form .row {
    display: block; }
  .block form label {
    font-weight: bold;
    font-family: 'Roboto Slab';
    font-size: 15px;
    color: #030304;
    display: block; }
  .block form label > a {
    color: inherit;
    display: inline;
    text-decoration: none; }
    .block form label > a:hover {
      text-decoration: underline; }
  .block form select {
    width: 100%;
    margin: 10px 0 20px; }
  .block form input[type="checkbox"] {
    margin-right: 15px;
    margin-bottom: 30px; }
  .block form .number {
    height: 38px;
    margin: 10px 0 20px; }

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

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

@media (max-width: 768px) {
    .account_page {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .account_page .menu {
      width: 100% !important;
      display: block !important; } }
  @media (max-width: 768px) {
    .account_page .inner {
      margin: 10px 0;
      display: block;
      width: 100%; } }
  @media (max-width: 560px) {
      .account_page .inner .block {
        width: 100% !important;
        display: block !important; } }

.inputfields {
  margin-top: 20px; }
  @media (max-width: 560px) {
  .inputfields {
    width: 100% !important; }
    .inputfields .col {
      width: 100% !important;
      display: block;
      margin-left: 0 !important; }

    .inputfields select.txt {
      margin: 0 !important; } }

.bestellingen {
  border-bottom: 1px solid black;
  padding: 5px 20px;
  margin: 10px 0; }
  @media (max-width: 560px) {
  .bestellingen {
    border: 1px solid #d5d5d5;
    height: 300px;
    border-radius: 5px; } }
  @media (max-width: 560px) {
    .bestellingen div {
      width: 100% !important; } }

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

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

.popup {
  text-align: center;
  background: white;
  position: fixed;
  z-index: 88;
  display: none;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  background-color: #efefef; }
  .popup .icon-stack-1x {
    position: absolute;
    margin-left: -4px; }
  @media (max-width: 961px) {
    .popup .icon-stack-1x {
      padding-left: 20px; } }
  .popup .icon-stack-2x {
    font-size: 1.5em; }
  .popup .icon-stack-3x {
    font-size: 2em; }
  @media (max-width: 1023px) {
  .popup {
    height: 60px;
    padding: 10px 0; } }
  .popup .wrapper {
    display: flex;
    justify-content: space-between; }
  .popup h3 {
    font-family: 'Roboto Slab';
    font-size: 28px;
    font-weight: bold;
    color: #414042;
    line-height: 40px; }
  @media (max-width: 1023px) {
    .popup h3 {
      font-size: 16px; } }
  .popup .btn {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    width: auto;
    padding: 0 10px; }
  @media (max-width: 1023px) {
    .popup .btn {
      font-size: 16px;
      line-height: 18px; } }

.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%; }
  .contentBlock .tileContent a.tile, .contentBlock .tileContent div.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, .contentBlock .tileContent div.tile:last-child {
    margin-right: 0px !important;
    width: calc(25% - 25px); }
    @media (max-width: 1023px) {
      .contentBlock .tileContent a.tile:last-child, .contentBlock .tileContent div.tile:last-child {
        width: calc(50% - 15px); } }
  .contentBlock .tileContent a.tile:first-child, .contentBlock .tileContent div.tile:first-child {
    margin-left: 0px !important;
    width: calc(25% - 25px); }
    @media (max-width: 1023px) {
      .contentBlock .tileContent a.tile:first-child, .contentBlock .tileContent div.tile:first-child {
        width: calc(50% - 15px); } }
  @media (max-width: 1023px) {
      .contentBlock .tileContent a.tile, .contentBlock .tileContent div.tile {
        padding: 30px 0;
        width: calc(50% - 15px); }
        .contentBlock .tileContent a.tile:nth-child(2n), .contentBlock .tileContent div.tile:nth-child(2n) {
          margin-right: 0px !important; }
        .contentBlock .tileContent a.tile:nth-child(3n), .contentBlock .tileContent div.tile:nth-child(3n) {
          margin-left: 0px !important; } }
  .contentBlock .tileContent a.tile .icon, .contentBlock .tileContent div.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, .contentBlock .tileContent div.tile .icon .fa {
      font-size: 65px; }
      @media (max-width: 1023px) {
      .contentBlock .tileContent a.tile .icon .fa, .contentBlock .tileContent div.tile .icon .fa {
        font-size: 45px; } }
  .contentBlock .tileContent a.tile .active, .contentBlock .tileContent div.tile .active {
    color: #ac6b30 !important; }
  .contentBlock .tileContent a.tile .title, .contentBlock .tileContent div.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, .contentBlock .tileContent div.tile .title {
        margin-top: 25px;
        font-size: 18px; } }
  .contentBlock .tileContent a.tile:hover, .contentBlock .tileContent div.tile:hover {
    text-decoration: none;
    background: #ac6b30; }
    .contentBlock .tileContent a.tile:hover .icon, .contentBlock .tileContent div.tile:hover .icon {
      color: #fff; }
    .contentBlock .tileContent a.tile:hover .active, .contentBlock .tileContent div.tile:hover .active {
      color: #fff !important; }
    .contentBlock .tileContent a.tile:hover .title, .contentBlock .tileContent div.tile:hover .title {
      color: #fff; }
      @media (max-width: 1023px) {
 }
  .contentBlock .tileContent .openProfileModal {
    cursor: pointer; }
  .contentBlock .productsblock {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    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;
    padding: 0 15px; }
  .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 .afwachting_edit {
    pointer-events: none;
    text-decoration: none;
    color: #000; }
  .contentBlock .listWithPrints .actief_edit {
    pointer-events: none;
    text-decoration: none;
    color: #000; }
  .contentBlock .listWithPrints .inactief_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; }
  .contentBlock .order {
    width: calc(100% / 4);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px; }
  .contentBlock .order img {
    width: 250px; }

.grey {
  background-color: #f9f9f9; }

#content {
  padding-top: 130px;
  margin-top: 0px !important;
  background: #fff; }
  #content .vergeten {
    padding: 30px 0; }
  #content .vergeten .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 5em;
    line-height: 4em; }
  @media (max-width: 961px) {
      #content .vergeten .icon-stack {
        width: 0em; } }
  #content .vergeten .icon-stack-1x {
    padding-left: 28px;
    top: 0;
    position: absolute; }
  @media (max-width: 961px) {
      #content .vergeten .icon-stack-1x {
        padding-left: 20px; } }
  #content .vergeten .icon-stack-2x, #content .vergeten .icon-stack-3x {
    position: absolute;
    width: 100%;
    text-align: right; }
  #content .vergeten .icon-stack-2x {
    font-size: 1.5em; }
  #content .vergeten .icon-stack-3x {
    font-size: 2em; }
  #content .vergeten .btn:after {
    background: #a59c84; }
  #content .vergeten .border_btn {
    border: 0px solid #fff; }
  #content .vergeten .forgotten_pass {
    color: #72725b;
    font-size: 13px;
    text-decoration: none; }
  #content .vergeten .img_vergeten {
    float: left;
    margin: 30px 0px 0 0px;
    padding: 10px;
    color: #72725b; }
  @media (max-width: 961px) {
      #content .vergeten .img_vergeten {
        float: none;
        padding: 30px 0 0 0;
        width: 100%;
        margin: 0;
        text-align: center;
        height: 50px; } }
  #content .vergeten .txt {
    float: left;
    margin: 30px 30px 100px;
    width: calc(60% - 240px); }
  @media (max-width: 961px) {
      #content .vergeten .txt {
        width: 80%; } }
  #content .vergeten .txt h2, #content .vergeten .txt p, #content .vergeten .txt label {
    color: #575756; }
  #content .vergeten .txt h2 {
    font-family: 'Roboto Slab';
    font-size: 30px;
    color: #3b3b3b;
    font-weight: 600;
    text-transform: uppercase; }
  #content .vergeten .txt p, #content .vergeten .txt label {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 34px; }
  #content .vergeten .txt label {
    line-height: 1px;
    font-weight: bold;
    font-family: 'Roboto Slab';
    font-size: 15px;
    color: #030304; }
  #content .vergeten .input {
    width: 100%;
    background-color: white;
    border: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    height: 40px;
    margin: 10px 0 20px;
    font-family: 'Roboto';
    font-size: 14px; }
  #content .vergeten select {
    width: 100% !important; }
