/* Let op! de kleuren variabelen worden gezet in theme-picker.pm */

main {
	min-height:650px;
}

.about ul {
  list-style-image: url("/web/web_2024/carehouse2024/img/check.png"); /* Dit kan worden overschreven bij de theme picker */
  padding-left: 2rem;
}

/*.labels {*/
/*	position:absolute;*/
/*}*/

/*.about {*/
/*	overflow:visible;*/
/*}*/

.header.sticked {
  height: 80px;
}

.backp {
	margin-bottom:70px !important;
}

.table td {
  font-size: 20px;
}

.table-extra {
  border: 4px solid var(--color-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #595959;
  border-spacing: 4px;
  border-collapse: separate;
}

.table-extra > tbody > tr > td {
  background-color: #93d5f1;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  padding: 15px !important;
  margin: 3px;
}

.table-extra > tbody {
  font-weight: bold;
}

.table-extra > tbody > tr > td h2 {
  text-transform: uppercase;
  font-style: normal;
  color: inherit;
  font-size: 42px;
  padding-bottom: 0;
  margin: 0 0 20px 0;
}
  /*
  onderstaande zijn nodig voor het juist tonen van de leerlijnen tabel aan de zijkant van secties
  */
 section{
 	overflow:visible;
 }
 .min-height-550{
 	min-height:550px;
 }
.accordion{
	margin-bottom:0;
}
.form-header {
  padding-top: 32;
}

.table-cell{
	display: table-cell;
}

.cx_horizontal-line{
	margin-top: 24px;
}

.header .logo img {
	width: 50%;
}

.footer img {
  width: 40%;
}

td, tfoot, th, thead, tr {
	border-width: inherit;
	border-radius: inherit;
}

@media (max-width: 991px) {
	main {
		min-height:inherit;
	}
}

@media (max-width: 1279px) {
  .bedrijf-tegel-img {
		width:50% !important;
	}
	.footer .footer-links {
        margin-bottom: 20px;
    }
  .footer .keurmerk {
    width: 50%;
    margin-top: 25px;
  }

}