/* Tilføj CSS her */


/* ///////////////////////////////// */
/* //// Fjerner gradient og outline på standard responsive menu HUSK !important///////////////////////////// */
/* ///////////////////////////////// */


.wst-nav .wst-menu-btn {
    border: 0px !important;
    border-radius: 1px;
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2); */
    display: none;
    
       background: linear-gradient(to bottom, #a3b481 0, #a3b481 100%) !important;

}


/* /////////////////////////////////////////////////////////
     Quote rotator .......
/////////////////////////////////////////////////////////
https://wordpress.org/support/topic/this-plugin-has-a-bug-but-you-can-fix-it-and-the-it-works-wekk
///////////////////////////////////////////////////////// */

.rotated_quote{
  font-size:20px;
  font-style: italic;
/*text-align: center;
margin: 0px 0px  0px 0px;
position: absolute;
    align-content: center!important;
  */
}


.su-quote-style-default {
 /* /////   Flytter " lidt ind fra venstre ///// */
  margin-left: 20px;
}


/* CitatFontStørrelse */

#sagtaf{
  font-size:13px;
}



/* /////////////////////////////////// */
/*
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: 895px) and (max-width: 4000px)
{
.wst-header { min-height: 375px !important;}
/* logo flyttes ud  */
.wst-header {    margin: 0px 0px  0px -10px; }
}

@media (min-width: 725px) and (max-width: 894px)
{
.responsive .wst-header { min-height: 340px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}

}

@media (min-width: 600px) and (max-width: 723px)
{
.responsive .wst-header { min-height: 265px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}
}
@media (min-width: 500px) and (max-width: 599px)
{
.responsive .wst-header { min-height: 210px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}
}


@media (min-width: 400px) and (max-width: 499px)
{
.responsive .wst-header { min-height: 180px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}
}
@media (min-width: 350px) and (max-width: 399px)
{
.responsive .wst-header { min-height: 135px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}
}

@media (min-width: 100px) and (max-width: 349px)
{
.responsive .wst-header { min-height: 120px !important;}
.responsive .wst-header {    margin: 0px 0px  0px 0px; }
/* navn og numer */
#black-studio-tinymce-2  {
display: none !important;
}
}

/* Dette er fjernet : Rykker teksten ind venstra margen */
.wst-postcontent p {
    margin: 13px 0px 0px 0px; 
}

.wst-postheader   {
  margin: 0px 0px  0px 0px; 
  font-weight: bold;
}

.wst-postcontent h1 {

    margin: 30px 0px  0px 0px;
   font-weight: bold;
}

.wst-postcontent h2 {

    margin: 30px 0px  0px 0px;
   font-weight: bold;
}

.wst-postcontent h3 {

    margin: 30px 0px  0px 0px;
   font-weight: bold;
}
/* Bullet list 
.wst-postcontent ul > li, .wst-post ul > li, .wst-textblock ul > li {
    padding-left: 0px;
}*/