:root {
  --background: #fafcfd;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



h2,
h3,
h3,
h5 {
  margin: 0 !important;
  padding: 0 !important;
}
.float-right {
  float: right;
}
.title-color-teams {
  color: #27348b !important;
}
.new-title {
  /* margin-top: 50px; */
  color: #333;
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Roboto Slab", serif;
}
.overflow-auto {
  overflow: auto;
}
.new-subtitle {
  font-size: 18px;
  color: #494949;
  margin: 10px 0 !important;
}
@media only screen and (max-width: 767px) {
  .new-title {
    font-size: 28px;
  }
  .new-subtitle {
    font-size: 15px;
  }
}

.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .font-11 {
    font-size: 10px;
  }
  .font-12 {
    font-size: 11px;
  }
}

.underline {
  text-decoration: underline;
}

body,
html {
  background: #fafafa !important;
  background: var(--background) !important;
  /* margin-bottom: 50px; */
  font-family: "Roboto", sans-serif !important;
  position: relative;
  min-height: 100vh;
}

.center {
  text-align: center;
}
.italic {
  font-style: italic;
}

label {
  color: #555;
}

i.moderator {
  font-size: 15px;
  color: rgb(146, 137, 83);
}
i.admin {
  font-size: 15px;
  color: rgb(218, 190, 36);
}
i.moderator-profile {
  font-size: 22px;
  color: rgb(146, 137, 83);
  transform: translate(-10px, -20px) rotate(35deg);
}
i.admin-profile {
  font-size: 22px;
  color: rgba(100, 45, 45, 0.816);
  transform: translate(-10px, -20px) rotate(35deg);
}
@media only screen and (max-width: 767px) {
  i.moderator {
    font-size: 11px;
  }
  i.admin {
    font-size: 11px;
  }
  i.moderator-profile {
    font-size: 18px;
  }
  i.admin-profile {
    font-size: 18px;
  }
}

/* html {
  position: relative;
  min-height: 100%;
} */
.space-height {
  height: 350px;
}
.space-height-10 {
  height: 10vh;
}
.space-height-20 {
  height: 20vh;
}
.space-height-30 {
  height: 30vh;
}
.space-height-40 {
  height: 40vh;
}
.space-height-50 {
  height: 50vh;
}
@media only screen and (max-width: 1215px) {
  .space-height-10 {
    display: none;
  }
  .space-height-20 {
    display: none;
  }
  .space-height-30 {
    display: none;
  }
  .space-height-40 {
    display: none;
  }
  .space-height-50 {
    display: none;
  }
}

.subtitle {
  font-size: 20px;
  margin-top: 20px !important;
}
.space-left {
  margin-left: 20px;
}
.space-left-mobile {
  margin-left: 0px;
}

.small-container {
  width: 70%;
  margin: 0px auto;
}
.go-to-topics {
  background: #fff;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*  */
/*  */
/*  */
/* Bootstrap styles */
.btn-secondary:hover {
  color: #fff !important;
}
.btn-secondary:focus {
  color: #fff !important;
}

.no-padding-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* End bootstrap styles */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */

/* nav */
.mobile {
  display: none;
}

nav .burger {
  display: none;
}

.space-top {
  height: 50px;
  position: relative;
  top: 0;
}

nav {
  width: 100%;
  height: 60px;
  background: #fafafa;
  /* background: rgb(3, 105, 138); */
  /* border-bottom: 1px solid rgb(104, 102, 102); */
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
nav .logging-out {
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px !important;
  margin-right: 5px;
  color: rgb(148, 57, 57) !important;
}
nav img.website_logo {
  /* width: 210px; */
  max-height: 45px;

  /* width: 280px; */
}
nav .login-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .container {
  margin-bottom: 0px !important;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
  height: 60px;
  margin-bottom: 0px !important;
}
nav ul a:hover {
  text-decoration: none;
}
nav ul #home a {
  font-size: 22px;
}
nav ul #login-nav {
  margin-left: auto;
  position: relative;
}
nav ul #newaccount-nav {
  position: relative;
}
nav ul #newaccount-nav a {
  position: relative;

  z-index: 2;
  padding: 3px;
  border-radius: 10px;
  background: #fafafab4 !important;
}
nav ul li button,
nav ul li a {
  color: #666;
  background-color: transparent;
  border: none;
  margin-right: 25px;
  width: 20px;
  margin-left: 0px;
  font-size: 16px;
  transition: 0.2s ease;
}
nav ul li button:active,
nav ul li button:focus {
  outline: 0;
}
nav ul li a:hover,
nav ul li button:hover {
  color: #333;
}

nav ul li .dropdown-menu {
  padding-top: 0px !important;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translate(30px, 30px);
}

nav ul li .dropdown-menu::-webkit-scrollbar {
  width: 3px;
  background-color: #f4f4f4;
  height: 50px;
}

nav ul li .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}

nav ul li .dropdown-menu i {
  margin-right: 5px;
}
nav ul li .dropdown-menu a {
  font-size: 13px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-transform: capitalize;
}
nav ul li .dropdown-menu i.over-forum {
  color: #5fa0f0;
}
nav ul li .dropdown-menu i.regels {
  color: #f05f5f;
}
nav ul li .dropdown-menu i.faq {
  color: #4aac86;
}
nav ul li .dropdown-menu .menu-titel {
  background-color: #f4f4f4;
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #222;
  padding-left: 10px;
  min-width: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
nav ul li .dropdown-menu .menu-titel a {
  height: 40px;
  color: #337ab7;
}
nav ul li .dropdown-menu .button,
nav ul li .dropdown-menu .head {
  display: inline-block;
  background: #8db5cf;
}
nav ul li .dropdown-menu .head {
  height: 1px;
  width: 13px;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-right: 10px;
}

nav ul li .dropdown-menu .button {
  height: 12px;
  width: 1px;
  margin-bottom: 5px;
  transform: translateY(-3px);
}

nav ul li .dropdown-menu .hoofdgroep-naam {
  margin-left: 15px;
}

/* ----------------------- */

nav ul #newaccount-nav .action-counter {
  background: rgba(211, 144, 144, 0.7);
  position: absolute;
  top: -13px;
  right: 8px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 20px;
  z-index: 0;
  font-size: 11px;
  box-shadow: 0 0 1px 2px rgba(211, 144, 144, 0.2);
  color: #444;
}

nav ul #search-nav,
nav ul #search-nav1,
nav ul #search-nav2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
nav ul #search-nav input,
nav ul #search-nav1 input {
  width: 500px;
  border-radius: 5px;
  border: 1px solid #ddd;
  height: 36px;
  padding-left: 40px;
}
nav ul #search-nav input:focus,
nav ul #search-nav1 input:focus {
  outline: none;
  box-shadow: 0px 0px 2px #0066ff;
}
nav ul #search-nav button,
nav ul #search-nav1 button {
  background: transparent;
  color: rgb(150, 149, 149);
  font-size: 18px;
  border: none;
  padding-top: 3px;
  padding-left: 5px;
  position: absolute;
  left: 5px;
  top: 4px;
  -webkit-text-stroke: 0.3px white;
}

/* end nav */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Post style */
/* .post {
  width: 90%;
  margin: 20px auto 0 auto;
  position: relative;
  padding-bottom: 0px;
  z-index: 2;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
.post-shadow-bottom {
  position: relative;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.12);
  z-index: 0;
  height: 80px;
  width: 90%;
  margin: 0px auto;
  background: #fff;
}

.post div {
  text-align: left;
}
.post .post-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
  padding: 0px 20px;
  padding-top: 20px;
}
.post .post-languages {
  font-size: 16px;
}
.post .post-description {
  display: block;
  width: 100%;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}
.post .post-footer {
  padding: 20px;
  background: #fff;
}
.post th {
  font-size: 14px;
  color: #333;
  height: 20px;
}
.post td {
  font-size: 18px;
}

.post .post-image {
  text-align: center;
  margin-bottom: 20px;
}
.post .post-body .post-image img {
  width: 100% !important;
  height: 100% !important;
}
*/

/*  */
/*  */
/* fixed menu */
#fixed {
  position: fixed;
  z-index: 1;
  padding-top: 70px;
  top: 0px;
  height: 100vh;
  width: 190px;
  border-right: 1px solid #ddd;
}
#fixed ul {
  list-style: none;
}
#fixed ul a {
  padding: 4px;
  padding-left: 7px;
  font-size: 14px;
  display: block;
  color: #444;
}
#fixed ul li {
  font-size: 14px;
}
#fixed ul a.active {
  background: rgb(226, 226, 226) !important;
  border-right: 2px solid #337ab7;
}
#fixed ul a:hover {
  text-decoration: none;
  /* background: rgb(240, 246, 248); */
}
#fixed ul a.tab {
  padding-left: 20px;
}
#fixed ul li.subtitle-link {
  color: #777;
  margin-top: 10px;
}

#fixed .profile-picture-container-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 120px; /* container hoogte */
  max-height: 150px;
  width: 100px;
  margin-top: 30px;
}

#fixed .profile-picture-container-sidebar .username_profile {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #337ab7;
  margin-top: 9px;
}

#fixed .username_profile_letter {
  width: 100px;
  height: 100px;
  background-color: #67a2e9;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  border-radius: 5px;
  border: 5px solid #eee;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);

  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

/* End fixed men */
/*  */
/*  */

/*  */
/*  */
/*  */
/* main */

.bronze-alert-badge {
  background: rgb(232, 204, 174);
  color: #333;
}

.alert-badge-bronze {
  background: #dac09b;
  animation: badge_message_bronze 10s ease 1 forwards;
}
.alert-badge-silver {
  background: #f2efef;
  animation: badge_message_silver 10s ease 1 forwards;
}
.alert-badge-gold {
  background: #e6dcad;
  animation: badge_message_gold 10s ease 1 forwards;
}

@keyframes badge_message_bronze {
  0% {
    background: rgb(249, 255, 216);
    border: 1px solid rgb(216, 223, 182);
    color: #555;
  }
  100% {
    background: #dac09b;
    color: #555;
    border: 1px solid#cea05f;
  }
}
@keyframes badge_message_silver {
  0% {
    background: rgb(249, 255, 216);
    border: 1px solid rgb(216, 223, 182);
    color: #555;
  }
  100% {
    background: #f2efef;
    color: #555;
    border: 1px solid#d3d3d3;
  }
}
@keyframes badge_message_gold {
  0% {
    background: rgb(249, 255, 216);
    border: 1px solid rgb(216, 223, 182);
    color: #555;
  }
  100% {
    background: #fdf0b4;
    color: #555;
    border: 1px solid#fcedaa;
  }
}

.post-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif !important;
}

#loadmore {
  width: 50%;
  margin-top: 50px !important;
}
.tags {
  margin-bottom: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.tag {
  font-size: 11px !important;
  padding: 3px 8px;
  background: lavender;
  color: rgb(47, 47, 94);
  /* display: inline !important; */
  margin: 5px;
  margin-left: 0px;
  border-radius: 5px;
  white-space: nowrap;
}

/*  */
/*  */
/*  */
/* profile skills */
.skills {
  margin-bottom: 30px;
}
.skills-gold h3,
.skills-gray h3 {
  /* background: rgb(235, 235, 235); */
  padding: 5px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.skills .num {
  color: #333;
  font-size: 18px;
  margin-left: 5px;
}
.skills .line {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 7px 0;
}
.tags-profile p {
  margin-bottom: 0px !important;
}
.tags-profile {
  background: #eee;
  margin-bottom: 5px;
  padding: 10px 10px;
  /* padding-right: 20px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tags-profile span.info-tag {
  color: #808285;
  font-size: 15px;
  font-family: "Signika", sans-serif;
  background: #dcdcdd;
  padding: 3px 5px;
  border-radius: 5px;
}
.tags-profile span.val-tag {
  color: #337ab7;
  font-size: 15px;
}
.tag-profile {
  background: rgb(208, 218, 230);
  padding: 5px 10px;
  border-radius: 5px;
}

.activity-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.activity-row a {
  margin-bottom: 0px !important;
}
.activity-row span {
  margin-right: 10px;
}

@media only screen and (max-width: 770px) {
  .activity-row a {
    font-size: 13px !important;
  }
  .profile-basic-2 .username {
    font-size: 25px !important;
  }
  .subject {
    font-size: 13px !important;
  }
}

/*  */
/*  */
/*  */
/* Profile */

.selection-menu-profile a {
  /* background: #f0f0f0; */
  /* border: 1px solid #456b67; */
  padding: 10px 15px;
  border-radius: 20px;
  color: #456b67;
  color: #444;
  margin-right: 10px;
}
.selection-menu-profile a.active-profile {
  background: #456b67 !important;
  background: #3d6da3 !important;
  color: #fff;
}

.selection-menu-profile a:hover {
  text-decoration: none;
  background: #e6e5e5;
}

.selection-menu {
  margin: 40px 0;
}

.selection-menu a {
  /* background: #f0f0f0; */
  /* border: 1px solid #456b67; */
  padding: 6px 12px;
  border-radius: 20px;
  color: #456b67;
  margin-right: 10px;
  font-size: 13px;
  line-height: 30px;
}
.selection-menu a.active-selection {
  background: #456b67 !important;
  background: #a8a8a8 !important;
  color: #fff;
}

.selection-menu a:hover {
  text-decoration: none;
  background: #e6e5e5;
}

.profile-basic-2 {
  /* background: #d3e7fc; */
  background: transparent;
  margin-top: 10px;
  overflow: hidden;
  /* border: 2px solid #cbe0f7 !important; */
}

/* badges */

.comments .badge-row,
.profile-basic-2 .badge-row {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
}
.comments .badges,
.profile-basic-2 .badges {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  transition: 0.2s;
}
.comments .brons,
.comments .silver,
.comments .gold,
.profile-basic-2 .brons,
.profile-basic-2 .silver,
.profile-basic-2 .gold {
  width: 8px;
  height: 8px;
  background: rgb(141, 111, 46);
  border-radius: 8px;
  margin-right: 3px;
  margin-bottom: 0px;
  display: inline-block;
}
.comments .silver,
.profile-basic-2 .silver {
  background: rgb(170, 170, 170);
}
.comments .gold,
.profile-basic-2 .gold {
  background: rgb(175, 156, 5);
}
.comments .num {
  font-size: 11px;
}

@media only screen and (max-width: 770px) {
  .comments .badges {
    margin-right: 10px;
  }
  .comments .brons,
  .comments .silver,
  .comments .gold {
    margin-right: 0px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}

/* End badges */

.profile-basic-2 .subject {
  font-size: 14px;
  color: #333;
}
.profile-basic-2 .value {
  font-size: 13px;
  color: #666;
}
.profile-basic-2 .value i {
  color: #005ec2;
}
.profile-basic-2 .profile-picture-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 150px;
  max-height: 150px;
  width: 200px;
}
.profile-basic-2 .about-row {
  background: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.profile-basic-2 .profile-picture-container img {
  max-width: 200px !important;
  max-height: 150px !important;
  object-fit: contain;
  /* min-height: 100%; */
  border-radius: 3px;
}
.profile-basic-2 .profile-picture-container .width-rules {
  min-width: 100%;
}
.profile-basic-2 .profile-picture-container .height-rules {
  min-height: 100%;
}
.profile-basic-2 .username {
  color: #556;

  font-size: 30px;
  font-weight: bold;
  /* margin-left: 5px; */
  margin-top: 10px !important;
  text-align: left;
}

.center-text {
  margin: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.trofeeen p {
  margin-bottom: 0px !important;
  color: #444;
}
.status-1,
.status-2,
.status-3,
.status-4,
.status-5 {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: relative;
  margin-right: 5px;
}
.status-1 {
  background: rgb(114, 89, 8);
}
.status-2 {
  background: rgb(65, 114, 8);
}
.status-3 {
  background: rgb(28, 128, 158);
}
.status-4 {
  background: rgb(153, 74, 21);
}
.status-5 {
  background: rgb(228, 185, 44);
}

.status-1:after,
.status-2:after,
.status-3:after,
.status-4:after,
.status-5:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 5px;
}
.activity-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.activity-row a {
  font-size: 17px;
}
.activity-row a:hover {
  text-decoration: none;
}
.activity-row i {
  color: #7799c2;
  font-size: 18px;
  margin-right: 20px;
}
.com_on_post_zero {
  /* background: #d0dae6; */

  padding: 6px 9px;
  border-radius: 3px;
  margin-left: auto;
  border: 1px solid #d0dae6;
}
.com_on_post {
  background: #a1d4ce;
  padding: 7px 10px;
  border-radius: 3px;
  margin-left: auto;
  font-weight: bold;
  color: #555;
}
@media only screen and (max-width: 770px) {
  .com_on_post_zero {
    /* background: #d0dae6; */

    padding: 5px 7px;
    border-radius: 3px;
  }
  .com_on_post {
    padding: 5px 7px;
    border-radius: 3px;
  }
  .activity-row i {
    font-size: 16px;
    margin-right: 7px;
  }
}

.skills-gold .gold {
  background: rgb(243, 236, 217);
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 10px;
  margin-bottom: 5px;
}
.skills-gold .gold div {
  margin-right: 20px;
}
.skills-gold .gold p {
  margin-bottom: 0px !important;
  font-size: 14px;
  color: rgb(97, 130, 173);
  background: rgb(221, 235, 253);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  /* font-family: "Signika", sans-serif; */
}
.skills-gold img {
  width: 40px;
}
.skills-gold .date {
  background: #dcdcdd;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: auto;
  font-family: "Signika", sans-serif;
  color: #808285;
  margin-right: 0px !important;
}

/* About user */
.about-user {
  margin-bottom: 10px;
}
.about-user a {
  color: #333;
}
.about-user a:hover {
  text-decoration: none;
}
.about-user i {
  color: rgb(87, 100, 111);
  font-size: 18px;
  margin-right: 10px;
}
.about-user span {
  text-transform: capitalize;
}
.about-user.plaats i {
  color: #005ec2;
  color: #7e1212 !important;
}

/*  */
/*  */
/* badge overview */
.badges_overview {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.badge_overview {
  width: 34%;
}
.badge-style {
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  width: fit-content;
  padding: 3px 20px;
  position: relative;
  border-radius: 20px;
  display: block;
  cursor: pointer;
}

.badge-style:hover {
  text-decoration: none;
  color: inherit;
}
.golden-badge {
  background: #d3bc49;
  color: #333;
  transition: 0.2s ease;
}
.golden-badge:hover {
  background: #b6a13a;
}
.golden-badge-zero {
  background: #e6dcad;
  color: #333;
  transition: 0.2s ease;
}
.silver-badge {
  background: #c7c6c6;
  color: #333;
  transition: 0.2s ease;
}
.silver-badge:hover {
  background: #b8b7b7;
}
.silver-badge-zero {
  background: #f2efef;
  color: #333;
  transition: 0.2s ease;
}
.bronze-badge {
  background: #9d763c;
  color: #fff;
  transition: 0.2s ease;
}
.bronze-badge:hover {
  background: #856330;
}
.bronze-badge-zero {
  background: #dac09b;
  color: #333;
  transition: 0.2s ease;
}

.num_badges {
  position: absolute;
  top: 0-50%;
  right: -20px;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 770px) {
  .badges_overview {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .badge_overview {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* End badge overview */
/*  */
/*  */

/* End profile */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.space-tag {
  display: inline-block;
  height: 30px;
}
.tag-white {
  font-size: 12px;
  padding: 5px 10px;
  background: rgb(250, 250, 250);
  color: rgb(47, 47, 94);
  display: inline !important;
  margin: 15px;
  margin-left: 0px;
  border-radius: 5px;
  white-space: nowrap;
}
.tag:hover {
  background: rgb(211, 211, 253);
  color: rgb(47, 47, 94);
  text-decoration: none;
}

/* End - Post style */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Comments */
.user-writer {
  font-size: 12px !important;
  color: #556 !important;
  /* font-style: italic; */
}
.btn-remove {
  background: transparent;
  border: none;
}

#post-container .date {
  font-size: 12px;
  color: #777 !important;
}

.comment-preview {
  background: #f8f8f8;
  border: 1px solid #d1d1d1;
  padding: 5px;
  margin-bottom: 20px;
}
.preview-message .button-preview {
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
}

.comment-preview blockquote,
.comment blockquote {
  font-size: 13px;
}
.comment-preview blockquote,
.reply-comment-container blockquote,
.comment-container blockquote {
  width: 100%;
  color: #555555;
  padding: 5px;
  background: #ededed;
  padding-left: 10px;
  font-size: inherit;
}

.comment-preview blockquote p,
.comment blockquote p,
.reply-comment-container blockquote p,
.comment-container blockquote p {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  font-size: inherit;
}

.comment-preview ol,
.comment-preview ul,
.reply-comment-container ol,
.comment-container ol,
.reply-comment-container ul,
.comment-container ul {
  margin-left: 20px;
  font-size: inherit;
}

.comment-preview p,
.comment-container p {
  margin-bottom: 0px !important;
  font-size: inherit;
}

.info-post {
  font-size: 14px;
  color: #000;
}
.info-post .muted-text {
  color: rgb(87, 87, 87);
}

.reply-comment-container,
.comment-container {
  background: var(--background);
  color: #333;
  /* padding: 20px 10px; */
  /* margin-bottom: 20px; */
  border-radius: 5px;
  font-size: 14px;
}
.reply-comment-container {
  width: 90%;
  margin-left: auto;
}

.reply-comment-container .author,
.comment-container .author {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.comment-container .comment {
  font-size: 15px;
  margin-bottom: 20px;
  overflow: auto;
}
.reply-comment-container .comment {
  font-size: 13px;
  margin-bottom: 5px;
  overflow: auto;
}
.comment li {
  margin-left: 15px;
}

#post-container img,
.comment-preview img,
.comment-container .comment img,
.reply-comment-container .comment img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.reply-comment-container .date,
.comment-container .date {
  font-size: 12px;
  color: #777;
}
.reply-comment-container .date {
  font-size: 12px !important;
}

.comment-container .reply,
.reply {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
  cursor: pointer;
}
.comment-container .reply a,
.reply a {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.comment-container .action-post {
  margin-top: 30px;
}
.comment-container .reply:hover {
  text-decoration: underline;
  cursor: pointer;
}

.comment-container .cross {
  cursor: pointer;
  font-size: 18px;
}
.like-container {
  display: inline;
  /* width: 30px; */
}
.like-post-true a,
.like-post-true i,
.like-true a,
.like-reply-true a {
  color: #007bff;
}
.like-post-false a,
.like-post-false i,
.like-false a,
.like-false i,
.like-reply-false a,
.like-reply-false i,
.like-normal a,
.like-normal i {
  color: #555;
}
.like-post-true a:hover,
.like-post-true i:hover,
.like-true a:hover,
.like-reply-true a:hover {
  color: #0061c9;
}
.like-post-false a:hover,
.like-post-false i:hover,
.like-false a:hover,
.like-false i:hover,
.like-normal a:hover,
.like-normal i:hover,
.like-reply-false a:hover,
.like-reply-false i:hover {
  color: rgb(29, 29, 29);
}
.like a i {
  cursor: pointer;
  font-size: 25px;
}

.num-likes {
  font-size: 30px;
}

.popover {
  color: #333;
  white-space: nowrap;
  font-size: 12px !important;
  min-width: 180px;
}

.popover-title {
  color: #333;
  background: #ccd7e4;
  font-size: 15px;
  padding: 7px 10px !important;
}
.popover-content {
  color: #333;
  background: #fff;
  font-size: 13px;
}

.form-reply-output {
  width: 100%;
  margin-left: auto;
}

.edited-feedback {
  font-size: 25px;
  color: green;
}
.edited-feedback-owner {
  font-size: 20px;
  color: rgb(41, 121, 174);
}
@media only screen and (max-width: 770px) {
  .edited-feedback {
    font-size: 20px;
  }
  .edited-feedback-owner {
    font-size: 17px;
  }
}

.edited-feedback-owner:hover {
  animation: rotate_icon 1s ease-in-out 1 0.2s;
}
@keyframes rotate_icon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

.trophy-text {
  font-size: 12px;
}

/* End - Comments */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/*  */
/* Post new post */
.ck-editor__editable_inline {
  min-height: 250px;
}

/* End -post new post */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* Related topics */
#related-topics {
  margin-top: 10px;
}
#related-topics .menu-heading {
  font-size: 18px;
  color: #444;
}
#related-topics div {
  border-radius: 0px;
  /* background: #f0efef; */
  margin-bottom: 5px;
}
#related-topics a,
#related-topics .text-in-menu {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  transition: 0.5s ease;
}
#related-topics a:hover div.title-in-menu {
  color: #154168;
}
#related-topics a:hover {
  text-decoration: none;
  color: #326999;
}

#related-topics a div.num-in-menu {
  width: 15%;
}
#related-topics a div.title-in-menu {
  width: 85%;
  color: #337ab7;
}

#related-topics span.menu_num_0 {
  background: #c5c5c5;
  color: #000;
  padding: 4px 8px;
  margin-right: 2px;
  border-radius: 2px;
}
#related-topics span.menu_num_1 {
  background: #60ae80;
  color: #fff;
  padding: 4px 8px;
  margin-right: 2px;
  border-radius: 2px;
}

/* end - related topics */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* Index page / laad zoekresultaten */
.show-posts .views-row {
  width: 5%;
  /* font-size: 14px; */
}
.show-posts .likes-row {
  width: 5%;
  /* font-size: 14px; */
}
.show-posts .comments-row {
  width: 5%;
}

.show-posts .views-row-container,
.show-posts .likes-row-container,
.show-posts .comments-row-container {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 6px;
  border-radius: 2px;
  margin-top: 10px;
}

.show-posts .views-row-container {
  color: rgb(2, 90, 179);
  border: 1px rgb(218, 234, 250) solid;
}

.show-posts .likes-row-container.more-than-one {
  color: rgb(2, 90, 179);
  background: rgb(218, 234, 250);
}
.show-posts .likes-row-container.less-than-one {
  color: rgb(2, 90, 179);
  background: transparent;
  border: 1px rgb(218, 234, 250) solid;
}

.show-posts .comments-row-container.more-than-one {
  color: #555;
  background: #d5eef2;
}
.show-posts .comments-row-container.less-than-one {
  color: rgb(2, 90, 179);
  background: transparent;
  border: 1px rgb(218, 234, 250) solid;
}

.show-posts .title-row {
  width: 100%;
  margin-bottom: 5px !important;
  line-height: 17px;
}
.show-posts .title-row a {
  font-size: 15px;
}
.show-posts .title-row a:hover {
  color: #005ec2;
  text-decoration: none;
}

.show-posts .tags {
  margin-bottom: 0px;
}
.show-posts table {
  margin-bottom: 0px !important;
}
.show-posts .time-posted {
  font-size: 11px;
  color: #777;
  text-align: right;
  margin-top: 12px;
}
.post-preview {
  font-size: 13px;
}

#info-alert {
  position: relative;
}
#close-alert {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* eind - Index page / laad zoekresultaten */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* all tags result */
.show-tag a {
  width: 140px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(237, 243, 250);
  border: 1px #f4f4f4 solid;

  font-size: 13px;
  margin: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.show-tag {
  display: inline-block;
}
.show-tag a:hover {
  text-decoration: none;
  background: rgb(223, 237, 253);
}

@media only screen and (max-width: 770px) {
  .show-tag a {
    width: 100px;
    height: 80px;

    font-size: 12px;
    margin: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (max-width: 400px) {
  .show-tag a {
    min-width: 85vw;
    height: 50px;
    margin-right: 20px;

    font-size: 11px;
    margin: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}

/* End - all tags */
/*  */
/*  */
/*  */

/*  */
/*  */
/* trofeeen */
.trophees {
  background: #faf0da;
  /* background: transparent; */
  border: 2px solid #fce1a9 !important;
}
.trophees p {
  color: #555 !important;
  margin-bottom: 0px !important;
}
/* end trofeeen */
/*  */
/*  */

/*  */
/*  */
/*  */
/* Skill bar | wisdom */

.skills .skill .skill-bar span {
  float: left;
  width: 0%;
  background: #1d91f2;
  height: 6px;
  position: relative;
  transition: 1s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, 0.5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, 0.5, 1);
  margin-bottom: 10px;
}

.skills .skill .skill-bar span b {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
  opacity: 0;
  font-size: 14px;
  color: #1d91f2;
  font-weight: 400;
  top: -18px;
}
.skills .skill {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

/* End skillbar | wisdom */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* laatste posts */
.last-posts a {
  display: block;
}
.custom-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #666666;
}
.last-posts .tags {
  margin-bottom: 5px;
}

.last-posts .tag {
  font-size: 12px;
  padding: 5px 10px;
  background: transparent;
  color: rgb(47, 47, 94);
  display: inline;
  margin: 0px;
  margin-left: 0px;
  border-radius: 5px;
}
.last-posts .info {
  display: inline;
  color: #337ab7;
}
.last-posts a {
  display: inline;
}

/* End laatste posts */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* vacatures */
/* footer {
  height: 30px;
  margin-top: 10px;
  background: rgb(235, 235, 235);
  text-align: center;
  line-height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
footer p {
  margin-bottom: 0px !important;
  color: #555;
} */
#new-vacature a {
  font-size: 22px;
}
#new-vacature {
  text-align: right;
}

.scroll-div {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.vacature {
  margin-bottom: 10px;
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  /* border-radius: 5px; */
  /* height: 110px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-top: 7px;
}
#output-vacature {
  display: block;
}

.vacature .tags {
  margin-left: 5px;
  margin-top: 10px;
}
.vacature .tag {
  font-size: 11px;
  padding: 5px 4px;
  background: lavender;
  color: rgb(47, 47, 94);
  display: inline !important;
  margin: 4px;
  margin-left: 0px;
  border-radius: 5px;
}
.vacature .col {
  padding: 0px !important;
}
.line-top {
  border-top: 1px solid #ddd;
}
.vacature .title {
  font-size: 14px !important;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.vacature .firma,
.vacature .provincie,
.vacature .plaats {
  font-size: 13px !important;
  display: inline;
}
.vacature .edit {
  font-size: 11px;
  margin-left: 10px;
  /* font-size: 13px; */
  color: #777;
  margin-bottom: 5px;
}

/* End vacatures */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* vacature info - more info */
.search-input {
  width: 500px;
  /* border-radius: 18px; */
  border: 1px solid #ddd;
  height: 36px;
  padding-left: 10px;
}
.vacature-info {
  position: relative;
}
.vacature-info .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
.vacature-info .subtitle {
  font-size: 16px;
  font-weight: bold;
}
.vacature-info .tags {
  margin-bottom: 40px;
}
.vacature-info .locatie {
  font-size: 13px;
  font-style: italic;
  /* margin-top: 30px; */
}
.vacature-info .date {
  font-size: 13px;
  font-style: italic;
  margin-top: 20px;
}

.remove-filter {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin-top: 30px;
}
.remove-filter a.cross {
  font-size: 25px;
  margin-right: 10px;
}
.remove-filter .cross:hover {
  text-decoration: none;
}

#output-vacature li {
  margin-left: 18px;
}

/* end vacature info */
/*  */
/*  */
/*  */

/*  */
/*  */
/* spinner */
.spin {
  display: none;
}

.loading {
  display: flex;
  animation-delay: 0.5s;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.loading .dot {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0.4em;
  border-radius: 50%;
}
.loading .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
  background: #7ef9ff;
}
.loading .dot:nth-child(1)::before {
  animation-delay: 0.15s;
}
.loading .dot:nth-child(2) {
  background: #89cff0;
}
.loading .dot:nth-child(2)::before {
  animation-delay: 0.3s;
}
.loading .dot:nth-child(3) {
  background: #4682b4;
}
.loading .dot:nth-child(3)::before {
  animation-delay: 0.45s;
}
.loading .dot:nth-child(4) {
  background: #0f52ba;
}
.loading .dot:nth-child(4)::before {
  animation-delay: 0.6s;
}
.loading .dot:nth-child(5) {
  background: #000080;
}
.loading .dot:nth-child(5)::before {
  animation-delay: 0.75s;
}

@keyframes wave {
  50%,
  75% {
    transform: scale(2.5);
  }
  80%,
  100% {
    opacity: 0;
  }
}

/* .spin i {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

.spin i {
  font-size: 25px;
}

/* End spinner */
/*  */
/*  */
/*  */

@media only screen and (max-width: 1200px) {
  nav input {
    width: 300px !important;
  }
  #fixed {
    width: 160px;
  }
  .space-left-mobile {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 770px) {
  .space-left-mobile {
    margin-left: 0px !important;
  }
  nav img.website_logo {
    width: 150px;
  }
}

@media only screen and (max-width: 990px) {
  #fixed {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .comments-row-small,
  .views-row-small,
  .likes-row-small,
  .show-posts .views-row-container-small,
  .show-posts .likes-row-container-small,
  .show-posts .comments-row-container-small {
    display: none;
  }
}

/*  */
/*  */
/* fixed menu */

/* End fixed men */
/*  */
/*  */

/* Small screen */
@media only screen and (max-width: 771px) {
  #fixed {
    display: none !important;
  }
  /*  */
  /*  */
  /*  */
  /* index */
  ul li,
  p {
    font-size: 12px;
  }
  ul {
    margin-left: 10px;
  }

  .alert {
    font-size: 12px;
  }
  .space-left {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .maintitle {
    font-size: 25px !important;
  }
  .title {
    font-size: 20px !important;
  }
  .subtitle {
    font-size: 18px !important;
  }

  .time-posted {
    text-align: left !important;
    font-size: 10px !important;
  }

  td.comments-row,
  td.views-row,
  td.likes-row {
    display: none;
  }
  .views-row-small,
  .likes-row-small,
  .comments-row-small {
    /* display: inline; */
    width: 80px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .show-posts .views-row-container-small,
  .show-posts .likes-row-container-small,
  .show-posts .comments-row-container-small {
    font-size: 11px;
    display: inline !important;
    padding: 5px;
  }

  .show-posts .likes-row-container-small.more-than-one {
    color: rgb(2, 90, 179);
    background: rgb(218, 234, 250);
  }
  .show-posts .likes-row-container-small.less-than-one {
    color: rgb(2, 90, 179);
    background: transparent;
    border: 1px rgb(218, 234, 250) solid;
  }

  .show-posts .comments-row-container-small.more-than-one {
    color: #555;
    background: #a1d4ce77;
  }
  .show-posts .comments-row-container-small.less-than-one {
    color: rgb(2, 90, 179);
    background: transparent;
    border: 1px rgb(218, 234, 250) solid;
  }

  .show-posts .views-row-container-small {
    color: rgb(2, 90, 179);
    border: 1px rgb(218, 234, 250) solid;
  }

  .show-posts .likes-row-container-small {
    color: rgb(2, 90, 179);
    border: 1px rgb(218, 234, 250) solid;
  }
  /* .show-posts .comments-row-container-small {
    color: rgb(2, 90, 179);
    background: rgb(218, 234, 250);
  } */

  .show-posts .title-row a {
    font-size: 13px;
  }
  .time-posted {
    margin-top: 5px !important;
  }
  .tags {
    margin-bottom: 10px !important;
  }
  .tags a {
    font-size: 10px;
    padding: 3px 5px;
  }
  .post-preview {
    font-size: 11px;
  }
  /* End index */
  /*  */
  /*  */
  /*  */
  /*  */

  /*  */
  /*  */
  /*  */
  /* comments */

  .post-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif !important;
  }

  #post-container .comment p {
    font-size: 14px !important;
  }
  #post-container blockquote p {
    font-size: 14px !important;
  }

  .comment-container .comment p {
    font-size: 14px !important;
  }
  .comment-container blockquote p {
    font-size: 14px !important;
  }

  #loadmore .comment {
    width: 50%;
    margin-top: 50px !important;
  }
  .tags {
    margin-bottom: 20px;
  }
  .tag {
    font-size: 11px;
    padding: 3px 8px;
    background: lavender;
    color: rgb(47, 47, 94);
    display: inline !important;
    margin: 4px;
    margin-left: 0px;
    border-radius: 5px;
    white-space: nowrap;
  }

  .date {
    font-size: 11px !important;
  }
  .username {
    font-size: 11px !important;
  }
  .aantal-antwoorden {
    font-size: 17px !important;
  }

  .trophy-text {
    font-size: 11px !important;
  }

  /* End comments */
  /*  */
  /*  */
  /*  */

  /*  */
  /*  */
  /* Likes */
  .like i {
    font-size: 15px !important;
  }
  .num-likes {
    font-size: 20px !important;
  }
  /* end likes */
  /*  */
  /*  */

  /*  */
  /*  */
  /* pagination */
  .pagination li a {
    font-size: 11px;
  }
  /* end pagination */
  /*  */
  /*  */

  /*  */
  /*  */
  /*  */
  /* nav */

  nav #home a {
    font-size: 20px !important;
  }
  nav form {
    display: none;
  }
  nav .login-container {
    display: none;
  }

  .mobile {
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 10px;
    padding-top: 15px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
  }
  .mobile #new-topics {
    display: block !important;
  }
  #new-topics {
    display: none;
  }

  .mobile li a {
    color: #666;
    background-color: transparent;
    border: none;
    margin-left: 25px;
    width: 20px;
    font-size: 16px;
    transition: 0.2s ease;
  }

  .mobile .login-container-mobile {
    padding-left: 10px;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .mobile #login-nav,
  .mobile #newaccount-nav {
    display: inline;
    position: relative;
  }
  .mobile #newaccount-nav {
    margin-left: 5px;
    position: relative;
  }
  .mobile #newaccount-nav a {
    position: relative;

    z-index: 2;
    padding: 3px;
    border-radius: 10px;
    background: #fafafab4 !important;
  }
  .mobile #newaccount-nav .action-counter {
    background: rgba(211, 144, 144, 0.7);
    position: absolute;
    top: -13px;
    right: -18px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    z-index: 0;
    font-size: 11px;
    box-shadow: 0 0 1px 2px rgba(211, 144, 144, 0.2);
    color: #444;
  }

  .mobile .subtitle-link {
    padding-left: 10px !important;
  }

  /*  */

  .mobile input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 40px;
  }
  .mobile input:focus {
    outline: none;
    box-shadow: 0px 0px 2px #0066ff;
  }
  .mobile button {
    background: transparent;
    color: rgb(150, 149, 149);
    font-size: 18px;
    border: none;
    padding-top: 3px;
    padding-left: 5px;
    position: absolute;
    left: 5px;
    top: 4px;
    -webkit-text-stroke: 0.3px white;
  }
  .mobile #search-nav1,
  .mobile #search-nav {
    position: relative;
  }
  /*  */

  .mobile ul a,
  .mobile ul li {
    display: block;
    padding: 5px 0px;
    padding-left: 20px;
    transition: 0.2s ease all;
  }
  .mobile ul a:hover {
    background: #e6e3e3;
    text-decoration: none;
  }
  nav ul {
    justify-content: space-between;
  }

  /* Hamburger */
  .burger {
    display: block !important;
    cursor: pointer;
    position: relative;
  }
  .burger .line1,
  .burger .line2,
  .burger .line3 {
    background: #333;
    width: 25px;
    height: 3px;
    margin: 5px;
    transition: 0.4s ease;
  }
  /* end nav */
  /*  */
  /*  */
  /*  */

  /*  */
  /*  */
  /*  */
  /* vacatures */

  #output-vacature {
    display: none;
  }
  .search-input {
    width: 250px;
  }

  /* End vacatures */
  /*  */
  /*  */
  /*  */

  /*  */
  /*  */
  /* dashboard */
  td {
    font-size: 12px;
  }

  /* end dashboard */
  /*  */
  /*  */
}
/* End */

/* Super small */
@media only screen and (max-width: 359px) {
}
/******************  End -  *******************/

/*  */
/*  */
/*  */
/* FAQ's */

.accordion-overzicht,
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active-faq,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion-overzicht {
  background-color: rgb(203, 222, 245);
}
.accordion-overzicht:hover {
  background-color: rgb(225, 238, 253);
}

.active-faq:after {
  content: "\2212";
}
.panel ul {
  margin-left: 15px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 10px;
}

/* End FAQ's */
/*  */
/*  */
/*  */

/******************  Footer -  *******************/
.footer {
  width: 100%;
  background: #ebeff4;
  background: #292929;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  margin-top: 50px;
  overflow: hidden;
}
.footer img {
  width: 40px;
  margin-left: 45%;
}
.box .row.content {
  flex: 1 1 auto;
}
.footer .stripe1 {
  position: absolute;
  width: 2000px;
  height: 2000px;
  border-radius: 2000px;
  /* background: #e3eaf1; */
  /* background: #d7e0e9; */
  background: #e3e9f0;
  background: #292929;

  top: 200px;
  /* transform: rotate(30deg); */
  left: -900px;
  z-index: 1;
}
.footer .stripe2 {
  position: absolute;
  width: 5000px;
  height: 5000px;
  border-radius: 5000px;
  background: #e5ebf0;
  background: #292929;
  top: -4900px;
  transform: rotate(30deg);
  left: -2000px;
  z-index: 0;
}
.footer .stripe3 {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #e3eaf1;
  background: #333;
  top: 50px;
  right: 50px;
  z-index: 1;
}
.footer .stripe4 {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: #e4ecf1;
  background: #333;
  top: 150px;
  right: 80px;
  z-index: 1;
}
.footer .stripe5 {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #e4ecf1;
  background: #333;
  top: 240px;
  right: 30px;
  z-index: 1;
}

.footer ul {
  display: flex;
  flex-direction: column;
}
.footer .line {
  background: #999;
  background: #fff;
  background: rgb(209, 209, 196);
  width: 80%;
  height: 1px;
  margin: 0px auto;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
.footer p {
  font-size: 14px !important;
  color: #7f8fa9;
  position: relative;
  z-index: 3;
}
.footer ul li {
  text-decoration: none;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  color: #dddfe1;
  text-transform: uppercase;

  margin-bottom: 13px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-family: Arial, Helvetica, sans-serif;
}

.footer ul a {
  color: #555;
  color: #b6b9bb;
  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 4px 18px 4px 0px;
  position: relative;
  z-index: 3;
}
.footer ul a:hover {
  color: #333;
  color: #f4f4f4;
  text-decoration: none;
}
.footer .wide-container {
  width: 85%;
  margin: 0 auto;
  background: rgba(200, 200, 200, 1);
  background: #dbedff;
  background: #ebeff4;
  background: #292929;

  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
  /* position: relative;
  z-index: 1; */
  padding-top: 60px;
}

.footer .shadow-wide-container {
  width: 85%;
  /* height: 40px; */
  /* margin: 0 auto; */
  background: rgba(200, 200, 200, 1);
  background: #ebeff4;
  background: #292929;

  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: -1;
  /* margin-bottom: 40px; */
}

/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .footer img {
    width: 35px;
    margin-left: 0%;
  }
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .footer .title {
    font-size: 35px;
  }
  .footer .wide-container {
    width: 100%;
    padding: 0 0px;
    padding-top: 60px;
  }

  .footer .shadow-wide-container {
    width: 100%;
  }
  .footer p {
    font-size: 13px !important;
  }
  .footer ul li {
    font-size: 13px;
  }
  .footer ul a {
    font-size: 13px;
  }
  .footer .line {
    width: 90%;
  }

  .footer .stripe1 {
    top: 220px;
    left: -1000px;
  }
  .footer .stripe2 {
    top: -4900px;
    left: -2000px;
  }
  .footer .stripe3 {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 50px;
    right: 50px;
    z-index: 0;
  }
  .footer .stripe4 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 170px;
    right: 30px;
    z-index: 0;
  }
  .footer .stripe5 {
    display: NONE;
  }
  footer img {
    display: none;
  }
}

/* End footer */
/*  */
/*  */

/*  */
/*  */
/*  */
/* coins */
.coins {
  display: none;
}
.coin1,
.coin2,
.coin3,
.coin4 {
  position: absolute;
  top: 100px;
  left: -20px;
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  background: rgb(238, 220, 120);
  border: 1px solid rgb(218, 200, 97);
  transform-style: preserve-3d;
  opacity: 0;
}
.coin1 {
  animation: move_coin_1 0.5s 2;
}
.coin2 {
  animation: move_coin_2 0.5s 2 0.4s;
}
.coin3 {
  animation: move_coin_3 0.5s 2 0.8s;
}
.coin4 {
  animation: move_coin_2 0.5s 2 1.2s;
}
@-webkit-keyframes move_coin_1 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 0px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-moz-keyframes move_coin_1 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 0px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-o-keyframes move_coin_1 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 0px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

@keyframes move_coin_1 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 0px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

/*  */
/*  */
/*  */
/*  */

@-webkit-keyframes move_coin_2 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 10px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-moz-keyframes move_coin_2 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 10px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-o-keyframes move_coin_2 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 10px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

@keyframes move_coin_2 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 10px;
    left: 10px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

/*  */
/*  */
/*  */
/*  */

@-webkit-keyframes move_coin_3 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    left: 7px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-moz-keyframes move_coin_3 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    left: 7px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}
@-o-keyframes move_coin_3 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    left: 7px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

@keyframes move_coin_3 {
  0% {
    opacity: 0;
    transform: rotateY(0deg);
  }
  50% {
    top: 10px;
  }
  100% {
    top: 13px;
    left: 7px;
    opacity: 1;
    transform: rotateY(520deg);
  }
}

/*  */
/*  */
/*  */
/*  */

/* end coins */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/* all users */
.users {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.user {
  width: 150px;
  /* height: 150px; */
  position: relative;
  min-width: 100px;
  min-height: 100px;
  margin-right: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.user:hover {
  text-decoration: none;
}
.user .top img {
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 150px;
  height: 100px;
  max-height: 100px;
  max-width: 150px;
  object-fit: none;
  /* display: inline; */
  transition: 0.2s;
  position: relative;
  z-index: 2;
  object-fit: contain;
}
.user:hover .bottom {
  transform: translateY(0px);
}
.user:hover .bottom .badges {
  opacity: 1;
}
.user .bottom {
  /* height: 120px; */
  /* min-height: 50px; */
  width: 100%;
  min-width: 100%;
  margin-top: auto;
  transform: translateY(-17px);
  transition: 0.2s ease;
  /* overflow: hidden; */
}
.user .plaats {
  font-size: 11px;
  margin-bottom: 5px;
  color: #555;
}
.user .username {
  font-size: 13px;
  /* color: #444; */
}
.user .points {
  font-size: 12px;
  color: #555;
  font-style: italic;
}
.user .badges {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  transition: 0.2s;
  opacity: 0;
}
.user .brons,
.user .silver,
.user .gold {
  width: 8px;
  height: 8px;
  background: rgb(141, 111, 46);
  border-radius: 8px;
  margin-right: 3px;
  margin-bottom: 0px;
  display: inline-block;
}
.user .silver {
  background: rgb(170, 170, 170);
}
.user .gold {
  background: rgb(146, 130, 8);
}
.user .num {
  font-size: 12px;
}
/* alert badge */

/* End alert badge */

@media only screen and (max-width: 770px) {
  .user {
    width: 170px;
    height: 100px;

    min-width: 150px;
    min-height: 100px;
    margin-right: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .user .top img {
    width: 60px;
    height: 60px;

    margin-right: 5px;
  }
  .user:hover .bottom {
    transform: translateY(0px);
  }
  .user .bottom .badges {
    opacity: 1;
  }
  .user .bottom {
    height: 50px;
    min-height: 50px;
    width: 100%;
    min-width: 100%;
    margin-bottom: auto;
    margin-top: 0px;
    transform: translateY(0px);
  }
  .user .brons,
  .user .silver,
  .user .gold {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 3px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .user .num {
    font-size: 11px;
  }
  .user .badges {
    margin-right: 10px;
  }
  .user .points {
    font-size: 11px;
  }
}

@media only screen and (max-width: 400px) {
  .user {
    width: 100%;

    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .user .top img {
    width: 70px;
    height: 70px;
  }
  .user:hover .bottom {
    transform: translateY(0px);
  }
  .user .bottom .badges {
    opacity: 1;
  }
  .user .bottom {
    height: 50px;
    min-height: 50px;
    width: 100%;
    min-width: 100%;
    margin-bottom: auto;
    margin-top: 0px;
    transform: translateY(0px);
  }
  .user .brons,
  .user .silver,
  .user .gold {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .user .num {
    font-size: 12px !important;
  }
  .user .badges {
    margin-right: 10px;
  }
  .user .points {
    font-size: 12px !important;
  }
  .user .username {
    font-size: 12px !important;
    /* color: #444; */
  }
}
/* End all users */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/* feedback */
#feedback {
  position: fixed;
  right: -300px;
  bottom: 20px;
  width: 300px;
  height: 230px;
  background: rgb(215, 238, 255);
  /* border: #ccc 2px solid; */
  padding: 10px 20px;
  padding-top: 30px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12);

  /* border-radius: 10px; */
  z-index: 10;
  text-align: center;
}

#feedback .arrow {
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: rgb(215, 238, 255);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #666;
  font-size: 20px;
  /* box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}
#feedback i {
  transition: 0.2s ease;
}

#feedback .arrow .rotated {
  transform: rotate(180deg);
}

#feedback .feedback-question {
  font-size: 17px;
  margin-bottom: 20px;
}
#feedback .button-row {
  margin-top: 20px;
}
#feedback input {
  padding: 6px 20px;
}

#level-2-feedback {
  padding: 10px 20px;
  width: 300px;
  height: 200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#feedback #user-message-1,
#feedback #user-message-2 {
  color: red;
  font-size: 13px;
  margin-top: 8px;
}
#feedback #user-message-1 {
  margin-top: 20px;
}

#level-2-feedback textarea {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}

#level-3-feedback,
#level-4-feedback,
#level-5-feedback,
#level-6-feedback {
  padding: 10px 20px;
  width: 300px;
  height: 200px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#level-3-feedback p {
  font-size: 13px;
}
#feedback .feedback-message {
  margin-top: 10px !important;
}

#feedback #back-button {
  background: gray;
  color: white;
}
#feedback .cross {
  position: absolute;
  top: 5px;
  right: 13px;
  font-size: 22px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #feedback .arrow {
    cursor: pointer;
    position: absolute;
    left: -35px;
    top: 0px;
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
}
/* feedback */
/*  */
/*  */

/*  */
/*  */
/* favorites */
.favorite-pin {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite-pin i {
  transform: rotate(30deg);
  cursor: pointer;
  font-size: 16px;
}
.favorite-pin i.pinned {
  color: rgb(55, 126, 55);
}
.favorite-pin i.unpinned {
  color: #555;
}
.favorite-pin i.pinned:hover {
  color: red !important;
}
.favorite-pin i.unpinned:hover {
  color: rgb(55, 126, 55);
}
/* favorites */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/* Forum Overzicht */

#forum-overzicht table thead tr {
  background: #dde9f8;
}
#forum-overzicht .sector-name {
  font-size: 15px;
  font-weight: bold;
  color: #3e5674;
}

#forum-overzicht .subgroep,
#forum-overzicht .hoofdgroep {
  text-transform: capitalize;
}
#forum-overzicht .num-berichten,
#forum-overzicht .sector-num-onderwerpen {
  text-align: center;
}
#forum-overzicht .sector-num-onderwerpen a,
#forum-overzicht .sector-titel,
#forum-overzicht .sector-titel a,
#forum-overzicht .sector-views a,
#forum-overzicht .sector-user-image a {
  font-weight: normal;
  font-size: 14px;
  color: #3e5674;
  display: block;
}
#forum-overzicht .sector-user-image {
  width: 50px;
  max-height: 50px;
}
#forum-overzicht .sector-views a {
  /* width: 40% !important; */
  white-space: nowrap;
}
#forum-overzicht table thead tr th {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 0px solid;
}
#forum-overzicht .sector-name i {
  cursor: pointer;
  margin-left: 5px;
  font-weight: 17px;
}
#forum-overzicht col {
  border-bottom: none;
}

#forum-overzicht .panel-dropdown {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 10px;
  margin-bottom: 10px;
}
#forum-overzicht .panel-dropdown a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #3e5674;
  margin-bottom: 5px;
  white-space: nowrap;
}
#forum-overzicht .small-screen {
  display: none;
}
#forum-overzicht .small-num-onderwerpen {
  font-size: 11px !important;
  display: none;
}

.navigate {
  background-color: #dde9f8;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-left: 10px;
}
.navigate,
.navigate a,
.navigate i {
  margin-right: 5px;
  font-size: 13px;
}
.navigate i {
  color: #555;
}
.navigate p {
  margin-bottom: 0px;
}

#laatste-statistieken .brons,
#laatste-statistieken .silver,
#laatste-statistieken .gold {
  background: rgb(141, 111, 46) !important;
  border-radius: 8px;
  margin-right: 3px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 11px;
}
#laatste-statistieken .silver {
  background: rgb(170, 170, 170) !important;
}
#laatste-statistieken .gold {
  background: rgb(175, 156, 5) !important;
}
#laatste-statistieken p {
  text-align: left;
  font-size: 11px;
  display: inline;
}
#laatste-statistieken i.fa-medal {
  color: rgb(175, 156, 5);
}
#laatste-statistieken i.fa-circle {
  color: #777;
  font-size: 5px;
  margin: 0px 10px;
  transform: translateY(-20%);
}

#forum-overzicht .col-discussie {
  display: block;
}
#forum-overzicht .col-discussie-small {
  display: none;
}

#forum-overzicht .sector-titel-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  #laatste-statistieken p {
    font-size: 11px;
  }
  #laatste-statistieken .brons,
  #laatste-statistieken .silver,
  #laatste-statistieken .gold {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  #forum-overzicht table thead tr th {
    font-size: 14px;
    /* font-weight: 500; */
  }
  #forum-overzicht .sector-name {
    font-size: 13px;
  }
  #forum-overzicht .num-berichten {
    display: none;
  }

  #forum-overzicht .col-discussie,
  #forum-overzicht .col-empty,
  #forum-overzicht .sector-user-image,
  #forum-overzicht .sector-num-onderwerpen,
  #forum-overzicht .sector-views,
  #forum-overzicht .sector-titel {
    display: none;
  }

  #forum-overzicht .sector-titel-small,
  #forum-overzicht .sector-titel-small a,
  #forum-overzicht .sector-views-small a,
  #forum-overzicht .sector-user-name-small a {
    font-weight: normal;
    font-size: 12px;
    color: #3e5674;
  }

  #forum-overzicht .col-discussie-small,
  #forum-overzicht .sector-titel-small {
    display: block;
  }

  #forum-overzicht .small-screen {
    display: block;
  }
  #forum-overzicht .panel-dropdown a {
    font-size: 12px;
  }
  #forum-overzicht .small-num-onderwerpen {
    display: block;
  }
  #forum-overzicht table thead tr th {
    font-size: 13px;
  }
  .navigate,
  .navigate a,
  .navigate i {
    font-size: 11px;
  }
}

.particles4 .particles {
  height: 100px;
  /* transform: translateY(-60px); */
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .particles4 .particles {
    height: 70px;
    /* transform: translateY(-80px); */
  }
}

/* Forum Overzicht */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* hoofdgroep */
#table_2 table thead tr {
  /* background: #d5eef2 !important; */
  background: #d8d8d8 !important;
  /* color: #555; */
  color: #070707;
  font-size: 14px;
}
.table_head {
  /* background: #d5eef2 !important; */
  background: #d8d8d8 !important;
  /* color: #555; */
  color: #070707 !important;

  font-size: 14px;
  height: 37px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.table_head h1 {
  font-size: 15px !important;
  /* font-weight: bold; */
  margin: 0px;
  padding: 8px;
  color: #555;
  color: #070707 !important;

  text-transform: capitalize;
}
#table_2 table td {
  font-size: 15px;
}
#table_2 table thead tr th {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 0px;
}
.capitalize {
  text-transform: capitalize;
}
#table_2 .table_content {
  font-size: 13px;
}
#table_2 .small_screen_table {
  display: none;
}
#table_2 .blue-date {
  color: #2c679b;
}
.edit_icon {
  margin-left: auto;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #table_2 .small_screen_table {
    display: block;
  }

  #table_2 .small_screen_table a {
    display: block;
    font-size: 13px;
  }
  #table_2 .wide_screen_table {
    display: none;
  }
  #table_2 .berichten,
  #table_2 .laatste_bericht {
    display: none;
  }
  #table_2 p {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
/* hoofdgroep */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/* nieuw onderwerp */
#div_nieuw_onderwerp .jumbotron {
  padding: 10px;
  margin: 0px;
  margin-bottom: 20px;
}
#div_nieuw_onderwerp .jumbotron p {
  font-size: 15px;
  margin-bottom: 5px;
}
#div_nieuw_onderwerp .jumbotron .blue {
  color: #2c679b;
  cursor: pointer;
}
#div_nieuw_onderwerp .jumbotron .voorbeeld {
  font-weight: bold;
}
#div_nieuw_onderwerp .subsubtitle {
  font-size: 17px;
}
#div_nieuw_onderwerp .style-1,
#div_nieuw_onderwerp .style-2 {
  background-color: #dde9f8;
  color: #333;
  position: relative;
  padding: 10px;
}

#div_nieuw_onderwerp .style-2 {
  background-color: #fafafa;
}
#div_nieuw_onderwerp .style-1::after,
#div_nieuw_onderwerp .style-2::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fafafa;
  position: absolute;
  left: 50px;
  z-index: 1;
  bottom: -20px;
}
#div_nieuw_onderwerp .style-1::after {
  border-top: 20px solid #dde9f8;
}

@media only screen and (max-width: 767px) {
  #div_nieuw_onderwerp .jumbotron p {
    font-size: 12px;
  }
  #div_nieuw_onderwerp .subsubtitle {
    font-size: 15px;
  }
  #div_nieuw_onderwerp .style-1::after,
  #div_nieuw_onderwerp .style-2::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fafafa;
    bottom: -15px;
  }
  #div_nieuw_onderwerp .style-1::after {
    border-top: 15px solid #dde9f8;
  }
}
#overnemen-hoofdgroep {
  background-color: #dde9f8;
}
/* nieuw onderwerp */
/*  */
/*  */
/*  */
.status_wachten {
  color: #555 !important;
  font-style: italic;
}

/*  */
/*  */
/* search */
.gevonden_items {
  background-color: #dde9f8;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-left: 10px;
}
.gevonden_items,
.gevonden_items a,
.gevonden_items i {
  margin-right: 5px;
  font-size: 13px;
}
.gevonden_items i {
  color: #555;
}
.gevonden_items p {
  margin-bottom: 0px;
  font-weight: bold;
  color: #444;
}

/* search */
/*  */
/*  */
.panel-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.more-items {
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.wist-u-datje span {
  /* width: 10%; */
  font-weight: bold;
}

/* 20-2-2021 */
.melding-maken {
  float: right;
  position: relative;
}

.inline-block {
  display: inline-block !important;
}

.order-comments a {
  padding: 12px 18px;
  background-color: #fafafa;
  margin: 0px !important;
  border: #999 1px solid;
  font-size: 12px;
  transition: 0.5s ease;
  color: #666;
}
.order-comments a:hover {
  text-decoration: none;
  font-style: none;
  background: #f4f4f4;
}
.order-comments a.active {
  background-color: #e8e6e6;
  color: #000;
}

.order-comments a:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.order-comments a:nth-child(3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .order-comments a {
    padding: 8px 8px;
  }
}

/* login popup */
#popup-dark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.809);
  display: none;
}
#login-popup {
  position: fixed;
  z-index: 11000;
  left: calc(50% - 250px);
  top: calc(50% - 250px);
  width: 500px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: none;
}
#login-popup .container-popup {
  position: relative;
  padding: 30px;
}
#login-popup .container-popup .title {
  text-align: center;
  font-weight: bold;
}
#login-popup .container-popup .btn-dark {
  background-color: #292929;
  color: #fff;
  height: 45px;
  border-radius: 0px;
}
#login-popup .cross {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
}
.or {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px 0;
}
.or .line {
  height: 1px;
  width: 40%;
  background-color: #ccc;
}
.or .or-text {
  font-size: 18px;
  margin: 5px 20px;
  color: #ccc;
}
.center {
  text-align: center;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  #login-popup {
    position: fixed;
    z-index: 11000;
    left: calc(5%);
    top: calc(5%);
    width: 90%;
    min-height: 500px;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: none;
  }
}
/* login popup */
#regels ol {
  margin-left: 20px;
}
#regels .regel-titel {
  font-weight: bold;
  color: rgb(11, 79, 124);
}

/* login teams */
.go-to-teams {
  padding: 10px 20px;
  background-color: rgb(233, 164, 37);
  background-color: #e45e5e;
  /* background-color: rgb(87, 167, 220); */
  color: #333;
  color: #fff;
  /* float: right; */
}
.go-to-teams:hover {
  background-color: rgb(204, 147, 40);
  background-color: rgb(223, 56, 56);

  color: #000;
  color: #fff;

  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);

  text-decoration: none;
}
.go-to-teams i {
  -webkit-text-stroke: 0.5px #e45e5e;
}

@media only screen and (max-width: 767px) {
  .go-to-teams {
    padding: 8px 15px;
    font-size: 12px;
  }
}
/* login teams */

/* follow-category */
.follow-category {
  height: 40px;
  float: right;
  margin-bottom: 10px;
}
.follow-category i {
  /* color: transparent; */
  transition: 0.5s ease;
}
.follow-category a {
  padding: 8px 14px;
  background-color: #382d30;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}
.follow-category a#pinned {
  background-color: #60ae80;
}
.follow-category a#pinned:hover {
  background-color: #49795d;
}
.follow-category a:hover {
  background-color: #555354;
}

.follow-category a#unpinned:hover i {
  transform: rotate(90deg);
}
/* follow-category */

/* search */
.light-up {
  animation: light_up 2s ease-in-out forwards;
}
@keyframes light_up {
  0% {
    background-color: rgb(255, 255, 226);
  }
  50% {
    background-color: rgb(255, 255, 226);
  }
  100% {
    background-color: transparent;
  }
}
/* search */

/* dropdown tags */
#ui-id-1 {
  max-height: 400px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.token {
  background-color: #dde9f8 !important;
}
@media only screen and (max-width: 1067px) {
  #ui-id-1 {
    width: 80%;
    overflow-x: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  #ui-id-1 {
    width: 80%;
    overflow-x: hidden !important;
  }
}
/* dropdown tags */

/* zoekresultaten menu dropdown */
#results {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  max-height: 500px;
  overflow-y: auto;
}
#results hr {
  margin: 0px;
}
#results p {
  margin: 0px;
}
#results .results-text {
  font-size: 12px;
  padding: 5px 5px;
}
#results::-webkit-scrollbar {
  width: 3px;
  background-color: #f4f4f4;
  height: 50px;
}

#results::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}
#results .hover-title {
  padding: 10px 5px !important;
  border-bottom: #faf2f2 1px solid;
}
#results div {
  color: #555;
}

#results .hover-title:hover {
  background-color: #f6faff;
}
#results .intro-for-search {
  padding: 10px 5px;
}
#results .intro-for-search p {
  color: #888;
  margin-bottom: 5px;
}
#results .intro-for-search span {
  color: #000;
}
#results .tags-body {
  padding: 5px 5px !important;
}
#results .button-div {
  height: 48px;
  padding: 5px;
  border-top: #faf2f2 1px solid;
  position: relative;
}
#results .button {
  /* height: 50px; */
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 8px 15px;
  background-color: #f6faff;
  color: #3d689d;
}
#results .button:hover {
  background-color: #e2efff;
}

.container_accurate_search {
  position: absolute;
  right: 12px;
  top: 12px;
}

#accurate_search[type="checkbox"] {
  display: none;
}
.accurate_search_label {
  display: inline-block;
  padding: 3px;
}
.accurate_search_label i {
  color: #999;
  font-size: 15px;
  cursor: pointer;
}
#accurate_search[type="checkbox"]:checked + .accurate_search_label i {
  color: #1f5392;
}
/* zoekresultaten menu dropdown */

/*  */
/*  */
/*  */
/*  */
/* reply popup */
#popup-reply {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.809);
  /* display: none; */
}
#reply-popup {
  position: fixed;
  z-index: 11000;
  left: calc(50% - 450px);
  top: 10%;
  width: 900px;
  min-height: 80%;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  /* display: none; */
}
#reply-popup .container-popup {
  position: relative;
  padding: 30px;
}
#reply-popup .container-popup .title {
  text-align: center;
  font-weight: bold;
}
#reply-popup .container-popup .btn-dark {
  background-color: #292929;
  color: #fff;
  height: 45px;
  border-radius: 0px;
}
#reply-popup .cross {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
}
.or {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px 0;
}
.or .line {
  height: 1px;
  width: 40%;
  background-color: #ccc;
}
.or .or-text {
  font-size: 18px;
  margin: 5px 20px;
  color: #ccc;
}
.center {
  text-align: center;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  #reply-popup {
    position: fixed;
    z-index: 11000;
    left: calc(5%);
    top: calc(5%);
    width: 90%;
    min-height: 500px;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: none;
  }
}

/* reply popup */
/*  */
/*  */
/*  */
/*  */

.output-responding-replies {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.gradient {
  position: relative;
  transform: translateY(-50px);
  z-index: 1;
  height: 70px; /* adjust it to your needs */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--background) 70%);
  /* border-bottom: 1px solid #dddddd; */
}
.show_more_replies {
  position: relative;
  transform: translateY(-50px);

  z-index: 2;

  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #fafafa;
  font-size: 12px;
  padding: 3px !important;
  border: 1px solid #ebeaea;
  cursor: pointer;
  transition: 0.5s ease;
}
.show_more_replies:hover {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
}

.show_more_div {
  position: absolute;
  bottom: 0;
  right: 0;
}
#arduino-div{
  background-color: #f4f4f4;
  /* color: #009297d1; */
  padding-top: 10px ;
  padding-bottom: 10px ;
  margin-top: 10px;
  margin-bottom: 10px;
}
#arduino-div-sidemenu{
  font-size: 12px;
}
#arduino-div-sidemenu a{
  color: #009297d1;
  text-decoration: underline;
}
.menu-heading-arduino{
  color: #009297d1;
}
#arduino-div span{
  font-weight: bold;
  color: #009297d1;

}
#arduino-div a{
color: inherit;
text-decoration: underline;

}

