/* Tilføj CSS her */

.wst-hmenu > li > a, .wst-hmenu > li > a:link, .wst-hmenu > li > a:visited, .wst-hmenu > li > a.active, .wst-hmenu > li > a:hover {
    font-size: 16px!important;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}




.wst-postcontent a, .wst-postcontent a:link, .wst-postcontent a:visited {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #000000!important;
}

.wst-postcontent a:hover {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
    color: #63C060!important;
}


.wst-post {
   /* /////// slideshow ud til kanten */
    padding: 0px!important;
}

/* droppet .... alle billeder sat ind som slider for samme feeeeeeeeeeel
/* ///// billeder til kant ... og lidt op for at matche slider på forside///// */
/*
.wst-article img, img.wst-article, .wst-block img, .wst-footer-text img {
  margin: -13px 0px 0px 0px!important;}
*/

   /* /////// grøn streg på footer //////// */
.wst-footer {
    
    border-top: 12px solid #63C060!important;
  
}  


/* ----------------------------------------------------
Meta Slider fjernhoriz scroll ved responsive
---------------------------------------------------- */

     .wst-postcontent .metaslider ul>li, .wst-post .metaslider ul>li {
    overflow: hidden;
    padding-left: 0;
    }

    .wst-article .metaslider img {
    margin: 0;
    }


.wst-postcontent h2 {
font-family: Verdana,Geneva,sans-serif!important;
	font-size: 17px!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 700!important;
	line-height: 20.9px;

}



/* /////////////////////////////////// */
/*
Her flyttes den responsive menu op ift screen-size



HUSK at fjerne
.responsive .wst-header 
{
   width: auto !important;
   max-width: none !important;
  /*  >>>>>>>>>>>>>>> min-height: 20px !important; */

 /* også wst-header højder på styles */

/* /////////////////////////////////////////////// */

@media (min-width: 998px) and (max-width: 4000px)
{
.wst-header { min-height: 160px !important;}
/* logo flyttes ud  */

/* 
.textwidget {
display:none;
} */
}

@media (min-width: 870px) and (max-width: 997px)
{
.responsive .wst-header { min-height: 155px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* .textwidget {
display:none;
} */
}

@media (min-width: 770px) and (max-width: 869px)
{
.responsive .wst-header { min-height: 140px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* .textwidget {
display:none;
} */
}

@media (min-width: 600px) and (max-width: 769px)
{
.responsive .wst-header { min-height: 120px !important;}
/* .responsive .wst-header {    margin: 0px 0px  0px 0px; } */

/* .textwidget {
display:none;
} */

}
@media (min-width: 500px) and (max-width: 599px)
{
.responsive .wst-header { min-height: 100px !important;}
.responsive .wst-header {    margin: 0px 20px  0px 0px; }
}


@media (min-width: 400px) and (max-width: 499px)
{
.responsive .wst-header { min-height: 75px !important;}
/* .responsive .wst-header {    margin: 0px 0px  0px 0px; } */
}

@media (min-width: 100px) and (max-width: 399px)
{
.responsive .wst-header { min-height: 60px !important;}
/* .responsive .wst-header {    margin: 0px 0px  0px 0px; } */
}


