/**
 * Stylesheet for KSP Serviceportal
 */

/**
 * Global
 * ---------------
 */
 
 
body {
	font-family: 'fronereg', Helvetica, Arial, sans-serif;
	line-height: 1.3;
	min-width: 320px;
	margin: 10%;
}

h1, h2 {
	font-size: 30px;
	font-weight: normal;
	max-width: 575px;
	margin: 0 auto 25px auto;
	color: #3876c3;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	max-width: 575px;
	margin: 0 auto 25px auto;
	text-align: justify;
	color: #3876c3;
}

a {
	text-decoration: none;
	color: #3876c3;
}

a:hover,
a:focus {
	color: #858585;
}

/**
 * Header
 * ---------------
 */

header {
	max-width: 575px;
    margin: 0 auto 25px auto;
	position: relative;
    height: 75px;
}

#logo {
	background: url('logo.svg') no-repeat;
	background-size: contain;
	width: 120px;
	height: 60px;
	position: absolute;
	top: 13px;
	left: 10px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/**
 * Toolbox
 * ---------------
 */

#toolbox {
	display: block;
	-webkit-box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
	-moz-box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
	margin: 5% auto;
	width: 344px;
	height: 300px;
	font-family: 'opensans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.2;
	color: #0074bb;
}

#toolbox a {
	color: #0074bb;
}

#toolbox-address,
#toolbox-phone,
#toolbox-fax,
#toolbox-email {
	position: relative;
	margin: 23px 10px 30px 70px;
}

#toolbox-address:before,
#toolbox-phone:before,
#toolbox-fax:before,
#toolbox-email:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	background-image: url('bg-sprite.png');
	width: 30px;
	height: 30px;
}

#toolbox-address {
	margin-bottom: 42px;
}

#toolbox-address:before {
	background-position: 0 0;
	top: 4px;
}

#toolbox-phone:before {
	background-position: -50px 0;
	top: -2px;
}

#toolbox-fax:before {
	background-position: -100px 0;
	width: 28px;
	height: 27px;
	left: -49px;
	top: -2px;
}

#toolbox-email:before {
	background-position: -148px 0;;
	top: -6px;
}


@media screen and (max-width: 321px) {
   body {
   margin: 5px 0;
        width: auto;
   }

	
	
}

