@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik/static/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik/static/Rubik-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik/static/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Notable';
  src: url('fonts/Notable/Notable-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
  scroll-behavior: smooth;
  font-display: swap;
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  font-family: 'Rubik', sans-serif !important;
}

* {
  box-sizing: border-box;
}

.punt {
  font-family: 'Notable';
}

P {
  font-size: 1.1rem;
}

.rotate {
  transform: rotateY(-25deg);
}

div.rotate {
  perspective: 1000px;
}

.btn-check {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
       opacity: 0;
       position: absolute;
}

.text-pakketten {
  font-size: 2.5rem;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(40, 167, 69, 0.6);
}

::selection {
  background: rgba(40, 167, 69, 0.6);
}

.ha5 {
  font-size: 1.4rem;
}

.blauw { 
  color: #0c94ab;
}

.groen {
  color: #3cc154;
}

.groenl {
  color: #AEDCC0;
}

.donkergroen {
  color: #1b3d05;
}

.grijsl {
  color: #343E3D;
}

.grijs {
  color: #343E3D;
}

.bg-blauw { 
  background-color: #0c94ab;
}

.bg-groen {
  background-color: #3cc154;
}

.bg-groenl {
  background-color: #AEDCC0;
}

.bg-grijsl {
  background-color: #607466;
}

.bg-grijs {
  background-color: #343E3D;
}

.bg-blur {
  background-color: rgb(255 255 255 / 0.3);
  backdrop-filter: blur(10px);
}

.bg-header {
  background-color: rgb(255 255 255 / 0.8);
  backdrop-filter: blur(8px);
}

.text-pakketten-onder {
  font-family: 'Raleway', sans-serif !important;
  font-size: 1.4rem;
  font-display: swap;
}

.webhostingpakket {
  border-radius: 3px;
}

.raleway, .btn-success {
  
  font-display: swap;
  background-color: #3CC154;
}

.btn-success {
  background-color: #3cc154 !important;
}

.btn-success:hover {
  background-color: #eefbf0 !important;
}

.text-lightgray {
  color: #d6d6d6;
}

.text-lichtzwart {
  color: #41464b;
}

.text-secondary {
  color: #8d9191 !important;
}

.old-price {
  text-decoration: line-through;
  color: rgba(129, 128, 128, 0.712);
  font-size: 80%;
}

p > .text-secondary:hover {
  color: #7BD389 !important;
  text-decoration: none;
}

.card-title {
  font-size: 25px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

hr.dik {
  border: 3px solid black;
  width: 50px;
}

@media only screen and (min-width: 1000px) {
.hrvertical {
  border-left: 2px solid rgba(76, 175, 80, 0.5);
  border-right: 2px solid rgba(76, 175, 80, 0.5);
}
}

.header {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  z-index: 90;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-link, .dropdown-item {
  text-decoration: none !important;
}

.dropdown-item:active {
  background-color: #3cc154;
}

@media only screen and (max-width: 991px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99;
    width: 400px;
    max-width: 100%;
    height: 100%;
    background-color: #ddd;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}

h2 > a:hover:before,
h2 > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.headbutton {
  border-width: 2px;
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: rgba(0, 0, 0, 0);
  color: #32a852;
}

.hvr-fade-background {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: #dc3545;
}
.hvr-fade-background:hover, .hvr-fade-background:focus, .hvr-fade-background:active {
  background-color: #b12b38;
  color: white;
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 0px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 2px #28a745, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

label:hover, label:active, input:hover+label, input:active+label {
  background: rgba(76, 175, 80, 0.3);
}

.border-muted {
  border-width: 2px !important;
  border-style: solid;
  border-color: gray;
}

.headerborder {
  border-width: 0px !important;
  border-style: solid;
  border-radius: 0px 0px 7px 7px;
  border-color: transparent;
}

.headerborder-left {
  border-width: 0px !important;
  border-style: solid;
  border-radius: 0px 0px 0px 7px;
  border-color: transparent;
}

.headerborder-right {
  border-width: 0px !important;
  border-style: solid;
  border-radius: 0px 0px 7px 0px;
  border-color: transparent;
}

/* Animated slide */

.carousel-item-groot {
  height: 100%;
  width: 100%;
}

.carousel-h1 {
  font-size: 70px;
  font-family: 'Raleway', sans-serif !important;
}

@media (max-width: 767px) {
.carousel-h1 {
  font-size: 50px;
  font-family: 'Raleway', sans-serif !important;
  }
}

@media (max-width: 767px) {
.carousel-h5 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif !important;
  }
}

.carousel-image {
  width: 500px;
}

@media (max-width: 767px) {
.carousel-image {
  width: 100%;
  }
}

.kleine-delay {
  animation-delay: 0.06s;
}

.grotere-delay {
  animation-delay: 0.09s;
}

.slideToggle{
  display: flex;
  justify-content: center;
  margin: 50px 0;
  i {
    margin: 0 15px;
  }
}

.maandelijks {
display: none;
}
  
.hide { 
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
       opacity: 0;
       position: absolute; 
}
.fa-exclamation-triangle { color: goldenrod; }


 .middle {
	 width: 100%;
	 text-align: center;
}

.middle label:hover, label:active, input:hover+label, input:active+label {
  background: rgba(76, 175, 80, 0.0);
}

 .middle h1 {
	 font-family: "Inter", sans-serif;
	 color: #fff;
}
 .middle input[type="radio"] {
	 display: none;
}
 .middle input[type="radio"]:checked + .box {
	 background-color: #28a745 !important;
}
 .middle input[type="radio"]:checked + .box span {
	 color: white;
	 transform: translateY(50px);
}
 .middle input[type="radio"]:checked + .box span:before {
	 transform: translateY(0px);
	 opacity: 1;
}
 .middle .box {
	 width: 200px;
	 height: 200px;
	 background-color: #fff;
	 transition: all 250ms ease;
	 will-change: transition;
	 display: inline-block;
	 text-align: center;
	 cursor: pointer;
	 position: relative;
	 font-weight: 900;
}
 .middle .box:active {
	 transform: translateY(10px);
}
 .middle .box span {
	 position: absolute;
	 transform: translate(0, 10px);
	 left: 0;
	 right: 0;
	 transition: all 300ms ease;
	 font-size: 1.5em;
	 user-select: none;
	 color: #28a745;
}
 .middle .box span:before {
	 font-size: 1.2em;
	 display: block;
	 opacity: 0;
	 transition: all 300ms ease-in-out;
	 font-weight: normal;
	 color: white;
}
 .middle .front-end span:before {
	 content: url(./img/minecraft/diamondsword.png);
}
 .middle .back-end span:before {
	 content: url(./img/minecraft/netheritesword.png);
}
 .middle p {
	 color: #fff;
	 font-weight: 400;
}
 .middle p a {
	 text-decoration: underline;
	 font-weight: bold;
	 color: #fff;
}
 .middle p span:after {
	 content: url(./img/minecraft/diamondsword.png);
	 color: yellow;
}

/* dedi */

.middle-d {
  width: 100%;
  text-align: center;
}

.middle-d label:hover, label:active, input:hover+label, input:active+label {
 background: rgba(76, 175, 80, 0.0);
}

.middle-d h1 {
  font-family: "Inter", sans-serif;
  color: #fff;
}
.middle-d input[type="radio"] {
  display: none;
}
.middle-d input[type="radio"]:checked + .box {
  background-color: #28a745;
}
.middle-d input[type="radio"]:checked + .box span {
  color: white;
}
.middle-d input[type="radio"]:checked + .box span:before {
  opacity: 1;
}
.middle-d .box {
  width: 200px;
  height: 200px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  padding: 80px 0;
}
.middle-d .box:active {
  transform: translateY(10px);
}
.middle-d .box span {
  transition: all 300ms ease;
  font-size: 1.5em;
  user-select: none;
  color: #28a745;
}
.middle-d .box span:before {
  font-size: 1.2em;
  display: block;
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.middle-d .front-end span:before {
  content: url(./img/minecraft/diamondsword.png);
}
.middle-d .back-end span:before {
  content: url(./img/minecraft/netheritesword.png);
}
.middle-d p {
  color: #fff;
  font-weight: 400;
}
.middle-d p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.middle-d p span:after {
  content: url(./img/minecraft/diamondsword.png);
  color: yellow;
}

input[type="checkbox"] + .fa,
input[type="checkbox"] + label > .fa,
input[type="radio"] + .fa,
input[type="radio"] + label > .fa { cursor: pointer; }

/* Unchecked */
input[type="checkbox"] + .fa-check-circle:before,
input[type="checkbox"] + label > .fa-check-circle:before,
input[type="radio"] + .fa-check-circle:before,
input[type="radio"] + label > .fa-check-circle:before { content: "\f111"; } /* .fa-circle */
input[type="checkbox"] + .fa-dot-circle-o:before,
input[type="checkbox"] + .fa-check-circle-o:before,
input[type="checkbox"] + label > .fa-dot-circle-o:before,
input[type="checkbox"] + label > .fa-check-circle-o:before,
input[type="radio"] + .fa-dot-circle-o:before,
input[type="radio"] + label > .fa-dot-circle-o:before,
input[type="radio"] + .fa-check-circle-o:before,
input[type="radio"] + label > .fa-check-circle-o:before { content: "\f10c"; } /* .fa-circle-o */
input[type="radio"] + .fa-circle:before,
input[type="radio"] + label > .fa-circle:before { content: "\f1db"; } /* .fa-circle-thin */
input[type="checkbox"] + .fa-check:before,
input[type="checkbox"] + .fa-check-square-o:before,
input[type="checkbox"] + label > .fa-check:before,
input[type="checkbox"] + label > .fa-check-square-o:before { content: "\f096"; } /* .fa-square-o */
input[type="checkbox"] + .fa-check-square:before,
input[type="checkbox"] + label > .fa-check-square:before { content: "\f0c8"; } /* .fa-square */

/* Checked */
input[type="checkbox"]:checked + .fa-check:before,
input[type="checkbox"]:checked + label > .fa-check:before { content: "\f00c"; }
input[type="checkbox"]:checked + .fa-check-circle:before,
input[type="checkbox"]:checked + label > .fa-check-circle:before,
input[type="radio"]:checked + .fa-check-circle:before,
input[type="radio"]:checked + label > .fa-check-circle:before { content: "\f058"; }
input[type="checkbox"]:checked + .fa-check-circle-o:before,
input[type="checkbox"]:checked + label > .fa-check-circle-o:before,
input[type="radio"]:checked + .fa-check-circle-o:before,
input[type="radio"]:checked + label > .fa-check-circle-o:before { content: "\f05d"; }
input[type="checkbox"]:checked + .fa-check-square:before,
input[type="checkbox"]:checked + label > .fa-check-square:before { content: "\f14a"; }
input[type="checkbox"]:checked + .fa-check-square-o:before,
input[type="checkbox"]:checked + label > .fa-check-square-o:before { content: "\f046"; }
input[type="radio"]:checked + .fa-circle:before,
input[type="radio"]:checked + label > .fa-circle:before { content: "\f111"; }
input[type="checkbox"]:checked + .fa-dot-circle-o:before,
input[type="checkbox"]:checked + label > .fa-dot-circle-o:before,
input[type="radio"]:checked + .fa-dot-circle-o:before,
input[type="radio"]:checked + label > .fa-dot-circle-o:before { content: "\f192"; }


.form-switch input { display: none; }

.form-switch input:checked + i::after { transform: translate3d(4px, 3px, 0); }

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header1 {
  background-color: #111;
  color: white;
  font-size: 25px;
}
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.price .grey {
  background-color: white;
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.pricing .card {
  border: none;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
  opacity: 0.3;
  border: 1px solid #3cc154;
  border-radius: 5px;
}

.hrless {
  margin: 1.5rem -1.30rem !important;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 2.3rem;
  margin: 0;
}

.pricing-dedicated .card-price {
  font-size: 2.3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
  font-weight: 400;
}

.pricing ul li {
  margin-bottom: 0.3rem;
}

.pricing .btn-pricing {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

@media (min-width: 992px) {
.pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.pricing .card:hover .btn {
    opacity: 1;
}

.pricing .list-group-item {
  background-color: #ecece8;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.3rem 0.1rem;
  margin-top: 0.7rem;
  border-radius: 5px;
  border-color:rgba(0, 0, 0, 0);
}

@media (min-width: 1600px) {
    .prijstabel {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
}

.table-responsive {
  border-radius: 35px 35px 0px 35px;
}

.prijstabel td {
  padding: 25px;
  border-right: solid 1px #DEE2E6; 
  border-left: solid 1px #DEE2E6;
  background: none;
}

.prijstabel th {
  padding: 40px;
  background-color: white;
  border-right: solid 1px #DEE2E6; 
  border-left: solid 1px #DEE2E6;
  border-bottom: 0;
}

.prijstabel td:first-child, th:first-child, td:last-child, th:last-child {
  border-left: 0;
  border-right: 0;
}

.fa-ul {
  font-size: 15px;
}

.specs {
  margin: 10px 0;
  font-size: 17px;
}

.li-specs {
  line-height: 130%;
}

.form-control:focus {
  border-color: #3cc154;
}

#cookie {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#cookie div {
    padding: 5px 0 0;
}
#cookie a {
    color: #28a745;
    display: inline-block;
    padding: 0 10px;
}
#cookie a:hover {
	color: #fda016;
}
#cookie a#cookieKnop {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
	  background: #28a745;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
}
#cookie a#cookieKnop:hover {
    background: #2cc950;
	  color: #000;
}

.ronder-boven {
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}

.ronder-onder {
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}

.strikethrough {
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  color: red;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.numberCircle {
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #28a745;
  color: white;
}

/* Achtergronden */
/* Afbeeldingen */
.vps-background {
 background-image: url(../includes/img/vps.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.vps-darker-background {
 background-image: url(../includes/img/vps-darker.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.vps-ryzen-background {
  background-image: url(../includes/img/Ryzen2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
.dedicated-background {
 background-image: url(../includes/img/Ryzen2.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: right top;
}
.webhosting-background {
 background-image: url(../includes/img/webhosting.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.webhosting-freedomain-background {
  background-image: url(../includes/img/bgfreedomain.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color:rgba(0, 0, 0, 0.04)
 }
.webhosting-darker-background {
  background-image: url(../includes/img/webhosting-darker.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
.minecraft-background {
 background-image: url(../includes/img/minecraft/mcback.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.minecraft-background-2 {
  background-image: url(../includes/img/minecraft/cavesandcliffs.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
.bedrock-background {
  background-image: url(../includes/img/minecraft/minecraftbedrockbackground.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
.hytale-background {
 background-image: url(../includes/img/hytalebackground.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.kerst-background {
  background-image: url(../includes/img/kerstachtergrond.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }

/* Blauwgroen */
.achtergrond-gradient-1 {
  background: rgb(153,207,216);
  background: linear-gradient(120deg, rgba(153,207,216,1) 0%, rgba(12,148,171,1) 50%);
}

/* Wit */

.achtergrond-wit-1 {
  background-size: 100% auto;
  z-index: 1;
  background: #ecece8;
  background-image: linear-gradient(-180deg, #ecece8 0%, #e8ece9 100%);
}

.achtergrond-wit-2 {
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.achtergrond-wit-3 {
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.achtergrond-wit-4 {
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.achtergrond-wit-5 {
  background-size: 100% auto;
  z-index: 1;
  background-color: #F5F4EF;
}

.achtergrond-wit-transparant {
  background:rgba(255,255,255, 0.2);
}

/* Donker */

.achtergrond-donker-1 {
  background-size: 100% auto;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; 
  background-blend-mode: multiply,multiply;
}

.achtergrond-donker-2 {
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  background-blend-mode: normal, lighten, soft-light;
}

.achtergrond-donker-3 {
  background-size: 100% auto;
  z-index: 1;
  background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.achtergrond-donker-4 {
  background-color: black;
}

.achtergrond-donker-5 {
  background-color: #151616;
}

.achtergrond-donker-footer {
  background-image: url(../includes/img/footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #151616;
}

.achtergrond-donker-titel {
  background-size: 100% auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2rem; 
}

.achtergrond-donker-ondertitel {
  background-size: 100% auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  
}

.achtergrond-donker-header {
  background-size: auto 100%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: /*url(../includes/img/Etheron-logo-wit-cropped-footer.png),*/ linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
  background-blend-mode: multiply;
}

.achtergrond-donker-slide {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* Waves  */

.text-wave1 {
  color: black;
}
 

.wave1-achtergrond {
  background-color: #273036;
  width: 100%;
}


@media (min-width: 768px) {
.wave1 {
  background-image: url(../includes/img/wave2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
 }
 .text-wave1 {
  color: white;
}
 

.wave1-achtergrond {
  background-color:rgba(0, 0, 0, 0.0);
  width: 100%;
}
}

/* Wave Minecraft */

.text-wave2 {
  color: black;
}
 

.wave2-achtergrond {
  background-color: #273036;
  width: 100%;
}


@media (min-width: 768px) {
.wave2 {
  background-image: url(../includes/img/wave3.svg);
  background-size: auto 100%, cover;
  background-repeat: no-repeat;
  background-position: top;
 }
 .title-wave2 {
  color: white;
}
 .text-wave2 {
  color: rgb(243, 243, 243);
}
 

.wave2-achtergrond {
  background-color:rgba(0, 0, 0, 0.0);
  width: 100%;
}

}

/* Wave Rust */

.text-wave3 {
  color: black;
}
 

.wave3-achtergrond {
  background-color: #273036;
  width: 100%;
}


@media (min-width: 768px) {
.wave3 {
  background-image: url(../includes/img/wave4.svg);
  background-size: auto 100%, cover;
  background-repeat: no-repeat;
  background-position: top;
 }
 .title-wave3 {
  color: white;
}
 .text-wave3 {
  color: rgb(243, 243, 243);
}
 

.wave3-achtergrond {
  background-color:rgba(0, 0, 0, 0.0);
  width: 100%;
}

}

/* Minecraft */

.float-ani-10s {
  -webkit-animation: float 10s ease-in-out infinite;
  animation: float 10s ease-in-out infinite;
}

.float-ani-5s2 {
  -webkit-animation: float2 2s ease-in-out infinite;
  animation: float2 5s ease-in-out infinite;
}

.float-ani-6s {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-25px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}

.achtergrond-minecraft-dirt {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/dirt-darker.png);
  background-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
.achtergrond-minecraft-dirt {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/dirt-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-grass {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/grass-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-grass {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/grass-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-wood {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/wood-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-wood {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/wood-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-cobble {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/cobble-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-cobble {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/cobble-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-coal {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/coal-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-coal {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/coal-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-iron {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/iron-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-iron {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/iron-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-lapis {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/lapis-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-lapis {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/lapis-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-gold {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/gold-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-gold {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/gold-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-redstone {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/redstone-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-redstone {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/redstone-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-diamond {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/diamond-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-diamond {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/diamond-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-emerald {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/emerald-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-emerald {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/emerald-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-tnt {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/tnt-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-tnt {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/tnt-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-obsidian {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/obsidian-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-obsidian {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/obsidian-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-netherite {
  background-size: 225% 130%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/netherite-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-netherite {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/netherite-darker.png);
  background-blend-mode: multiply;
}
}
.achtergrond-minecraft-grass-bedrock {
  background-size: 300% 120%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/grass-darker.png);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
.achtergrond-minecraft-grass-bedrock {
  background-size: 200% 200%, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/minecraft/grass-darker.png);
  background-blend-mode: multiply;
}
}

/* FiveM */
.achtergrond-gta-image1 {
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/gta_background-darker.webp);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
.achtergrond-gta-image1 {
  background-size: auto auto, 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../includes/img/gta_background-darker.webp);
  background-blend-mode: multiply;
}
}
/* Ark */
.achtergrond-ark-image1 {
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/ark_background.webp);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
.achtergrond-ark-image1 {
  background-size: auto auto, 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../includes/img/ark_background.webp);
  background-blend-mode: multiply;
}
}

/* Rust */
.achtergrond-rust-image1 {
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 1;
  background-image: url(../includes/img/rust/rustachtergrond.webp);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
.achtergrond-rust-image1 {
  background-size: auto auto, 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../includes/img/rust/rustachtergrond.webp);
  background-blend-mode: multiply;
}
}

/* Valheim */
.achtergrond-valheim-image1 {
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/valheim/screenshot03_valheim.webp);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
.achtergrond-valheim-image1 {
  background-size: auto auto, 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../includes/img/valheim/screenshot03_valheim.webp);
  background-blend-mode: multiply;
}
}

.achtergrond-valheim-image2 {
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-image: url(../includes/img/valheim/screenshot07_valheim.webp);
  background-blend-mode: multiply;
}
@media only screen and (max-width: 1000px) {
.achtergrond-valheim-image2 {
  background-size: auto auto, 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url(../includes/img/valheim/screenshot07_valheim.webp);
  background-blend-mode: multiply;
}
}

.t_tab-content--fluid {
  transition: .5s cubic-bezier(.37, -0.05, .05, 1.69);
}

.bg-gradient-blauw-1 {
  background: rgb(153,207,216);
  background: linear-gradient(120deg, rgba(153,207,216,1) 0%, rgba(12,148,171,1) 50%);
  border-radius: 45px 45px 0px 45px;
}

.bg-gradient-blauw-2 {
  background: rgb(153,207,216);
  background: linear-gradient(120deg, rgba(153,207,216,1) 0%, rgba(12,148,171,1) 50%);
}

.img-radius {
  border-radius: 35px 35px 0px 35px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow:0 1rem 3rem rgba(0,0,0,.175);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.img-radius:hover, .img-radius:focus, .img-radius:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.img-radius-begin {
  border-radius: 35px 0px 0px 35px;
}

.input-radius {
  border-radius: 15px 15px 0px 15px;
}

.card-radius {
  border-radius: 15px 15px 0px 15px;
}

.card-blur {
  background-color: rgba(255, 255, 255, 0.753);
  backdrop-filter: blur(10px);
  border-radius: 35px 35px 0px 35px;
}

.btn-corner {
  border-radius: 10px 10px 0px 10px;
  border: 2px solid white;
  color: white;
  padding: 6px 20px;
  text-align: center;
  font-size: 1.1rem;
  margin: 4px 2px;
  transition: 0.3s;
  font-weight: bold;
}

.btn-corner:hover {
  background-color: #ffffff;
  color: #0ac26f;
  box-shadow: 1px 1px 5px #0ac26f;
}

.btn-corner-simple {
  border-radius: 10px 10px 0px 10px;
}

.btn-corner-dark {
  border-radius: 10px 10px 0px 10px;
  border: 2px solid black;
  color: black;
  padding: 6px 20px;
  text-align: center;
  font-size: 1.1rem;
  margin: 4px 2px;
  transition: 0.3s;
  font-weight: bold;
}

.btn-corner-dark:hover {
  background-color: black;
  color: white;
  box-shadow: 1px 1px 5px #88C8D3;
}

.shadow-green {
  outline: 3px solid rgb(10, 194, 111, 0.2);
  box-shadow: 0 0 30px white;
  bottom: 30px;
}

.shadow-green:hover {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 40px white;
  bottom: 30px;
  transition: 0.8s;
}

.full-img {
  width: 100%;
  height: 100%;
}

.blok {
  list-style-type: square;
}
    
/* Period Selector - Modern Toggle Design */
.periode {
  background: transparent;
  border-radius: 50px;
  padding: 5px;
  display: inline-flex !important;
  gap: 0;
}

.periode .form-check {
  margin: 0 !important;
  padding: 0 !important;
}

.periode .form-check-inline {
  margin: 0 !important;
}

.periode .form-check-input {
  display: none !important;
}

.periode label {
  display: block !important;
  font-weight: 500 !important;
  color: #666 !important;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
  white-space: nowrap;
}

.periode label:hover {
  color: #0c94ab !important;
  background: rgba(12, 148, 171, 0.1);
}

.periode input[type="radio"]:checked + label {
  font-weight: 600 !important;
  color: white !important;
  background: #0c94ab;
  box-shadow: 0 2px 8px rgba(12, 148, 171, 0.3);
}

@media (max-width: 576px) {
  .periode {
    flex-direction: column;
    border-radius: 15px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .periode label {
    text-align: center;
    padding: 12px 20px;
  }
}

.pt-10 {
  margin-top: 10rem;
}

.py-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.home-character {
  max-height: 600px;
  z-index: 2;
}

.home-background {
  padding-top: 75px; 
  padding-bottom: 75px;
  display: flex; 
  align-items: center;
  z-index: 1;
}

.home-tekst-groot {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (min-width: 991px) {
  .home-background {
    padding: 100px; 
    display: flex; 
    align-items: center;
    z-index: 1;
  }

  .home-tekst-groot {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

.home-tekst {
  z-index: 3;
}

.periode {
  font-size: 0.8rem;
  font-weight: 400;
}
 
.card-clickable a {
  color: inherit;
  text-decoration: inherit;
  display: contents;
  padding: auto;
}

.dedicated-card {
  width: 950px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  border-bottom: 1px solid #AEDCC0;
  padding-bottom: 15px;
}
.page:hover {
  border-bottom: 1px solid #3cc154;
  color: black;
  transition: 0.3s;
}

.pages a {
  color: #8d9191;
}

.pages a:hover {
  color: black;
  transition: 0.3s;
  text-decoration: none;
}

.page-active {
  border-bottom: 2px solid #3cc154;;
  color: black;
}
.page span, .page-active span {
  margin-left: 20px;
  margin-right: 20px;
}

.contact {
  width: 400px;

}

.referentie {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.referentie:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: 1s;
}




/*======================
    404 page
=======================*/


.page_404{ padding:40px 0; background:#fff;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(../includes/img/gifs/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;}


  @media (min-width: 500px) {
    .header-logo {
      max-width: 30%;
    }
    
    }

/*======================
    Accordion
=======================*/

.accordion-item {
  border-radius: 10px !important;
  overflow: hidden !important;
}
.accordion-button {
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-collapse {
  border-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/*======================
    Review
=======================*/

.review-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review {
  display: inline-block;
}

.review input {
  display: none;
}

.review label {
  float: right;
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
}

.review label:before {
  content: '\2605';
  font-size: 40px;
}

.review input:checked ~ label,
.review label:hover,
.review label:hover ~ label {
  color: #1096AC;
  transition: color 0.3s;
}

/* Pricing Cards - Responsive Design */
.pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.pricing-card .card-header {
  border-radius: 0;
  border: none;
}

.pricing-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card .card-body ul {
  flex-grow: 1;
}

.pricing-card .card-body > a.btn {
  margin-top: auto;
}

.pricing-card ul li {
  font-size: 0.95rem;
}

.pricing-card ul li strong {
  color: #343E3D;
}

.pricing-popular {
  transform: scale(1.02);
  z-index: 2;
  border: 2px solid #0c94ab;
}

.pricing-popular:hover {
  transform: scale(1.02) translateY(-5px);
}

.pricing-popular .card-header {
  background-color: #0c94ab !important;
}

.pricing-popular .card-header .badge {
  padding: 0.5em 1em;
  font-size: 0.75rem;
  background-color: #fff !important;
  color: #0c94ab !important;
}

.price-block h3 {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .pricing-popular {
    transform: none;
  }
  .pricing-popular:hover {
    transform: translateY(-5px);
  }
  .pricing-card .card-body {
    padding: 1.25rem;
  }
}

@media (max-width: 767px) {
  .pricing-card {
    margin-bottom: 1rem;
  }
  .pricing-card ul li {
    font-size: 0.9rem;
  }
  .price-block h3 {
    font-size: 1.75rem;
  }
}

/* Modern Dedicated Server Card Styles - 2026 Design */
.server-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  overflow: hidden;
}
.server-card.notinstock {
  opacity: 0.6;
}
.server-card .card-body {
  padding: 0;
}

.server-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.server-header .server-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #0c94ab 0%, #0a7a8f 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.server-header .server-title {
  flex: 1;
}
.server-header .server-title h5 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #343E3D;
}
.server-header .delivery-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}
.server-header .delivery-badge.fast {
  background: rgba(60, 193, 84, 0.1);
  color: #3cc154;
}
.server-header .delivery-badge.medium {
  background: rgba(234, 179, 8, 0.1);
  color: #ca8a04;
}
.server-header .delivery-badge.slow {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.server-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 1.25rem 1.5rem;
}
.spec-block {
  text-align: center;
  padding: 0.75rem;
  border-right: 1px solid rgba(0,0,0,0.06);
}
.spec-block:last-child {
  border-right: none;
}
.spec-block .spec-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  color: #0c94ab;
  font-size: 1rem;
}
.spec-block .spec-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #343E3D;
  margin-bottom: 0.15rem;
  line-height: 1.2;
}
.spec-block .spec-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #607466;
  font-weight: 600;
}

.server-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  border-top: 1px solid rgba(0,0,0,0.04);
}
.server-footer .price-section {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.server-footer .price-section .price {
  font-size: 1.75rem;
  font-weight: 800;
  color: #343E3D;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  background: transparent;
}
.server-footer .price-section .period {
  font-size: 0.85rem;
  color: #607466;
  font-weight: 500;
}
.server-footer .btn-configure {
  padding: 0.75rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  transition: color 0.2s ease;
}
.server-footer .btn-configure.btn-success {
  background: #3cc154;
  color: #fff;
}
.server-footer .btn-configure.btn-success:hover {
  color: #000;
}
.server-footer .btn-configure.btn-danger {
  background: #f1f5f9;
  color: #607466;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .server-specs {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-block {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .spec-block:nth-child(2) {
    border-right: none;
  }
  .spec-block:nth-child(3),
  .spec-block:nth-child(4) {
    border-bottom: none;
  }
}
@media (max-width: 576px) {
  .server-header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .server-header .delivery-badge {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .server-specs {
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
  }
  .server-footer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .server-footer .btn-configure {
    width: 100%;
  }
}