/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.ctsoftware.nl
# Platform:			CSS
# Date created: 	january 2020
#
    used colours for this website:
    #aaa			grey
    #235db9			blue
    #64b6fa			light blue
    #a71f1f			dark red
#
###########################################################
*/

body {     
    margin: 0px;
    padding: 0px;
    background: #fff;
  	color: #333;
}

body,table,td,th,div,input,select,textarea,a,h1,h2,h3,h4,h5,h6,span {
	font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: initial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
a {
	color: #235db9;
}
a:visited {
	color: #64b6fa;
}
p {
	padding: 10px 0;
}

div.megamenu_columns {
	background-image: url('../img/logo_ct.png');
	background-repeat: no-repeat;
	background-position: 90% 96%;
}

main > div.container {
	/* main div that contains all content */
	position: relative;
	width: 98%;
	min-height: 640px;
	margin: auto;
	padding-top: 20px;
}

div.header {
	position: relative;
	margin: auto;
	width: 980px;
}
div.toprow {
	position: relative;
	width: 400px;
	/*margin: auto;*/
	top: 124px;
	left: 80px;
	border-bottom: 1px solid #235db9;
}
div.logo {
	position: relative;
	left: 626px;
	top: 6px;
	width: 340px;
}

div.slogan {
	position: relative;
	left: 300px;
	top: 50px;
	width: 600px;
	height: 80px;
	z-index: 10;
}
img.slogan {
	position: relative;
	border: 0px;
	top: -10px;
}

img.topbox {
	position: absolute;
	left: -295px;
	top: -76px;
	z-index: 10;
}

img.photodesign {
	position: absolute;
	left: 110px;
	top: 4px;
	width: 330px;
	height: 220px;
	z-index: 10;
}

div.inhoud, div.inhoud_smal {
	position: relative;
	top: 40px;
	padding-top: 20px;
	margin: auto;
	width: 980px;
	min-height: 440px;
	z-index: 10;
}

div.widgets {
	position: relative;
	padding-top: 20px;
	margin: auto;
	width: 980px;
	min-height: 520px !important;
}
div.widget {
	position: relative;
	cursor: pointer;
	width: calc(33% - 20px);
	min-width: 206px;
	border: 2px solid #235db9;
	height: 460px !important;
	float: left;
	margin: 0px 10px;
	line-height: 16px;
	box-shadow: 0px 8px 5px -5px #c6beb4;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	color: #000;	
}
div.widget_divider {
	display: none;
}
div.widget:hover {} 

div.firstwidget  {
	margin-left: 0px;
}
div.lastwidget  {
	margin-right: 0px;
}
div.widgetimg {
	border: 0px;
    width: 96%;
    height: 120px;
    background-size: cover;
    background-position: 50% 50%;
    margin: auto;
}
h1.widget {
	/*position: absolute;
	top: 170px;*/
	width: 100%;
	height: 24px;
	line-height: 16px;
    font-size: 12pt;
  	text-align: center;
  	font-weight: normal;
	/*margin-top: -5px;*/
	margin-bottom: 6px;
	background: transparent;
	color: #a71f1f !important;
}
h2.widget {}
div.widgettext {
	font-size: 0.9rem;
	padding: 5px;
}
a.widgetlink:hover {color: #fe0000; text-decoration: underline;}
a.widgetlink {
	position: absolute;
	bottom: 4px;
	right: 4px;
    font-size: 11pt;
	text-decoration: none;
	background: transparent;
	color: #fe0000 !important;	
}
a.widgetlinks:hover {color: #fe0000; text-decoration: none}
a.widgetlinks {
	font-size: 11pt;
	background: inherit;
	color: #555;	
}
img.widget_arrow {display: none;
}


footer {
	position: relative;
	top: 40px;
	width: 98%;
	margin: auto;
	min-height: 40px;
}
div.bottomrow {
	position: relative;
	width: 90%;
	min-width: 980px;
	margin: auto;
	top: 40px;
	height: 16px;
	box-shadow: 0px 8px 5px -5px #c6beb4;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #235db9;
}
div.footer {
	position: relative;
	margin: auto;
	width: 980px;
	margin-top: 60px;
}
#contentblock1 div, #contentblock1 p, #contentblock1 a {
	font-size: 12px !important;
}

div.copy {
	text-align: center;
	width: 100px;
	margin: auto;
	font-size: 12px !important;
}

/* form items */
#foutmelding {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
	padding: 20px;
	top: 400px;
	left: 30%;
	width: 400px;
	/*height: 300px;*/
	z-index: 200;
	border: 2px solid #b9b1ab;
	background: #f1f1f1;
	color: #6c6c6c;
}

.knop, .knop_klein {
	font-size: 14px;
	width: 160px;
	height: 32px;
	cursor: pointer;
  	border-top: 2px solid #ccc;
  	border-left: 2px solid #ccc;
  	border-right: 2px solid #555;
  	border-bottom: 2px solid #555;
  	background-color: #235db9;
  	color: #ffffff;
}
.knop_klein {width: 80px;}

.kleintekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background: transparent;
    color: #000000;
}
/* end form items */


/* basket info, shown on each page */
div.basketblock {
	position: relative;
	top: 0px;
	left: -6px;
	padding: 10px;
	width: 160px;
	min-height: 40px;
	float: right;
	clear: right;
	padding-bottom: 40px;
	border-bottom: 3px solid #64b6fa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.basketinfo_title:hover {color: #000;}
a.basketinfo_title {
	display: block;
	margin-bottom: 10px;
	font-size: 10pt !important;
	font-weight: bold;
  	letter-spacing: 1px;
	background: transparent;
	color: #235db9;
}

div.basketinfo_products {
	position: relative;
	width: 160px;
}

#basketinfo_productsummit {
}

#basketinfo_allproducts {
}

table.basketinfo_ordertotal {
	width: 100%;
	white-space: nowrap;
	font-size: 9pt;
}

td.basketinfo_totalrow {
	border-top: 1px solid black;
	color: #235db9;
}

div.basketinfo_links {
	position: relative;
	top: 10px;
}

a.basketinfo_link:hover {color: #000;}
a.basketinfo_link {
	background: transparent;
	color: #235db9;
}

a.basketinfo_arrows:hover {text-decoration: underline;}
a.basketinfo_arrows {
	display: block;
	margin-bottom: 10px;
	text-align: right;
	width: 160px;
	text-decoration: none;
}
/* end of basket info */

nav .container {
	position: relative;
	width: 90%;
	min-width: 980px;
	margin: auto;
	margin-top: 40px;
	height: 42px;
	box-shadow: 0px 8px 5px -5px #c6beb4;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #235db9;
}

div.menu {
	width: 100%;
	height: 42px;
	color: #fff;
}

#menu1 {
	position: relative;
	font-size: 0pt;
	height: 43px;
	width: 980px;
	margin: auto;
	z-index: 100;
}

#menu1 ul.menu {
	/*width: 100%;*/
	padding: 0;
}
#menu1 ul.menu li a {
	/*display: block;*/
	height: 40px;
	line-height: 44px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
  	padding-left: 25px;
  	padding-right: 25px;
  	/*text-decoration: none;*/
  	color: #fff;
}
#menu1 ul.menu li a:hover {color: #ccc;}
#menu1 ul.menu li a.current {color: #ccc;}
#menu1 li ul.submenu li {
	list-style: none;
	width: 100%;
}
#menu1 ul.submenu li a {
	border-bottom: 1px solid #fff;
	background-color: #235db9;
    color: #fff;
}
#menu1 ul.submenu li a:hover {border-bottom: 1px solid #333; color: #333;}
#menu1 ul.submenu li a.expand {}
#menu1 ul.submenu li a.firstsub {border-top: 1px solid #fff;}
#menu1 ul.subsubmenu{
	position: absolute;
	width: 200px;
	left: -999px;
	float: none;
	z-index: 100;
}
#menu1 ul.submenu li:hover ul.subsubmenu {
	left: 208px;
	margin-top: -29px;
}

#menu1 ul.subsubmenu li {
	list-style: none;
}

#menu1 ul.subsubmenu li a {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
    font-size: 9pt !important;
  	font-weight: normal;
  	text-decoration: none;
	letter-spacing: 1px;
	background-image: none;
	background-color: #cab4ce;
    color: #524a44;
}
#menu1 ul.subsubmenu li a:hover {color: #fff; background-color: #77265b;}


/* responsive section */
@media screen and (min-width: 1200px) {
	li.hidesubheadmenu {
		display: none;
	}
}
@media screen and (max-width: 1223px) {
	body,table,td,th,div,input,select,textarea,a,h1,h2,h3,h4,h5,h6,span {
		font-size: 1.4rem !important;
		line-height: 24px;
		letter-spacing: 0.6px;
	}
	img, table {
		max-width: 100%;
	}
	nav {
		max-width: 100%;
		width: 100%;
		background-color: #235db9;
		color: #fff;
		left: auto;
	}
	nav .container {
		width: 90%;
		min-width: 90%;
	}
	div.header {
		width: 100%;
	}
	header, main {
		max-width: 100%;
	}
	
	div.nav_buttons, #menu_title, div.toprow, div.slogan, img.photodesign {
		display: none !important;
	}
	div.logo {
		left: 6px;
	}
	
	#menu1, a.hidesubheadmenu {
		display: none !important;
	}
	div.inhoud.img, div.inhoud_smal img {
		max-width: 98%;
	}
	div.mobile_menu_container {
		position: absolute;
		top: -20px;
		left: 10px;
		width: 100%;
		height: auto;
		z-index: 201;
	}
	div.mobile_menu_container div.mobile_menu_hamburger {
		display: block !important;
		/*float: right;*/
		height: 40px;
		line-height: 40px;
		color: #fff;
		position: absolute;
		right: 0px;
		top: -10px;
	}
	div.mobile_menu_container div.mobile_menu {
		display: none;
		background: #fff;
		position: absolute;
		left: -20px;
		top: 60px;
		width: 100%;
		padding: 20px;
		z-index: 202;
		height: auto;
		overflow-y: scroll;
	}
	div.mobile_menu_container div.mobile_menu div.menuitem {
		padding: 4px;
		margin-top: 20px;
	}
	div.mobile_menu_container div.mobile_menu div.menuitem a {
		font-size: 20px !important;
		font-weight: bold;
		line-height: 24px;
		text-decoration: none;
		color: #235db9;
	}
	div.mobile_menu_container div.mobile_menu div.menuitem a.current {color: #235db9;}
	div.mobile_menu_container div.mobile_menu div.menuitem a.vacature {
		font-weight: 700;
	}
	div.mobile_menu_container div.mobile_menu div.mobile_submenu div.submenuitem {
		font-size: 20px !important;
		font-weight: normal;
		line-height: 24px;
		width: 100%;
		margin: 0;
		padding: 4px;
	}
	div.mobile_menu_container div.mobile_menu div.mobile_submenu div.submenuitem a {
		color: #5d7887;
	}
	div.inhoud, div.widgets {
		width: calc(100% - 10px) !important;
		padding: 5px;
		margin-top: 50px;
	}
	
	div.widgets {
		width: 100% !important;
		max-width: 100%;
	}
	div.widget {
		max-width: 100%;
		height: 480px !important;
		margin: auto !important;
		margin-bottom: 10px !important;
	}
	div.widgetimg {
		width: 100%;
	}
	img.imgwidget {
		width: 100%;
	}
	div.widgettext {
		position: relative;
		margin-top: -2px;
		height: auto;
		width: 100%;
		max-width: 100%;
		padding: 15px;
		padding-bottom: 30px;
		font-size: 18px;
		/*background: rgba(213,163,180,0.3);
		color: #5d7887 !important;*/
		padding-bottom: 80px;
	}
	div.widgettext a {
		display: block;
		position: absolute;
		bottom: 10px;
	}
	h1.widget {
		top: 240px;
	}
	
	div.footerrow {
		height: 600px;
		padding: 20px;
		max-width: 100%;
	}
	div.bottomrow {
		min-width: 90%;
	}
	div.footer {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		font-size: 1.2rem !important;
	}
	div.footer div.content_element div.footer_div a {
		font-size: 1.2rem !important;
	}
}