
.siteCard {
	margin: 1em auto;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.4), 1px 2px 3px rgba(0,0,0,0.5);

	background: rgba(255,255,255,0.2);
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	max-width: 500px;
	width: 100%;
}
.siteCard:hover {
	background: rgba(255,255,255,0.4);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.4);
}
.siteCard a {
	display: block;
	padding: 20px;	
}
.siteCard a:hover {
	text-decoration: none;
}
.siteCard h1 {
	line-height: 1.1;
	letter-spacing: 2pt;
	font-size: 60px;
	font-size: clamp(30px, 4vw, 60px);
	font-weight: normal;
	color: #fff;
	font-family: dinBold;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.siteCard .description p {
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.infoLinkCard {
	margin: 1em auto;
	
}
@media (min-width: 768px) {
	.siteCard-row {
		display: flex;
		align-items: stretch; /* Ensures children stretch to the same height */
		grid-template-columns: 1fr 1fr;
		gap: 1rem; /* Optional: adds space between cards */
	}
	.siteCard-row > .span6 {
		display: flex;
		flex-direction: column;
	}
	.siteCard-row .siteCard {
		/* This makes both siteCards in the grid row share the same height */
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
	}
}

.infoSection{
	padding: 10px;	
}

.wrapper{
	background-color: #fff;
}

.row{
	margin-left: 0;
}

.span12 .row .span3{
	margin-left: 0;
	margin-right: 20px;
}
h4{
	font-size: 17.5px;
	margin-bottom: 20px;
	font-weight: bold;
}

.stycke .badge-info {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 4px;
}
.badge-info.badge-type {
	background-color: #1678c2;
}
.badge-info.badge-location {
	background-color: #16ab39;
}
.badge-info.badge-tag {
	background-color: #5829bb;
}


.requirementsWrapper{

}

.descriptionTooltip{
	color: #333;
	text-decoration: none;
}

.descriptionTooltip:hover{
	text-decoration: none;
}

.venueText{
	width: 60%!important; 
}

.venue-row .venueText + .span2 {
	width: 16%!important;
}
.venueTextCard{
	padding-top: 10px;
	padding-left: 5px;
}

.exhibitionArea .checkShow label:last-child{
	margin-bottom: 25px;
}

.checkShow{
	margin-left: 8px;
}

/* Originally in html/list: tmp style for example - DST 2019-08-21 */
.checkShow
{
	visibility: hidden;
}
.checkShow.postload
{
	visibility: initial;
	display: none;
}

input.requirements[type=checkbox]:checked +div .checkShow
{
	display: block;
	visibility: initial;
}
.match{
	clear: both;
}



.filterSection  {


}


.filterSection >.span4{
	margin-left: 0;

}

.filterSection .span4{

}

.filterSectionWrapper .span12{
	margin-left: 20px!important;
}
.filterSectionWrapper .checkbox label {
	display: inline-block;
}
.filterSectionWrapper .checkbox .descriptionTooltip {
	padding-left: 0.5em;
}
.filterSection .checkbox.group-certification + .checkbox.group-other {
    margin-top: 0.5em;
}
.filterSection .filter.filter-freetext {
    margin-top: 1em;
}
.filterSection .filter+.filter {
	margin-top: 2em;
}
.filter h4 {
	font-weight: normal;
}

.filter-freetext {
	padding: 0;
	margin: 0.5em 0;
}
.filter-freetext .form-search {
	position: relative;
}
.filter-freetext .form-search input.search-query {
	font-size: 18px;
	height: 32px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: #f7f7f7;
}
.filter-freetext .input-inner-icon-prepend {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 7px;
	left: 9px;
	fill: #999;
}
.filter-freetext .input-inner-button-append {
	display: inline-block;
	position: absolute;
	width: 31px;
	height: 31px;
	right: 0;
	top: 1px;
}
.filter-freetext .input-inner-button-append button {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
	background: transparent;
	color: #999;
	opacity: 1;
	visibility: visible;
	transition: visibility 0.5s, opacity 0.5s;
}
.filter-freetext.empty .input-inner-button-append button {
	opacity: 0;
	visibility: hidden;
	transition: visibility 1.0s, opacity 1.0s;
}
.filter-freetext .input-inner-button-append button:hover {
	color: rgb(218, 166, 166);
}
.filter-freetext input {

}
.filter-capacity {
	text-align: center;
	padding: 0 1em;
}
.filter-participants {
	text-align: center;
	padding: 0 0.5em;
}
.filter-distance {
	text-align: center;
	padding: 0 0.5em;
}
.filter-capacity.heading-rows-2 h4, .filter-distance.heading-rows-2 h4 {
	min-height: 2.5em;
}
.filter-type label input[type=radio] {
	margin:-4px 2px 0px 0px;
}
.filter-clear {
	padding: 1em;

}
.filter-clear button {
	font-weight:bold;
}
.filter-clear.no-filters button {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1.0s, opacity 1.0s;
}
.filter-clear.active-filters button {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s, opacity 0.5s;
}


.rangeslider {
	width: 100%;
	background-color: #eee;
	margin: 0;
}
.rangeslider__fill {
	background-color: #3676db;
}


.match-sorting {
	padding: 10px;
}
.match-sorting h4 {
	font-weight: normal;
}
.match-sorting ul {
	margin: 0 0 0 0.5em;
	padding: 0;
	list-style: none;
}
.match-sorting ul label input {
	margin: -4px 2px 0 0;
}
@media only screen and (min-width : 768px) {
	.filter.filter-freetext {
		padding: 0.5em 2em 0.5em 1em;
	}
	.match-sorting {
		float: right;
		padding: 8px 0 0 0;
	}
	.match-sorting h4 {
		font-size:100%;
		text-transform: none;
		font-weight: none;
		font-family: "DIN" !important;
		display: inline-block;
		margin: 0;
	}
	.match-sorting h4:after {
		content: ":"
	}
	.match-sorting ul {
		display: inline-block;
	}
	.match-sorting ul li {
		display: inline-block;
		margin-right:5px;
	}
	.match-sorting ul li label {
		display: inline-block;
	}

}



.locationBlock .checkbox {
    padding-left: 0!important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.venueText{
		width: 100%!important; 
	}

	.filterSectionWrapper .span12{
		margin-left: 0!important;
	}

	.venue-row{
		padding-right: 10px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	
}