html {
	font: normal 14px arial;
	line-height: 1.4em;
}

.desktop {
	display: none;
}

header .logo {
	left: 10px;
	width: 87px;
	height: 88px;
}

.slogan {
	float: left;
	width: 100%;
	margin-top: 23px;
}

.slogan h5 {
	padding-left: 107px;
	font-size: 1.1em;
}

.workshopfinder_quicksearch {
	position: relative;
	float: left;
	width: 100%;
	min-height: 200px;
	margin-top: 20px;
	padding-bottom: 70px;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, .2);
	box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, .2);
}

.workshopfinder_searchform_overmap fieldset {
	width: 100%;
}

.workshopfinder_searchform_overmap h3 {
	display: block;
	margin-right: .5em;
	margin-bottom: .5em;
}

.workshopfinder_searchform_overmap .searchresults {
	float: left;
	line-height: 2em;
	margin-top: .5em;
}

.box.workshopfinder_searchform_aside .box_padding.fixheight {
	min-height: 200px;}

.workshopfinder_quicksearch img, .workshopfinder_quicksearch embed {
	width: 100%;
	height: auto;
}

.workshopfinder_quicksearch div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	padding: 10px;
}

/* @group .metamenu */

.metamenu {
	float: left;
	width: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	margin-bottom: 15px;
	font-weight: bold;
}

.workshopfinder .metamenu {
	margin-top: 40px;
	}

.metamenu li {
	float: left;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #E7E7E7;
}

.metamenu li.active {
	background: #e1e1e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e1e1e2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1e1e2 0%,#ffffff 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	color: #4c90cd;
}

.metamenu a,
.metamenu .search button {
	display: block;
	height: 100%;
	margin-right: 10px;
	padding-right: 12px;
	padding-left: 10px;
	background: url('/media/_tech/images/globals/arrow_metamenu_mobile.svg') no-repeat right center;
	color: inherit;
}

.metamenu li.active a,
.metamenu li.active .search button,
.metamenu a:hover,
.metamenu .search button:hover {
	background-image: url('/media/_tech/images/globals/arrow_metamenu_mobile_hover.svg');
	text-decoration: none;
}

.metamenu .search > form {
	display: none;
}

.metamenu .search > a {
	width: 42px;
	height: 40px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	padding-right: 10px;
	text-indent: 1000px;
	background: url('/media/_tech/images/globals/icon_search.svg') no-repeat center center;
	border-radius: 0;
}

.metamenu .search > a:hover {
	background: url('/media/_tech/images/globals/icon_search_hover.svg') no-repeat center center;
}

.metamenu .search > ul {
	display:none;
}
.metamenu .search.open > ul {
	display:block;
}
.metamenu .search > ul > li {
	float:none;
	padding: 7px 5px 0 10px;
}

.metamenu .search > ul > li > form {
	padding-right:27px;
	position: relative;
}

.metamenu .search > ul > li > form > .search {
	display:block;
	width: 100%;
}

.metamenu .search > ul> li > form button {
	width: 27px;
	height: 27px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0;
	padding-right: 10px;
	text-indent: 1000px;
	background: url('/media/_tech/images/globals/icon_search_small.svg') no-repeat center center;
	border-radius: 0;
	color: #000;
	position:absolute;
	right:0;
	top:0;
	
}

.metamenu .search > ul > li > form button:hover {
	background: url('/media/_tech/images/globals/icon_search_small.svg') no-repeat center center;
}

.metamenu .language a {
	width: 42px;
	height: 100%;
	margin-right: 0;
	padding-right: 10px;
	background: url('/media/_tech/images/globals/icon_language.svg') no-repeat center center;
}

.metamenu .language .abbreviation {
	display: block;
	width: 100%;
	padding-left: 4px;
	line-height: 36px;
	text-transform: lowercase;
	font-size: .8em;
}

.metamenu .language .extension {
	display: none;
}

.metamenu .workshopfinder_link {
	display: none;
}
/* @end */

/* @group .mainmenu */

.mainmenu {
	display: none;
	float: left;
	width: 100%;
	margin-top: -15px;
	margin-bottom: 20px;
	font-weight: bold;
}

.mainmenu a,
.mainmenu a:hover {
	text-decoration: none;
}
.mainmenu a.arrow:before{
	vertical-algin:left;
	padding-right:0;
	content:"";
}

.mainmenu li {
	width: 100%;
}

.metamenu .language > ul {
	display: none;
}

.metamenu .language.open > ul {
	display: block;
}

.metamenu .language > ul, .metamenu .search > ul {
	background: #FFF;
	position:absolute;
	left:0;
	right:0;
	border: 1px solid #E7E7E7;
	border-right: none;
	border-left: none;
	z-index:99;
}

.metamenu .language > ul > li {
	padding-left: 0;
	border-right: none;
}

.metamenu .search > ul > li {
	border-right: none;
}

.mainmenu li img, .mainmenu li embed, .mainmenu .thirdLevel {
	display:none !important;
}

.mainmenu a {
	display: block;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
}

.mainmenu > ul > li {
	border-bottom: 1px solid #c3c3c4;
}

.mainmenu > ul > li > a {
	background: url('/media/_tech/images/globals/mainmenuitem_mobile.svg') no-repeat 10px center;
}

.mainmenu > ul > li.open > a {
	background: url('/media/_tech/images/globals/mainmenuitem_mobile_minus.svg') no-repeat 10px center;
}

.mainmenu > ul > li > ul {
	display: none;
}

.mainmenu > ul > li.active {
	background-color: #f1f1f1;
}

.mainmenu > ul > li.active > ul {
	display: block;
}

.mainmenu .secondLevel a {
    background: url('/media/_tech/images/globals/arrow_mainmenu_mobile.svg') no-repeat scroll right center transparent;
}

.mainmenu .secondLevel li {
	border-top: 1px solid #c3c3c4;
	padding-right: 10px;
	}


/* @end */

.breadcrumbs {
	display: none;
}

.sidemenu {
	display: none;
	}

h1 {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

header h1.com_website {
	text-indent: 0;
}

.backlink {
	position: static;
	width: 100%;
	border-top: 1px solid #e1e1e2;
	display: inline-block;
	padding: 15px 0 !important;	
}
	
a.back {
	margin-left: 10px;
}

.stage {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.galleria { 
	min-height: 1px;
}
.main .stage {
	padding-right: 10px;
	padding-left: 10px;
}

aside.right,
aside.left {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

.main,
aside,
.main .box_wrap,
aside .box_wrap {
	padding-left: 5px;
	padding-right: 5px;
}

.main .box_wrap.d_half.nomargin-left,
.main .box_wrap.d_half.nomargin-right {
	padding: 0
	}

.box {
	clear: both;
	width: 100%;
}

.box.servicebuttons .box_padding {
	padding: 14px;
}

.box.servicebuttons ul {
	margin: -3px;
}

.box.servicebuttons li {
	float: left;
	width: 20%;
	padding: 3px;
}

.labels + h2 {
  width: 80%;
}

.main .teaser > .box_wrap.half:nth-child(3),
.main .teaser > .box_wrap.half:nth-child(5),
.main .teaser > .box_wrap.half:nth-child(7),
.main .teaser > .box_wrap.half:nth-child(9),
.main .teaser > .box_wrap.half:nth-child(11),
.main .teaser > .box_wrap.half:nth-child(13) {
	clear: left;
}

.main .teaser > .box_wrap.t_half:nth-child(3),
.main .teaser > .box_wrap.t_half:nth-child(5),
.main .teaser > .box_wrap.t_half:nth-child(7),
.main .teaser > .box_wrap.t_half:nth-child(9),
.main .teaser > .box_wrap.t_half:nth-child(11),
.main .teaser > .box_wrap.t_half:nth-child(13) {
	clear: left;
}
	
.highlight img, .highlight embed {
	margin-bottom: 15px;
}

ul.share li a {
	width: 24px;
	overflow: hidden;
	border: none;
	background: transparent;
	white-space: nowrap;
	border-radius: 0;
	display: block;
	
}

ul.share li a:hover {
	box-shadow: 0 1px 4px #808285;
}

ul.share li.disabled a:hover {
  box-shadow: none;
}

ul.share li a img, ul.share li a embed {
	left: 0;
	top: 0;
	margin-bottom: 0;
	border-radius: 2px;
}

.list_advantages.big li {
	width: 100%;
}

.accordion_content .eyecatcher {
	display: block;
	margin-top: .5em;
	margin-right: -15px;
	margin-bottom: .5em;
	margin-left: -15px;
}

.accordion.sitemap .accordion_content_nav ul {
	width: 100%;
	clear: left;
}

.quickfinder_padding {
	padding: 20px;
	background: none;
}

.disclaimer {
	padding-left: 10px;
	padding-right: 10px;
}


/* @group body.workshopfinder */

body.workshopfinder header .workshopfinder_quicksearch {
	display: none;
}

/* @end */

/* @group stage */

.stage .stage_padding {
	box-shadow: 0px 1px 4px rgb(128, 130, 133);
	}
	
.stage .stage_padding.tabnav {
	box-shadow: none;
	margin: 15px 0 0 0;
	
	}
	
.stage.tab {
	border: 1px solid #e1e1e2 !important; 
	margin-left: 15x !important; 
}
		
.stage .transparent {
	width: 100%;
	height: auto;
	}
	
.stage_img_right {	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
		
.stage_label_left,
.stage_label_right {
	padding: 10px 10px 10px 10px;
	}
		
.stage .dark .anchor_navigation a.anchor {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px !important;
	padding-left: 17px;
	background: url('/media/_tech/images/globals/arrow_anchor_nav_blue.svg') 0.1em 0.1em no-repeat;
	}
		
.stage .dark .anchor_navigation a.anchor:hover {
	background: #00304b url('/media/_tech/images/globals/arrow_anchor_nav_white.svg') 0.1em 0.1em no-repeat;
	text-decoration: none;
	color: #fff;
	}
	


.stage .dark .anchor_navigation a.arrow_stagedark  {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px !important;
	padding-left: 17px;
	background: url('/media/_tech/images/globals/link_arrow.svg') 0.4em 0.7em no-repeat;
	}

.stage .dark .anchor_navigation a.arrow_stagedark:hover {
	background: #00304b url('/media/_tech/images/globals/arrow_teaser_white.svg') 0.4em 0.3em no-repeat;
	text-decoration: none;
	color: #fff;
	}

/* @end */

/* @group stage Service*/

.slidedetailleft {
		width: 100%; 
		height:200px; 
		margin-bottom: 20px;
		display: block; 
		float: left; 
		background-color: #e9e9e8;
		-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; 
		}
.slidedetailright {width: 100%;}
.slidedetailpadding {padding: 20px 0px 20px 0px;}
.galleryservice {display: none;}

/* @end */

/* @group .sidemenu */

.sidemenu {
	padding:0px;
	}
	
/* @end */

/* @group .-teaser */

.box.backgroundimage.oilchange .box_padding,
.box.backgroundimage.engine .box_padding,
.box.backgroundimage.brake .box_padding,
.box.backgroundimage.glass .box_padding,
.box.backgroundimage.battery .box_padding,
.box.backgroundimage.inspection .box_padding,
.box.backgroundimage.light .box_padding,
.box.backgroundimage.tire .box_padding,
.box.backgroundimage.exhaust .box_padding,
.box.backgroundimage.air-conditioning .box_padding,
.box.backgroundimage.mechanical .box_padding
{
	background-image: none;
	}
	
.serviceteaser {
	width: 100%;
	}
	
.box.button button {
	position: relative !important;
	left: 0px;
	top: 10px;
	margin-bottom: 15px;
}
.box.backgroundgradient.button .box_padding{
  padding-bottom:14px;
}
.list_advantages li {
	width: 100%;
}

/* @end */	


.box.newsletter .box_padding,
.box.socialmedia .box_padding {
	min-height: 200px;
	}
	
	
/* @group .guide_teaser */
	
.guide_teaser {
		padding: 0px 10px 20px 5px;
		}
		
/* @end */	

/* @group .mobile_tabmenu */

.mobile_tabmenu {
	margin-left: -5px !important;
	}
	
.mobile_tabmenu .tabmenu li a {
	margin-right: .3em;
	margin-bottom: .3em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4c90cd;
}

.mobile_tabmenu .tabmenu li.active a,
.mobile_tabmenu .tabmenu li a:hover {
	border: 1px solid #e1e1e2;
}

#tabcontent_liste,
#tabcontent_filter {
	display: none;
}

#tabcontent_liste {
	margin-bottom: 15px;
}

#tabcontent_liste .list-border {
	padding: 15px 10px 0px 10px;
	border: 1px solid #e1e1e1;
}

#tabcontent_filter {
	padding: 0;
}

#tabcontent_filter .filter-border {
	border: 1px solid #e1e1e1;
	}

#tabcontent_karte {
	padding: 0 5px;
	width: 100%;
}

#tabcontent_karte .karte-border {
	padding: 15px 30px 15px 30px;
	border: 1px solid #e1e1e1;
}

.box.map {
	border: none;
}

.box.filter .box_padding {
	border: none !important;
	}


/* @end */

/* @group .workshopfinder */
.workshopimage img, .workshopimage embed {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;		
}

.workshopimage {
	float: left;
	width: 100%;
	right: 0px;
}
	
.box.workshopinfo .distance {
	float: left;
	clear: left;
}

.box.workshopinfo .selectonmap {
	float: left;
	clear: left;
	margin-left: 0;
	margin-top: .5em;
}

.maplinks {
	float: left;
	margin-top: .5em;
}

/* @end */

/* @group .quickfinder */

.quickfinder_padding {
	padding: 20px 0 0 0;
	}
	
.quickfinder .mobilepadding {
	padding: 0px 20px;
}

.quickfinder .mobilepadding h3 {
	padding-left: 0 !important;
}

.quickfinder .cols .col,
.quickfinder .footerlinks {
	display: block;
	width: 100%;
}


.quickfinder .cols  .col,
.quickfinder .footerlinks {
	margin-top: 30px;
	padding-left: 0;
}
	
.quickfinder .cols.cols2 .col h3,
.quickfinder .footerlinks h3 {
	padding-left: 20px;
}
	
.quickfinder .cols.cols2 {
	margin-bottom: 0px;
}

.quickfinder .mobile-hide {
	display: none;
}

.quickfinder .footerlinks {
	margin: 20px 0
}

.quickfinder li {
	width: 100%
	}

.quickfinder li a {
	border-right: none;
	padding: 15px 15px 15px 20px;
}


.quickfinder li {
	border-top: 1px solid #c3c3c3;
}

.quickfinder li:last-child {
	border-bottom: 1px solid #c3c3c3 !important;
}

.quickfinder li a:before {
	content: url('/media/_tech/images/globals/link_arrow.svg');
	padding-right: .4em;
	vertical-align: middle;
}

.quickfinder .footerlinks li a:before {
	display: none;
}


.quickfinder li:last-child a {
	border-right: none;
	}
	
.quickfinder .backgroundcolor {
	padding: 0px;
	}
	
/* @end */


/*all filter*/
#filter_more {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:auto;
	height:auto;
	box-shadow:none;
	min-height:auto;
	z-index:999;
	overflow-x:hidden;
  	overflow-y:auto;
  	-webkit-overflow-scrolling: touch;
	padding-top:0;
}

#filter_more h3 {
	background: none repeat scroll 0 0 #4C90CD;
    color: #FFFFFF;
    font-size: 26px;
    padding: 13px 16px 13px 16px;
	margin-bottom: 15px;
}

#filter_more .close {
  display:block;
  color:#FFF;
  content: '';
  background: url('/media/_tech/images/globals/btn_lb_close.svg') no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 17px;
  right: 15px;
  z-index: 20;
  margin-left: 285px;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}

/* Landingpage CSS */
.landingpage .stage .stage_padding {
    box-shadow: none;
	color: #fff;
	}
.landingpage .stage.mediagallery .stage_padding {
    box-shadow: 0px 1px 4px rgb(128, 130, 133);
    color: #000;
}
	
.landingpage .stage_label_right h2 {
	padding-left: 0px !important;
	color: #fff;
}


.landingpage .stage {
	background-color: #00304b;
	padding: 20px 10px;
	margin-bottom: 0px;
	margin-top: -15px;
}

.landingpage .stage.mediagallery {
    background-color: #fff;
}
.landingpage .content {
	margin-top: 0px;
}
.landingpage-bg {
	display:none;
}

/* Contact form */
input#firstname,
input#surname,
input#email,
input#phone,
input#city {
    width: 100%;
}


/* Footer */

 li.m-cookieslider-1.active, li.m-cookieslider-2.active  {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 4%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(4%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 4%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 4%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 4%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 4%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
li.m-cookieslider-3.active, li.m-cookieslider-4.active  {
	background: #ffffff; /* Old browsers */
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.m-cookieslider-1 {
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	}
	
.m-cookieslider-2 {
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

.m-cookieslider-3 {	
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
		
.m-cookieslider-4 {	
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}

/* @group .pagination */

.pagination .pervarrow,
.pagination .nextarrow {
	display: inline-block;
	padding-right: 0; padding-left: 0;
	width: 10px;
	overflow: hidden;
	text-indent: 100px;
	background-position: left center;
	background-size: 10px auto;
}

/* @end */

footer {
    padding-bottom: 75px;
}

a.print {
	display: none;
}
.keyword { 
	font-size: 0.85em; 
	padding-left: 10px; 
} 