/** 
 * PAGE-SUNDET-RUNDT.CSS
 *
 *
 */


.extra-markup {
	grid-column: 2 / 3;
    grid-row: 1 / 2;
	position: relative;

	
	display: flex;
	justify-content: center;
	align-items: center;
}


.custom-news-calendar-weather-header-content {
  margin-top: 1.1rem;
  width: 100%;
  max-width: 26rem;
  background-color: #ffd739;
  padding: 1.25rem 1.5rem; 
  color: rgb(151, 124, 0);
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
  font-family: WF Visual Sans Variable;
}


.custom-news-calendar-weather-header-content p:not(:first-of-type) {
    margin-top: 0.5rem;
}
  

.custom-news-calendar-weather-header-content ul {
  margin-top: 0.5rem;
  margin-left: 0.875rem;
}


.custom-news-calendar-weather-header-content li {
  list-style-type: square;
}


.custom-news-calendar-weather-header-content a {
  color: inherit;
}
  

/* .................................. */

.custom-not-finished-page {
	  font-family: WF Visual Sans Variable;
	  letter-spacing: 0.01rem;
	  font-weight: 400;
}



/* .................................. */


  
.custom-page-article {
  display: grid;
  grid-template-columns: var(--site-global-padding) 1fr minmax(0, 40.625rem) 1fr var(--site-global-padding); 
  grid-template-rows: auto auto auto 1fr auto;
}
 
  
  


 /* --- --- --- */





.custom-page-left-sidebar {
  grid-column: 2 / 3;
  grid-row: 2 / 5;
  margin-top: 4.15rem; /* alrights sidebar title with top of content text */
  font-family: WF Visual Sans Variable;
}


@media screen and (max-width: 75rem) {

  .custom-page-left-sidebar {
    display: none;
  }

}


.custom-sidebar-menu-title {
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;  
}


.custom-page-left-sidebar nav {
  margin-left: 0.063rem; /* alrights sidebar menu items with sidebar title */
}


.custom-page-left-sidebar .menu li {
  margin-top: 0.5rem;
  list-style: none;
}
  
  
.custom-page-left-sidebar .menu a {
  padding-left: 1.125rem;
  text-decoration: none;
  font-family: WF Visual Sans Variable;
  font-size: 0.938rem;
  font-weight: 410;
  letter-spacing: 0.03rem;
  color: rgb(8, 8, 8);
}


.custom-page-left-sidebar .menu .current-menu-item > a {
  position: relative;
}


.custom-page-left-sidebar .menu .current-menu-item > a::before {
  position: absolute;
  content: "";
  top: 0.194rem;
  left: 0;
  bottom: 0.194rem;
  width: 0.15rem;
  background-color: rgb(34, 34, 34);
}





 /* --- --- --- */





.custom-page-header {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
  margin-left: calc(var(--site-global-padding) * -1);
  margin-right: calc(var(--site-global-padding) * -1);
  display: grid;
  grid-template-columns: var(--site-global-padding) 1fr var(--site-global-padding);
  grid-template-rows: 1fr;
}
  
  
.custom-page-figure {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
  position: relative;
}


.custom-page-figure::before {
  position: absolute;
  content: "";
  top: 0; 
  left: 0; 
  right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.custom-page-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 30 / 13;
  object-fit: cover;
  object-position: 50% 50%;
  display: block; /* removes native spacing */
}


@media (max-width: 60rem) {

  .custom-page-figure img {
    aspect-ratio: 30 / 16;
  }

}


@media (max-width: 45rem) {

  .custom-page-figure img {
    aspect-ratio: 30 / 20;
  }

}


.custom-page-figcaption {
  margin-top: 0.375rem;
  margin-right: 0.625rem;
  height: 0;
  font-family: WF Visual Sans Variable;
  font-size: 0.75rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}


@media (max-width: 45rem) {

  .custom-page-figcaption {
    margin-right: 0.4rem;
    font-size: 0.688rem;
  }

}

  
  
  

 /* --- --- --- */
  
  
  
  
  
.custom-page-title-wrapper {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  z-index: 1;
}
  
  
.custom-page-title {
  margin-left: auto;
  margin-right: auto;
  font-family: WF Visual Sans Variable;
  font-weight: 800;
  letter-spacing: 0.15rem;
  line-height: 1;
  text-align: center;
  color: white;
  /* padding-right: 0.625rem;
  padding-left: 0.625rem; */
  font-size: clamp(1rem, 6.75vw, 6rem);
  margin-bottom: clamp(2rem, 4.5vw, 4rem);
  max-width: 62.5rem;
}
  

@media (max-width: 60rem) {

  .custom-page-title {
    font-size: clamp(1rem, 8.25vw, 6rem);
    letter-spacing: 0.1rem;
  }

}


@media (max-width: 45rem) {

  .custom-page-title {
    font-size: clamp(1rem, 10vw, 6rem);
    margin-bottom: clamp(1rem, 6vw, 4rem);
    letter-spacing: 0;
  }

}
  
  
  


 /* --- --- --- */
  
  



.custom-page-content {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  margin-top: 4rem;
}



@media (max-width: 45rem) {

  .custom-page-content {
    margin-top: 3.75rem;
  }

}





 /* --- --- --- */





.custom-page-footer {
  grid-column: 2 / 5;
  grid-row: 5 / 6;
  margin-bottom: 8.5rem;
}


@media (max-width: 45rem) {

  .custom-page-footer {
    margin-bottom: 8rem;
  }

}





 /* --- --- --- */





.custom-page-right-sidebar  {
  grid-column: 4 / 5;
  grid-row: 2 / 5;
}













 /* .................... */



/* faciliteter menu spacing */

#menu-item-1146 {
	padding-top: 14px;
	padding-bottom: 14px;
}


#menu-item-1146 > a {
	font-weight: 650;
	cursor: default;
}




