/*** RESETS ***/a:hover {
	text-decoration:none;
	}
	
* {
	border-radius:0px !important;
	}	
	
.clear:before,
.clear:after {
    content: " ";
    display: table;
	}

.clear:after {
    clear: both;
	}

/*** BOOTSTRAP OVERRIDE ***/
.jumbotron {
	margin:0;
	padding:0;
	}
	
.thumbnail {
	border:none;
	padding:0;
	}	
	
/*** BODY ***/
body {
	background-image:url(img/texture-gruen.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	}	

	
/*** HEADER ***/	
.header-image {
	width:100%;
	padding:13.75% 0;
	height:auto;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
	
.header-image img {
	width:100%;
	height:auto;
	}
	
.brand {
	margin-bottom:3rem;
	z-index: 100;
	}
	
.brand img {
	width:100%;
	height:auto;
	}	
	
/*** MAIN MENU ***/	
#main-menu li {
	display:inline;
	text-align:center;
	margin-bottom:30px;
	text-shadow: 1px 1px 1px #d27e00;
	}
	
span.top-text {
	width:100%;
	float:left;
	}
	
	
/*** META MENU ***/
#meta-menu {
	position:absolute;
	top:0;
	width:100%;
	}
	
.meta-menu-tile {
	padding:0 5px 0 0;
	}	
	
#meta-menu ul.main {
	padding:10px;
	margin: 0 0 5px 0;
	}
	
#meta-menu li {
	display:inline;
	}
	
/*** CART ***/

#meta-menu ul.cart li {
	clear:left;
	display:block;
	}	
	
	
		
/*** TILES, CONTENT ***/

@media (min-width:1201px) {
	#layout-container {
		margin-top:-350px;
		}
	}
	
@media (max-width:1200px) {
	#layout-container {
		margin-top:-150px;
		}
	}

@media (max-width:920px) {
	#layout-container {
		margin-top:-50px;
		}
	}
	
@media (max-width:768px) {
	#layout-container {
		margin-top:15px;
		}
	}
	
#content {
	width: auto;
	padding: 0;
	margin: 0;
	float: right;
	}	
@media (max-width:768px) {
	.content {
		}
	#layout-sidebar {
		margin-left:0;
		}
	.page-navigation,
	.tile	{
		padding-left: 20px !important;
		}
		
	.tile-single {
		margin-left:0 !important;
		}
	}
	
.breadcrumb {
	margin-bottom:15px;
	padding:7px 10px 7px 10px;
	}
.breadcrumb p {
	margin: 0px;
	}

.page-navigation {
	padding-right:0;
	font-size: 0.8rem;
	margin-bottom:15px;
	}
	
.page-navigation-wrapper {
	box-sizing:border-box;
	padding:0;
	height:auto;
	margin-bottom:15px;
	}
	
.page-navigation-left,
.page-navigation-right,
.page-navigation-center {
	min-height:2.5rem;
	padding-top:0.75rem;
	}
	
.page-navigation-center {
	text-align:center;
	}
	
.page-navigation-right {
	text-align:right;
	}
	
.page-navigation-left .button-prev {
	float:left;
	}
	
.page-navigation-left .button-prev span {
	margin:0 1rem 0 0.5rem;
	}
	
.page-navigation-right .button-next {
	float:right;
	}
	
.page-navigation-right .button-next span {
	margin:0 0.5rem 0 1rem;
	}
	
.pagination {
	margin:0;
	margin-bottom:0.75rem;
	}

.pagination > li > a, .pagination > li > span {
	border:none;
	margin-right:2px;
	padding:0.25rem;
	width:2rem;
	height:2rem;
	}

.page-navigation-wrapper>div{
	padding: 15px 15px;
	}

	
.tiles {
	text-overflow:ellipsis;
	overflow:hidden;
	padding:0;
	}
	
.tiles ul.row {
	margin-bottom:0;
	margin-top:0;
	padding:0;
	list-style-type:none;
	}
	
.tile {
	padding-right:0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom:15px;
	}
	
.tile-content {	
	padding:10px;
	height:340px;
	text-overflow: ellipsis;
	overflow:hidden;
	}
	
.tile-single {
	padding:15px;
	margin-left:15px;
	}
	
.tile-description {
	position:absolute;
	top:120px;
	height:150px;
	overflow:hidden;
/*	word-space: nowrap;
	text-overflow: ellipsis;
*/	}
	
.tile-description-button {
	position:absolute;
	top:295px;
	}
	
.meta {
	color:#999;
	margin-bottom:1rem;
	}
	
	
	
/*** SIDEBAR ***/

#layout-sidebar {
	margin: 0;
	padding-top:1rem;
	padding-bottom: 1rem;
	padding-left: 15px;
	margin-bottom:15px;
	}

#layout-sidebar:empty {
	display: none;
	}

#layout-sidebar ul {
	list-style-type:none;
	padding:0;
	margin-left: 0px;
	margin-bottom:20px;
	}

#layout-sidebar ul.nav-cat-level-1 {}
#layout-sidebar ul.nav-cat-level-2 {
	font-size: 0.9em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	margin-top: 0;
	}
	
#layout-sidebar li,
#layout-sidebar li a {
	margin-left: -15px;
	padding: 3px 7px 3px 15px;
	display: block;
	}	
	
#layout-sidebar li:last-child,
#layout-sidebar li a:last-child {
	border-bottom:none;
	}
	
#layout-sidebar li a:hover,
#layout-sidebar li a:active,
#layout-sidebar li a:focus {
	}
	
#layout-sidebar h3 {
	margin-top: 30px;
	}
	
/*** FOOTER ***/
#layout-footer {
	margin-top:15px;
	margin-bottom: 0px;
	padding-top:10px;
	background-image:url(img/texture-blau.png);
	min-height:320px;
	width: 100%;
	}
	
#layout-footer ul {
	margin:0;
	margin-right:5px;
	padding:0;
	list-style-type:none;
	float:left;
	}

#layout-footer ul li {
	padding:0;
	list-style-type:none;
	}

#layout-footer .logo-small {
	width:1.5rem;
	height:1.5rem;
	margin-right:0.5rem;
	background-image:url(img/logo-small.svg);
	background-size:contain;
	background-position:center center;
	}


/*** Images ***/
.tiles .thumbnail-tile {
	float:left;
	margin-right:1rem;
	}

.thumbnail-tile {
	width:100px;
	height:100px;
	overflow:hidden;
	}

img.thumbnail {
	display:block;
	height:100%;
	}	

.topPopList{
	float: none !important;
	margin: 0;
	}
.selectedValue {
	background-image: none;	
	margin: 0px !important;
	}

#topMenu {
	float: none;
	margin-top: 0;
	}

h1.pageHead{
	display: none;
	}
#page {
	width: 100%;	
	}
div.searchBox {
	position: relative;
	top: 0;
	left: 0;
	}
.textbox, input[type="text"] {
	height: auto;
	}

ul.checkoutSteps2 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9rem;
	}
ul.checkoutSteps2 li {
	list-style: none;
	padding: 0;
	float: left;
	height: 29px;
/*	text-transform: uppercase;*/
	line-height: 29px;
	position: relative;
	left: 0;
	text-align:center;
	}
ul.checkoutSteps2 li.active {
	background-color:#c1001f;
	}
ul.checkoutSteps2 li.active a {
	background-color:#c1001f;
	color:#FFF;
	outline:none;
	text-decoration:none;
	}
ul.checkoutSteps2 li.active span {
	color:#FFF;
	}

@media (max-width:768px) {
	ul.checkoutSteps2 {
		font-size: 1rem;
		}
	ul.checkoutSteps2 li {
		width: 100% !important;
		}
	}
@media (min-width:1200px) {
	ul.checkoutSteps2 {
		font-size: 1rem;
	text-transform: uppercase;
		}
	}
	

	
	
	
.checkoutSteps2 li.step1 {
	width: 240px;
	width: 22%;
	}
.checkoutSteps2 li.step2 {
	width: 240px;
	width: 19%;
	}
.checkoutSteps2 li.step3 {
	width: 290px;
	width: 25%;
	}
.checkoutSteps2 li.step4 {
	width: 290px;
	width: 25%;
	}
.checkoutSteps2 li.step5 {
	width: 138px;
	width: 9%;
	}

.page-content,
.cmsContent {
	margin-bottom: 15px;
	padding:15px;
	background:rgba(255,255,255,1);
	}

	
	
h3.section {
    border-bottom: 1px solid #eceff0;
    padding-bottom: 7px;
    margin-top: 15px;
    text-transform: none;
}

.row {
	padding: 0;
	}

.categoryTopDescription {
	margin-bottom: 15px;
	}

.dropDown p {
	background-image: none;
	padding-left: 10px;
	}
.dropDown p>label{
	}

table.basketitems tr th:first-child,
table.basketitems tr td:first-child {
	border: none;
	}
#layout-content a,
#layout-content a:link,
#layout-content a:visited {
	border-bottom: 1px dotted #c1001f;
	}
#layout-content a:hover {
	border-bottom: 1px solid #750013;
	}




/*  FEATURES  */

ul.fitting {
	display:table;
	width:100%;
	font-size: 1rem;
	}
ul.fitting li:first-child {	
	margin-left:0;
	}
ul.fitting li.i-tent {
	background-image:url(img/i-tent.svg);
	}
ul.fitting li.i-tarp {
	background-image:url(img/i-tarp.svg);
	}
ul.fitting li.i-ticket {
	background-image:url(img/i-ticket.svg);
	}
ul.fitting li.i-table {
	background-image:url(img/i-table.svg);
	}
ul.fitting li.i-seat {
	background-image:url(img/i-seat.svg);
	}	
ul.fitting li.i-bag {
	background-image:url(img/i-bag.svg);
	}
ul.fitting li.i-bed {
	background-image:url(img/i-air.svg);
	}
	
ul.fitting li {
	background-color: rgba(193,0,31,1);
	font-size: 1rem;
	color: #FFF;
	width: 31px;
	margin: 5px 1px 5px 0px;
	padding: 20px 0 0 0;
	float: left;
	background-size: 21px auto;
	background-repeat: no-repeat;
	background-position: center 2px;
	text-align: center;
	list-style-type: none;
	}
/*
ul.fitting li:first-child {
	border-radius: 5px 0 0 5px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px !important;
	}
ul.fitting li:last-child{
	border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	}
*/
	
/*  LARGE */
#detailsMain ul.fitting li {
	font-size: 1rem;
	background-size: 30px auto;
	width: 35px;
	padding-top: 24px;
	}

.priceBox {
	width: auto;
	}
.titleBox {
	width: auto;
	}
.pictureBox {
	float: none;
	}

.tiles .tile-content .titleBox .title{
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

.information h1 {
	line-height: 1.1em;
	}

div.pager {
	width: 100%;
	}
div.pager a {
	}
#linkPrevArticle,
#linkNextArticle {
	float: none;
	margin-left: 0 10px 0 10x;
	}
#linkPrevArticle{
	text-align: left;
	}
#linkNextArticle {
	float: right;
	}
.pager .page {
	}

	
a.next,
a.prev {
	background-image: none;
	padding: 0;
	}

	
	
#amountToBasket {
	padding: 6px 6px 7px 6px;
	width: 40px;
	font-size: 1rem;
	}
.tobasketFunction {
	}
.tobasketFunction label {
	line-height: 2em;
	}

.detailsInfo .information {
	width: 100%;
	clear: left;
	float: left;
	}
.additionalInfo {
	clear: right;
	float: right;
	}
.tobasketFunction a{
	float: none;
	}
.productMainInfo {
	float: none;
	width: auto;
	}

.page-navigation-wrapper label,
.page-navigation-wrapper span {
	font-weight: normal;
	color: #c1001f;
	}
.tiles li {
	list-style-type: none;	
	}
.page-navigation .dropDown ul.drop{
	background: rgb(255,255,255);
	}
.page-navigation .dropDown a.selected,
.page-navigation-wrapper .dropDown a.selected,
.page-navigation-wrapper .dropDown a:hover {
	background: none;
	background-color:#c1001f;
	outline:none;
	text-decoration:none;
	}
.page-navigation-wrapper .dropDown a.selected span {
	color:#FFF;
	}

	
#layout-content .tile-content a {
	border: none;
	}
	
.selectedValue a.flag {
    width: 40px;
}
		
.listDetails hr {
	margin:3px 0;
	}
