.bgimg-1, .bgimg-3, .bgimg-5, .bgimg-7, .bgimg-9, .bgimg-11, .bgimg-13  {
  position: relative;
  /*opacity: 0.75;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  			display: grid;
			grid-gap: 0px;
			grid-template-columns: 1fr auto 1fr;
			grid-template-rows: 1fr auto 1fr;
}



/*--------- Billedegalleri -------------*/

.imggal {
	display: flex;
	width: 100%;
	background-color:#282E34;	
	padding: 4% 2%;
	box-sizing: border-box;
	height: 100vh;
}



.imggal1
{
	color: #777;
	background-color:#282E34;	
	text-align:center;
	text-align: justify;
			display: grid;
			grid-gap: 0px;
			grid-template-columns: repeat(20, 1fr);
			grid-template-rows: auto 30px;
}

.imggal1_1
{
	grid-column: 4/18; 
	grid-row: 1/2;
	color:#ddd;
	text-align:
	center;
	text-align: justify;
}






/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
}}