body {

	background-image: url("/images/bg2.jpg")!important; 
	background-repeat: no-repeat!important;
	background-size: 100% auto!important;
	background-color: #cccccc!important;
	background-attachment: fixed!important;
	background-position: top center!important;;
}

.gudstjenester:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-image: url('/images/folkekirken.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50vw;
	mix-blend-mode: screen;
	z-index:0;
  }
  
  .eventwrapper {
	  display: flex;
	  width: 100%;
	  gap: 20px;
  }

  .gudstjenestekors {
	width: 75px;
	flex-shrink: 0;
	/*height:100%;
	margin-right:25px;
	display: inline-block;
	float: left;*/
  }

  .gudstjenestekors img {
	width: 55px;
  }
  
  .eventtekst {
	  flex: 1;	  
  }

  @media (min-width: 1024px) {
  	div[data-area-alias="right"] {
	  padding-left:40px;
    }

    div[data-area-alias="left"] {
		padding-right:40px;
	}
}

@media (max-width: 1200px) {
	#top-search {
		display:none;
	}
}

@media (min-width: 1200px) {
	#search {
		display:none;
	}
}

.eventteaser {
	text-align:center;
	border: 1px solid #ccc;
	height:100%;
	display: flex;
}

.eventteaser .fbox-content {
	display: flex;
	flex-direction: column;
}

.eventteaser .fbox-content  p {
	flex-grow: 1; 
} 

.eventteaser .fbox-content a {
	border: 1px solid #ccc;
	margin: 20px 0;
	display: inline;
	width:auto;
}

.eventteaser .fbox-content {
	padding: 0px 30px;
}

.eventteaser h3, .heading-block h2, footer h3 {
	text-transform:uppercase;
}



#kirkenyt {
	background-color: #650940;

	padding: 0px;
	z-index: 999;
	text-align: center;
	font-size:11px; font-weight:bold;

	color:#fff;
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.65);
	transition: all 0.5s;
}

.facebook {
	text-align:right;
}

 @media (max-width: 991px) {
	 #kirkenyt { 
		 height:80px;
		 position: relative;
		 top:0px;
		 width:100vw;
		 right:0px;
		 text-align: left;
	 }
	 
	 #kirkenyt span {
		  display: block;
		  margin-top: 0px;
		  font-size:14px;
		  position:absolute;
		  right:40px;
		  top:50%;
		  margin-top:-8px;
	  }
	 
	 #kirkenyt img {
		   display: inline-block;
		   
		   height: 82px;
		   padding: 15px 20px 20px;
	   }
	   
	   .umb-block-grid, footer {
		   padding-left:20px;
		   padding-right:20px;
	   }
	   
	   .facebook {
		   text-align:left;
		   padding: 20px 0;
	   }
	   
	   footer .row > div {
		   margin-bottom:20px;
		   
	   }
	   
	   footer .widget > h4 {
		   margin-bottom:5px;
	   }
	
}



 @media (min-width: 992px) {

    #kirkenyt {
	    background-color: #650940;
	    position: absolute;
	    top:0px;
	    right:82px;
	    width:195px;
	    padding: 10px 15px 15px 15px;
	    font-size:13px; font-weight:bold;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
    }   
	#kirkenyt:hover {
		padding: 25px 15px 15px 15px;
	} 
	#kirkenyt span {
		display:block;
		margin-top:10px;
		
	}
 }

#kirkenyt a {
	color:#fff;
	text-decoration: none;
	transition: all 0.5s;
}

#kirkenyt a:hover {
	color:#ccc;
}



.emphasis-title {
	max-width: 700px;
}

.emphasis-title h2 {
	line-height: 120%;
	font-size: 55px;
	font-weight:900;
}

 @media (max-width: 991px) { 
	 
	 .emphasis-title {
		 max-width: 350px;
	 }
	.emphasis-title h2 {
		line-height: 120%;
		font-size: 36px;
		font-weight:900;
	} 
	
	.desktophome {
		display:none;	
	}
 }

.submenu {
    list-style-type:none;
    margin:0px 0 20px 0;
    padding:0;
}

.submenu li {
    border-top: 1px solid #ccc;
    padding: 7px 0;
}

@media (min-width: 992px) {
    #header {
         top:300px;
    }
	
	#header-wrap {
		padding-left:75px;
	}
	
	.mobilehome {
		display:none;
	}
	

}



.personer {
    display: flex;
    gap: 40px; /* Afstand mellem personerne */
    flex-wrap: wrap; /* Sørger for, at de rykker ned, hvis der ikke er plads */
}

.personer .person {
    display: flex;
    align-items: flex-start; /* Centrerer indholdet vertikalt */
    gap: 20px; /* Afstand mellem billede og tekst */
	flex: 1;
	min-width:250px;
	max-width:400px;

}

.personer .billede img {
    display: block; /* Fjerner ekstra mellemrum under billedet */
   /*  max-width: 100px; Justér efter behov */
    height: auto;
    width:125px;
    max-width:none;
}