:root {
	--maxBoxSize: 600px;
	--breakPoint: (2 / 0.96) * var(--maxBoxSize);
}

body {
	margin: 0;
	display: block;
	line-height: 1.2;
}

#content {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
}

#languageLink {
	position: fixed;
	bottom: 18px;	
	right: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

#languageLink.DK {
	background-image: url("../billeder/enFlag.png");
}

#languageLink.EN {
	background-image: url("../billeder/dkFlag.png");
}

#menuBar {
	width: 100vw;
	height: 64px;
	background-color: white;
	position: fixed;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
			justify-content: space-between;
}


.menuButton {
	font-size: 30px;
	border: 1px solid white;
	border-radius: 10px;
	background: none;
	outline: none;
	-webkit-transform: none;
	        transform: none;
	color: rgb(0, 102, 0);
	cursor: pointer;
}

.menuButton:focus {
	outline: none;
}

.menuButton:hover {
	text-decoration: underline;
}

#menuLogo {
	height: 60px;
	width: 60px;
}

#menuBar2 {
	margin-left: 10px;
	margin-right: auto;
}

#menuBar5 {
	margin-right: 10px;
}

#menuBar6, #menuBar5 {
	display: none;
}

#menuBar7 {
	-webkit-box-ordinal-group: 6;
	        order: 5;
}

#menuBar8 {
	-webkit-box-ordinal-group: 5;
	        order: 4;
}

#menuBar9 {
	-webkit-box-ordinal-group: 4;
	        order: 3;
}

#menuBar10 {
	-webkit-box-ordinal-group: 3;
	        order: 2;
}

#menuBar7, #menuBar8, #menuBar9, #menuBar10 {
	margin-right: 35px;
}

#menuCompanyName {
	font-size: 36px;
	font-weight: bold;
	color: rgb(0, 102, 0);
	margin: 0;
}

.menuBarElement {
	font-size: 30px;
	cursor: pointer;
}

#bigDropDownMenu {
	display: none;	
	position: fixed;
	background-color: rgb(0, 102, 0);
	font-size: 22px;
	color: white;
	top: 64px;
	padding: 10px;
	width: calc(100% - 20px);

}

#bigDropDownMenu ul {
	margin: 0px;
}

#pageContent {
	width: 96vw;
	display: grid;
	display: -moz-grid;
	display: -ms-grid;
	gap: 2vw 2vw;
	grid-auto-columns: minmax(600px, auto);
	grid-auto-rows: -webkit-max-content;
	grid-auto-rows: max-content;
	-webkit-box-align: center;
			align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	font-family: Arial;
	padding-top: 64px;
	padding-bottom: 100px;
	margin-left: 2vw;
	margin-right: 2vw;
}

.pageContentImage {
	width: 100%;
	justify-self: center;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	font-size: 100px;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
			align-content: center;
	        align-items: center;
	-webkit-box-pack: center;
			justify-content: center;
			justify-items: center;
}

img.pageContentImage {
	height: 100%;
	min-height: 50vh;
}

div.pageContentImage {
	height: var(--maxBoxSize);
}

#test {
	grid-area: menubar;
}

img#topBarImage, img#topBarImageYdelser {
	grid-area: topBarImage;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	justify-self: center;
	width: 100vw;
	height: 15vh;
}

img#topBarImage {
	background-image: url("../billeder/flowerBedWide.jpg");
}

#pageText1 {
	grid-area: pageText1;

}

#pageText2 {
	grid-area: pageText2;
}

#pageText3 {
	grid-area: pageText3;
}

#pageText4 {
	grid-area: pageText4;
}

#pageImage1 {
	grid-area: pageImage1;
}

#pageImage2 {
	grid-area: pageImage2;
}

#pageImage3 {
	grid-area: pageImage3;
}

#pageImage4 {
	grid-area: pageImage4;
}

#pageImage5 {
	grid-area: pageImage5;
}

#pageImage6 {
	grid-area: pageImage6;
}

#pageImage7 {
	grid-area: pageImage7;
}

#pageImage8 {
	grid-area: pageImage8;
}

#pageImage9 {
	grid-area: pageImage9;
}

.pageText {
	font-size: 28px;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-align: center;
	        align-items: center;
}

ul {
	margin: 5px;
}

ul ul {
	list-style-type: none;
	padding-left: 0px;
}

li {
    margin: 10px;
}

a {
	text-decoration: none;
}

a:visited {
	color: rgb(0, 0, 238);
}

.centerText {
    text-align: center;
}

.natureGeneratorName {
    color: rgb(0, 102, 0);
    display: inline;
}

.dropDownMenu {
	display: none;
	position: fixed;
	background: rgba(255, 255, 255, 0.75);
}

.menuBarElement:hover div {
	display: block;
}

.dropDownMenuList {
	list-style-type: none;
	padding: 0;
}

.dropDownMenuList li {
	margin-top: 20px;
}

.dropDownMenuList li:hover {
	text-decoration: underline;
}

#smallDropDownMenu1 {
	display: none;
}

#smallDropDownMenu2 {
	display: none;
}

.smallMenubarElement {
	padding: 0;
}

.smallDropDownMenu {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.1);
}

.smallMenubarElement span {
	padding-left: 7px;
}

.smallDropDownMenu ul {
	list-style-type: none;
	padding-left: 10px;
}

#bigDropDownMenu li {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menuSymbol {
	width: 35px;
	height: 5px;
	background-color: black;
	margin: 6px 0;
}

.flipBook:hover {
	cursor: pointer;
}

@media only screen and (max-width: 1250px) {
	#pageContent {
		grid-auto-columns: 96fr;
	}

	#menuBar5, #menuBar6 {
		display: none;
	}

	.pageContentImage {
		font-size: 8vw;
	}

	img.pageContentImage {
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
	}

	div.pageContentImage {
		height: 49vw;
	}
}

@media only screen and (max-width: 950px) {
	#pageContent {
		gap: 2vw 0;
		grid-template-columns: 96vw;
	}

	#menuBar7, #menuBar8, #menuBar9, #menuBar10 {
		display: none;
	}

	img.pageContentImage {
		height: unset;	
	}

	#menuBar5 {
		display: inline-block;
	}

	.pageText ul {
		padding-left: 10px; 
	}
}

@media only screen and (max-width: 425px) {
	div.pageContentImage {
		font-size: 15vw;
	}

	#menuCompanyName {
		font-size: 28px;
	}

	.pageText {
		font-size: 20px;
		max-width: 95vw;
	}

}

/* SoMe share buttons */

#shareLinkParent {
	position: fixed;
	left: 2%;
	bottom: 1%;
}

#shareLinkParent:hover {
	padding: 10px;
	padding-top: 160px;
	transition: padding-top 0.5s;
}

#shareLinkParent #shareIcon {
	transition: opacity 0.5s 0.3s;
	opacity: 1;
	font-size: 50px;
}


#shareLinkBox a {
	position: absolute;
	width: 0px;
	opacity: 0;
	left: 3px;
	bottom: 20px;
	transition: bottom 1s, opacity 1s, width 0s linear 1.2s;
}

#shareLinkParent:hover #shareIcon {
	transition: opacity 0s;
	opacity: 0;
}

#shareLinkParent:hover #FB {
	transition: bottom 1.2s ease-in, opacity 1.2s ease-in, width 0s linear 0.2s;
	opacity: 1;
	bottom: 170px;
	width: 35px;
}

#shareLinkParent:hover #TW {
	transition: bottom 1s ease-in, opacity 1.2s ease-in, width 0s linear 0.2s;
	opacity: 1;
	bottom: 120px;
	width: 35px;
}

#shareLinkParent:hover #LI {
	transition: bottom 0.8s ease-in, opacity 1.2s ease-in, width 0s linear 0.2s;
	opacity: 1;
	bottom: 70px;
	width: 35px;
}

#shareLinkParent:hover #MA {
	transition: bottom 0s ease-in, opacity 1.2s ease-in, width 0s linear 0.2s;
	opacity: 1;
	bottom: 20px;
	width: 35px;
}

.fa {
	padding: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
}
 
.fa:hover  {
	opacity: 0.7;
}

.fa:visited {
	color: white;
}
  
.fa-facebook {
	background: #3B5998;
	color: white;
}
  
.fa-twitter {
	background: #55ACEE;
	color: white;
}
  
.fa-google {
	background: #dd4b39;
	color: white;
}
  
.fa-linkedin {
	background: #007bb5;
	color: white;
}
  
.fa-youtube {
	background: #bb0000;
	color: white;
}
  
.fa-instagram {
	background: #125688;
	color: white;
}
   
.fa-rss {
	background: #ff6600;
	color: white;
}

.fa-envelope {
	background: orange;
	color: white;
}