@media (min-width: 768px){
.main-container-wrapper {
    border-left: 1px solid #c7c7c7;
 border-right: 1px solid #c7c7c7;
}
}
.row {
    display: flex;
	margin-top:30px;
}

.insidaninnanrutan {
	padding:20px;
	text-align:left;
}

.kommandetid {
	padding: 0 20px;
	text-align:left;
}

.column-content {
    border: 2px solid #e5a427a1; 
    border-radius: 6px;
    padding: 20px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s; 
    transition: all .4s ease-out 0s;
    position: relative; 
    z-index: 1;
    margin-bottom: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* Shadow effect */
}
.column-content:hover {
      box-shadow: 0 4px 30px 0 #e5a427a1; /* Yellow box shadow */
}

.column-title {
    text-align: center; 
    color: #5c6f02fa; 
 
   
}

.column-header {
    color: #d69312;
    font-size: 20px;
	font-weight:700;
    text-align: center; 
}

.column-text {
    text-align: center; 
}

/* Desktop CSS - Adding Spacing */
@media (min-width: 992px) {
    .rutan {
        display: block;
		    width: 33%;
        padding-right: 40px;
    }
	    .rutan:last-of-type {
        padding-right: 0; /* Remove padding for the last element */
    }
	
.insidaninnanrutan {
	padding:28px 50px;
	text-align:left;
}

.kommandetid {
	padding:0px 50px;
	text-align:left;
}
	
}

/* Mobile CSS - Columns stack on top of each other */
@media (max-width: 991px) {
    .row {
        flex-direction: column;
		padding-left:20px;
		padding-right:20px;
		margin-top:20px;
    }
}




/* Händelse-specifika styles */
.events__title {
  color: #484848;
  margin-top: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.events__item {
  background: #fff;
  border-left: 8px solid #e5a427d6;
  border-radius: 2px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.events-container {
  padding: 0 15px;
}

.events__title {
  color: #484848;
  margin-top: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.events__tag {
  background: #e5a427d6;
  border: 1px solid #6a656580;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: black;
  font-size: 10px;
  font-weight: 600;
  width: 60px;
  margin-left: 16px;
  padding: 5px 2px;
  text-align: center;
}
.events__tag--highlighted {
  background: #FDCA40;
}
.events__item {
  background: #fff;
  border-left: 8px solid #e5a427d6;
  border-radius: 2px;
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
  padding: 15px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.events__item--left {
  width: calc(100% - 76px);
}
.events__name {
  font-size: 12px;
  font-weight: 700;
  color: #222741;
  display: block;
}
.events__date {
  font-size: 12px;
  color: black;
  display: inline-block;
}

.calendar-container__btn--left, .calendar-container__btn--right {
  cursor: pointer;
  background-color: #f6f6f6;
  border: none;
  border-radius:20px;
  padding: 10px;
}

.calendar-container__btn--left i, .calendar-container__btn--right i {
  display: inline-block;
  /* Anpassa nedan med din egen ikon eller bakgrund */
  width: 20px;
  height: 20px;
  background-image: url('path-to-your-icon.png');
  background-size: cover;
}
.calendar-table__event {
  background-color: #ffcc0054; /* Välj en färg som indikerar en händelse */
}

.calendar-table__event:active {
  background-color: #ffcc0054; /* Samma färg behålls även när händelsen är aktiv */
}
.events__tag {
  display: inline-block; /* Eller annan layout-egenskap som passar din design */
  /* Andra stilar för att behålla layouten stabil */
}



.desktoplist {
	padding:5px 20px;

}
/* Desktop CSS - Adding Spacing */
@media (min-width: 992px) {
.desktoplist {
	padding:10px 50px;

}
}

#loadMore {
    display: none;
}
