﻿#tosc5_container{
	background-color:white;
	border-radius:10px;
	margin-top:15px;
	margin-bottom:4em;
}

@media (min-width: 1680px){
	.offers-page__results-col{
		margin-left:30px !important;
	}
	.offers-page__sidebar-col {
		width:300px !important;
	}
	
	.col-xxl-3{
		flex:0 0 33.3333% !important;
		max-width:33.3333% !important;
	}
	
	/*--- Detailseite Spaltenaufteilung ---*/
	.detail-page__results-col{
		margin-right:80px !important;
	}
	.col-xxl-10{
		flex:0 0 100% !important;
		max-width:100% !important;
	}
	.offset-xxl-1{
		margin-left:0 !important;
	}
}
