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

body {
	width: 100vw !important;
	margin:0;
	font-family: farm-new, sans-serif;
}

@media only screen and (min-width: 1000px) 
{
   
#greenindexphone, #whiteindexphone, #logo, .header, .opningphone, .priserphone, .omossphone, #footerphone, #whitebanner {
		display: none !important;
	}
	
	

b {
	font-weight: 400 ;
    font-size: 15pt;
    font-family: acumin-pro, sans-serif;
}

a {
	font-family: farm-new, sans-serif;
	font-weight: 400;
}

b2 {
	font-weight: 400;
	font-size: 15pt;
	color: #CA756A;
	font-family: acumin-pro, sans-serif;
}
	
	ul {
		margin: 0; padding: 0;
	}

h2 {
	font-weight: 500;
	font-family: farm-new, sans-serif;
	line-height: normal; 
	font-size: 18pt;
}

h3 {
	font-weight: 500;
	font-size: 15pt;
	font-family: farm-new, sans-serif;
	line-height: normal;
}	
	


/*pc */

/*index*/
	#menupc {
		background-color: white;
		width: 100vw;
		height:6vw;
		position: fixed;
  		top: 0;
		right: 0;
		z-index: 10000;
		
	}

#menupch2 {
	width: 40%;
	position: absolute;
  	left: 22%;
  	top: 50%;
  	transform: translate(-50%, -50%);
}

#menupch2 h2{	
	 	cursor: pointer;
}

#menupch2 a{
	text-decoration: none;
}



#navindexpc {
		width: 70%;
		height: 5vw;
		position: absolute;
		right: 0;
		z-index: 10000;
	
}

#navindexpca{
	width: 100%;
	text-align: center;
	align-content: center;
	position: absolute;
  	left: 40%;
  	top: 54%;
  	transform: translate(-50%, -50%);
	
}
#navindexpca a{ 
		text-decoration: none;
		margin-left: 2%;
		margin-right: 3%;
		font-size: 1.4vw;
		font-weight: 400;
		cursor: pointer;
		color: #A9BD6D;
	
}
#navindexpc a:hover{
		color: #CA756A;
	}

#navindexpc h2:hover{
		
		color: #CA756A;
	}

#indeximage {
	position: relative;
	width:100vw; 
	height: 42vw;
	overflow: hidden;
	left: 0;
	
}

#indeximage img{
	bottom: -47vw;
	
}

#quote {
	position: relative;
	width: 100vw;
	padding-bottom: 1vw;
	padding-top: 1vw;
	align-content: center;
	background-color: white;
	left: 0;
	
}

#quote h2 {
	font-family: acumin-pro, sans-serif;
	color:#CA756A;
	font-size: 1.9vw;
	margin-bottom: 1vw;
	margin-top: 1vw;
	font-style: italic;
	text-align: center;

	
}

#greenindex {
	width: 70vw;
	padding: 3.5vw 15vw;
	background-color: #A9BD6D;
	display: flex;
}
	
.column1 {
 		
	flex: 30%;
	white-space: pre-line;
	color: white;
	padding-right: 3vw;
	
}
	
.column1 a {
	text-decoration: underline;
		font-family: acumin-pro, sans-serif;
	color: #CA756A;
	
}

.column1 a:hover{
	color: white;
}
	
	
	
	

	
	.column1 b, b2, h2 {
		margin:0;
	}	
	
		

	
	
.column2 {
 		
	flex: 50%;
	white-space: pre-line;
	color: white;
	padding-left: 3vw;
}
	
.column2 a {
	text-decoration: underline;
		font-family: acumin-pro, sans-serif;
	color: #CA756A;
	
}

.column2 a:hover{
	color: white;
}
	

	
	.column2b, b2, h2 {
		margin:0;
	}	




#contac {
	width: 100vw;
	background-color: white; 		
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
	
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 12px;
  display: inline-block;
	color: #CA756A;
	font-weight: 600;
	
}

/* Style the submit button */
input[type=submit] {
  background-color: white;
  padding: 12px 20px 12px;
  cursor: pointer;
  float: right;
	color: #CA756A;
	margin-right: 20%;
	 border-radius: 10px;
}




/* Style the container */
.container {
  background-color: #CA756A;
	width: 100vw;
	margin: auto;
	padding: 2vw 0;
	font-family: acumin-pro, sans-serif;
}

.container h2{
	text-align: center;
	color: white;
	 padding: 2vw 0;
	font-family: acumin-pro, sans-serif;
}


/* Floating column for inputs: 40% width */
.col-75 {
  float: left;
  width: 60%;
	margin-left: 20%;
  padding: 2vw 0;
	color: black;
	  font-family: acumin-pro, sans-serif;
}
	
#subject {
		height:20vw;
		font-size: 15pt;
	color: black;
	font-family: acumin-pro, sans-serif;
	}

	#fname {
		height: 60px;
		font-size: 15pt;
		color: black;
		font-family: acumin-pro, sans-serif;
	}
	

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
	font-family: acumin-pro, sans-serif;
}


	#row {
		font-size: 15pt;
			font-family: acumin-pro, sans-serif;
		font-weight: 500;
	}



#footer {
	position: absolute;
	background-color: white;
	color: #A9BD6D;
	width: 100vw;
	z-index: 1000;
	padding:1vw 0;
}

#footer h2 {
	font-size: 1.2vw;
}

#footertext {
	width: 25%;
	margin-left: 3vw;
	float: left;
	z-index: 1000;
}

#footercontact {
	width: 55%;
	float: right;
	align-content: center;
	text-align: center;
	z-index: 1000;
}


/*pris og tjenester*/

#prisimage {
	position: relative;
	width:100vw; 
	height: 32vw;
	overflow: hidden;
	left: 0;
}

#prisimage img{
	position: absolute;
	bottom: -27vw;
}

.priser {
	position: relative;
	width: 100vw;
	height: 20vw;
 	display: table;
}



.priser b2 {
		 text-decoration: underline;
}

.columnpris1 {
  float: left;
   width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #A9BD6D;
}

.columnpris1 b {
    font-family: acumin-pro, sans-serif;
}

.columnpris1 img{
	padding: 5% 35%;
}

#columnpris1txt{
padding: 2vw 0;
	color: white;
}
	

.columnpris2 {
  float: left;
  width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #CA756A;
}

.columnpris2 img{
padding: 7.7% 35%;
	margin-bottom: 2vw;
}

#columnpris2txt{

	color: white;
}
	
	
	.columnpris3{
		display:block;
		overflow:auto;
		height: 100%;
 		 width: 80vw;
		padding: 1vw 10vw;
		color: #A9BD6D;
	
}

.columnpris3img{
	position: relative;
	margin-top:10%;
	margin-right:13%;
	width: 11%;
	float: right;
	vertical-align: middle;
}

#columnpris3txt{
	position: relative;
	width: 70%;
	margin: 0;
	padding: 4vw 0;
	left: -5%;
	float: left;
	color: #A9BD6D  ;
	text-align:left;
	
}
	
	#columnpris3txt3 h2{
		color: #A9BD6D  ;
		text-align: left;
		padding:2vw 0 4vw;
	}


/*omoss*/
	
#omossimage {
	position: relative;
	width:100vw; 
	height: 32vw;
	overflow: hidden;
	left: 0;
}
	
	
#omossimage img{
	position: absolute;
	bottom: -20vw;
}

.omoss {
	position: relative;
	width: 100vw;
	height: 20vw;
 	display: table;
}

	
.omoss h3 {
	font-family: acumin-pro, sans-serif;
	color:#CA756A;
	font-style: italic;	
}	

.omoss b2 {
		 text-decoration: underline;
}	
.columnomoss1 {
 float: left;
   width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #A9BD6D;
}

.columnomoss1 b {
    font-family: acumin-pro, sans-serif;
}

.columnomoss1 img{
	padding: 5% 35%;
}

#columnomoss1txt{
padding: 2vw 0;
	color: white;
}

.columnomoss2 {
 float: left;
  width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #CA756A;
}

.columnomoss2 img{
	padding: 5% 40%;
	margin-bottom: 1.2vw;
}
#columnomoss2txt{

	color: white;
}





/*opningstider*/

	
#opningimage {
	position: relative;
	width:100vw; 
	height: 32vw;
	overflow: hidden;
	left: 0;
}
	
	
#opningimage img{
	position: absolute;
	bottom: -20vw;
}

.opning {
	position: relative;
	width: 100vw;
	height: 20vw;
 	display: table;
}


.opning b2 {
		 text-decoration: underline;
}	
.columnopning1 {
 float: left;
   width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #A9BD6D;
}

.columnopning1 b {
    font-family: acumin-pro, sans-serif;
}

.columnopning1 img{
	padding: 5% 35%;
}

#columnopning1txt{
	padding: 2vw 0;
	color: white;
}


.columnopning2 {
  float: left;
  width: 41%;
	padding: 1vw 3vw 1vw 6vw; 
	height: 100%;
	background-color: #CA756A;
}

.columnopning2 img{
	padding: 5% 47%;
	margin-bottom: 3vw;
}

#columnopning2txt{
color: white;
}
 





/*Galleri*/


#gallerinav {
	width: 100vw;
	margin-top:6vw;
	background-color: #A9BD6D;
}

#gallerititle {
	width: 100%;
	padding:2vw 0;
	text-align: center;
	color: white;
	font-size: 20pt;
}

#galleriyears {
	width: 100%;
	padding:0 0 1vw 0;
	text-align: center;
	color: white;
}

#years {
	width: 50%;
	display:inline-block;
}

.years {
	margin-left:1.3vw; 
	text-align:center;
	width: 30%;
	float:left;
}

.years h2 {
	 margin-left:2vw;
	 margin-right:2vw;
	
}

.images2008 {
	column-count: 3;
  	column-gap: 0;
	width: 80vw;
	margin-left: 10%;
	margin-bottom: 5%;
}


.images2009 {
	column-count: 3;
  	column-gap: 0;
	width: 80vw;
	margin-left: 10%;
	margin-bottom: 5%;
}


.images2011 {
	column-count: 3;
  	column-gap: 0;
	width: 80vw;
	margin-left: 10%;
	margin-bottom: 5%;
}

#images2011 {
	width:100vw;
}
#images2009 {
	display:none;
	width:100vw;
}
#images2008 {
	display:none;
	width:100vw;
}

.numbers {
	margin-left: 15vw;
	text-align: center;
	width: 70%;
	padding-top: .5vw;
	color: #A9BD6D;
}
	
	

	.numbers h3 {
		font-size: 18pt;
	}

.square {
	break-inside: avoid;
	padding: 10pt;
	transition: all .2s ease-in-out;
}
/*
.square:hover {
  transform: scale(1.02);
} */

.square img {
	width: 100%;
}

button {

    background: none;
	color: white;

    box-shadow: 0px 0px 0px transparent;

    border: 0px solid transparent;

    text-shadow: 0px 0px 0px transparent;
	

}

button:hover {
  color: #CA756A;
	cursor: pointer;
}

}


@media only screen and (max-width: 1000px) 
{
   

/* Phone */
#menupc, #greenindex, .priser, .opning, .omoss, #footer, .columnpris3 {
		display: none !important;
	}
	
	body{
		line-height: normal;
		width: 100vw !important;
	}	
	
	

b, ul, a, b2 {
	font-weight: 400 ;
    font-size: 25pt;
    font-family: acumin-pro, sans-serif;
	
}
ul {
		margin: 0; padding: 0;
	}


b2 {
	font-weight: 400;
	color: #CA756A;
	font-family: acumin-pro, sans-serif;
}

h2 {
	font-weight: 500;
	font-family: farm-new, sans-serif;
	line-height: normal;
	font-size: 30pt !important;
}

h3 {
	font-weight: 500;
	font-size: 25pt;
	font-family: farm-new, sans-serif;
	line-height: normal;
}	

	
/*index*/
	
	
/*hamburger menu*/

.header {
  background-color: none;
  position: fixed;
  width: 100vw;
  z-index: 3;
	right:0;
}

.header ul {
  	list-style: none;
  	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}

.header li a {
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 20px;
	color:white;
	margin-right:50pt;
}


.header  {
 position: fixed;
  text-decoration: none;
  clear: both;
  transition: max-height .2s ease-out;
  display: inline-block;
  user-select: none;
z-index: 200;
}

.menu {
		clear: both;
 		max-height:0;
  		transition: max-height .2s ease-out;
		width:100vw;
		height:100vh;
		text-align: center;
		position: absolute;
		top:-15pt;
		margin: none;
	  background-color: #A9BD6D;
	}
	
#menutxt {
	width: 100%;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	}	
	
	#menutxt a{
		padding:  3vw 0vw;
		margin: 0;
		font-size: 7vmin !important;
		font-weight: 500;
		font-family: farm-new, sans-serif;
	}

.menu-icon {
  cursor: pointer; 
  display: inline-block;
  float: right;
  position: relative;
  user-select: none;
  height:12vw;
  transition: background .2s ease-out;
  width: 7vw;
margin-right: 3vw;
z-index: 1000;
	
}

 .navicon {
	background: #333;
	display: block;
	 top:50%;
	height: 4pt;
	position: relative;
	transition: background .2s ease-out;
	width: 100%;
	 border-radius: 10pt;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

 .menu-icon .navicon:before {
  top: 20px;
	  border-radius: 10pt;
}

 .menu-icon .navicon:after {
  top: -20px;
	  border-radius: 10pt;
}
	
	
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

	#whitebanner {
		position: absolute;
		background-color: white;
		top: 0;
		height: 14vw;
		width: 100%;
		z-index: 1;
	}
#logolink {
	position: absolute;
	z-index: 1000;
	}	
	#logolink a:hover {
		cursor: pointer;
			
	}
	
#logo {
	width: 10vw;
	position: absolute;
	}
	
#logo img{
	width: 40vw;
	padding:1vw;
	}

	

#indeximage {
	position: relative;
	width:100vw; 
	height: 90vw;
	overflow: hidden;
	left: 0;
	top:0;
}
	
#indeximage img{
		margin-top: 10vw;
	}


#quote {
	position: relative;
	width: 70vw;
	padding:7.5vw 15vw;
	align-content: center;
	background-color: white;
	
}

#quote h2 {
	font-family: acumin-pro, sans-serif;
	color:#CA756A;
	font-style: italic;
	text-align: center;
	font-size: 3.4vw !important;
}


#greenindexphone {
  	display: table;
  	clear: both;
	width: 70vw !important;
	padding:7.5vw 15vw !important;
	background-color: #A9BD6D;
	overflow: hidden !important;
	}
	
	.column1phone {
	color: white;
	column-gap: 5vw;
	white-space: pre-line;
	-webkit-column-count: 2;
      -moz-column-count: 2;
		column-count: 2 !important;
	}
	
	.column1phone b, b2, h2 {
		margin:0;
		display:block;
	}	
	
	.break {
    break-before: always;
    -moz-column-break-before: always;
    -webkit-column-break-before: always;
	}
	
	#viktig {
		padding-top: 2vw;
	}
	#viktig a {
		
	text-decoration: underline;
		font-family: acumin-pro, sans-serif;
	color: #CA756A;
	
}

#viktig a:hover{
	color: white;
}

#whiteindexphone {
	float: left;
  	width: 70vw;
	padding:7.5vw 15vw;
	color: #A9BD6D;
	background-color: white;	
}
	
	#whiteindexphone ul {
		text-align:start;
	}




#contac {
	width: 100vw;
	background-color: white;
	padding-top: 5vw;
	
	
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
	font-family: acumin-pro, sans-serif;
	
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 12px;
  display: inline-block;
	color: #CA756A;
	font-weight: 600;
	
}

/* Style the submit button */
input[type=submit] {
  background-color: white;
  padding: 12px 20px 12px;
  cursor: pointer;
  float: right;
	margin-top: 16px;
	color: #CA756A;
	 border-radius: 10px;
}




/* Style the container */
.container {
  background-color: #CA756A;
	width: 70vw;
	float: left;
	padding:7.5vw 15vw;
	
	
}

.container h2{
	text-align: center;
	color: white;
	
}


/* Floating column for inputs: 75% width */
.col-75 {
 	float: left;
 	width: 100%;
 	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 25pt;
	color: black;
	font-family: acumin-pro, sans-serif;
	
}
	#subject {
		height:400px;
		font-size: 25pt;
	color: black;
		font-family: acumin-pro, sans-serif;
	}

	#fname {
		height: 60px;
		font-size: 25pt;
	color: black;
		font-family: acumin-pro, sans-serif;
		
	}	
	
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
	
	.row {
		font-size: 25pt;
	color: black;
	}
	
	#row {
		font-size: 25pt;
			font-family: farm-new, sans-serif;
		font-weight: 500;
	}


#footerphone {
	color: #A9BD6D;
	width: 98vw;
	padding: 2vw 1vw;
	clear: both;
}


#footertextphone {
	text-align: center;
}
	
	#footertextphone h2{
	text-align: center;
	font-size:2vw!important;
	margin: 0.5vw 0;
}





/*pris og tjenester*/

#prisimage {
	position: relative;
	width:100vw; 
	height: 52vw;
	overflow: hidden;
	left: 0;
	
}

#prisimage img{
	position: absolute;
	bottom: -17vw;
}


.priserphone {
	position: relative;
	width: 100vw;
	height: 20vw;
 	display: table;
  	clear: both;
}

.priserphone h2 {
	text-align: left;
	color: white;
}

.priserphone b2 {
		 text-decoration: underline;
}	
	
.columnpris1phone {
  float: left;
  width: 70vw;
	padding: 7.5vw 15vw;
	background-color: #A9BD6D;
}
	.columnpris1phone h2{
		text-align: left;
		padding:2vw 0;
	}
	
	
.columnpris1phone b {
	
    font-family: acumin-pro, sans-serif;
}

.columnpris1phone img{
	margin-left: 42.5%;
	margin-top: 5%;
}

#columnpris1txtphone1{
	color: white;
	width: 100%;
	float: left;
}
	
#columnpris1txtphone1 b, b2, h2 {
		margin:0;
		display:block;
	}	

	

.columnpris2phone {
  	display: block;
 	 width: 70vw;
	padding: 7.5vw 15vw;
	color: #A9BD6D;
	background-color: white;
	
}

.columnpris2phoneimg{
	position: relative;
	margin-top:30%;
	width: 18%;
	float: right;
	z-index: 100;
	height: 100%;
	vertical-align: middle;
}

#columnpris2txtphone{
	width: 75%;
	float: left;
	margin: 10% 5% 10% 0;
	color: #A9BD6D  ;
	text-align: left ;
	
}
	
	#columnpris2txtphone h2{
		color: #A9BD6D  ;
		text-align: left;
		padding:2vw 0 4vw;
	}
	
	

.columnpris3phone {
  float: left;
  width: 70vw;
	padding: 7.5vw 15vw;
	background-color: #CA756A;
}

.columnpris3phone img{
	margin-left: 42.5%;
	margin-top: 5%;
	padding-bottom: 5%;
}
	.columnpris3phone h2 {
		padding: 4vw 0;
	}

#columnpris3txtphone{
	color: white;
	width: 80%;
	text-align: left;
	font-size: 25pt;
}


/*opningstider*/

	
#opningimage {
	position: relative;
	width:100vw; 
	height: 52vw;
	overflow: hidden;
	left: 0;
	
}

	
#opningimage img{
	position: absolute;
	bottom: -12vw;
}

.opningphone {
	position: relative;
	width: 100vw;
	background-color: #A9BD6D;
 	display: table;
  	clear: both;
	
}


.opningphone b2 {
		 text-decoration: underline;
}	
	
.opningphone h2 {
		 text-align: left;
	color: white;
	padding: 2vw 0;
}	

	
.columnopning1phone {
	width: 70vw;
	padding: 7.5vw 15vw;
	
}

.columnopning1phone b {
    font-family: acumin-pro, sans-serif;
}

.columnopning1phone img{
	margin-left: 42.5%;
	margin-bottom: 5%;
}
	
	

#columnopning1txtphone1{
	color: white;
	column-gap: 5vw;
	padding-top: 2vw;
	white-space: pre-line;
	-webkit-column-count: 2;
      -moz-column-count: 2;
	column-count: 2 !important;
}
	
#columnopning1txtphone1 b, b2, h2, h3 {
		margin:0;
		display:block;
	}	
#columnopning1phone h2{
		padding: 2vh 0 2vw;
	}
	
	
.columnopning2phone {
  float: left;
  width: 100vw;
	background-color: white;
}

.columnopning2phone b {
    font-family: acumin-pro, sans-serif;
}

.columnopning2phone img{
	margin-left: 42.5%;
	margin-top: 5%;
	height: 12vw;
}

	.columnopning2phone h2 {
		padding: 0vh 0 4vw;
	}
	
	#columnopning2txtphone1 h3 {
		padding: 0vh 0 2vw;
	}
	
#columnopning2txtphone1{
	margin: 7.5vw 15vw;
	color: #A9BD6D;
	width: 70vw;
	float: left;
}
	


	


.columnopning3phone {
 	 float: left;
 	 width: 100vw;
	color: white ;
	background-color: #CA756A;
}

.columnopning3phone img{
	margin-left: 42.5%;
	margin-top: 5%;
	height: 12vw;
}

#columnopning3txtphone{
	background-color: #CA756A;
	margin: 7.5vw 15vw;
	color: white;
	width: 70vw;
	float: left;
}

	


/*omoss*/
	
#omossimage {
	position: relative;
	width:100vw; 
	height: 52vw;
	overflow: hidden;
	left: 0;
}
	
	
#omossimage img{
	position: absolute;
	bottom: -17vw;
}

	
	
	

.omossphone {
	position: relative;
	width: 100vw;
	height: 20vw;
 	display: table;
  	clear: both;
}

.omossphone h2 {
	text-align: center;
	color: white;
}


	
.omossphone b2 {
		 text-decoration: underline;
}	
	
.columnomoss1phone {
  float: left;
  width: 70vw;
	padding: 7.5vw 15vw;
	background-color: #A9BD6D;
}

.columnomoss1phone b {
    font-family: acumin-pro, sans-serif;
}

.columnomoss1phone img{
	margin-left: 42.5%;
	margin-top: 5%;
}
	
	.columnomoss1phone h2{
		text-align: left;
		padding: 4vw 0;
	}

#columnomoss1txtphone1{
	color: white;
	width: 100%;
	float: left;
}


.columnomoss2phone {
	float: left;
 	width: 70vw;
	padding: 7.5vw 15vw;
	background-color: white;
	
}



#columnomoss2txtphone{
	color: #CA756A;
	text-align: center;
}
	
	#columnomoss2txtphone h3{
			font-family: acumin-pro, sans-serif;
	color:#CA756A;
	font-style: italic;
	text-align: center;
		font-size: 3.4vw;
	}

.columnomoss3phone {
	float: left;
  width: 70vw;
	padding: 7.5vw 15vw;
	background-color: #CA756A;
}

.columnomoss3phone img{
	margin-left: 42.5%;
	margin-top: 5%;
}
.columnomoss3phone h2{
	text-align: left;
	padding: 2vw 0 4vw;
	}
	
#columnomoss3txtphone{
	color: white;
	width: 100%;
}
	
	

/*Galleri*/


#gallerinav {
	width: 100vw;
	padding-top:18vw;
	background-color: #A9BD6D;
}

#gallerititle {
	width: 100%;
	text-align: center;
	color: white;
}

#gallerititle h2{
	margin:2vw;
}

#galleriyears {
	width: 100%;
	text-align: center;
	color: white;
}

#years {
	width: 50%;
	display:inline-block;
}

.years {
	margin-left:1.3vw; 
	text-align:center;
	width: 30%;
	float:left;
}

.years h2 {
	 margin:2vw;
	
	
}

.images2008 {
	column-count: 2;
  	column-gap: 0;
	width: 70vw;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15vw;
}


.images2009 {
	column-count: 2;
  	column-gap: 0;
	width: 70vw;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15vw;
}


.images2011 {
	column-count: 2;
  	column-gap: 0;
	width: 70vw;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15vw;
}

#images2011 {
	width:100vw;
}
#images2009 {
	display:none;
	width:100vw;
}
#images2008 {
	display:none;
	width:100vw;
}

.numbers {
	margin-left: 15vw;
	text-align: center;
	width: 70%;
	padding: 2vw;
	color: #A9BD6D;
}

.square {
	break-inside: avoid;
	padding: 10pt;
	transition: all .2s ease-in-out;
}



.square img {
	width: 100%;
}

button {

    background: none;
	color: white;

    box-shadow: 0px 0px 0px transparent;

    border: 0px solid transparent;

    text-shadow: 0px 0px 0px transparent;
	

}

button:hover {
  color: #CA756A;
}
	
	

}
