.header-wrap {
    z-index: 1000;
}

.logga-in {
  border: solid #D3BB86;
background-color: #d3bb861A;
  border-radius: 5px;
  color: #fff;
 padding: 2px;
margin-right: 1em;
}

.logga-in:hover {
  border: solid #e2cfa6;
background-color: #e2cfa64D;
  border-radius: 5px;
  color: #111111;
padding: 2px;
}

.bli-medlem {
  background-color: #007E66;
  border-radius: 5px;
  color: #fff;
 padding: 5px;
}

.bli-medlem:hover {
  background-color: #0c8971;
  border-radius: 5px;
  color: #111111;
padding: 5px;
}



.tribe-events-calendar-month__day-cell { 
    background-color: #ffffff80; /* to change the background color */
    border-color: #fff;/* To change the border color */
}



.tribe-events-calendar-month__day--current {
  background-color: #ffffffB3; /* Changes the background color */
  border-color: #000;/* Changes the border color */
  color: #333;
}

.tribe-events-calendar-month__day--past {
 color: #333;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    color: #000000;
}