body {
	margin: 0px;
	padding: 0px;
}

#header {
	text-align: center;
	padding: 0px 30px 50px 30px;
	max-width: 1200px;
	margin: 0px auto;
}

.headline {
	font-family: Avenir-Regular;
	line-height: 68px;
	font-size: 64px;
	color: #231f20;
	margin: 0px auto 40px auto;

}

.byline {
	font-family: Avenir-Demi;
	line-height: 20px;
	font-size: 18px;
	color: #231f20;
	margin: 0px auto 40px auto;

}

.column1-wrapper {
	background-color: #f9f9f9;
	border-radius: 15px;
	border: none;
}

.column2-wrapper {
	background-color: #f9f9f9;
	border-radius: 15px;
}

.column3-wrapper {
	background-color: #f9f9f9;
	border-radius: 15px;
}

.calculate-button {
	margin-bottom: 30px;
	background: #ffe951;
	background-position: right;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 30px;
	height: 60px;
	padding: 0px 25px 0px 25px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #231f20;
	cursor: pointer;
	outline: none;
}

.email-button {
	margin: 0px 0px 30px 10px;
	background: #ffe951;
	background-position: right;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 30px;
	height: 60px;
	padding: 0px 25px 0px 25px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #231f20;
	cursor: pointer;
	outline: none;
	display: none;
}

.reset-button {
	margin: 0px 0px 30px 10px;
	background-color: #cccccc;
	border: 0px;
	border-radius: 30px;
	height: 60px;
	padding: 0px 25px 0px 25px;
	font-family: Avenir-Bold;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	display: none;
}

.reset2-button {
	margin: 10px 0px 0px 0px;
	background-color: #e6e6e6;
	border: 0px;
	border-radius: 17px;
	height: 34px;
	padding: 0px 25px 2px 25px;
	font-family: Avenir-Bold;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
}

#selector-wrapper {
	max-width: 1200px;
	height: 254px;
	margin: 0px auto;
	text-align: center;
	border-radius: 15px;
}

.selector-column {
	text-align: left;
	float: left;
	font-family: Avenir-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
	display: inline-block;
}

.selector-column img {
	margin-bottom: 20px;
	width: 350px;
}

.selector-column-content {
	width: 350px;
	margin: 0px auto;
	text-align: left;
	height: 230px;
}

.selector-column-header {
	font-size: 24px;
	font-family: Avenir-Demi;
	margin-bottom: 15px;
	color: #333333;
}

/* Contact Form */

#contact-wrapper {
	display: none;
	max-width: 1200px;
	height: 254px;
	margin: 0px auto;
	text-align: center;
	border-radius: 15px;
}

#contact-form {
	position: absolute;
	top: 0px;
	z-index: 3;
	
	max-width: 1200px;
	height: 254px;
	margin: 0px auto;
	text-align: center;
	border-radius: 15px;
}

.contact-form-text {
	text-align: left;
	float: left;
	font-family: Avenir-Regular;
	font-size: 18px;
	color: #999999;
	margin-bottom: 0px;
	display: inline-block;
	height: 370px;
}

.contact-text {
	padding: 0px 55px 0px 25px;
}

.contact-form-pardot {
	text-align: left;
	float: left;
	font-family: Avenir-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 0px;
	display: inline-block;
	height: 375px;
}

.contact-header {
	font-family: Avenir-Demi;
	line-height: 42px;
	font-size: 24px;
	color: #333333;
	margin: 0px auto 30px auto;
}

.contact-subheader {
	font-family: Avenir-Demi;
	font-size: 24px;
	color: #333333;
	margin: 0px auto 30px auto;
}

.text-highlight {
	font-family: Avenir-Bold;
	/*color: #231f20;*/
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ffea53;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ffea53;
  border: 1px solid #ffea53;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

#result1, #result2 {
	height: 0%;
	width: 0%;
	overflow: hidden;
   	transition: width 1s;
}

#result3 {
	height: 0%;
	opacity: 0;
	overflow: hidden;
   	transition: opacity 1s;
}

.calculator-exclaimer {
	font-size: 10px;
	color: #cccccc;
}

.calculator-exclaimer:hover {
	font-size: 10px;
	color: #333333;
}


input::placeholder  {
	font-family: Avenir-Regular;
	font-size: 20px;
	color: #999999;
	font-style: italic;
}

input::-ms-input-placeholder  {
	font-family: Avenir-Regular;
	font-size: 20px;
	transform: scale(0.6) translateX(-1.5rem);
	color: #999999;
	font-style: italic;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#contact-fields {
	display: none;
	text-align: center;
	max-width: 1250px;
	height: 100px;
	margin: 0px auto;
}

.field-text {
	font-family: Avenir-Demi;
	font-size: 24px;
	color: #231f20;
	padding-top: 12px;
}

.field-name, .field-email {
	padding-top: 12px;
}

.field-buttons {
	padding: 12px 0px 0px 0px;
}

.calculator-contact-field {
	border: 1px solid #999999;
	font-size: 20px;
	color: #333333;
	font-family: Avenir-Demi;
	height: 58px;
	text-align: center;
	margin-bottom: 30px;
}


/* Responsive design settings */

/* For mobile phones: */
[class*="col-"] {
  width: 100%;

}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 45%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%; margin: 0px; padding: 0px;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 94%; margin: 0px 1% 40px 1%; padding: 1%;}
}

@media only screen and (min-width: 900px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 20%;}
  .col-4 {width: 29.33%; margin: 0px 1% 40px 1%; padding: 1%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 45%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%; margin: 0px; padding: 0px;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media only screen and (max-width: 600px) {
/* Adjustments for mobile design */

	#header {
		padding: 50px 10px 50px 10px;
}

	.headline {
		font-family: Avenir-Demi;
		line-height: 42px;
		font-size: 40px;
		color: #231f20;
		margin: 0px auto 30px auto;

	}

	.selector-column-content {
		padding: 10px;
		width: 100%;
	}

	.contact-header {
		padding-top: 20px;
		text-align: center;
		line-height: 120%;
	}

	.contact-text {
	padding: 10px;
	text-align: center;
	}

	.contact-form-text {
	padding-top: 20px;
	height: 550px;
	margin-bottom: 30px;
}

	.selector-column img {
	margin-bottom: 20px;
	width: 90%;
}

}



/*

Find responsive design indstillinger på

https://css-tricks.com/snippets/css/ipad-specific-css/

*/