/*
Theme Name: Go Online
Theme URI: http://www.goonline.nl
Description: Go Online 
Author: Go Online
Author URI: http://www.goonline.nl
Version: 1.0
*/

/** MAIN **/

*{
	box-sizing: border-box;
}

html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: '', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#8d8d8d;
}

.container-fluid{
	width: 70%;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	color:#3f3f3f;
}

.nopadding-left {
	padding-left:0!important;
}

.sectie-titel {
	margin-bottom:50px;
}

.logo img {
	width:auto;
	height:100%;
}

a.button-zwart, a .button-zwart, .button-zwart a {
	background:#000;
	color:#fff;
	font-weight:800;
	padding:10px 25px;
	cursor:pointer;
}

a.button-zwart, a .button-zwart, .button-zwart a {
	color:#fff;
}

/**** MENU OPEN ****/


.menu{
	position: fixed;
	left: 0;
	top: -200%;
	background-color: rgba(27, 27, 27, 0.9);
	color: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}

.menu.open{
	top: 0;
}

.menu-home{
	position: absolute;
	top: 30px;
	font-size: 42px;
	color: #ffffff;
	cursor: pointer;
}

.menu-home a{
	color: #ffffff;
}

.menu-sluiten{
	position: relative;
	top: 30px;
	float:right;
	font-size: 42px;
	color: #ffffff;
	cursor: pointer;
}

.menu-links{
	width: 70%;
	float: left;
	margin-top: 25vh;
}

.menu .menu-rechts{
	font-size:25px;
	width: 30%;
	float: right;
	margin-top: 25vh;
}

.menu .menu-rechts a {
	color:#fff;
}

.menu-rechts a.button-donkerblauw {
	font-size:15px;
}

.menu .menu-rechts .contact-container {
	margin-bottom:20px;
}

.menu .menu-rechts .icon {
	width:40px;
	text-align:center;
	margin-right:20px;
}

.menu-links ul {
	padding: 0;
	margin: 0;
}

.menu-links ul li {
	display: block;
	list-style-type: none;
}

.menu-links ul li a {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
	/*text-transform: uppercase;*/
}

.menu-links ul li a .menu-rondje {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	border: 2px solid #d4d4d4;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 18px;
	margin-right: 15px;
	margin-top: 10px;
}

.menu-rechts .contact-mail,.menu-rechts .contact-tel {
	font-size: 24px;
	display: block;
	margin-bottom: 25px;
}

.menu-rechts .contact-mail i,.menu-rechts .contact-tel i {
	color: #fff;
	margin-right: 25px;
}

.menu-rechts .knop {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.menu .menu-rechts ul {
	padding: 0;
	margin: 0;
}

.menu .menu-rechts ul li {
	display: block;
	list-style-type: none;
}

.menu .menu-rechts ul li a {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
	text-transform: uppercase;
}

.menu .menu-rechts ul li a .menu-rondje {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	border: 2px solid #d4d4d4;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 14px;
	margin-right: 15px;
	margin-top: 3px;
}

/* == HEADER == */

.header {
	position: relative;
	height:90vh;
}

.header .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.3);
}

.header-top {
	position: relative;
	height:100px;
	background:#1b1b1b;
}

.placeholder {
	display: none;
	position: absolute;
	left:0;
	top:0;
	width:100vw;
	height:150px;
}

.scroll {
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:999999;
	background:#1b1b1b;
	transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}

.header-top.scroll {
	height:100px;
}

.header-top.subpage {
	background:#1b1b1b;
}

.header-top .container-fluid {
	height:100%;
	width:90%;
}

.header-top.scroll .logo{
	padding-top:0;
}

.header-top.scroll .logo-inner {
	height:75px;
	width:75px;
}

.header-top ul {
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
	line-height:100px;
}

.header-top ul li {
	margin:0px 20px;
	display: inline-block;
}

.header-top ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size:20px;
	color:#fff;
	text-decoration: none;
}

.header-top ul.submenu {
	z-index: 999;
	display: none;
	list-style-type:none;
	padding-left:0;
	line-height:normal;
}

.header-top ul.submenu li {
	width:100%;
	padding-bottom:10px;
	margin-left:0;
	float:none;
	display: block;
	margin:10px 0px!important;
}

.header-top ul.submenu li a {
	font-size:16px;
	color:#fff;
}

.header-top li.has-children::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	color:#ffffff;
}

.header-top li.has-children a {
	margin-right:10px;
}

.header-top li.has-children:hover ul.submenu {
	display: block;
    position: absolute;
    margin-left: -10px;
    list-style-type: none;
    background: #1b1b1b;
    border:1px solid rgba(130, 130, 130, 0.1);
    border-top:none;
    color:#465362;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
}


.header-sectie {
	display:inline-block;
	height:130px;
}

.header-links {
	width:25%;
	float:left;
	height:100%;
	display: inline-block;
}

.header-links figure {
	line-height:100px;
}

.header-links h2 {
	color:#fff;
}

.header-links a {
	text-decoration: none;
}

.header-links i {
	margin-right:10px;
	margin-left:10px;
}

.header-top i {
	color:#fff;
	line-height:100px;
	font-size:30px;
}

.header-rechts {
	width:75%;
	display: inline-block;
	height:100%;
}

.header .header-container {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width:50%; 
}

.header .header-container .header-tekst {
	color:#fff;
	margin-top:10px;
}

.header h1 {
	font-size:75px;
	font-weight:400;
	color:#fff;
}

.hamburger-menu {
	display: none;
}

/* == PAGINA HEADER == */

.pagina-header {
	height:350px;
	width:100vw;
}

/* == CONTENT PAGE == */

.content-page {
	min-height:80vh;
}

.content-page .content {
	padding-top:30px;
	padding-bottom:50px;
	width:80%;
}

/* == SIDEBAR == */

.sidebar {
	min-height:80vh;
	padding-top:30px;
	height:100%;
	border-right:1px solid rgba(130, 130, 130, 0.1);
	width:90%;
	overflow-y:scroll;
	/*-webkit-box-shadow: 6px -3px 14px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px -3px 14px -6px rgba(0,0,0,0.75);
	box-shadow: 6px -3px 14px -6px rgba(0,0,0,0.75);*/
	-ms-overflow-style: none;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar-box {
	width:90%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(130, 130, 130, 0.1);
}

.sidebar-box a {
	color:#3f3f3f;
	text-decoration: none;
}

.sidebar-box h2 {
	font-size:20px;
}

/* == HEADER ARTIKELEN == */

.laatste-artikelen {
	position: relative;
}

.header-artikelen {
	position: absolute;
	top:-100px;
	width:70%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.header-artikel-box a {
	color:#000;
	text-decoration: none;
}

.header-artikel-box {
	margin-bottom:50px;
	clear:both;
}

.header-artikelen .header-artikel-box:nth-child(odd) .artikel-box-links {
	float:right;
}

.artikel-box-links {
	width:50%;
	float:left;
	margin-bottom:30px;
}

.artikel-box-links figure {
	width:100%;
	height:100%;
}

.artikel-box-rechts {
	width:50%;
	float:right;
	background:#fff;
	padding:50px 30px 50px 50px;
	box-shadow:0px 15px 15px -9px rgba(0,0,0, 0.1);
}

.artikel-box-rechts h2 {
	margin-top:15px;
	margin-bottom:15px;
}

.artikel-box-rechts .artikel-content {
	padding-bottom:30px;
	border-bottom: 1px solid rgba(130, 130, 130, 0.1);
	margin-bottom:30px;
}

/* == ARTIKEL OVERZICHT == */

.artikelen-overzicht {
	margin-bottom:50px;
}

.artikelen-overzicht .artikel-box {
	margin-bottom:50px;
	clear:both;
	overflow: hidden;
}

.artikelen-overzicht .artikel-box a {
	color:#000;
	text-decoration: none;
}

.artikelen-overzicht .artikel-box-rechts {
	padding:0px 0px 0px 30px;
	box-shadow: none;
}

.artikelen-overzicht .artikel-box-rechts h2 {
	font-size:24px;
	margin-top:0;
}

.artikelen-overzicht .artikel-box-rechts .artikel-datum {
	margin-bottom:20px;
}

.cat-tag {
	padding:10px;
	background:#3a3a3a;
	font-family: 'Montserrat', sans-serif;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:800;
	border-radius:5px;
	color:#fff;
}

.cat-tag a {
	color:#fff;
}

/* == ARTIKEL CATEGORIE PAGINA == */

.single-categorie {
	padding-top:50px;
	padding-bottom:50px;
}

.single-categorie h1 {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid rgba(130, 130, 130, 0.1);
}

.single-categorie .artikel-box {
	clear:both;
	overflow: hidden;
	margin-bottom:30px;
}

.single-categorie .artikel-box a {
	color:#000;
}

.single-categorie .artikel-box .artikel-datum {
	margin-bottom:20px;
	font-style: italic;
}

/* == SINGLE POST == */

.single-post {
	width:90%;
	padding-top:50px;
	padding-bottom:50px;
}

.single-post h1 {
	margin-bottom:30px;
}

.single-post img {
	width:100%;
	height:auto;
}

/* == TEKSTVAK == */

.tekstvak {
	padding-top:50px;
	padding-bottom:50px;
}

/* == CONTACT == */

.contact {
	padding-top:50px;
	padding-bottom:50px;
}

.contact h2 {
	margin-bottom:10px;
}

.contact form {
	margin-top:30px!important; 
}

.contact form input, .contact form textarea {
	width:100%!important;
	border:1px solid rgba(130, 130, 130, 0.1);
}

.contact form input {
	padding:10px!important;
}

.contact form input[type="submit"] {
	display: inline-block;
	width:auto!important;
	font-weight:800;
	font-family: 'Montserrat', sans-serif;
	padding:10px 25px!important;
	background:#262626;
	color:#fff;
}

/* == PARTNERS SIDEBAR == */

.partners-sidebar {
    min-height: 80vh;
    padding-top: 30px;
    height: 100%;
    border-left: 1px solid rgba(130, 130, 130, 0.1);
    padding-left:30px;
    width:90%;
}

.partners-sidebar .logo i {
	margin-left:10px;
	margin-right:10px;
}

.partners-sidebar h3 {
	font-size:20px;
	margin-top:20px;
}

.partners-sidebar .partners-button {
	margin-top:30px;
}

/* == FOOTER == */

.footer {
	clear:both;
	padding-top:50px;
	padding-bottom:50px;
	background:#262626;
	color:#e3e3e3;
	color:#fff;
}

.footer .logo {
	margin-bottom:30px;
}

.footer .logo h2 {
	color:#fff;
}

.footer .logo h2 i {
	margin-left:10px;
	margin-right:10px;
}

.footer h3 {
	color:#fff;
	margin-bottom:30px;
}

.footer-artikel-box {
	clear:both;
	overflow:hidden;
	border-bottom:1px solid rgba(130, 130, 130, 0.2);
	margin-bottom:20px;
}

.footer-artikel-box a {
	color:#fff;
}

.footer-artikel-links {
	width:25%;
	float:left;
}

.footer-artikel-rechts {
	width:75%;
	float:right;
	padding-left:20px;
}

.footer-artikel-box h2 {
	font-size:20px;
	color:#fff;
}

.footer-artikel-box figure {
	width:100px;
	height:100px;
	border-radius:100%;
}

.footer-tag {
	padding:10px;
	background:#3a3a3a;
	font-family: 'Montserrat', sans-serif;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:800;
	border-radius:5px;
}

/* === BLOG === */

.blog {
	padding-top:50px;
	padding-bottom:100px;
}

.blog .header-artikel-box {
	margin-bottom:50px;
}

.blog .artikel-box {
	position: relative;
	clear:both;
	overflow:hidden;
}

.blog .artikel-box a {
	color:#000;
}