body {
  font-family: 'Roboto', sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6, p, ul, li, th, tr, label, span {
  color: rgb(33, 37, 41);
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 24px;
  vertical-align: baseline;
  letter-spacing: normal;
  word-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-indent: 0px;
}
a {
  text-decoration: none !important;
}

@media (prefers-color-scheme: dark) {
  h1, h2, h3, h4, h5, h6, p, ul, li, th, tr, label, span {
    color: rgb(255, 255, 255) !important;
  }
}
/* Pagina titels */
h1 {
  font-size: 1.6rem !important;
}
.href-normal {
  color: inherit;
  text-decoration: none;
}
/* Speciale AT styling rules */
.at-content {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}
.at-90 {
  width: 90%;
  text-align: center;
  align-content: center;
  align-self: center;
  padding-left: 10% !important;
}
.at-red, .at-red i {
  color: #cb2d20 !important;
}
.at-red-bg {
  background-color: #cb2d20 !important;
}
.at-grey {
  color: #4d4d4d !important;
}
.at-black {
  color: #f2f2f3 !important;
}
.at-white, .at-white i {
  color: white !important;
}
.btn-at-red {
  color: #f2f2f3 !important;
  background-color: #cb2d20 !important;
}
.btn-at-red:hover {
  /*color: #333333 !important;*/
  background-color: #e04638 !important;
  border-color: #e35b4f !important;
}
/* AT kruizen als divider */
.at-x i {
  margin-left: 3px;
  margin-right: 3px;
}
.at-x i {
  color: #cb2d20;
}
@media (prefers-color-scheme: dark) {
  .at-x i {
    color: white;
  }
}
/* Header */
#navbar_top .at-header a {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.at-nav {
  min-height: 8vh;
  background-color: white;
  border-bottom: 2px solid #cacdcf;
}
#header .nav-link {
  color: #1a1a1a !important;
  font-size: 17px;
}
#header .nav-link:hover, #header .nav-link.active {
  /*color: #4d4d4d !important;*/
  color: #cb2d20 !important;
}
#navbar_top .at-logo {
  width: 70%;
}
#navbar_top .at-logo img {
  width: 30%;
}
#navbar_top .navbar-toggler {
  background-color: #4d4d4d !important;
}
/* Responsive header */
@media only screen and (max-width: 768px) {
  /* Header */
  #navbar_top .at-logo img {
    width: 100%;
  }
}
/* Submenu */
#submenu .nav-link {
  color: #f2f2f3 !important;
}
#submenu .nav-link:hover {
  color: black !important;
  background-color: white;
  transition-duration: .3s;
  border-width: 0px !important;
}
#submenu .nav-items .nav-item.show .nav-link, .nav-items .nav-link.active {
  color: black !important;
  background-color: white !important;
  /*border-bottom: 1px solid #dee2e6;*/
}
#submenu .nav-items, #submenu .nav-link.active {
  /*border-bottom: 1px solid #cacdcf !important;*/
  border-bottom: none !important;
  color: black !important;
  border-width: 0px !important;
}
#submenu .nav-items .nav-link {
  /*border: 1px solid rgba(0,0,0,.125); UIT IVM NIEUWE STYLING */
  /*border: 0px solid transparent;*/
  /*border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;*/
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: #eee;
  font-size: 1rem;
}
#submenu .nav-link.active {
  /*border-bottom: 1px solid #cacdcf !important;*/
  transition-duration: .3s;
}
#submenu .nav-items .nav-link:focus, #submenu .nav-items .nav-link:hover {
  border: none !important;
  /*border-color: transparent !important;*/
}
/* Dark mode submenu */
@media (prefers-color-scheme: dark) {
  #submenu .nav-link.active {
    /*border-bottom: 1px solid white !important;*/
    border-bottom: none !important;
    background-color: #18191a !important;
    color: white !important;
  }
  #submenu .nav-items:hover .nav-link:hover {
    background-color: #18191a;
    color: white !important;
  }
}
/* Footer */
#footer {
  /*background: #242729 !important;*/
  background: #4d4d4d !important;
  padding: 50px 0;
}
#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer .fa {
  color: #cb2d20 !important;
}
#footer ul.social li {
  padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}
#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}
#footer ul.social li a:hover {
  color: #eeeeee;
}
#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}
#footer ul.quick-links li a i {
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}
@media (max-width:767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
#footer-footer>span {
  opacity: 0.7 !important;
}
/* Cards */
.card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
}
.card hr {
  margin: 1.5rem 0;
}
.text-muted {
  color: #6c757d !important;
  opacity: 0.7;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
  .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .card:hover .btn {
    opacity: 1;
  }
}
/* Dark mode cards */
@media (prefers-color-scheme: dark) {
  .card {
    background-color: #242526 !important;
  }
}
/* Ronde foto voor "expert" */
.expert img {
  width: 60%;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* Responsive foto */
@media (width: 768px) {
  .expert img {
    width: 50%;
  }
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
  body, .at-nav {
    background-color: #18191a !important;
  }
  /* Styling van inhoud */
  h1, h2, h3, h4, h5, h6, p, ul, li, label, span, i {
    color: #f2f2f3 !important;
  }
  /* Header */
  #header .nav-link {
    color: #f2f2f3 !important;
  }
  .navbar-toggler {
    background-color: #4d4d4d !important;
  }
  /* Footer */
  #footer {
    background: #242729 !important;
  }
  /* Contact formulieren */
  .form-group label {
    color: white !important;
  }
  .form-control {
    color: white !important;
    background-color: #3a3b3c !important;
  }
  .form-control:focus {
    color: white !important;
    background-color: rgb(100, 102, 104) !important;
  }
  .form-control::placeholder {
    color: #d9d9d9 !important;
  }
  .form-control input {
    color: white !important;
  }
}
/* Fade in page */
.at-content {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Hosting page */
/* Hosting pakketten styling */
.pricing {
  background: transparent;
  /*background: linear-gradient(to right, #cb2d20, #7b0406);*/
}
.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}
.pricing .card-price .period {
  font-size: 0.8rem;
}
.pricing ul li {
  margin-bottom: 1rem;
}
.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}
@media (prefers-color-scheme: light) {
  #hostingpakketten i {
    color: #cb2d20 !important;
  }
}

/* Index page */
/* Reviews section op homepage */
#review-container {
  text-align: center;
  width: 100vw;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 50px;
  margin-bottom: 50px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url(/img/reviews-bg.jpg);
}
@media screen and (max-width: 768px) {
  #review-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Services op homepage */
#services #cards i.fa {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 60px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}
