@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shadows+Into+Light+Two&display=swap');

html {
  background-color: #454e5c;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: rgba(186, 186, 186, 0.60);
  color: rgba(0, 0, 0, 0.69);
  font-size: calc(15px + 0.390625vw);
}

a {
  outline-color: transparent;
}


/* navbar main */

.mwd-navbar-main {
  background: #454e5c; 
  border-top: 1px solid #4e5764;  
  text-transform: uppercase;
}	

@media only screen and (max-width: 769px) {

.mwd-navbar-main {
  border-bottom: 1px solid #ffffff;  
}
		
}

.mwd-navbar-main a.nav-link {
  padding: 10px 20px !important;
  color: rgba(255, 255, 255, 0.49);
}

.mwd-navbar-main a.nav-link.active {
  color: rgba(255, 255, 255, 1.0);
}

.mwd-navbar-main a.nav-link.disabled {
  color: rgba(255, 255, 255, 1.0);
}

.mwd-navbar-main a.nav-link:hover {
  color: rgba(244, 160, 36, 0.69) !important;
}	
	
@media only screen and (max-width: 769px) {

.mwd-navbar-main {
  border-left: none !important;
}
	
.mwd-navbar-main-list {
  border-bottom: 1px solid rgba(107, 120, 138, 0.60) !important;
}

.mwd-navbar-main a.nav-link {
  border-left: none !important;
  border-top: 1px solid rgba(107, 120, 138, 0.60) !important;
  border-right: none !important;
}	
		
}

.mwd-navbar-main-active-link {
  background-color: rgba(116, 194, 225, 0.60) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}

a.mwd-navbar-main-active-link {
  background-color: rgba(116, 194, 225, 1.0) !important;
  color: #FFFFFF;
  cursor: default;
  pointer-events: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}

/* start search */
.mwd-form-search input {
  color:  #ffffff !important;
} 

.mwd-form-search .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  outline: none;
  box-shadow: none;
} 

.mwd-form-search #zoeken {
  background: rgba(199, 199, 199, 0.24);
  border: none;
} 

/* toggler */

.mwd-navbar-main .navbar-toggler {	
  margin: 10px auto;
  border: 1px solid #4e5764 !important;	
}

.mwd-navbar-main .navbar-toggler:focus,
.mwd-navbar-main .navbar-toggler:active,
.mwd-navbar-main .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.mwd-navbar-main .navbar-toggler[aria-expanded=false]:after {
color: #4e5764 !important;	
}
	
.mwd-navbar-main .navbar-toggler[aria-expanded=true]:after {
color: #4e5764 !important;
}

.mwd-form-search input[type="search"]:focus,
.mwd-form-search input[type="search"]:active,
.mwd-form-search input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* header */

.mwd-header-01-01 {
  background: #ffffff;
  padding: 2rem 1rem; 
  text-align: center !important;
}

.mwd-header-01-01-main {

}

.mwd-header-01-01-main {
  padding-top: 6px;
  text-transform: uppercase;
}

.mwd-header-01-01-main h1 {
  color: rgba(106, 106, 106, 0.69);
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.mwd-header-01-01-sub {
  padding-top: 6px;
  text-transform: uppercase;
}

.mwd-header-01-01-sub h1 {
  color: rgba(106, 106, 106, 0.69);
  font-size: 1.2rem;
  margin: 0;
  padding: 16px 0 0 0;
  text-transform: uppercase;
}

.mwd-header-01-01-sub-nav {
  padding-top: 4px;
  text-align: center;
}

.mwd-header-01-01-sub-nav a {
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 10px 0 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);

}

.mwd-header-01-01-sub-nav a:hover {
  color: #FF8000;
}

a.mwd-header-01-01-sub-nav-active {
  color: #FF8000;
  cursor: default;
  pointer-events: none !important;
}

/* header 02 */
.mwd-header-02-01 {
  background: #D4D4D4;
  background: linear-gradient(165deg,rgba(212, 212, 212, 1) 0%, rgba(233, 233, 233, 1) 100%, rgba(255, 255, 255, 1) 50%);
  padding: 1rem; 
}

.mwd-header-02-01-main {
  padding-top: 6px;
  text-transform: uppercase;
}

.mwd-header-02-01-main h1 {
  color: rgba(106, 106, 106, 0.69);
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.mwd-header-02-01-sub {
  padding-top: 14px;
  text-transform: uppercase;
}

.mwd-header-02-01-sub h1 {
  color: rgba(106, 106, 106, 0.69);
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.mwd-header-02-01-sub-icon {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 1rem;
}

.mwd-header-02-01-sub-icon a:link {
  color: rgba(255, 150, 0, 0.49);
}

.mwd-header-02-01-sub-icon a:hover {
  color: rgba(255, 150, 0, 0.69);
}

@media screen and (min-width: 1400px) {
	
.mwd-header-02-01-main {
  text-align: left !important;
}
	
.mwd-header-02-01-sub {
  text-align: right !important;
}	

}

@media only screen and (max-width: 769px) {
	
.mwd-header-02-01 {
  text-align: center !important;
}

}

/* banner */

.mwd-banner {
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mwd-banner-overlay {
  min-height: 360px;
  background: linear-gradient(to top, rgba(9, 32, 63, 0.69) 0%, rgba(83, 120, 149, 0.2) 100%);
  padding: 1% 2% 1% 1%;
}

.mwd-banner-home {
  background: url("../../images/1920/0900/morina-klaslokaal-001-002.jpg");
  background-position: top center;
}

.mwd-banner-caption {
  margin: 0 auto;
  max-width: 660px;
  position: relative;
  padding: 20px;
  background: transparent;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.mwd-banner-caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30%;
  background: rgba(255, 255, 255, 0.9);
}

.mwd-banner-caption::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 30%;
  background: rgba(255, 255, 255, 0.9);
}

.mwd-banner-caption .mwd-banner-caption-right-top,
.mwd-banner-caption .mwd-banner-caption-right-bottom {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.mwd-banner-caption .mwd-banner-caption-right-top {
  top: 0;
  height: 30%;
}

.mwd-banner-caption .mwd-banner-caption-right-bottom {
  bottom: 0;
  height: 30%;
}
	
.mwd-banner-caption-text {
  position: absolute;
  width: 83%;
  left: 24px;
  padding: 30px 40px 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(88, 88, 88, 0.88);
  text-transform: uppercase;
  font-size: 16px;
}
	
.mwd-banner-caption-text-main {
  text-align: right;
  margin: 0;
  padding: 0 0 10px 0;
}
	
.mwd-banner-caption-text-sub {
  text-align: right;
}
	
.mwd-banner-caption-text-sub a {
  display: inline-block;
  padding: 4px 10px 0 10px;
  text-decoration: none;
  color: rgba(255, 128, 0, 0.9);

}

.mwd-banner-caption-text-sub a:hover {
  color: #FF8000;
  color: rgba(255, 128, 0, 0.6);	
}
	
/* on large screens */	
	
@media screen and (min-width: 1400px) {
	
.mwd-banner-caption {
  padding: 20px;
  height: 190px;
  width: 540px;
}
	
.mwd-banner-caption-text {
  width: 100%;
  right: -20px;
  left: 24px;
  padding: 30px 40px 10px 20px;
}

}

/* on small screens */	
	
@media only screen and (max-width: 769px) {
	
.mwd-banner-caption {
  height: 240px;
  padding-bottom: 60px;
}
	
.mwd-banner {
  padding: 60px 20px 150px 20px;
}

.mwd-banner-caption-text {
  width: 86%;
  left: 24px;
  padding: 30px 40px 20px 20px;
}

}

/* body */

/* footer */

.mwd-footer-list-header-01-01 {
  position: relative;
  background: #454e5c;
  color: rgba(255, 255, 255, 0.69);
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.mwd-footer-list-header-01-01:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #454e5c;
}

.mwd-footer-section	{
  background: #ffffff;
  color: rgba(0, 0, 0, 0.49);
  padding: 2rem 1rem;
  font-size: 14px;
  letter-spacing: 1px;
}
	
.mwd-footer-content	{
  margin: 0;
  padding: 0;

}
	
.mwd-footer-content .disabled {
  position: relative;
  color: rgba(0, 0, 0, 0.49) !important;
}

.mwd-footer-content .disabled::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f3c5";
  color: rgba(0, 0, 0, 0.49) !important;
  top: 4px;
  right: 20px;
}

.mwd-footer-content h1 {
  font-size: 1rem;
  margin: 0 0 1rem 0 !important;
  padding: 0 0 .5rem 0 !important;
}

.mwd-footer-content h1 a {
  text-decoration: none;
  color: rgba(111, 111, 111, 0.64) !important; 
  display: block;
  width: 100%;
}

.mwd-footer-content h1 a:hover {
  color: rgba(244, 160, 36, 1.0) !important;
}


.mwd-list-group-footer {
  padding: 0 !important;
  margin: 0 !important;
}

.mwd-list-group-footer .list-group-item {
  border: none !important;
  border-bottom: 1px dotted rgba(111, 111, 111, 0.24) !important;
  border-radius: 0 !important;
  background-color: transparent!important;
  color: rgba(0, 0, 0, 0.44) !important;
  padding: 9px 0 9px 0;
  margin: 0 !important;
}

 @media only screen and (min-width: 1200px) {
.mwd-list-group-footer .list-group-item:first-child {
  border-top: 1px dotted rgba(111, 111, 111, 0.24) !important;
}
}

.mwd-list-group-footer .list-group-item:last-child {
  border-bottom: 1px dotted rgba(111, 111, 111, 0.24) !important;
}

.mwd-list-group-footer .list-group-item:hover {
  color: rgba(244, 160, 36, 1.0) !important;
}

.mwd-list-group-footer .disabled {
  position: relative;
  background-color: transparent!important;
  color: rgba(244, 160, 36, 1.0) !important;
}

.mwd-list-group-footer .disabled::after {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 16px;
  content: "\f3c5";
  color: rgba(244, 160, 36, 1.0) !important;
  top: 9px;
  right: 0;
}

@media (max-width: 768px) {
.mwd-list-item-first {
  border-top: 1px dotted rgba(111, 111, 111, 0.24) !important;
}
}

.mwd-footer-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  border-top: 1px solid rgba(111, 111, 111, 0.14);
}

.mwd-footer-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mwd-footer-list li i {
  display: inline-block;
  padding-top: 4px !important;
  padding-right: 6px;
  font-size: 12px;
}

.mwd-footer-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 4px 10px 4px 0;
  color: rgba(111, 111, 111, 0.44) !important;
  border-bottom: 1px solid rgba(111, 111, 111, 0.14);
}
	
.mwd-footer-list li a:hover {
  color: rgba(255, 121, 0, 1.0);
}

.mwd-footer-content .mwd-read-more {

}
	
.mwd-footer-content .mwd-read-more a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.69);
}
	
.mwd-footer-content .mwd-read-more a:hover {
  color: rgba(255, 121, 0, 1.0);
}

.mwd-footer-content .mwd-read-more i {
  display: inline-block;
  padding-top: 4px !important;
  padding-right: 4px;
  font-size: 12px;
}

/* footer sub */

.mwd-footer-sub {
  background-color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
}

.mwd-footer-sub span {
  display: inline-block;
  margin: 0 10px;
  padding: 1rem;
  color: #FF8000;
}

.mwd-footer-sub a {
  display: inline-block;
  margin: 0 10px;
  padding: 1rem;
}

.mwd-footer-sub a:hover {
  color: #FF8000;
}

.mwd-footer-sub a:link, .mwd-footer-sub a:visited, .mwd-footer-sub a:active {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.69);
}

.mwd-footer-sub a:hover {
  color: #D36900 !important;
}

/* footer sub-sub */

.mwd-footer-sub-sub {
  background-color: #454e5c;
  color: rgba(255, 255, 255, 0.44);
  padding-top: 1rem;
}

.mwd-footer-sub-sub-nav {
  padding: 1rem;
  text-align: center;
}

.mwd-footer-sub-sub-nav a {
  display: inline-block;
  margin: 0 20px;
}

.mwd-footer-sub-sub-nav a:link, .mwd-footer-sub-sub-nav a:visited, .mwd-footer-sub-sub-nav a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.44);
}

.mwd-footer-sub-sub-nav a:hover {
  color: rgba(255, 255, 255, 0.94);
}

.mwd-footer-sub-scroll-top {
  text-align: center;
  padding: 1rem 1rem 2rem 1rem;
}

.mwdScrollTop {
  width: 60px;
  height: 60px;
  font-size: 2em;
  padding: 10px;
  text-align: center;
  border-radius: 100% !important;
}

/* download button */

.mwd-button-download-file {
  position: relative;
  width: 160px;
  padding: 6px 12px;
  border: none !important;
  margin-bottom: 2rem;
  background: #b28d1e !important;
  color: #FFFFFF !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}

.mwd-button-download-file:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f0ea";
  top: 0;
  right: 0;
  padding: 6px 9px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 1.0);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* hike */

.mwd-header {
  background: #454e5c;
  padding: .9rem; 
  border-top: 1px solid #4e5764;
  border-bottom: 1px solid #373e4a;	
}

.mwd-header-main {

}

.mwd-header-sub {
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.44);
  text-transform: uppercase;
}

.mwd-header-sub h1 {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.mwd-header-sub .mwd-moto {
  font-size: 26px;
  letter-spacing: 1px;
}

.mwd-header-sub .mwd-header-sub-title {
  font-size: 26px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 769px) {

.mwd-header-main {
  text-align: center;
  padding-bottom: 6px;
}	
	
.mwd-header-sub {
  text-align: center;
}
	
.mwd-header-center {
  text-align: center;
  padding-bottom: 6px;
}
		
}

.mwd-header-sub a {
  display: inline-block;
  margin-left: 20px;
}

.mwd-header-sub a:link, .mwd-header-sub a:visited {
  text-decoration: none;
  color: rgba(212, 212, 212, 0.69);
}

.mwd-header-sub a:focus, .mwd-header-sub a:active {
  text-decoration: none;
  color: rgba(212, 212, 212, 0.69);
}

.mwd-header-sub a:hover {
  text-decoration: none;
  color: rgba(212, 212, 212, 1.0);
}

@media screen and (min-width: 1400px) {
	
.mwd-header-main {
  text-align: left;
}	
	
.mwd-header-sub {
  text-align: right !important;
}
	
}

/* modal window */

.mwd-modal-button-close {
  position: relative;
  width: 140px;
  padding: 6px 12px 6px 20px;
  text-align: left !important;
  text-transform: uppercase;
}

.mwd-modal-button-close-label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0 3px 3px 0;
}


/* nav 01-01 */

.mwd-nav-01-01 {	
  background: #454e5c; 
  border-bottom: 1px solid #373e4a;	
  text-transform: uppercase;
  padding: 4px 20px 6px 20px;
  text-align: left;
}

.mwd-nav-01-01-main {
  float: left;
  width: 60%;
}

.mwd-nav-01-01-sub {
  float: right;
  text-align: right;
  width: 40%;
}

.mwd-nav-01-01 a {
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 10px 0 10px;
}

.mwd-nav-01-01-main a {
  margin-right: 2rem;
}

.mwd-nav-01-01-sub a {
  margin-left: 2rem;
}

.mwd-nav-01-01 a:hover {
  color: #FF8000;
}

.mwd-nav-01-01 a:link, .mwd-nav-01-01 a:visited, .mwd-nav-01-01 a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.49);
}

.mwd-nav-01-01 a:hover {
  color: #D36900 !important;
}

.mwd-nav-01-01-active {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}

a.mwd-nav-01-01-active {
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: default;
  pointer-events: none !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}