/* *** html/body: 640px breedte van card garanderen i.c.m. 640 viewport *** */
body, html
{
	background-color: #ffffff;
	
	max-width: 640px;
	width: 640px;
	padding: 0px;
	margin: 0px auto;
}
@font-face {
  font-family: IBMPlexArabicBold;
  src: url("/fonts/IBMPlexArabic-Bold.otf");
}
@font-face {
  font-family: IBMPlexArabicExtraLight;
  src: url("/fonts/IBMPlexArabic-ExtraLight.otf");
}

@font-face {
    font-family: IBMPlexArabicRegular;
    src: url("fonts/IBMPlexArabic-Regular.otf") format("opentype");
}
@font-face {
  font-family: IBMPlexArabicLight;
  src: url("/fonts/IBMPlexArabic-Light.otf");
}
@font-face {
  font-family: IBMPlexArabicMedium;
  src: url("/fonts/IBMPlexArabic-Medium.otf");
}

@font-face {
  font-family: IBMPlexArabicSemiBold;
  src: url("/fonts/IBMPlexArabic-SemiBold.otf");
}
@font-face {
  font-family: IBMPlexArabicText;
  src: url("/fonts/IBMPlexArabic-Text.otf");
}
@font-face {
  font-family: IBMPlexArabicThin;
  src: url("/fonts/IBMPlexArabic-Thin.otf");
}
body
{
	margin: 0 auto;	
}

/* *** Global *** */
img
{
	border: 0px;
}

a, a:visited, a:active, a:hover
{
	color: #000000;
}

a:active, a:focus
{
	outline: none;
}

hr
{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

h1
{
	color: #e68670;
	font-size: 24px;	
}

/* *** Card *** */
.company_color, .company_color:active, .company_color:visited
{
	color: #000000;
}

.vertalingen
{
	position: absolute;
	z-index: 10;
	
	color: #000000;
	
	left: 50px;
	top: 0px;
	
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 14px;
}

.vertalingen_a, .vertalingen_a:visited, .vertalingen_a:active, .vertalingen_a:hover
{
	text-decoration: none;
	opacity: 0.5;
}

.vertalingen_a:hover, .vertalingen_a:active
{
	opacity: 1;
}

.vertalingen_a_selected, .vertalingen_a_selected:visited, .vertalingen_a_selected:active, .vertalingen_a_selected:hover
{
	text-decoration: none;
}

.vertalingen_divider
{
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.5;
}

.pasfoto
{
	position: absolute;

	background-image: url('../images/layout/bg_pasfoto.png'); background-repeat: no-repeat; 
	
	left:0px;
	top: 0px;
	
	padding:0px;
}

.pasfoto img
{
	width: 640px;
    height: 545px;
}

.canvas
{
	position: absolute;

	width: 640px;
	height: 900px;	

	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
}	

.canvas_bg
{
	position: absolute;
	
	background-image: url('../images/layout/bg.png'); background-repeat: no-repeat; background-position: left top;
	background-color: #FFFFFF;

	width: 640px;
	height: 1165px;	

	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
}	

.header
{
	background-image: url('../images/layout/header2.png'); background-repeat: no-repeat; background-position: left top;
	
	position: absolute;
	display: block;
	
	background-color: #FFFFFF;

	width: 640px;
	height: 198px;
		
	text-align: right;
}

.page, .page2
{
	top: 198px;
}

/* alle tekst onder naam/functie */
body, .info, .page, .page2
{
	font-family: Arial;
	font-size: 25px;
	line-height: 34px;	
	color:#e68670;
}

.info
{
	position: absolute;
	font-family:IBMPlexArabicRegular;
	left: 60px;
	top: 600px;	
	width: 525px;
	line-height:40px;
	font-weight: normal;
}

.logo{
	
	height:166px !important;
	width:186px!important;
	position:relative;
	top:15px;
	left:435px;
}

.header_text
{
	color: #000000;
	font-family:IBMPlexArabicRegular;
	font-weight: bold;
	font-size: 24pt;
	line-height: 36px;	
}

.header_text b
{
	color: #000000;
	font-weight: bold;
	font-size: 35px;
	line-height: 36px;	
}

.info img
{
	width: 20px;
	height: 14px;
}

.info a, .info a:visited, .info a:active, .info a:hover
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	position: absolute;
    left: 25px;
}

.info .link_website, .info .link_website:active, .info .link_website:visited, .info .link_website:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}

.link_website{
	position:absolute !important;
	top:485px!important;
	left:160px!important;
	font-weight:normal!important;
}

.info span
{
	color: #000000;
	font-weight: bold;
}

.info_bedrijf
{
	color: #000000 !important;
}

.link_adres
{
	text-decoration: none;
}

/* iconen en buttons behorende bij iconen */
.icons
{
	position: absolute;
    left: 165px;
    top: 973px;
    width: 400px;
	
	font-size: 0;
	line-height: 0;
}

.link_adres{
	position:absolute;
	left:0px !important;
}
	
.icons img
{
	width: 45px;
	height: 45px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.button_contact, .button_contact:visited, .button_contact:active, .button_contact:hover,
.button_deel, .button_deel:visited, .button_deel:active, .button_deel:hover
{
	background-repeat: no-repeat; background-position: left center;

	position: absolute;
	z-index: 11;		

	display: block;

	color: #000000;
	
	width: 205px;
	height: 65px;
	
	
	left: 390px;
	
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	font-family:IBMPlexArabicRegular;
	opacity:70%;
}

.buttons{
	position:absolute;
	top:160px;
	left:45px;
}

.button_deel
{
	background-image: url('../images/icons/delen.png');
	top: 547px;			
}

.button_contact
{
	background-image: url('../images/icons/opslaan.png');
	top: 620px;
}



/* Custom buttons (zet background-color aan om ze te zien) */
 
#subLink1, #subLink1:active, #subLink1:visited,
#subLink2, #subLink2:active, #subLink2:visited,
#subLink3, #subLink3:active, #subLink3:visited,
#subLink4, #subLink4:active, #subLink4:visited,
#subLink5, #subLink5:active, #subLink5:visited
{
	/* background-color: #FF0000; */
	
 	position: absolute;
 	display: block;
 	
 	width: 554px;
 	height: 186px;
}
 
#subLink1 { left: 40px; top: 712px; }
#subLink2 { left: 40px; top: 940px; }
#subLink3 { left: 444px; top: 845px; }
#subLink4 { display: none; left: 257px; top: 887px; }
#subLink5 { display: none; left: 405px; top: 887px; }

/* vervolgpagina's */
.page, .page2
{
	position: absolute;
	background-color: #ffffff;
	left: 0px;	
}

.page
{	
	width: 640px;
	height: 649px;	
}

.page2
{
	width: 560px;
	min-height: 385px;

	padding-left: 40px;
	padding-right: 40px;		
}

/* *** Forms *** */
.input_text, .input_textarea
{
	border: 1px solid #e68670;
	color: #e68670;

	margin-bottom: 16px;
	margin-top: 6px;
	padding: 5px;

	font-family: Arial;
	font-size: 22px;

	width: calc(100% - 10px - 2px);
}

.input_textarea
{	
	height: 100px;	
}

.input_submit, .input_submit:visited, .input_submit:active, .input_submit:hover
{
	display: inline-block;
	background-color: #e68670;
	border: 1px solid #e68670;

	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
	
	color: #FFFFFF;

	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

/* Harmonica lijst van deel opties op /deel pagina */
.deel_list, .deel_list:visited, .deel_list:active
{
	transition: background-color 350ms ease-in-out;
	
	display: block;
	color:  #e68670;
	margin: -10px;
	padding: 10px;
	padding-bottom: 20px;
	text-decoration: none;
}

.deel_list img
{
	width: 55px;
	height: 55px;
	margin-right: 8px;
	
	vertical-align: middle;
}

.deel_div
{
	transition: background-color 350ms ease-in-out;
	display: none;

	margin: -10px;
	margin-top: 0px;
	margin-bottom: 20px;
	
	padding: 10px;	
	padding-top: 0px;
}

.deel_list_selected, .deel_div_selected
{
	background-color: #FFFFFF; /* achtergrondkleur als een deeloptie is opgengeklapt */
}


.deel_link
{
	display: block;	
	margin-bottom: 16px;	
}

.extrabuttons
{
	background-color: #FF0000;
	position: absolute;
	z-index: 13;	

	left: 155px;
	top: 753px;	
}

.extrabuttons img
{
	margin-bottom: 16px;
	margin-right: 5px;			
	height: 52px;
	width: 110px;
}

/* Niet card specifieke css */
.mobicard_i
{
	position: absolute;

	left: 612px;
	top: 1137px;	
}

.mobicard_i img
{
	width: 24px;
	height: 24px;
}

.scrollbuttons
{
	position: fixed; 
	z-index: 1000; 
	
	left: 96%;
	top: 615px;	
}
 
.company_titel
{
	
}

.company_titel img
{
	width: 296px;
	height: 63px;
}

.ruler
{

}
	
.ruler img
{
	width: 296px;
	height: 34px;	
}
		
.spacer
{
	height: 16px;
}

.footer, .footer2
{
	position: absolute;
	left: 0px;
	width: 600px;
	padding: 20px;

	color: #272727;

	text-align: center;
	font-size: 16px;
}

.footer
{
	top: 810px;	
}

.footer2
{
	top: 950px;
}

.footer a, .footer a:visited, .footer2 a, .footer2 a:visited
{
	color: #272727;
}

/* *** CV *** */
.cv_icons
{
	position: absolute;

	left: 20px;
	top: 175px;	
}

.cv_icons img
{
	width: 55px;
	height: 55px;
}

.icon_linkedin_cv
{
	display: block;
	width: 55px;
	height: 55px;	
	/* border: 1px solid #ab8640; */
}

.cv_header
{
	top: 156px;
	width: 540px;
	height: 67px;
	padding-left: 90px;
	padding-top: 17px;
	font-size: 18px;	

	position: absolute;
	background-repeat: no-repeat; background-position: left top;	
	color: #272727;
}

.cv_header b
{
	font-size: 22px;	
	line-height: 34px;
}

.cv_page
{
	position: absolute;
	
	left: 0px;
	top: 240px;
	width: 600px;

	padding: 20px;

	color: #272727;	
	
	font-size: 17px;
	line-height: 18px;			
}

.cv_page h1
{
	color: #272727;	

	padding: 0px;
	padding-top: 5px;
	margin: 0px;

	font-size: 22px;	
}

.cv_page h2
{
	border-top: 2px solid #ab8641;

	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	padding-top: 20px;

	color: #272727;	

	font-size: 18px;
}

.cv_ruler
{
	border-bottom: 2px solid #ab8641;
	
	margin-bottom: 10px;	
}

.button_cv
{
	position: absolute;
	z-index: 10;		


	left: 44px;
	top: 386px;
}
	
.button_cv img
{
	width: 77px;
	height: 77px;
}

.arrow
{
	background-image: url('../images/layout/cv_arrow.png'); background-repeat: no-repeat; background-position: left top;
	
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 24px;		
}