figcaption {
				font-size: 1.10em;
				font-family: Montserrat, Calibri, Helvetica, sans-serif;
				/*margin-top: 10.5em;
				margin-bottom: 0em;*/;
				font-weight: 600;
				/*margin-left: 0px;*/;
				color: #252525;
				line-height: 0.85em;
}

.grid-container {
    gap: 10px; /* Mellanrum mellan rutorna */
    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    overflow: hidden;


}
.grid-container > div {
    background-color: #ffffff;
}
.card{
position: relative;
padding: 0.0em;
				border: 1px solid #696969;
				border-radius: 5px;
				background-color: #222429;
				text-align: left;
				/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

}

.kalenderdatum
{
				vertical-align: top;
				font-family: Montserrat,Calibri, Helvetica, sans-serif;
				font-size: 1.20em;
				color: #ff0000;
				font-weight: 600;
				text-align: center;
				margin: auto;
				display: table;
				padding-bottom: 2px;
				padding-top: 2px;
}
.card figure {
				margin:0.0em;
				overflow: hidden;
				padding: 0px;
				width: 100%;

				
}

.card figcaption {
				margin-top: 0px;
				text-align: center;
}
.card img {
				border: none;
				width: 100%;
				height: auto;
				background: #ccc;
				/*transition: 0.6s ease-in-out;
				 opacity: 1;*/

}
.card img:hover {
 /*opacity: 0.5;*/
 
 
}


.card H3 {
				vertical-align: top;
				font-family: Montserrat, Arial, sans-serif;
				/*font-size: 16px;*/
				font-size: 1.0em;
				color: #000000;
				font-weight: bold;
				text-align: center;
				margin: auto;
				display: table;
				padding-bottom: 0px;
				padding-top: 5px;

}

.card p {
				
				text-align: left;
				vertical-align: top;
				/*display: table;*/
				margin: 0;
				padding: 0px 5px 30px 5px;
				line-height: 1.35em;
				font-family: Montserrat, Georgia,"Times New Roman", Times, serif;
				font-size: 0.95em;

}
.knappsektion {
				position: absolute;
				left: 50%; /* Flytta till mitten horisontellt */
   				transform: translateX(-50%);
				/*width: 350px;*/
				bottom: 5px; 
}

centrerad_knapp
{
margin-left: 0px;				
}

.knapp_konsertsida {
				background-color: #FFA264;
				color: black;
				border: 1px solid #555555;
				border-radius: 4px;
				padding: 3px 6px 3px 6px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 14px; /*margin: 4px 2px;*/;
				transition-duration: 0.4s;
				cursor: pointer;
				font-family: Arial, Helvetica, sans-serif;
				white-space: nowrap;
}
.knapp_konsertsida:hover {
text-decoration: none;
background-color: #FF6F0F;
color: white;
}
.knapp_konsertsida:active {
text-decoration: none;
position:relative;
top:1px;
}

.knapp_konsertsida::after {
  /*content: "LÄS MER OM KONSERTEN";*/
  /*white-space: nowrap;*/

}



.mer_mindre_2 {
				/*display: inline-flex;*/ /* Gör det flexibelt för att hantera ikon + text */
    align-items: center; /* Centrera innehållet */;
				box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Lägger till skugg-effekt */;
				transition: all 0.8s ease; /* Mjuk övergång */;
				background-color: #FF6F0F;
				color: white;
				border: 1px solid #555555;
				border-radius: 3px;
				padding: 1px 5px 1px 5px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 14px; /*margin: 4px 2px;*/;
				cursor: pointer;
				font-family: Arial, Helvetica, sans-serif;
}

.mer_mindre_2:hover {
				text-decoration: none;
				background-color: #e9e9e9;
				color: black;
				box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /* Starkare skugga vid hover */
}

.mer_mindre_2:active {
text-decoration: none;
position:relative;
top:1px;
}

.mer_mindre {
   /* display: inline-flex; *//* Gör det flexibelt för att hantera ikon + text */
    align-items: center; /* Centrera innehållet */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Lägger till skugg-effekt */
    transition: all 0.8s ease; /* Mjuk övergång */
    
    
    background-color: #e9e9e9;
				color: black;
				border: 1px solid #555555;
				border-radius: 3px;
				padding: 1px 5px 1px 5px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 14px; /*margin: 4px 2px;*/;
				cursor: pointer;
				font-family: Arial, Helvetica, sans-serif;

}

.mer_mindre:hover {
				text-decoration: none;
				background-color: #FF6F0F;
				color: white;
				box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /* Starkare skugga vid hover */
}

.mer_mindre:active {
text-decoration: none;
position:relative;
top:1px;
}
