/* ---------------------------------------------------
    THEME CSS
    
    PRAKTIJKSCHOOL STEDEBROEC
----------------------------------------------------- */


/* ---------------------------------------------------
    BODY
----------------------------------------------------- */

#body_page main {
	margin-top: 160px;
}



/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Eina 01', Arial, sans-serif;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}


h1, h2, h3, h4 {
	margin-bottom: 0;
	line-height: 1;
}
h1 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -.0125em;
}
h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0;
}
h3 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 27px;
}
h4 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}
h5 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}
p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
}

.textLight {
	font-family: 'Gilroy', Arial, sans-serif;
	font-weight: 300;
}
.textHeavy {
	font-family: 'Gilroy Ultra', Arial, sans-serif;
	font-weight: 900;
}

b, strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}


.semilarge {
	font-size: 1.75em !important;
	line-height: 32px;
}


.handwritten {
	font-family: 'Shopping Script Demo', Arial, sans-serif;
	font-size: 70px;
	line-height: 50px;
	display: block;
}
footer .handwritten {
	font-family: 'Shopping Script Demo', Arial, sans-serif;
	font-size: 70px;
	line-height: 50px;
	display: block;
}


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}
.textGrey {
	color: #333 !important;
}
.textMidgrey {
	color: #666 !important;
}
.textLightgrey {
	color: #999 !important;
}
.textAsh {
	color: #ededed !important;
}
.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}
.bgGrey {
	background-color: #333 !important;
}
.bgMidgrey {
	background-color: #666 !important;
}
.bgLightgrey{
	background-color: #999 !important;
}
.bgLightergrey{
	background-color: #dddddd !important;
}
.bgAsh {
	background-color: #e8e9ea !important;
}	
.bgDust {
	background-color: #e9e9e9 !important;
}	
.bgFeather {
	background-color: #f5f5f5 !important;
}	
.bgWhite {
	background-color: #fff !important;
}


/* ---------------------------------------------------
    COLORS COMPANY ID
----------------------------------------------------- */

.textOrange {
	color: #ff921e !important;
}
.textYellow {
	color: #ffbf10 !important;
}
.textPurple {
	color: #3e1a83 !important;
}
.textBlue {
	color: #30c5ff !important;
}
.textDarkblue {
	color: #000c66 !important;
}
.textGreen {
	color: #3cc051 !important;
}


.bgBlue {
	background-color: #000c66 !important;
}
.bgDarkblue {
	background-color: #000c66 !important;
}
.bgBlue2 {
	background-color: #303c96 !important;
}
.bgPurple {
	background-color: #3e1a83 !important;
}
.bgDarkbrown {
	background-color: #301503 !important;
}
.bgGreen {
	background-color: #3cc051 !important;
}
.bgRed {
	background-color: #7a0429 !important;
}
.bgOrange {
	background-color: #ff9b30 !important;
}
.bgYellow {
	background-color: #ffd36a !important;
}
.bgPink {
	background-color: #ff9baa !important;
}
.bgPurple {
	background-color: #9155c0 !important;
}

.navshadow {
	box-shadow: 0px 5px 15px -12px rgba(0,0,0,0.7);
}
.box_shadowOrange {
	box-shadow: 0 0 10px 0 rgba(155, 80, 0, 0.9);
}
.box_shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}


.bgFeatherGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #efefef 10%, #f5f5f5 20%, #f8f8f8 40%, #f8f8f8 60%, #f5f5f5 80%, #efefef 90%) repeat scroll 0 0;
}
.bgOrangeGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #fe9425 10%, #fd972b 20%, #fc9b34 40%, #fc9b34 60%, #fd972b 80%, #fe9425 90%) repeat scroll 0 0;
}
.bgYellowGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffd36a 10%, #fed46f 15%, #fcd77f 40%, #fcd77f 60%, #fed46f 85%, #ffd36a 90%) repeat scroll 0 0;
}



/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #30c5ff;
	text-decoration: underline;
}
p a:hover {
	color: #111;
}


.intro__wrapper p a {
	color: #ff921e;
	text-decoration: underline;
}
.intro__wrapper p a:hover {
	color: #30c5ff;
}



/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

button {
	font-family: 'Eina 01', Arial, sans-serif;
}


.btn-media {
	background-color: #30c5ff;
	border: 2px solid #30c5ff;
	border-radius: 50px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	height: 60px;
	padding: 8px 25px 12px 25px;
	transition: .2s ease-in-out all;
}
.btn-media:hover {
	background-color: #000c66;
	border: 2px solid #000c66;
	color: #fff;
}


.btn1 {
	background: #30c5ff;
	border: 1.5px solid #30c5ff;
	border-radius: 50px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}
.btn1:hover {
	background-color: #000c66;
	border: 1.5px solid #000c66;
	color: #fff;
}
.btn2 {
	background: transparent;
	border: 2px solid #30c5ff;
	border-radius: 50px;
	color: #222;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}
.btn2:hover {
	background-color: #30c5ff;
	border: 2px solid #30c5ff;
	color: #fff;
}
.btn3 {
	background: #fff;
	border: 2px solid #30c5ff;
	border-radius: 50px;
	color: #222;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}
.btn3:hover {
	background-color: #000c66;
	border: 2px solid #000c66;
	color: #fff;
}
.btn4 {
	background: transparent;
	border: 1.5px solid #fff;
	border-radius: 50px;
	color: #111;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}
.btn4:hover {
	background-color: #ff921e;
	border: 1.5px solid #ff921e;
	color: #fff;
}
.btn5 {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn5:hover {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
}


.btn-footertop {
	background-color: transparent;
	border-radius: 50%;
	border: 1.5px solid #30c5ff;
	color: #333;
	font-size: 1.5em;
	height: 50px;
	width: 50px;
}
.btn-footertop:hover {
	background-color: #30c5ff;
	border: 1.5px solid #30c5ff;
	color: #fff;
}


.btn_outline {
	background-color: #fff;
	border: 1.5px solid #222;
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn_outline:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn_social {
	background-color: transparent;
	border: 1.5px solid #06d2df;
	border-radius: .5rem;
	color: #111;
	font-size: 2.25em;
	font-weight: 700;
	height: 70px;
	letter-spacing: 0em;
	width: 70px;
}
.btn_social:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}



.btn-category {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: .0125em;
	padding: 8px 18px 8px 18px;
}
.btn-category:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn-category.active {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



/* ---------------------------------------------------
    ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 0;
}
.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}
.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185,185,185,0.2);
}




/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}
input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155,155,155,.25) !important;
}
.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


/* ---------------------------------------------------
    COLORBAR
----------------------------------------------------- */

.colorbar__wrapper {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #000c66 5%, #0619a4 15%, #0056cc 25%, #009bd4 40%, #02a8f3 45%, #02a8f3 55%, #009bd4 60%, #0056cc 75%, #0619a4 85%, #000c66 95%) repeat scroll 0 0;
	height: 4px;
}
/*.colorbar__wrapper.footer-top {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #000c66 5%, #02a8f3 25%, #fcc80f 45%, #f53b26 65%, #e55c8f 80%, #9155c0 95%) repeat scroll 0 0;
	height: 8px;
}*/
.colorbar__wrapper.footer-top {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #000c66 5%, #0619a4 15%, #0056cc 25%, #009bd4 40%, #02a8f3 45%, #02a8f3 55%, #009bd4 60%, #0056cc 75%, #0619a4 85%, #000c66 95%) repeat scroll 0 0;
	height: 8px;
}



/*.colorbar__wrapper .colorbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.colorbar__wrapper {
	height: 5px;
	position: relative;
	overflow: hidden;
}
.colorbar__wrapper .colorbar-1 {
	-webkit-animation: m 100s linear infinite;
	animation: m 100s linear infinite;
}
.colorbar__wrapper .colorbar-2 {
	-webkit-animation: n 100s linear infinite;
	animation: n 100s linear infinite;
}
.colorbar span {
	width: 100%;
	height: 5px;
}
.colorbar-top span:nth-child(4n+1) {
	background: #333;
}
.colorbar-top span:nth-child(4n+2) {
	background: #111;
}
.colorbar-frontpage span:nth-child(4n), .colorbar-top span:nth-child(4n+3) {
	background: #ccc;
}
.colorbar-top span:nth-child(4n) {
	background: #999;
}*/




/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

section.navigation {
	background-color: #fff;
}

header section.navigation ul.topnav li a {
	color: #989ca0;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	transition: .2s ease-in-out all;
	letter-spacing: .025em;
	line-height: 1em;
}
header section.navigation ul.topnav li a.mobile_icon {
	color: #7a0429;
	font-size: 2em;
}

header section.navigation ul.topnav li a.order {
	color: #fff;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	transition: .2s ease-in-out all;
	letter-spacing: .025em;
	border: 1.5px solid #111;
	border-radius: .5rem;
	background: #111;
}
header section.navigation ul.topnav li a.order:hover {
	background: #ddd;
	border: 1.5px solid #ddd;
	color: #222;
}


header section.navigation ul.topnav li a:hover {
	color: #000c66;
	text-shadow: none;
}
header section.navigation ul.topnav li a.active {
	color: #30c5ff;
}
header section.navigation ul.topnav li a.read_page {
	color: #ff921e;
}
header section.navigation ul.topnav li a.read_page:hover {
	color: #3e1a83;
}
header section.navigation ul.topnav li a.search {
	color: #ff921e;
}
header section.navigation ul.topnav li a.search:hover {
	color: #3e1a83;
}


.nav-link {
	padding: .4rem 1rem;
}

section.navigation ul li a {
	color: #fff;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: .2s ease-in-out all;
	letter-spacing: .0125em;
	padding-bottom: .5rem;
}
section.navigation ul li a:hover {
	color: #30c5ff;
	text-shadow: none;
}
section.navigation ul li a.active {
	color: #30c5ff;
	/* text-shadow: 0 0.5px 3.5px #999; */
}
section.navigation ul li a:focus {
	color: #fff;
}

section.navigation button.navbar-toggler {
	color: #000;
}
section.navigation img {
	height: 80px;
}


#body_home header section.navigation img {
	height: 100px;
}
#body_page header section.navigation img {
	height: 100px;
}


button.menu {
	background-color: #fff;
	border: none;
	margin-top: 0;
}


/* navigation dropdown menu */

.dropdown-toggle::after {
	display: none;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
 
.dropdown {
    transition: .2s ease-in-out all;
}
.dropdown-menu {
	border: 1px solid rgba(0,0,0,.075);
	border-top: none;
	border-bottom-right-radius: .5rem !important;
	border-bottom-left-radius: .5rem !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	display: inherit;
}
.dropdown .dropdown-menu {
	background-color: #303c96;
    opacity: 0;
	transition: visibility 0s, opacity 0.1s linear;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
	opacity: 1;
}
section.navigation ul.dropdown-menu li a {
	color: #fff;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	transition: .2s ease-in-out all;
	letter-spacing: .025em;
	padding-bottom: .5rem;
	padding-top: .5rem;
}
section.navigation ul.dropdown-menu li a:hover {
	background-color: #fff;
	color: #111;
	text-shadow: none;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #e9ecef;
}



/* ---------------------------------------------------
    SIDEBAR
----------------------------------------------------- */

ul.sidebar {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow: hidden;
	padding-left: 0;
}
ul.sidebar li {
	border-bottom: 1px solid #eee;
}
ul.sidebar li:last-child {
	border-bottom: none;
}
ul.sidebar li a {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	width: 100%;
}
ul.sidebar li a:hover {
	background-color: #ddd;
	color: #111;
}
ul.sidebar li a.active {
	background-color: #ff921e;
	color: #fff;
	font-weight: 600;
}




/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

.media .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}
.media h2 {
	font-size: 110px;
	font-weight: 700;
	letter-spacing: -.0125em;
	line-height: 110px;
}
.media h3 {
	background-color: transparent;
	border-radius: .25rem;
	display: inline;
	font-size: 50px;
	font-weight: 6700;
	letter-spacing: 0;
	line-height: 55px;
	padding: 10px 5px 10px 5px;
}


section.media .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%,rgba(255, 255, 255, 0.0)40%);
}


/* header video */

section.media .video_wrapper {
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}
section.media video.header-video {
	width: 100%;
}

section.media .video_shape_overlay {
	background-color: #fff;
	clip-path: polygon(0 90%, 0 100%, 100% 90%);
	height: 200px;
}



/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}
.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #412314 !important;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}


.intro__wrapper p {
	font-size: 23px;
}


.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 400px;
}
.column__wrapper .card > .card-zoom > [class*="card-img-gallery"] {
	max-height: 380px;
}
.column__wrapper .card > .card-zoom > [class*="card-img-group"] {
	max-height: 280px;
}

.column__wrapper h2 {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -.0125em;
}
.column__wrapper .card h3.large {
	font-size: 2.25em;
}
.column__wrapper .card h3 {
	font-size: 1.75em;
	line-height: 1.5em;
	text-align: center;
}


.column__wrapper.cases h3 {
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.5em;
}



.usp_wrapper p {
	font-size: 1.05em;
}
.usp_wrapper .icon_wrapper {
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 1rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}


.infocolumn_wrapper .icon_wrapper {
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 1rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}
.infocolumn_wrapper p {
	font-size: 19px;
}
.infocolumn_wrapper img {
	align-items: center;
	border-radius: 25px;
	border: none;
	display: inline-flex;
	height: 350px;
	justify-content: center;
	object-fit: cover;
	padding: 0rem;
	width: 100%;
}
.infocolumn_wrapper a {
	border: 2px solid #30c5ff;
	border-radius: 50px;
	color: #222;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	transition: .2s ease-in-out all;
	padding: 8px 16px 10px 16px;
}
.infocolumn_wrapper a:hover {
	background: #000c66;
	border: 2px solid #000c66;
	border-radius: 50px;
	color: #fff;
}


.shortcuts_wrapper .img_wrapper img {
	align-items: center;
	border-radius: 25px;
	border: none;
	display: inline-flex;
	height: 320px;
	justify-content: center;
	object-fit: cover;
	padding: 0rem;
	width: 100%;
}
.shortcuts_wrapper p {
	font-size: 1.1em;
}
.shortcuts_wrapper a .btn-shortcuts {
	align-items: center;
	background: #fff;
	border: 2px solid #000c66;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	color: #111;
	display: inline-flex;
	font-size: 21px;
	font-weight: 600;
	height: 60px;
	justify-content: center;
	padding: 8px 25px 10px 25px;
	text-decoration: none;
	transition: .2s ease-in-out all;
}
.shortcuts_wrapper a .btn-shortcuts:hover {
	background-color: #30c5ff;
	border-color: #30c5ff;
	color: #000c66;
}


.experts_wrapper .img_wrapper img {
	align-items: center;
	border-radius: 50%;
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 0rem;
	height: 350px;
	width: 350px;
	justify-content: center;
}
.experts_wrapper p {
	font-size: 1.1em;
}

.experts_wrapper a {
	align-items: center;
	border: 1.5px solid #d8dcdf;
	border-radius: 50%;
	color: #30c5ff;
	display: inline-flex;
	font-size: 28px;
	font-weight: 400;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	transition: .2s ease-in-out all;
	width: 50px;
}
.experts_wrapper a:hover {
	background-color: #30c5ff;
	border-color: #30c5ff;
	color: #fff;
}



.recipe_wrapper .img_wrapper img {
	align-items: center;
	border-radius: 50%;
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 0rem;
	height: 300px;
	width: 300px;
	justify-content: center;
}
.recipe_wrapper h3 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.0125em;
	line-height: 27px;
}
.recipe_wrapper p {
	font-size: 1.1em;
}

.recipe_wrapper a {
	align-items: center;
	border: 1.5px solid #a9d022;
	border-radius: 50px;
	color: #222;
	display: inline-flex;
	font-size: 19px;
	font-weight: 600;
	height: 50px;
	padding: 10px 20px 12px 20px;
	justify-content: center;
	text-decoration: none;
	transition: .2s ease-in-out all;
}
.recipe_wrapper a:hover {
	background: #a9d022;
	border: 1.5px solid #a9d022;
	border-radius: 50px;
	color: #fff;
}



/* ---------------------------------------------------
    LIST WRAPPER
----------------------------------------------------- */

.list__wrapper .list-block h2 {
	border-bottom: 2px solid #ff921e;
	border-top: 2px solid #ff921e;
	font-size: 31px;
	font-weight: 700;
	padding: .95rem 0rem .45rem 0rem;
}
.list__wrapper .list-block ul {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	width: 100%;
}
.list__wrapper .list-block ul li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.list__wrapper .list-block li h3 {
	display: inline;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
}
.list__wrapper .list-block li span {
	color: #888;
	font-size: .9em;
}
.list__wrapper .list-block li div.list-item-inner-border {
	border-bottom: 1px solid rgba(0,0,0,.1);
	height: 4px;
}


/* SCHOOL GUIDE */

.school-guide {
	position: relative;
	margin-top: -150px;
	z-index: 999;
}
.school-guide img {
	height: 450px;
}



/* ---------------------------------------------------
    FORM WRAPPER
----------------------------------------------------- */

.form__wrapper p {
	font-size: 1.2em;
}

.form__wrapper img.contact-logo {
	height: 125px;
}




/* ---------------------------------------------------
    ALINEA WRAPPER
----------------------------------------------------- */


.alinea__wrapper h3 {
	font-size: 1.75em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15em;
}
.alinea__wrapper p {
	font-size: 1.1em;
	font-weight: 400;
}


.alinea__wrapper ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.alinea__wrapper ul li {
	align-items: center;
	display: flex;
	list-style: none;
}
.alinea__wrapper ul li i {
	font-size: 2em;
	width: 70px;
}
.alinea__wrapper ul li p {
	font-size: 1.25em;
	margin-bottom: 0;
}

.alinea_epilogue {
	border-radius: .5rem;
	overflow: auto;
}
.alinea_epilogue h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 77px;
	font-weight: 900;
	line-height: 73px;
	letter-spacing: -.0125em;
}
.alinea_epilogue p {
	font-size: 23px;
	letter-spacing: -.0125em;
}

.alinea__wrapper div.alinea_epilogue_text {
	padding: 0px 100px;
}
.alinea__wrapper .alinea_epilogue_img {
	object-fit: cover;
	overflow: hidden;
	height: 500px;
}
.alinea__wrapper .alinea_epilogue_img img {
	max-width: 100%;
}


/* table */

.alinea__wrapper .table {
	border-color: #ddd;
	color: #222 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
}


/* alinea with image */

.alinea__wrapper.combiblock img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}


/* news */

.alinea__wrapper.agendablock img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}
.alinea__wrapper.newsblock img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.alinea__wrapper.newsblock .btn-news {
	background-color: #fff;
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #222;
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	transition: .2s ease-in-out all;
	padding: 8px 16px 10px 16px;
}
.alinea__wrapper.newsblock .btn-news:hover {
	background: #3cc051;
	border: 2px solid #3cc051;
	border-radius: 50px;
	color: #fff;
}


/* grid content */


.alinea__wrapper.gridcontent h3 {
	font-size: 1.75em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15em;
}
.alinea__wrapper.gridcontent p {
	font-size: 1.1em;
	font-weight: 400;
}







/* ---------------------------------------------------
    CART WRAPPER
----------------------------------------------------- */

.cart__wrapper {
	margin-bottom: 100px;	
}
.cart__wrapper .cart-row .btn-adjust {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.5em;
	height: 50px;
	letter-spacing: 0em;
	width: 50px;
}
.cart__wrapper .cart-row .btn-adjust:hover {
	background-color: #cdcdcd;
	border: 1.5px solid #cdcdcd;
}
.cart__wrapper .cart-row h3 {
	font-size: 1.5em;
	font-weight: 700;
}
.cart__wrapper .cart-row p {
	line-height: 1;
}
.cart__wrapper .cart-row span.cart-item-price {
	font-size: 1.25em;
	font-weight: 600;
}


.form__wrapper.cart h3 {
	font-size: 1.35em;
	font-weight: 700;
}
.form__wrapper.cart p {
	font-size: 1.05em;
}
.form__wrapper.cart hr {
	color: #ddd;
	opacity: .85;	
}
.alinea__wrapper p.notification {
	color: #333
}





/* ---------------------------------------------------
    TOP BAR
----------------------------------------------------- */

.topbar__wrapper {
	font-family: 'Eina 01', Arial, sans-serif;
}
.topMessage {
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
}


/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1.2em;
}
.banner__wrapper p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.35em;
}
.banner__wrapper h3 {
	line-height: 1.25em;
}



/* ---------------------------------------------------
    PROGRESS
----------------------------------------------------- */

.progress-bar {
	background-color: #06d2df;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	transition: width .6s ease;
	white-space: nowrap;
}
.progress {
	height: 23px;
}



/* ---------------------------------------------------
    CTA
----------------------------------------------------- */

.cta__wrapper_top div.top-angle {
	clip-path: polygon(0px 100%, 100% 100%, 100% 90%, 0 0);
	height: 100px;
	margin-top: -5px;
}
.cta__wrapper h2 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0;
}
.cta__wrapper h3 {
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
}
.cta__wrapper p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.35em;
	font-weight: 400;
	letter-spacing: 0;
}


/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */

.gallery__wrapper .card {
	border: none;
	border-radius: 1rem;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}



/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
} 
footer section.footy-main li a {
	color: #fff;
	font-family: 'Gilroy', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}
footer section.footy-main li a:hover {
	color: #f7ae48;
}
footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}
footer .wrapper .footer-logo {
	height: 150px;
}



/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer h3 {
	border-bottom: 1.5px solid #000c66;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
	padding-bottom: 14px;
}
footer section.footy-bottom li a {
	color: #666 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.95em !important;
	font-weight: 400 !important;
	letter-spacing: .0125em !important;
	transition: ease-in-out .2s;
}
footer section.footy-bottom li a:hover {
	color: #ff921e !important;
}
footer section.footy-bottom li i {
	color: #000;	
	font-size: 1.5rem;
} 

footer .wrapper img.footerlogo {
	height: 150px;
}

footer .wrapper .footer-nav ul li a i {
	color: #30c5ff;
	left: 0;
	position: absolute;
	top: 5px;
}
footer .wrapper .footer-nav ul li a {
	display: inline-block;
	color: #333;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 20px;
	position: relative;
}
footer section.footy-bottom li a {
	color: #666 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.95em !important;
	font-weight: 400 !important;
	letter-spacing: .0125em !important;
	transition: ease-in-out .2s;
}
footer .wrapper .footer-nav ul li a:hover {
	color: #ff921e;
}


footer .wrapper {
	background: url("../../images/logos/praktijkschoolstedebroec-footerlogo.png");
	background-repeat: no-repeat;
	background-position: right 50px bottom 50px;
	background-size: 800px;
}



/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}
.cookie a:hover {
	color: #999;
	text-decoration: none;
}





