/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2024 | 04:47:38 */
div#tablesome__container.standard table.tablesome__table {
	width: 100% !important;
}
#ikoonstappen .steps {
    border-bottom: 2px dashed #1b1f360f;
    height: 48px;
}
#ikoonstappen .w-iconbox-icon {
    background: #1b1f36 !important;
    padding: 20px;
    width: 4rem !important;
    border-radius: 1rem;
    margin: 0px;
}
#ikoonstappen .w-iconbox-icon i {
    color: #f5cccc !important;
}

#ika h4.w-iconbox-title {
    font-size: 20px;
    font-weight: 900;
}
#ika .w-iconbox-icon {
    box-shadow: 0px 6px 8px -6px rgb(24 39 75 / 12%), 0px 8px 16px -6px rgb(24 39 75 / 8%);
    padding: 8px !IMPORTANT;
    width: auto !IMPORTANT;
    font-size: 27px !IMPORTANT;
    border-radius: 10px;
    background: #1c2037 !IMPORTANT;
    color: white !IMPORTANT;
}
#mini p.w-iconbox-title {
    font-weight: 900 !IMPORTANT;
}
#mini .w-iconbox-icon {
    box-shadow: 0px 6px 8px -6px rgb(24 39 75 / 12%), 0px 8px 16px -6px rgb(24 39 75 / 8%);
    padding: 8px !IMPORTANT;
    width: auto !IMPORTANT;
    font-size: 35px !IMPORTANT;
    border-radius: 10px;
    background: #1b1f3629 !IMPORTANT;
}
.deimmage img {
	border-radius: 0px !important;
}
#iktwee .w-iconbox-icon {
    background: #f5cccc !important;
}
#ikdrie .w-iconbox-icon {
    background: #cce1da !important;
}
.blockteller {
    background: #1b1f36 !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom-left-radius: 1rem !important;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-left: 1.5rem;
}
h2.h2kleiner {
    font-size: 31px !important;
}
.middletop {
    border-left: 1px solid #ededef;
    border-right: 1px solid #ededef;
    border-bottom: 1px solid #ededef !IMPORTANT;
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.lefttop {
    border-bottom: 1px solid #ededef;
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.righttop {
    border-bottom: 1px solid #ededef;
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    
}
.leftbottom {
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.bottomcenter {
    border-left: 1px solid #ededef;
    border-right: 1px solid #ededef;
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.rightbottom {
    padding-left: 0.5rem;
    padding-right: 0.5rem !important;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.logohoofd {
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
    width: 50%;
    }


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}