/*
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Zienportal
	
	Colors:
	Petrol: #145468 
	Lichtgrijs: #d5e1e6
	Buttons: #1cade1 

*/

* {
	margin: 0;
}
html, body{
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;
}
html {
	position: relative;
	min-height: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 50px;
    font-size: 1.5rem;
    line-height: 1.75;
    color: #767676;
    margin: 0;
    padding: 0;	
}
h1, h2, h3, h4 {
	font-family: 'Alata', sans-serif;
	/* letter-spacing: 1.5px !important; */
}
h1 {
    font-size: 2.4rem;
	/* margin-top: -60px; */
	margin-bottom: 25px;
}
h2 {
	font-size: 2.2rem;
	line-height: 1.25;
}
h3 {
  font-size: 2rem;
  line-height: 1.5;
}
h4 {
  font-size: 1.7rem;
  line-height: 1.76;
}
a, a:hover {
	color: #0563c1;
}
hr {
	clear: both;
	border-top: 1px solid #ccc;
}

input[type=checkbox],input[type=radio] {
    margin: 6px 0 0;
}
/* .header .container-fluid { */
	/* background: #383636; */
/* } */

.nav-tabs>li>a {
	color: #3dc0e8;
	font-weight: 600;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #e8a243;
}
.nav>li>a {
	padding: 10px 11px;
}
.contents{
	padding: 0px;
	background: #ffffff;
}
.nav-tabs {
	background: linear-gradient(180deg, rgba(246,246,246,1) -10px, rgba(246,246,246,1) 53px, rgba(255,255,255,1) 53px, rgba(255,255,255,1) 100px);
	margin-top: -10px;
	padding-top: 10px;
	margin-left: -1000px;
	padding-left: 1000px;
	padding-right: 1000px;
	margin-right: -1000px;
}
.contents .content .col-md-8 {
	font-size: 2.1rem;
    line-height: 1.857;
    color: #838383;
    /* margin-bottom: 3.6rem; */
}
.content {
	padding: 20px 20px 65px 20px;
}
.margin-up {
	margin-top: -72px;
}
.marginforms {
    margin-top: 50px;
}
.marginforms h2 {
    margin: 11px 0 30px;
}
.bread-crumb {
	/* margin-top: -60px; */
	margin-bottom: 20px;
}

/* Temp fixes?? */
.intakeHuiswerkblads, .intakeLogboeks  {
    margin-top: 10px;
}
.spacer {
    height: 70px;
}
/* end */

h2.crumb {
    /* margin-top: -53px; */
    margin-bottom: 22px;
    /* background-color: #d5e1e6; */
    position: relative;
}
.icon i {
    color: #0563c1;
    font-size: 4.8rem;
}
.contents .content h3 {
    font-size: 1.9rem;
    color: #575656;
    margin-bottom: 3rem;
	font-weight: 600;
}
.service-content {
    min-height: 250px;
}
.contents .content .step {
    padding: 0 40px 1.5rem 60px;
    position: relative;
    min-height: 300px;
	border-left: 1px solid #ececec;
}
.contents .content .step::before {
    display: block;
    font-size: 2rem;
	font-weight: bold;
    content: attr(data-item);
    color: #ffffff;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: #0563c1;
    box-shadow: 0 0 0 15px #ffffff;
    z-index: 100;
    position: absolute;
    top: -12px;
    left: -27px;
}
i.fa.fa-linkedin-square {
    color: #0077b5;
}

.sidebar h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: .3em;
}

/* HEADER */
.header, .header a{
	/* color: #000000;	 */
}
.header .container{
	padding: 0;
}
.header-logo{
    position: relative;
    top: 25px;
}
.header-logo a {
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 298px;
    height: 41px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 298px 41px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-login {
	float: right;
	margin-top: -20px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.logobar {
    width: 100%;
	height: 80px;
    background: #fff;
}
.menubar {
    width: 100%;
	height: 100px;
    background: #145468;
    background: linear-gradient(180deg, rgba(20,84,104,1) 0px, rgba(20,84,104,1) 50px, rgba(213,225,230,1) 50px, rgba(213,225,230,1) 100px);
}
.login {
	background-color: #d5e1e6;
	padding: 20px;
}
@media (max-width: 1199px){
	.login {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px){
	.contents .container {
		display: flex;
	}
	.login {
		flex: 1;
		margin-right: -100%;
		padding-right: 100%;
		height: 69vh;
	}
}
.bg-split {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(213,225,230,1) 75%, rgba(213,225,230,1) 100%);	
}
.red {
	color: #767676;	
}
@media (min-width: 768px) and (max-width:991px){
	.container {
		width:100%;
	}
	.header-logo {
		left: 15px;
	}
}
.header>.container-fluid>.logobar>.menuheader>.navbar {
	height: auto;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* MENU */
.menuheader{
	text-align: right;
}
.navbar .navbar-collapse {
	font-family: 'Alata', sans-serif;
    font-size: 20px;
	letter-spacing: 1.5px;
}
.navbar .navbar-collapse ul {
    float: right;
}
.menubar .navbar .navbar-collapse ul {
	margin-top: 5px;
}
.navbar .navbar-collapse ul li {
}
.navbar .navbar-collapse ul li a {
	padding-left: 2.5px;
	padding-right: 15.7px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
}
#link-gebruikers .dropdown-toggle {
    color: #fff !important;
}
.navbar .navbar-collapse ul li a:hover {
	color: #e8a243 !important;
}
.navbar .navbar-collapse ul li ul li a {
  padding-left: 10px;
  color: #000;
}
.navbar .navbar-collapse ul li ul :hover {
  font-weight: bold;
}
.navbar .navbar-collapse ul li ul :focus {
  font-weight: bold;
}
.navbar .navbar-collapse ul li ul .active a {
  color: #f6f6f6;
  /* font-weight: bold; */
}
.navbar .navbar-collapse ul :focus {
  color: #3dc0e8;
}
.navbar .navbar-collapse ul .active a {
  color: #145468;
}
.navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2.5px;
    padding-right: 15.7px;
    color: #3dc0e8;
}
.navbar-nav>li.active>a:hover, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
    color: #1b87b3 !important;
    background: transparent;
}
.navbar-nav>li.active>a {
	font-weight: bold;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
	border-color: transparent;
}
.navbar-toggle {
	z-index: 100;
}
.dropdown-menu {
    background-color: #fff;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.navbar-nav>li.active>a, .navbar-nav>li.childactive>a {
	color: #fff !important;
	text-decoration: none;
}

/* Open default child menus*/
@media (max-width: 767px) {
	.caret, .caretcontent {
		background-color: #d5e1e6; 
		color: #1b87b3;
	}
}
@media(max-width:767px) {
	.menuheader{
		text-align: left;
		position: relative;
		z-index: 200;
	}	
	.navbar .navbar-collapse {
		position: absolute;
		width: 100%;
		z-index: 500;
		background-color: #f6f6f6;
		height: auto;
		margin-top: -5px;
	}
	.navbar .navbar-collapse ul {
		float: inherit;
		margin-right: 0px;	
		padding: 20px;
	}
	.navbar .navbar-collapse ul li {
		font-size: 15px;
		margin-right: 0 !important;
	}	
	.navbar .navbar-collapse ul li a {
		padding-left: 9px;
	}
	.navbar .navbar-collapse ul li ul li a {
		margin-left: 15px;
	}	
    li.active>a>.caretcontent, li.active>a>.caret, li.childactive>a>.caretcontent, li.childactive>a>.caret {
        display:none;
    }
    li.active>.dropdown-menu, li.childactive >.dropdown-menu {
        display: block;
    }
    li.active>.dropdown-menu li a, li.childactive >.dropdown-menu li a {
        padding: 5px 15px 5px 25px;
    }
    li.active .dropdown-menu, li.childactive, .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
	.dropdown-menu>li>a {
	}	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		background-color: transparent;
	}
	.navbar-header .btn-default {
		background: transparent;
		border: none;
		color: #1b87b3;
		font-size: 25px;
		margin-top: 30px;
		z-index: 20;
		position: relative;
	}
}

@media (min-width: 1100px) {
	.navbar .navbar-collapse ul li {
		margin-right: 10px;
		margin-left: 10px;
	}
	.no-padding {
		padding: 0;
	} 
	.navbar .navbar-collapse {
		margin-right: -90px;
	}	
}
.sub_menu li a {
	color: #000;
}

/* expand 3th level menu to right */
.dropdown>.dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	}/*
li#link-inloggen {
    background: #1b87b3;
    padding-left: 10px;
    border-radius: 3px;
}
li#link-inloggen:hover {
    background: #31cceb;
}
/*
/* Forms */
.comment_form{
    margin-bottom: .8em;
}

/* == SLIDESHOW > HEADER == */
/* >>Arrows: different position & using images */
.slick-prev, .slick-next {
    top: 75%;
}
.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
    content: none;
}
.slick-arrow {
	width: 42px;
	height: 42px;
	opacity: .75;
}
.slick-prev {
	background: url(../img/prev.png) no-repeat;
	left: 5px;
}
.slick-next {
	background: url(../img/next.png) no-repeat;
	right: 5px;
}
.slick-prev:hover, .slick-prev:focus {
	background: url(../img/prev.png) no-repeat;
	opacity: 1;
}
.slick-next:hover, .slick-next:focus {
	background: url(../img/next.png) no-repeat;
	opacity: 1;
}

/* >>Dots: different position & colors */
.slick-dots {
    position: absolute;
	right: 20px;
    text-align: right;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;
}
.slick-dots li.slick-active button:before {
    opacity: 0.7;
	color: #ff0000;
}

/* slick squares */
.slick-dots li button:before {
	background-color: #ffffff;
	content: "";
	width: 15px;
	height: 15px;
}
.slick-dots li.slick-active button:before {
	background-color: #242962;
}

/* >>Captions: correspond with captionTypes in Settings */
.slick-slide .caption {
	background-color: rgba(33, 33, 33, 0.6);
	font-size: 35px;
	color: #ffffff;
	margin: 10% 25%;
}
.caption.banner {
    background-color: transparent;
	color: #ffffff;
}
.caption button {
	background-color: rgba(33, 33, 33, 0.6);
}
@media (max-width: 991px) {
	.caption {
		display: none;
	}
	.caption.banner {
		font-size: 25px;
		right: 5%;
		display: block;		
	}
	.header-banner{
		margin-top: 10px;	
	}	
	.service-content, .contents .content .step {
		min-height: auto;
		margin-bottom: 40px;
	}	
}
@media (max-width: 650px) {
	.caption.banner {
		font-size: 20px;
		right: 2%;
	}	
}
@media (max-width: 500px) {
    .slick-slide>.caption {
		/* display: none !important; */
	}
	.caption.banner {
		font-size: 12px;
		right: 2%;
	}
}
/* == RELATEDINFO == */
.related-divider {
    position: relative;
    /* margin-top: -100px; */
    /* border-radius: 20px;	 */
	background-color: #ffffff;	
	background-image: url(../img/divider.jpg);
    height: 400px;
    background-repeat: repeat-x !important;
    /* background-size: contain !important; */
    background-position: center center !important;
}
@media (max-width: 991px) {
	.related-divider {
		background-image: url(../img/divider-small.jpg);	
		height: 200px;
		background-size: cover !important;
	}
}
.relatedinfo0, .relatedinfo1, .relatedinfo2 {
	color: #666;
    padding: 4rem;
	font-size: 1.8rem;
    line-height: 1.857;	
	text-align: center;
}
.relatedinfo0{
    background-color: #d6f0ff;
}
.relatedinfo1{
    background: #feedcc;
}
.relatedinfo2{
    background: #ffffff;
    padding: 4rem 4rem 8rem 4rem;
}
.relatedinfo0 h1, .relatedinfo1 h1, .relatedinfo2 h1{
	font-weight: 900;
    font-size: 3.4rem;
    line-height: 1.324;
    position: relative;
    padding-bottom: 1rem;	
}
.button0, .button1, .button2{
    background: transparent;
    border-color: #666;
    padding: 10px 30px;
    margin-top: 10px;
}
.button0 a, .button1 a,.button2 a {
    color: #666;
	text-decoration: none;
	text-transform: uppercase;
}
.button0:hover {
    background: #a5f0ff;	
}
.button1:hover {
    background: #feed95;	
}
.button2:hover {
    background: #ececec;	
}
.image-right {
    display: block;
    text-align: right;
    margin: 0 auto;	
}
.buttons .btn {
	background-color: transparent;	
}
.buttons .btn, .caption button {
	color: #fff;
	border: 2px solid #fff;
	text-align: center;	
    position: relative;
	padding: 12px 22px;	
    font-size: 14px;
    border-radius: 2px;	
    bottom: 0px;	
}
.buttons .btn:hover, .caption button:hover{
	background-color: #ffffff;
	color: #000;	
}
.buttons .btn:hover a, .caption button:hover a {
	color: #000;
	text-decoration: none;
}
.btn-zien {
    color: #fff;
    background-color: #1cade1;
    border-color: #1cade1;
	padding: 10px;
	border-radius: 12px; 
}
.white, .white a {
	color: #fff !important;
}
.black, .black a {
	color: #000 !important;
}
@media (max-width: 450px) {
	.contactinfo {
		font-size: 14px;
		line-height: 23px;
	}
}

/* FOOTER */
footer{
	/* Set the fixed height of the footer here */
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #145468;
	
}
.footer {
	height: 30px;	
}
.copyright {
	text-align: center;
    color: #fff;
	margin-top: 10px;
}
.copyright a {
    color: #fff;
}

.showmobile { 
	display: none; 
}
.hidemobile { 
	display: block;
}

/* MEDIA QUERIES */
@media(max-width:991px){
    .showmobile { 
		display: block; 
	}
    .hidemobile { 
		display: none; 
	}
}
@media(max-width:767px){	
    body{
        /* Margin bottom 0 because position is relative */
        margin-bottom: 0;
    }
    footer {
        position: relative;
		height: auto;
    }
	.navbar {
		margin-top: -110px;	
	}
	.headerContainer {
		margin-top: 30px;	
	}
	.header-logo a {
		width: 140px;
		height: 25px;
		background-size: 140px 25px;
	}	
}
.news-date-wrapper {
    align-self: inherit;
}
.news-content .col-xs-12 img.pull-right {
    float: left !important;
    margin-bottom: 10px;
}
.right a.btn.btn-sm.btn-primary.pull-right {
    margin-top: 10px;
}

/* ===================================================================
 *  12a. Accordion-style FAQ
 *
 * ------------------------------------------------------------------- */

.acc-container {
  width:100%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:15px 25px;
  cursor:pointer;
  background:#575656;
  border-bottom:1px solid #383636;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#fff;
}

.acc-content-inner {
  padding:30px;
}

.open {
  height: auto;
}

.selected {
  color: #767676;
}

.selectedBtn {
  background:#1b87b3;
  border-bottom:1px solid #fff;
}
/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
	background: #575656;
    color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
    line-height: 60px;	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
@media (min-width: 992px) and (max-width:1199px){
	.service-content, .contents .content .step {
		min-height: 400px;
	}	
}
@media(max-width:767px) {
	.scroll-top-wrapper {	
		right: 0px;
		bottom: 0px;	
	}
	.contents .content h3 {	
		font-size: 1.6rem;
	}
	.logobar {
		/* height: 80px; */
	}
	.header-logo {
		left: 20px;
	}
}
@media only screen and (max-width: 900px) {
	.relatedinfo4 {
		text-align: center;
	}	
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.6rem !important;
    letter-spacing: -.07rem;
  }
}
@media only screen and (max-width: 400px) {
	.relatedinfo1, .relatedinfo2, .relatedinfo3 {
		text-align: center;
	}
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}

.disabled.back-button {
    color: darkgreen;
    background-color: lightgreen;
    border: 1px solid green;
}

.btn-group-sm>.btn,.btn-sm {
    padding: 1px 6px;
    font-size: 20px;
}
.back-button {
	font-size: 14px;
	padding: 5px 10px;
}
.filename {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}