.seilschaft-table{
  width:auto;
  border-spacing:5px;
}
.seilschaft-table-row{
  width:auto;
  clear:both;
  float:left;
  width:100%;
  overflow:hidden;
}
.seilschaft-table-title{
  float:left;
  padding-right:5px;
  font-weight:bold;
  padding-top:10px;
}
.seilschaft-tour-kurzbeschieb{
  float:left;
  width:100%;
  padding-right:5px;
}
.seilschaft-table-col{
  /* float:left; */
  padding-right:5px;
  max-width:90%;
  display:inline-block;
}
.seilschaft-table-col:last-child{
  overflow:hidden;
  float:right;
}

/* styling für touren mit datum/titel/sprache/dauer/kosten */

.s-tourenliste-datum{
		display:inline-block;
		width:125px;
}

.s-tourenliste-details{
	display:inline-flex;
}

.s-tourenliste-details:last-child{
	display:inline-flex;
	overflow:hidden;
	float:right;
}

.s-tourenliste-kurzbeschrieb{
	margin-left:130px;
	overflow:hidden;
	display:inline-block;
}

/* moar styling für die neuste Version */

.s-tour-item{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

.s-tour-date{
	/* padding-right:10px; */
	width:140px;
}

.s-tour-title{
	padding-right:10px;
	max-width:400px;
}

.s-tour-detail{
	margin-left:auto;
}

.s-tour-short{
	flex-basis:100%;
	padding-left:140px;
	max-width:400px;
}

@media screen and (max-width: 600px) {
	.s-tour-item{
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}

	.s-tour-date{
		width:140px;
	}

	.s-tour-title{
		max-width:auto;
	}

	.s-tour-detail{
		flex-basis:100%;
	}

	.s-tour-short{
		flex-basis:100%;
		padding-left:0px;
		max-width:auto;
	}
}