.av-language-switch-item {
  display: none;
}

/* START: Fix til at gøre indholdet 1000px "smalt" inde i content-området */
.el_after_av_section .av_one_fifth {
	display: none !important;
}
.el_after_av_section .av_three_fifth {
	width: 100% !important;
	margin-left: 0 !important;
}
.el_after_av_section .entry-content-wrapper,
.full-width-max .entry-content-wrapper {
	max-width: 1000px;
    margin: 0 auto;
}
/* END: Fix til at gøre indholdet 1000px "smalt" inde i content-området */

/* Bredere tekst i sliders */
.slideshow_caption {
    width: 60%;
}
#footer .social_bookmarks li {
clear: none;
}

input::placeholder {
  color: #999 !important;
}

.main_menu ul:first-child>li>a {
font-size: 16px;
}

.text-in-box {
    margin: 20px;
}

.inner-shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.outer-shadow{
  -moz-box-shadow:    0px 1px 4px 1px #e0e0e0;
  -webkit-box-shadow: 0px 1px 4px 1px #e0e0e0;
  box-shadow:         0px 1px 4px 1px #e0e0e0;
}

.outer-shadow-dark{
  -moz-box-shadow:    20px 17px 40px -9px #333;
  -webkit-box-shadow: 20px 17px 40px -9px #333;
  box-shadow:         20px 17px 40px -9px #333;
}

.less-margin{
   margin-top: -50px;
}

.black-border-form{
background-color: black;
padding: 0px 10px 0px 10px;
border-radius: 5px;
}

.black-border-form p input{
   padding: 20px 0px 20px 15px !important;
   margin-right: 5px !important;
   font-size: 18px !important;
   font-weight: 200 !important;

}

.black-border-form fieldset p .button{
    padding: 20px 0 22px 0 !important;
}




div .filler-div{
   width: 100px;
}

strong{
  color: #ef7c2f !important;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
    margin-bottom: .75em;
}

.xvoto-full-width .container { 
	width: 100% !important; 
	max-width: none !important;
        padding: 0;
}


.xvoto-full-width .container main { 
    padding: 0;
}

body { font-weight: 300; }

.slide-image{ display: none !important; }

article{
   background-color: white;
   padding: 20px;
   border-bottom: 2px solid #808080 !important;
 -moz-box-shadow:    0px 1px 4px 1px #e0e0e0 !important;
  -webkit-box-shadow: 0px 1px 4px 1px #e0e0e0 !important;
  box-shadow:         0px 1px 4px 1px #e0e0e0 !important;
}

.extend-width div img{
   max-width: 200% !important;
   opacity: 0.5;
   left: -300px;
}

.white-border span{
   border-color: #FFFFFF !important;
}

.current_page_item > a {
   color:#7ea440 !important;
}

.avia-menu-fx {
display: none !important;
opacity: 0;
}

.avia-button{
  border-color: #484D51;
border-style: solid;
border-width: 2px;
font-size: 18px !important;
}

.button{
border-color: #484D51;
border-style: solid;
border-width: 2px;
}

.menu li > a:after { content: ' ▾'; } 
.menu li > a:only-child:after { content: ''; }

h1{
line-height: 1.3em;
text-transform: none !important;
font-size: 2.5em;
font-weight: bold;
}

h2{
text-transform: none !important;
font-weight: bold;
}

h3{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.4;
}

h4{
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.4;
}

.current-menu-item a {
color:red;
}

.main_menu li.current-menu-parent a, .main_menu li.current-menu-ancestor a{
color: #7ea440 !important; /* highlight color */
}

.main_menu li.current-menu-parent ul li.current-menu-item a, .main_menu li.current-menu-ancestor ul li.current-menu-item a {
color: #7ea440 !important; /* highlight color */
}

.main_menu li.current-menu-parent ul li a, .main_menu li.current-menu-ancestor ul li a {
color: grey  !important; /* default nav link color */
}

.logo img{
margin-top: 5px;
}

.footer-links a{
margin-left: 25px;
}

.xvoto-footer a:hover{
 color:#7ea440;
}

.foredrag-slider ul li img{
   width: auto;
}

.foredrag-slider{
    padding-top: 20px;
    padding-bottom: 20px;
}

.foredrag-slider .avia-slideshow-dots{
  display: none;
}

.lower-caption div div{
   text-align: left;
   bottom: 0px;
   height: 60px;
}

.faq-online section div{
   background-color: #FAFAFA !important;
   margin: 5px 0 5px 0;
-moz-box-shadow:    0px 0px 16px -13px #333;
  -webkit-box-shadow: 0px 0px 16px -13px #333;
  box-shadow:         0px 0px 16px -13px #333;
}

.faq-onlin section div div div{
margin-top: -4px !important;
}

.faq-online section div .toggler{
    font-weight: 400;
}

.avia_textblock .av_font_icon{
   position: absolute !important;
}

.av_font_icon + p{
   margin-left: 40px !important;
}


/* FIX footer mobile responsive */
@media only screen and (max-width: 767px) {
  .xvoto-footer .av-content-small, .xvoto-footer .flex_column, .xvoto-footer .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
/* END fix footer mobile responsive */