body {
  background-color: #333235;
}

.layout-boxed .body-innerwrapper {
    margin: 0 auto;
    box-shadow: none;
}
.layout-boxed .body-innerwrapper {
  max-width: 75%;
}

#sp-header {
  background-color: #434245 !important;
  color: #434245;
  height: 198px;
  padding: 15px 0px 15px 0px;
  box-shadow: none !important;
  max-width: 100% !important;
}

/*#sp-header.menu-fixed {
  width: 75%;
}*/

#sp-header .logo {
  margin-left: 14px;
  margin-top: 2px !important;
  max-width: 70% !important;
  height: auto;
}

#sp-header a {
    color:#ffffff !important;
}
#sp-header a:hover {
    color:#d60000 !important;
}

#sp-menu {
  margin-top: 40px;
}

a {
  color: #ffffff;
  font-weight: bold;
}

a:hover {
  color: #d60000;
}

img.hikashop_child_image {
    margin: 10px 10px 20px 0;
    height: 60px;
    display: inline-block;
}


#sp-team {
  margin-top: -30px;
  padding-bottom: 40px;
  line-height: 0.2em;
}

#sp-sitegallery {
  margin-top:-40px;
  padding-bottom: 40px;
}

#sp-rides {
  margin-top:-40px;
  padding-bottom: 40px;
}

#sp-main-body {
  padding: 50px 0;
}

#sp-kontaktformular {
  margin-top:-40px;
  padding-bottom: 30px;
}

#field6 {
  background:#d60000;
  margin-left:-19px;
  margin-top: -50px;
  width: 30%;
}

.form-actions {
  background: none;
  border-top: none;
}

.sp-module ul > li {
  border-bottom: none;
  transform: none;
}

.uk-dotnav > * > * {
  width: 20px;
  height: 16px !important;
}

.page-header {
   padding-bottom: 4px;
   margin: 40px 0 20px;
   border-bottom:none;
}

#sp-footer {
  color: #fff;
  text-align: left;
  line-height: 18px;
  padding-top:30px;
  padding-left: 16px;
}

#sp-footer2 {
  text-align: right;
  padding-right: 30px !important;
  padding-top: 90px; /* vorher 126px */
}

#sp-contact {
  vertical-align: top;
  margin-top: -64px;
}

div.field2 {
  float: left;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 49.936% !important;
}

div.field1 {
  float: left;
  padding-bottom: 10px;
  width: 49.936% !important;
}

div.field3 {
  padding-bottom: 10px;
  width: 100% !important;
}

div.field4 {
  padding-bottom: 10px;
  width: 100% !important;
  margin-left: -10px;
}

div.field5 {
  padding-bottom: 10px;
  width: 100% !important;
}

textarea {
  height: 200px !important;
}

div.field6 {
  padding-bottom: 10px;
  margin-top: -40px;
  width: 100% !important;
}

.row-fluid [class*="span"]{
  margin: 0px;
}

#eshop-filter-manufacturers-container {
  color: #000000;
}

#eshop-filter-categories-container {
  display: none !important;
}

.eshop-filter-reset-all{
  display: none !important;
}

.btn-primary, .sppb-btn-primary {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #af0e14;
    background-color: #af0e14;
}

.panel-group .eshop-filter.panel + .panel {
    margin-top: 70px !important;
}

#offcanvas-toggler > i {
    color: #fff !important;
  	margin-right: 10px;
}

#offcanvas-toggler > i:hover {
    color: #ed1c24;
}

.img-polaroid {
  margin-right: 10px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table-striped > thead {
  color: #434245;
}

#colorbox #cboxContent #cboxLoadedContent {
    background: #9d9d9c;
}

.checkout-heading a {
  color: #d60000 !important;
}

table.list thead td {
    background-color: #BDBDBD;
    padding: 0 5px;
}





/******************************************************/
/** MEDIA QUERIES START **/
/******************************************************/
/** Laptop **/
@media screen and (max-width: 1580px) {
  	/* News */
    .home_container .intro-image {
        max-width: 100% !important;
    }
  	
  	/* Blog */
  	.blog_widgetkit {
    	max-width: 80% !important;
	}
  	
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 55% !important;
    }
}

@media screen and (max-width: 1440px) {
  	/* Kontakt */
  	#sp-kontaktformular {
        margin-top: -40px;
    }
  	#sp-kontaktformular .row {
      	display: flex;
		flex-direction: column-reverse;
  	}
  	#sp-contact {
      	max-width: 100% !important;
      	height: 300px;
  	}
  	
  	/* News */
  	.blog .col-sm-6 {
    	width: 39% !important;
	}
}


@media screen and (max-width: 1024px) {
  	/* Boxed Layout entfernen */
  	.layout-boxed .body-innerwrapper {
      	max-width: 100%;
    }
  	
  	/* News */
  	.blog .col-sm-6 {
    	width: 50% !important;
	}
  	
  	/* Blog */
  	.blog_widgetkit {
    	max-width: 100% !important;
	}
  	
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 75% !important;
    }
}


@media screen and (max-width: 991px) {
   	.container {
        width: 100%;
    }
  	
  	#sp-header {
		max-width: 100% !important;
   	}
  	#sp-header .logo {
        max-width: 50% !important;
    }
  	
  	/* News */
  	.blog .col-sm-6 {
    	width: 100% !important;
	}
  	.col-sm-9 {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 100% !important;
    }
}

/** Mobile **/
@media screen and (max-width: 660px) {
  	.partshop .container .row {
    	display: flex;
    	flex-direction: column-reverse;
	}
  	
  	/* Home Slider */
  	.home_slider .uk-overlay-bottom {
      	display: none;
  	}
}
/******************************************************/
/** MEDIA QUERIES ENDE **/
/******************************************************/



/******************************************************/
/** iPhone X MEDIA QUERIES START **/
/******************************************************/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
  	/* Home Slider */
  	.home_slider .uk-overlay-bottom {
      	display: none;
  	}
}
/******************************************************/
/** iPhone X MEDIA QUERIES ENDE **/
/******************************************************/



/******************************************************/
/** MEDIA QUERIES iPad 1&2 START **/
/******************************************************/
/* Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1){
	.container !important {
        width: 100%;
    }
  	
  	/* News */
  	.blog .col-sm-6 {
    	width: 50% !important;
	}
    .home_container .intro-image {
        max-width: 100% !important;
    }
  	
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 75% !important;
    }
  	
  	/* Kontakt */
  	#sp-kontaktformular {
        margin-top: -40px;
    }
  	#sp-kontaktformular .row {
      	display: flex;
		flex-direction: column-reverse;
  	}
  	#sp-contact {
      	max-width: 100% !important;
      	height: 300px;
  	}
  	
  	.partshop #sp-main-body .row {
      	display: flex;
      	flex-direction: column-reverse;
  	}
  	
  	/* Boxed Layout entfernen */
  	.layout-boxed .body-innerwrapper {
      max-width: 100%;
    }
}

/* Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
  	.container {
        width: 100% !important;
    }
  	
  	#sp-top2 {
      	text-align: right;
  	}
  	
  	/* News */
    .home_container .intro-image {
        max-width: 100% !important;
    }
  	
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 85% !important;
    }
  	
  	/* Kontakt */
  	#sp-kontaktformular {
        margin-top: 0;
    }
  	#sp-kontaktformular .row {
      	display: flex;
		flex-direction: column-reverse;
  	}
  	#sp-contact {
      	max-width: 100% !important;
      	height: 300px;
  	}
  	
  	#sp-footer2 {
      	padding-top: 70px;
    }
  	
  	.partshop #sp-main-body .row {
      	display: flex;
      	flex-direction: column-reverse;
  	}
  	
  	/* Boxed Layout entfernen */
  	.layout-boxed .body-innerwrapper {
      max-width: 100%;
    }
}
/******************************************************/
/** MEDIA QUERIES iPad 1&2 ENDE **/
/******************************************************/



/******************************************************/
/** BROWSER SUPPORT START **/
/******************************************************/
/** IE11 **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Logo */
  	#sp-logo img {
		max-width: 40% !important;
	}
  	
  	/* News */
  	.blog .col-sm-6 {
    	width: 38% !important;
	}
    .home_container .intro-image {
        max-width: 100% !important;
    }
  	
  	/* Blog */
  	.blog_widgetkit {
    	max-width: 80% !important;
	}
  	
  	/* Team */
  	#sp-team .uk-panel {
        max-width: 50% !important;
    }
  	
  	/* Breite allg. Inhalt */
  	.item-page {
      	max-width: 75% !important;
  	}
  	
  	/* Kontakt */
  	#sp-kontaktformular .row {
      	display: flex;
		flex-direction: column-reverse;
  	}
  	#sp-contact {
      	max-width: 100% !important;
      	height: 300px;
  	}
}
/******************************************************/
/** BROWSER SUPPORT ENDE **/
/******************************************************/