/* This is a comment */

/* Add your CSS rules here */

.kum .kulturomrader__content__item:after {
    content: " ";
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    width: 100px;
    height: 50px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 448 512'%3E%3Cpath fill='%23c0002a' d='M216.464 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z'%3E%3C/path%3E%3C/svg%3E);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}



.kum .kulturomrader__content {
    padding: 30px 80px;
  }
  
.kum .omrader__header__text h1 {
  
    padding-bottom: 3%;
    margin-bottom: 2%;
}
  
  .tx-lfpagesnews-pi1__list__form{
    
   display: none;
    }
  
  .mask-area-slider__item {
    background-image: none;
     }
    
  .mask-area-slider__item__text {
    text-shadow: none;
    }
    
     /* color news resume */
  .latest__item__resume a:link{ color:#666666; }
 
   .latest__item__resume a:visited { color:#666666; }
    
  .searchcounter
  {     display: none; }
  
  .page__updated
   {     display: none; }
  
  .mask-file-slider__item {
    height: 100%;
    margin-right: 80px;
}
  
  .tx-lfpagesnews-pi1__list__table .tdright {
    text-align: right;
    padding-right: 0;
    display: none;
}
.tx-lfpagesnews-pi1__list__table {
    border-top: 1px solid rgba(60,60,60,0.4);
    border-bottom: 1px solid rgba(60,60,60,0.4);
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 30px;
    width: 78%;
}
  
  sup {
    vertical-align: super;
    font-size: smaller;
}

ul.f3-widget-paginator li {
    padding: 0 5px;
    font-size: 1.2rem;
}


ul.f3-widget-paginator li a {
    color: #c0002a;
    font-size: 1.2rem;
}




/* Ændring til left menu */





/* tilføjelse af wordbreak til publikationsside venstre tekst */
.two-columns-text__left {
  
    word-break: break-word;
}