/*
Theme Name: AxtionHR 
Author: Mark Ridder
Author URI: http://www.kleurbleur.nl
Description: AxtionHR  
*/

/* =================================================================================  CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* =================================================================================  GENERAL */

* {
	box-sizing: border-box;
	line-height: 1.5em;
  }

body {
	font-family: 'Helvetica', sans-serif;
	color: rgb(2,76,153);
}

a {
	color: rgb(2,76,153);
	text-decoration: none;
}

#page{
	position: relative;
	min-height: 100vh;
}
strong {
	font-weight: bold;
}

/* =================================================================================  HEADER */


header {
	padding: 1em 2em 4.3em;
	height: 8em;
	min-width: 600px;
	background-image: linear-gradient(rgb(246,197,146),white);
}

#header-top{
	display: flex;
	flex-direction: row;
    min-width: 750px;
    max-width: 50%;
    margin: 0 auto;	
}

logo {
	height: 3.7em;
}

logo a svg, logo a {
	height: inherit;
	fill: #0052a0;
}

.cls-1{
	fill:#0052a0
}

nav {
	align-self: flex-end;
	margin-left: 5em;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

nav ul li{
	float: left;
	margin-left: 1em;
}
.current-menu-parent span, .current-menu-item {
	font-weight: bold;
}
.menu-item-has-children:hover{
	cursor: pointer;
}

.sub-menu{
	display: none;
	position: absolute;
	margin-left: -17em;
	margin-top: 5px;
}

li.current-menu-parent ul,
li.current-menu-item ul {
   display: block !important;
}


/* =================================================================================  MAIN */

main {
    width: 700px;
	margin: 0 auto;
	padding-top: 3em;
	padding-bottom: 10em;
}

.hoofd_tekst{
	float: none;
	padding-bottom: 5em;
}
.page-id-89 .hoofd_tekst {
	padding-bottom: 10em;
}
.hoofd_tekst p {
	padding-bottom: 1.7em;
	font-size: 17px;
}

#quote{
	padding-top: 100px;
	padding-left: 130px;
	padding-bottom: 10em;
	width: fit-content;
}
#quote p:first-child{
	font-style: oblique;
	margin-bottom: 10px;
}
#quote p:first-child::before{
	content: "“";
}
#quote p:first-child::after{
	content: "”";
}
#naam_quote{
	text-align: right;
}

main img{
	float: right;
    margin: 0 0 40px 40px;
    /* width: 251px; */
    height: 300px;
}
main img::after{
	clear: both;
}
.link {
	padding-bottom: 20px;
}
.link a{
	display: block;
	font-style: oblique;
	margin-top: 10px;
	margin-left: 20px;
}
#contact_tekst{
	padding-bottom: 2em;
}
#contact_gegevens{
	line-height: 30px;
	padding-bottom: 2em;
}
#partner{
	padding-bottom: 2em;
}
#klantenlijst {
	line-height: 25px;
	margin-left: 30px;
	padding-bottom: 5em;
}

.titel{
	font-weight: bold;
	margin-bottom: -20px;
}

.s5{
	font-style: italic;
}

/* =================================================================================  FOOTER */
footer{
	position: absolute;
	bottom: 0;
	height: 10em;
	width: 100%;
	padding: 1em;
	background-image: linear-gradient(rgb(246,197,146),white);
}
#background{
	position: relative;
	z-index: -99;
    width: 700px;
	margin: 0 auto;	
}
#ganesha {
	float: right;
	height: 25em;
	width: 16em;
	margin-right: -5em;
	margin-top: -420px;
}
#ganesha svg{
	opacity: 0.3;	
	overflow: initial;
	fill: #f6c592;
}

#info-footer{
	display: flex;
	flex-direction: row;
    min-width: 700px;
    max-width: 50%;
	margin: 0 auto;	
	padding: 2em 0 1em 0;
	font-size: 15px;
	line-height: 20px;
}
#contact_footer p:first-child, #adres_footer p:first-child{
	font-weight: bold;
}
#adres_footer {
	margin-left: 3em;
}

#makers{
	width: 700px;
	margin: 0 auto;	
	font-size: small;
	text-align: right;
}







/*======================================================================= MENU */



/* menu icon */
  .header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
  }
  .header .menu-icon {
	display: none;
}
  
  .header .menu-icon .navicon {
	background: rgb(2,76,153);
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
	background: rgb(2,76,153);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
  }
  
  .header .menu-icon .navicon:before {
	top: 7px;
  }
  
  .header .menu-icon .navicon:after {
	top: -7px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
	display: none;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	top: 0;
  }

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

	/* ================= *//* ================= *//* ================= *//* ================= *//* ================= */
	/*       MOBILE      *//*       MOBILE      *//*       MOBILE      *//*       MOBILE      *//*       MOBILE      */
	/* ================= *//* ================= *//* ================= *//* ================= *//* ================= */

*{
	line-height: ;
}

/* Open close menu div */
.header .menu-hoofdmenu-container {
	clear: both;
	height: 0;
	margin-top: 5.7em;
	overflow: hidden;
	transition: height .3s ease-out;
  }
  .header .menu-btn:checked ~ .menu-hoofdmenu-container {
	height: 27em;
  }

/* normal css */

header {
	min-width: unset;
	width: 100%;
	padding-left: 0;
}
#header-top{
	flex-direction: column;
	min-width: unset;
}
logo {
	margin-left: 7%;
}
.header .menu-icon {
	display: inline-block;
}
.menu-hoofdmenu-container {
	height: 0px;
	/* margin-left: 14%; */
}
#header-top {
	width: 100%;
	padding-top: 1em;
	margin: unset;
	max-width: unset;
	min-width: unset;
}
nav {
	align-self: unset;
	width: 100%;
	margin-left: 0;
	margin-top: -3.6em;
}
nav ul li {
	float: none;
	margin: unset; 
}
.menu {
	position: relative;
    line-height: 30px;
    font-size: 20px;
	width: 100%;
	height: inherit;
	padding-left: 7%;
	background-image: linear-gradient(to bottom, white 9em,rgba(255, 255, 255, 0) 45em);
	background-position: 0px 0px;
	background-repeat:   no-repeat;
}
.sub-menu {
	margin:unset;
	margin-left: 6em;
    margin-top: -1.5em;
}
/* .sub-menu-link::before{
	content: "- ";
} */

main{
	display: block;
	width: 80%;
	margin-left: 10%;
}
main img{
	float: none;
	margin: 0 auto;
	margin-bottom: 2em;
	width: 100%;
	height: unset;
}
#quote{
	padding-top: 6em;
	padding-left: 2.3em;
	padding-bottom: 10em;
}



#background{
	width: 100%;
}
#ganesha{
	height: unset;
	width: 60%;
	max-width: 250px;
	margin-right: 0%;
}
#info-footer{
	min-width: unset;
	max-width: unset;
	width: 100%;
	padding-left: 5%;
}
#makers{
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0.4em;
	text-align: center;
}



}