@charset "utf-8";


body {
	font-family: 'Hind', sans-serif;
	margin: 0;
}
	
html, body {
	height: 100%;
}

/* Responsive CSS med hjælp fra W3Schools */

/* Smartphones - Hvis skærmen er mindre end 480px, får alle kolonner en bredde på 100% */
[class*="col-"] {
    width: 100%;
}



@media only screen and (min-width: 480px) {
	/* Tablets - Hvis skærmen er mellem 480px til 1024px, gælder disse kolonner */

.col-m-1 {
	width: 8.33%;
}
	
.col-m-2 {
	width: 16.66%;
}
	
.col-m-3 {
	width: 25%;
}

.col-m-4 {
	width: 33.33%;
}

.col-m-5 {
	width: 41.66%;
}

.col-m-6 {
	width: 50%;
}

.col-m-7 {
	width: 58.33%;
}

.col-m-8 {
	width: 66.66%;
}

.col-m-9 {
	width: 75%;
}
	
.col-m-10 {
	width: 83.33%;
}

.col-m-11 {
	width: 91.66%;
}
	
.col-m-12 {
	width: 100%;
	text-align: center;
}

}

@media only screen and (min-width: 1024px) {
    /* Computer - Hvis skærmen er 1024px eller større, gælder disse kolonner */
.col-1 {
	width: 8.33%;
	display: inline-block;
}

.col-2 {
	width: 16.66%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}

.col-5 {
	width: 40.66%;
	display: inline-block;
	vertical-align: top;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33%;
}

.col-8 {
	width: 66.66%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33%;
}

.col-11 {
	width: 91.66%;
}

.col-12 {
	width: 100%;
}

}


/* CSS for computer */

.header {
	background-color: white;
}

.logoheader {
	display: block;
	text-align: center;
	padding-top: 0.5%;
}

.logoheader img {
	max-width: 25%;
}



.menu {
	background-color: #1cb966;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	padding-left: 0;
	color: white;
}

.menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
}

.menu li {
	display: inline;
}

.menu li a:hover {
	background-color: #0ea153;
}


.menu li a {
	color: white;
	font-weight: 600;
	text-decoration: none;
	font-size: 17px;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 16px;
	padding-bottom: 16px;
}


ul.menu li.burger {
	display: none;
}


.content {
	overflow: hidden; 
}

.innercontent {
	
}

.headline {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 1%;
}

.informativetext {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
}

#recyclingpic img {
	width: 17%;
}

.check-knap {
	background-color: #00803D;
	color: white;
	text-decoration: none;
	width: 12%;
	padding: 14px;
	text-align: center;
	display: block;
	margin: auto;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	
}

.check-knap:hover {
	background-color: #00612e;
}

#greenboxindex {
	background-color: rgba(172, 255, 211, 0.37); /* #acffd3; */
	width: 100%;
	height: 50%;
	display:block;
	margin-top: 3%;
}

#imagegreenleft {
	display: inline-block;
}

img#moneypic {
	width: 100%;
	display: inline-block;
	margin-top: 46%;
	margin-left: 24%;
}

#questionpic {
	width: 56%;
	display: inline-block;	
	margin-left: 30%;
}

#whyyoushouldtextleft {
	font-size: 17px;
	text-align: left;
	padding: 60px 60px 60px 60px;
	line-height: 32px;
	display: inline-block;
}

#whyyoushouldtextright {
	font-size: 17px;
	text-align: left;
	padding: 60px 60px 60px 0px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

#imagegreenright {
	
}

.linkspaasiden {
	text-decoration: none;
	color: #201cb9;
	font-weight: 600;
}

.linkspaasiden:hover {
	color: #0087FF;
}

.footer {
	background-color: #1cb966;
	width: 100%;
	left: 0;
	position: absolute;
	overflow: hidden;
}

.footerindex {
	background-color: #1cb966;
	width: 100%;
	left: 0;
	position: absolute;
}

.whitelogo {
	text-align: center;
}

.whitelogo img {
	width: 3%;
	text-align: center;
	padding-top: 0.3%;
}


/* POSSIBILITIES.PHP UNDERSIDE STYLE */


img#roof {
	display: block;
	position: absolute;
	left: 28%;
	top: 46%;
	width: 31%;
}

img#loft {
	display: block;
	position: absolute;
	left: 27.5%;
	top: 68%;
	width: 14%;
}

img#outerwall {
	display: block;
	position: absolute;
	left: 27.5%;
	top: 81%;
	width: 14%;
	
}

img#door {
	display: block;
	position: absolute;
	left: 35%;
	top: 91.7%;
	width: 2.5%;
}


img#window {
	display: block;
	position: absolute;
	left: 28.5%;
	top: 85%;
	width: 4%;	
}


img#foundation {
	display: block;
	position: absolute;
	left: 27.4%;
	top: 102%;
	width: 19.5%;
	
}

img#innerwall {
	display: block;
	position: absolute;
	left: 49%;
	top: 71%;
	width: 20%;
	
}

img#floor {
	display: block;
	position: absolute;
	left: 49.1%;
	top: 93%;
	width: 19.5%;
	
}

img#staircase {
	display: block;
	position: absolute;
	left: 56%;
	top: 81%;
	width: 8%;
	
}

#roofmobile {
	visibility: hidden;
}

#loftmobile {
	visibility: hidden;
}

#outerwallmobile {
	visibility: hidden;
}

#doormobile {
	visibility: hidden;
}

#windowmobile {
	visibility: hidden;
}

#foundationmobile {
	visibility: hidden;
}

#innerwallmobile {
	visibility: hidden;
}

#floormobile {
	visibility: hidden;
}

#staircasemobile {
	visibility: hidden;
}



/* FAQ UNDERSIDE STYLE */

#greenboxfaq {
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
	height: 1548px;
}

.contentfaq {
	height: auto;
}


#faqtext {
	display: block;
	text-align: left;
	margin-left: 25.2%;
	line-height: 35px;
}

#answers {
	text-align: center;	
}

#answerspic {
	width: 20%;
	margin-top: 2%;
}

#gofurther {
	background-color: #00803D;
	color: white;
	text-decoration: none;
	width: 21%;
	padding: 14px;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
}

#gofurther:hover {
	background-color: #00612e;
}

/* Forskellige højder på faq.php?information=x */

#greenboxfaq1 {
	height: 758px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq2 {
	height: 484px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}


#greenboxfaq3 {
	height: 311px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#faqtext4 {
	display: block;
	text-align: left;
	line-height: 35px;
	margin-left: 36.2%;
}


#greenboxfaq4 {
	height: 311px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}


#greenboxfaq5 {
	height: 415px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq6 {
	height: 311px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;	
}

#greenboxfaq7 {
	height: 758px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq8 {
	height: 311px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;	
}

#greenboxfaq9 {
	height: 415px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq10 {
	height: 758px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq11 {
	height: 484px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
}

#greenboxfaq12 {
	height: 484px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;	
}

#greenboxfaq13 {
	height: 484px;
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;	
}



/* ROOF.PHP UNDERSIDE STYLE */

.contentcheck {
	height: 949px;
}

.contentcheckroof {
	height: 737px;
}


.greeninfoboxchosen {
	background-color: #acffd3;
	width: 400px;
	height: 472px;
	margin-left: 26%;
	border-radius: 10px;
	padding: 3%;
	text-align: left;
}

#chosenpart {
	font-size: 21px;
	font-weight: 700;
}

#contain {
	font-size: 17px;	
}

.materialchoose {
	border-radius: 3px;
	margin-left: 2%;
}

#readmore {
	background-color: #00803D;
	color: white;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 14px;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
}

#readmore:hover {
	background-color: #00612e;
}

.gobackbutton {
	background-color: #00803D;
	color: white;
	text-decoration: none;
	width: 7%;
	padding: 14px;
	text-align: center;
	display: block;
	position: absolute;
	left: 10%;
	top: 23%;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

.gobackbutton:hover {
	background-color: #00612e;
}

img#roof-alone {
	margin-left: 63%;
	width: 53%;
	margin-top: 8%;

}

img#attic-alone {
	margin-left: 63%;
	width: 49%;
	margin-top: 7%;
}

img#door-alone {
	margin-left: 77%;
	width: 26%;
	margin-top: 6%;
}

img#innerwall-alone {
	margin-left: 63%;
	width: 49%;
	margin-top: 7%;
}

img#window-alone {
	margin-left: 76%;
	width: 23%;
	margin-top: 7%;
}

img#floor-alone {
	margin-left: 61%;
	width: 59%;
	margin-top: 13%;
}

img#outerwall-alone {
	margin-left: 63%;
	width: 49%;
	margin-top: 7%;
}

img#foundation-alone {
	margin-left: 63%;
	width: 57%;
	margin-top: 20%;
}

img#staircase-alone {
	margin-left: 72%;
	width: 37%;
	margin-top: 7%;
}


.footerroof {
	background-color: #1cb966;
	width: 100%;
	left: 0;
	position: absolute;
}


/* CONTACTS.PHP UNDERSIDE STYLE */

#salebuytext {
	text-align: left;
	width: 50%;
	margin: auto;
}

#earnmoney {
	text-align: center;	
}

img#earnpic {
	width: 15%;	
}

#greenboxsale {
	background-color: rgba(172, 255, 211, 0.37);;	
	padding-top: 4%;
	padding-bottom: 4%;
	margin-top: 3%;
	display: block;
	height: 996px;
}

.contentcontacts {
	height: auto;
}

/* CSS til computer stopper */


/* CSS for tablets */

@media screen and (max-width: 1024px) { 
ul.menu li:not(:first-child) {
	  display: none;
}

ul.menu li.burger {
    float: right;
    display: inline-block;
}

ul.menu li {
	  float: left;
}
}

@media screen and (max-width: 1024px) {
ul.menu.responsive {
	position: relative;
	padding: 0;
}

ul.menu.responsive li.burger {
   position: absolute;
   right: 0;
   top: 0;
}

ul.menu.responsive li {
   float: none;
   display: inline;
}

ul.menu.responsive li a {
   display: block;
   text-align: left;
}
}

@media screen and (max-width: 1024px) { /* CSS - justeringer til tablets */

/* INDEX RESPONSIVE */
.check-knap {
	width: 43%;
}

.logoheader img {
	max-width: 48%;
}

#recyclingpic img {
	width: 44%;
}

#imagegreenleft {
	margin-top: 6%;	
}

img#moneypic {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 33%;
	float: none;
	text-align: center;
}

#whyyoushouldtextleft {
	width: 85%;
	padding: 14px 0px 32px 21px;
	margin: auto;
}

#questionpic {
	margin-top: 2%;
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 8%;
	float: none;
	text-align: center;
}

#whyyoushouldtextright {
	width: 85%;
	padding: 28px 0px 32px 21px;
}

#greenboxindex {
	margin-top: 10%;
}

.footer {
	height: 57px;
	padding-top: 1%;
}

.whitelogo img {
	width: 6%;
}


/* POSSIBILITES.PHP RESPONSIVE */

.contentcheck {
	height: 1778px;
}

a:hover, a:visited, a:link, a:active {
	text-decoration: none;	
}

#roofbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
	text-decoration: none;	
}

img#roof {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	text-decoration: none;
}

#roofmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: green;
}

#roofmobile a {
	text-decoration: none;
}

#loftbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px;
}

img#loft {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 26%;
}

#loftmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#outerwallbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#outerwall {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 17%;
}

#outerwallmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#doorbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#door {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 6.5%;
}

#doormobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#windowbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#window {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 17%;
}

#windowmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#foundationbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#foundation {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 25.5%;
	margin-bottom: 9%;
}

#foundationmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#innerwallbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#innerwall {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 22%;
}

#innerwallmobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#floorbox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#floor {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 26.5%;
}

#floormobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}

#staircasebox-mobile {
	background-color: #acffd3;
	width: 96%;
	display: block;
	margin: 13px;
	height: 144px;
	text-align: center;
	padding-top: 3%;
	border-radius: 10px; 
}

img#staircase {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	width: 11%;
}

#staircasemobile {
	visibility: visible;
	font-weight: bold;
	font-size: 16px;
	color: green;
}



/* ROOF.PHP RESPONSIVE CSS */

.contentcheckroof {
	height: 1001px;
}


.gobackbutton {
	position: relative;
	margin: auto;
	width: 66%;
	top: auto;
	left: auto;	
}

.greeninfoboxchosen {
	float: none;
	display: block;
	margin: auto;
	width: 92%;
	height: 501px;
	text-align: left;
}

#readmore {
	left: 9%;
	top: 82%;
	margin: auto;
	width: 78%;
}


select#materialchoose {
	height: 44px;
	width: 219px;
	font-size: 18px;
}

img#roof-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 45%;
	float: none;
	margin-bottom: 3%;
}



/* ATTIC.PHP RESPONSIVE */

img#attic-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 38%;
	float: none;
	margin-bottom: 3%;
}

/* OUTERWALL.PHP RESPONSIVE */

img#outerwall-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 45%;
	float: none;
	margin-bottom: 3%;
}

/* DOOR.PHP RESPONSIVE */

img#door-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 16%;
	float: none;
	margin-bottom: 3%;
}

/* WINDOW.PHP RESPONSIVE */

img#window-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 16%;
	float: none;
	margin-bottom: 3%;
}

/* FOUNDATION.PHP RESPONSIVE */

img#foundation-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 45%;
	float: none;
	margin-bottom: 3%;
}

/* INNERWALL.PHP RESPONSIVE */

img#innerwall-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 33%;
	float: none;
	margin-bottom: 3%;
}

/* FLOOR.PHP RESPONSIVE */

img#floor-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 45%;
	float: none;
	margin-bottom: 3%;
}

/* STAIRCASE.PHP RESPONSIVE */

img#staircase-alone {
	margin: auto;
	position: relative;
	left: auto;
	top: auto;
	display: block;
	width: 26%;
	float: none;
	margin-bottom: 3%;
}


/* FAQ RESPONSIVE CSS */


.contentfaq {
	height: auto;	
}

.contentfaq1 {
	height: 1449px;
}

.contentfaq4 {
	height: 713px;	
}

#greenboxfaq {
	height: 1855px;
}

#greenboxfaq1 {
	height: 1135px;
}

#greenboxfaq2 {
	height: 750px;	
}

#greenboxfaq11 {
	height: 504px;	
}

#greenboxfaq12 {
	height: 549px;	
}

#faqtext {
	margin: auto;
	width: 90%;
}

#faqtext2 {
	margin: auto;
	width: 90%;
}

#faqtext4 {
	margin: auto;
	width: 90%;
}

#gofurther {
	width: 100%;
	margin-left: -4%;
}

#answerspic {
	width: 40%;	
}


/* CONTACTS.PHP RESPONSIVE CSS */

#salebuytext {
	margin: auto;
	width: 91%;
}

#greenboxsale {
	height: 1149px;
}

.contentcontacts {
	height: auto;
}

img#earnpic {
	width: 31%;	
}



} /* CSS til tablets stopper */







@media screen and (max-width: 480px) { /* CSS - Justeringer til smartphones */
.check-knap {
	width: 87%;
}

.whitelogo img {
	width: 12%;
}

/* POSSIBILITIES.PHP */
#roofbox-mobile {
	margin: 7px;
}

img#roof {
	width: 55%;
}

#loftbox-mobile {
	margin: 7px;
}

img#loft {
	width: 47%;	
}

#outerwallbox-mobile {
	margin: 7px;
}

img#outerwall {
	width: 30%;	
}

#doorbox-mobile {
	margin: 7px;
}

img#door {
	width: 12%;	
}

#windowbox-mobile {
	margin: 7px;
}

img#window {
	width: 30%;	
}

#foundationbox-mobile {
	margin: 7px;
}

img#foundation {
	margin-top: 6%;
	width: 50%;	
}

#innerwallbox-mobile {
	margin: 7px;
}

img#innerwall {
	width: 47%;	
}

#floorbox-mobile {
	margin: 7px;
}

img#floor {
	width: 47%;	
}

#staircasebox-mobile {
	margin: 7px;
}

img#staircase {
	width: 23%;	
}

.contentcheck {
	height: 1678px;	
}

/* WINDOW.PHP */

img#window-alone {
	width: 33%;
}

/* DOOR.PHP */
img#door-alone {
	width: 37%;	
}

/* FOUNDATION.PHP */
img#foundation-alone {
	width: 79%;	
}

/* FLOOR.PHP */
img#floor-alone {
	width: 68%;	
}

/* FAQ.PHP */

.contentfaq {
	height: auto;
}

#greenboxfaq {
	height: 2743px;	
	
}

#greenboxfaq1 {
	 height: 1500px; 
	
}


#greenboxfaq2 {
	height: 1080px;	
}

.contentfaq2 {
	height: auto;
}


#greenboxfaq3 {
	height: 329px;	
}



#greenboxfaq4 {
	height: 384px;
}


#greenboxfaq6 {
	height: 382px;	
}

#greenboxfaq7 {
	height: 606px;	
}

#greenboxfaq8 {
	height: 220px;	
}

#greenboxfaq9 {
	height: 539px;	
}

#greenboxfaq10 {
	height: 961px;	
}

#greenboxfaq11 {
	height: 618px;	
}

#greenboxfaq12 {
	height: 702px;
}

#greenboxfaq13 {
	height: 573px;
}

/* Huselementer justeringer */
.contentcheckroof {
	height: 972px;	
}

img#roof-alone {
	width: 73%;	
}

img#attic-alone {
	width: 62%;	
}

img#outerwall-alone {
	width: 70%;	
}

img#innerwall-alone {
	width: 59%;	
}



/* CONTACTS.PHP */
.contentcontacts {
	height: auto;
}

#greenboxsale {
	height: 1549px;
}

img#earnpic {
	width: 50%;	
}


} /* CSS - justeringer til smartphones stopper */

@media screen and (max-width: 320px) { /* CSS - Justeringer til små smartphones */
.menu li a {
	padding-right: 73px;
	padding-left: 52px;
}

.contentfaq {
	height: auto;
}

#greenboxfaq {
	height: 3104px;
}

.contentcontacts {
	height: auto;	
}

#greenboxsale {
	height: 1681px;	
}

.greeninfoboxchosen {
	height: 521px;	
}

}
