@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll; font-family: 'Libre Baskerville', serif;}

html, body	{height:100%; margin:0; padding:0;}

a:focus { -moz-outline-style: none; }
a:active { outline: none; }
a { outline: 0; }

body {
	background-color:#FFFFFF;
	/*-webkit-text-size-adjust: 100%;*/
	}

img {border: none;}
		
		
#kostnadsfri-offert {
	width:100%;
	height:auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
  font-size: 16px;
}

	
#kostnadsfri-offert-form {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	position:relative;
	color: #000000;
}

/*******************************************/

#kostnadsfri-offert-form .pure-form fieldset {
	width: 100%;
  max-width: 820px;
	float:left;
	margin: 40px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	display:inline-block;
	position:relative;
}

#kostnadsfri-offert-form .pure-form fieldset.full {
	width: 100%;
  max-width: 820px;
	float:left;
	margin: 40px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	display:inline-block;
	position:relative;
}

#kostnadsfri-offert-form .pure-form legend, .pure-form legend {
  color: #275937;
	font-size: 30px;
	font-weight:normal;
  border-bottom: 0px solid #275937;
  font-style: italic;
}

#kostnadsfri-offert-form .pure-form legend span, .pure-form legend span {
  font-style: italic;
  color: #000000;
  font-size: 16px;
}

.pure-form label {
    margin: 15px 0px 0px 0px;
}

#kostnadsfri-offert-form .pure-form input[type="email"], #kostnadsfri-offert-form .pure-form input[type="text"], #kostnadsfri-offert-form .pure-form input[type="tel"], #kostnadsfri-offert-form .pure-form textarea, .pure-form input[type="text"], .pure-form input[type="password"] {
	color:#000;
	padding: 0.6em 0.6em 0.4em 0.6em;
  border-radius: 0px;
}

input[type="checkbox"] {
	margin-right: 10px !important;
}

input[type="submit"]:hover, .pure-button:hover {
	background-color: #275937!important;
  background-image: none;
}



.fontfix {
	font-family: inherit;
}

.pure-g {
	font-family: inherit;
}

.pure-g [class *= "pure-u"] {
  font-family: inherit;
}

#kostnadsfri-offert-form .pure-form .pure-button {
	color:#FFF;
  font-family: 'Anton', sans-serif;
	background-color:#ff8c00;
  width: 100%;
  height: 53px;
  font-size: 26px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
}