@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media screen, projection {
	/**
	 * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
	 * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
	 *
	 * @workaround
	 * @affected IE8, FF, Webkit, Opera
	 * @css-for all
	 * @valid CSS3
	 */
	body {
		overflow-y: scroll;
	}

	imgBlock {
		display: block;
	}

	div, ul, li {
		margin: 0;
		padding: 0;
	}

	html.js .nojs {
		display: none;
	}

	html.js .yesjs {
		display: block;
	}

	.hide {
		display: none;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/**
	 * (en) Formatting YAML's  basic layout elements
	 * (de) Gestaltung des YAML Basis-Layouts
	 */
	/* (en) Marginal areas & page background */
	/* (de) Randbereiche & Seitenhintergrund */
	body {
		background: #fff;
	}

	/* (en) Centering layout in old IE-versions */
	/* (de) Zentrierung des Layouts in alten IE-versionen */
	body {
		text-align: center;
	}

	/* Lync Tel Icon ausblenden */
	span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
	   display: none !important;
	}

	/* Remove border highlighting for input fields */
	form input[type="text"], form input[type="password"], form input[type="submit"] {
		-webkit-appearance: none; border-radius: 0;
	}

	/* Layout: width, background, borders */
	.page_margins {
		text-align: left;
		margin: 0 auto;
		width: 993px;
	}

	.page {
		padding: 0 9px 0 10px;
	}

	/* Header styles */
	#header {
		overflow: visible;
	}

	#header #headerToolbar,
	#header #headerToolbar .page_margins {
		height: 29px;
		background-color: #CC0000;
		color: #fff;
	}

	#header #headerToolbar .page_margins {
		position: relative;
	}

	#header #headerToolbar ul {
		list-style: none;
	}

	#header #headerToolbar ul li {
		line-height: 29px;
	}

	#header #headerToolbar ul li.wuerthFont {
		font-family: wuerthextra_bold_cond, Arial, Helvetica, sans-serif;
		font-size: 15px;
	}

	#header #headerToolbar ul li a {
		display: block;
		color: #fff;
		padding: 0px 10px;
		cursor: pointer;
	}

	#header #headerToolbar ul.right  li:last-child a{
		padding: 0;
	}

	#header #headerToolbar .page_margins .page ul li a:hover {
		text-decoration: underline;
	}

	#header #headerToolbar ul li a .icon {
		background: url(../../images_wl2/icon-sprites.png) no-repeat 0px -29px;
		float: left;
		height: 29px;
		margin-right: 9px;
	}

	#header #headerToolbar ul li a .icon.iconCart {
		background-position: -46px -29px;
		width: 19px;
		position: relative;
		margin-right: 8px;

	}
	#header #headerToolbar ul li a .icon.iconCart span{
		position: absolute;
		text-align: center;
		width: 24px;
		font-size: 10px;
		font-weight: bold;
		left: 8px;
		bottom: 5px;
	}

	#header #headerToolbar ul li a .icon.iconDropdown {
		width: 13px;
		background-position: 0px -29px;
	}
	
	#header #headerToolbar .page_margins .page > ul.languageChooser.list li {
		width: 24px;
		margin: 0;
		text-align: center;
	}
	
	#header #headerToolbar .page_margins .page > ul.languageChooser.list li.seperator {
		width: 16px;
	}
	
	#header #headerToolbar .page_margins .page > ul.languageChooser.list {
		left: 268px;
	}
	
	#header #headerToolbar .page_margins .page > ul.languageChooser.list li a {
		display: block;
		padding: 0;
	}

	#header #headerToolbar .page_margins .page > ul > li {
		float: left;
		margin-right: 80px;
		position: relative;
		z-index: 100;
	}

	#header #headerToolbar .page_margins .page > ul > li > ul {
		position: absolute;
		left: 0px;
		top: 29px;
		background-color: #CC0000;
		z-index: 200;
		display: none;
	}

	#header #headerToolbar .page_margins .page > ul > li:hover > ul {
		display: block;
		min-width: 130px;
	}

	#header #headerToolbar .page_margins .page > ul > li > ul > li a {
		padding: 0px 10px 0px 33px;
	}

	#header #headerToolbar .page_margins .page > ul.right {
		float: right;
	}

	#header #headerToolbar .page_margins .page > ul.right > li {
		margin-right: 0px;
		margin-left: 80px;
	}

	#header #headerToolbar .page_margins .page > ul.right > li.cart {
		padding: 0px;
		margin: 0px 0px 0px 2px;
	}

	#header #headerToolbar .page_margins .page > ul.right > li.nameField {
		display: block;
		height: 29px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 250px;
		white-space: nowrap;
	}

	#header #headerToolbar .page_margins .page > ul.right > li > div {
		height: 29px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 250px;
		white-space: nowrap;
	}

	#header #headerToolbar .page_margins .page > ul.languageChooser {
		position: absolute;
		left: 262px;
		top: 0px;
	}

	#header #headerToolbar .page_margins .page > ul.languageChooser li.languageChooser {
		display: none;
	}

	#header #headerToolbar .page_margins .page > ul.languageChooser ul li.currentLanguage {
		display: none;
	}

	#header #headerToolbar .page_margins .page > ul.shoppingCart {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	#header #headerToolbar .page_margins .page > ul.shoppingCart li {
		margin-right: 0px;
	}

	#header #headerNavigation,
	#header #headerNavigation .page_margins {
		background-color: #fff;
		height: 90px;
		font-family: wuerthextra_bold_cond, Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

	#header #headerNavigation .page {
		position: relative;
	}

	#header #headerNavigation .navigation {
		list-style: none;
		position: absolute;
		top: 32px;
		left: 262px;
	}

	#header #headerNavigation .navigation li {
		float: left;
		padding: 0px 10px;
		line-height: 29px;
		text-transform: uppercase;
	}

	#header #headerNavigation .navigation li a {
		line-height: 26px;
		color: #3a3a3a;
		font-size: 18px;
		padding-bottom: 2px;

	}

	#header #headerNavigation .navigation li a:hover,
	#header #headerNavigation .navigation li a.active {
		color: #cc0000;
		border-bottom: 4px solid #cdcdcd;
	}

	#header #headerNavigation #headerLogo {
		float: left;
		margin: 26px 0px 0px 0px;
	}

	#header #headerNavigation #headerLogo.alternative {
		margin: 0px 0px 0px 0px;
	}

	#header #headerNavigation #headerUserButton {
		float: right;
		margin: 32px 0px 0px 0px;
		position: relative;
	}

	#header #headerNavigation #headerUserButton a {
		line-height: 27px;
		color: #3a3a3a;
		font-size: 19px;
		font-weight: normal;
		text-transform: uppercase;
	}

	#header #headerNavigation #headerUserButton a .icon {
		float: left;
		width: 27px;
		height: 27px;
		background: url(../../images_wl2/icon-sprites.png) no-repeat 0px 0px;
		margin-right: 9px;
	}

	/* Eyecatcher*/
	#header #headerNavigation #headerUserButton #eyecatcherContainer {
		background: url("../../images/eyecatcher.png") no-repeat 0px 0px;
		width: 228px;
		position: absolute;
		padding: 35px 0px 0px 0px;
		z-index: 10;
		top: 30px;
		right: -8px;
		font-family: wuerthextra_bold_cond,Arial,Helvetica,sans-serif;
		color: #ffffff;
		font-size: 18px;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;

	}

	#header #headerNavigation #headerUserButton #eyecatcherContainer #headerStoerer {
		text-align: center;
		/*
		height: 115px;
		margin: 0px 0px 0px 14px;
		*/
		width: 200px;
		padding: 0px 10px 10px 10px;
		background-color: #cc0000;
	}

	#header #headerNavigation #headerUserButton #eyecatcherContainer #headerStoerer input {
		background-color: #00093DD;
		border: medium none;
		font-size: 16px;
		font-weight: normal;
		height: 30px;
		margin-top: 20px;
		width: 100%;
	}

	#header #headerNavigation #headerUserButton #eyecatcherContainer #headerStoerer p {
		line-height: 20px;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
	}

	#header #headerNavigation #headerUserButton #eyecatcherContainer #headerStoerer p.small_text {
		text-transform:none;
		font-size:11pt;
	}

	#header #headerNavigation  #headerUserButton #eyecatcherContainer  #headerStoerer #close_stoerer {
		position: absolute;
		right: 15px;
		top: 22px;
		width: 10px;
	}

	#header #headerNavigation #headerUserButton #eyecatcherContainer  #headerStoerer #close_stoerer:hover,
	#header #headerNavigation #headerUserButton #eyecatcherContainer  #headerStoerer input:hover {
		cursor: pointer;
	}
	/*ende Stoerer*/

	#header #headerSearch,
	#header #headerSearch .page_margins {
		height: 61px;
		background-color: #cdcdcd;
		overflow: visible;
	}

	#header #headerSearch .field {
		float: left;
		margin: 14px 0px 0px 0px;
		height: 33px;
		background-color: #fff;
	}

	#header #headerSearch .field input::-moz-placeholder {
		color: #333333;
	}

	#header #headerSearch .field input:-moz-placeholder {
		color: #333333;
	}

	#header #headerSearch .field input::-webkit-input-placeholder {
		color: #999999;
	}

	#header #headerSearch .field input:-ms-input-placeholder {
		color: #999999;
	}

	#header #headerSearch .field input.placeholder {
		color: #999999;
	}

	#header #headerSearch .field.fieldFilter {
		width: 162px;
		background-color: #919191;
	}

	/* Define dimensions for ufd to read */
	#header #headerSearch .field.fieldFilter select {
		width: 162px;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}

	/* Override ufd dimensions in the case that js is disabled */
	#header #headerSearch .field.fieldFilter select.fallbackStyle
	{
		border: 1px solid #919191;
		margin: 0px 0px 0px 5px;
		padding: 0px;
		margin-top: 6px;
		width: 152px;
		background-color: #919191;
		color: #fff;
	}

	#header #headerSearch .field.fieldFilter .ufd.header {
		background-color: #919191;
		height: 33px;
		border: none;
	}

	#header #headerSearch .field.fieldFilter .ufd.header button {
		background: url(../../images_wl2/icon-sprites.png) no-repeat 0px -34px;
		width: 14px !important;
		margin: 7px 10px 0px 0px;
	}

	#header #headerSearch .field.fieldFilter .ufd.header input {
		margin-top: 8px !important;
		background-color: #919191;
		padding: 0px 0px 0px 8px;
		color: #fff;
		/*ipad*/
		-webkit-appearance: none;
		border-radius: 0;
	}

	#ufd-container .header div.list-scroll {
		border-top-width: 0px;
		background-color: #fff;
	}

	#ufd-container .header div.list-wrapper-up div.list-scroll {
		border-top-width: 1px;
		border-bottom-width: 0px;
	}

	#ufd-container .header li {
		background-color: #eee;
		padding-left: 5px;
		text-align: left;
		height: 30px;
		line-height: 30px;
	}

	#ufd-container .header li em {
		font-weight: bold;
		font-style: normal;
	}

	#ufd-container .header li.active {
		background-color: #ccc;
		color: #333;
	}

	#header #headerSearch .field.fieldTerm {
		float: right;
		width: 812px;
		position: relative;
	}

	#header #headerSearch .field.fieldTerm .searchfield
	{
		border: 1px solid #fff;
		padding: 0px;
		font-size: 13px;
		float: left;
		margin: 7px 0px 0px 19px;
		width: 732px;
		font-family: Arial,Verdana,sans-serif;
	}

	#header #headerSearch .field.fieldTerm .searchbut
	{
		width: 18px;
		height: 18px;
		float: right;
		margin: 7px 7px 0px 0px;
		display: block;
		overflow: hidden;
		background: url(../../images_wl2/icon-sprites.png) no-repeat -28px 0px;
		border: none;
		font-size: 0px;
		line-height: 0px;
		text-indent: -1000px;
		cursor: pointer;
	}

	#header #headerSearch .field.fieldTerm .searchbut.busy {
		background: url(../../newimages/loader-linear-19px.gif) no-repeat center center;
	}


	#header #headerSearch .field.fieldTerm .ui-menu {
		padding: 0px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete {
		width: 812px !important;
		left: 0px !important;
		top: 33px !important;
		border:none;
		border-bottom: 1px solid #605d5c;
		z-index: 9999;
	}

	/*hinzugefügt dspieser 2.2.2015*/
	.ui-autocomplete .ui-autocomplete-text {
		color: white;
		font-weight: bolder;
		background-color: #605d5c;
		padding: 4px 4px 4px 4px;
		font-size: 13px;
		float:left;
	}


	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-text {
		width: 804px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-headline {
		color: #fff;
		font-weight: bolder;
		background-color: #666;
		padding: 4px 4px 4px 4px;
		font-size: 13px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item {
		background-color: #e7e7e7 !important;
		float: left;
		display: block;
		}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a {
		font-size: 12px;
		line-height: 19px;
		color: black;
		cursor: pointer;
		padding: 5px 5px 1px 5px;
		display: block;
		height: 42px;
	}

	#header #headerSearch .field.fieldTerm.websearch .ui-autocomplete .ui-autocomplete-item a {
		height: 20px;
	}

	/*hinzugefügt dspieser 2.2.2015*/
	.field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-focus,
	.field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-hover,
	.field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-active {
		cursor: pointer;
		border: none;
		margin: 0px !important;
		background-color: #CC0000;
		color: #fff !important;
	}
	/* auskommentiert 2.2.2015
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-focus,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-hover,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-active {
		cursor: pointer;
		border: none;
		margin: 0px !important;
		background-color: #CC0000;
		color: #fff;
	}
	*/
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a span.strongRed {
		color: #C00;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-focus span.strongRed,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-hover span.strongRed,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-active span.strongRed {
		color: #fff !important;
		text-decoration: underline !important;
	}


	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .image {
		padding-top: 2px;
		margin-right: 5px;
		float: left;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .value,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .label,
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .description {
		float: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .label {
		width: 520px;
		margin-right: 10px;
	}
	#header #headerSearch .field.fieldTerm .ui-autocomplete .value {
		width: 145px;
	}
	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item  a .description {
		width: 520px;
	}

	/* jQuery UI 1.10.x */
	/*#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item a.ui-state-focus {
		color: #fff !important;
		background-color: #CC0000 !important;
		/*border-top: 1px #CC0000 solid !important;
		border-right: none !important;*/
		/*margin-right: 0px !important;
		float:left;
		width: 802px;
		line-height: 19px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .label {
		font-weight: normal;
		float: left;
		width: 520px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .labelOnly {
		float: left;
    	line-height: 35px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item .image {
		float: left;
		padding-right: 5px;
		padding-top: 4px;
		border: none;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item .label {
		font-weight: normal;
		float: left;
		width: 520px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .value {
		float: left;
		width: 180px;
	}

	#header #headerSearch .field.fieldTerm .ui-autocomplete .description {
		display: block;
		width: 540px;
		line-height: 23px;
	}*/

	#header #headerSearch .field.full {
		width: 100%;
	}

	#header #headerSearch .field.full .searchfield {
		width: 900px;
	}

	/*socialbar*/
	.socialIconbar {
		float: right;
		padding-right:3px;
	}

	.socialIconbar img {
		height: 20px;
	}

	/*footer*/
	#footer,
	#footer .page_margins {
		background-color: #dedede;
		font-size: 12px;
	}

	#footer .page_margins {
		padding-bottom: 20px;
	}

	#footer #footerLayerContainer .page_margins {
		padding-bottom: 30px;
	}

	#footer a {
		color: #000;
	}

	#footer a:hover,
	#footer a:hover .linkText {
		text-decoration: underline !important;
	}

	#footer #footerInfo {
		float: left;
		padding-top: 10px;
	}

	#footer #footerInfo ul {
		float: left;
	}

	#footer #footerInfo ul li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0 10px 0 0;
	}

	#footer #footerInfo ul li img {
		margin-top: 2px;
	}

	#footer #footerNavigation {
		float: right;
		padding-top: 10px;
		margin-right: 5px;
	}

	#footer #footerNavigation ul {
		float: right;
		margin-left: 12px;
	}

	#footer #footerNavigation ul li {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 19px;
	}

	#footer .postfooter {
		background-color: #dedede;
	}

	#footer .postfooter.flexible {
		background-color: #fff;
	}

	/* Adjustment of main navigation */
	#main {
		background: #fff;
		padding: 10px 0 0 0;
		min-height: 348px;
		height: auto !important;
		height: 348px;
	}

	/*------------------------------------------------------------------------------------------------------*/
	/**
	 * (en) Formatting content container
	 * (de) Formatierung der Inhalts-Container
	 *
	 * |-------------------------------|
	 * | #header                       |
	 * |-------------------------------|
	 * | #col1   | #col3     | #col2   |
	 * | 25%     | flexible  | 25%     |
	 * |-------------------------------|
	 * | #footer                       |
	 * |-------------------------------|
	 */
	#col1 {
		width: 25%;
	}

	#col1_content {
		padding: 10px 10px 10px 20px;
	}

	#col2 {
		width: 25%;
	}

	#col2_content {
		padding: 10px 20px 10px 10px;
	}

	#col3 {
		margin: 0 25%;
	}

	#col3_content {
		padding: 10px;
	}

	.mobile-carousel {
		display: none;
	}

	/**
	* Main Definition Buttons
	*
	**/
	.btn_function {
		background: none !important;
border: 1px solid #000 !important;
font-family: "Yantramanav", Arial, Helvetica, sans-serif;
font-size: 17px !important;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
padding: 6.5px 25px !important;
height: auto !important;
color: #CC0000;
width: inherit;
line-height: inherit;
	}

/*.btn_function {
		background-color: #CC0000;
		height: 35px;
		line-height: 35px;
		color: #fff;
		font-family: wuerthbold,Arial,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 14px;
		padding: 0 10px;
		border: none;
		border-radius: 0;
		display: block;
		cursor: pointer;
		-webkit-appearance: none;
*/

	.btn_cta {
		background: none !important;
border: 1px solid #000 !important;
font-family: "Yantramanav", Arial, Helvetica, sans-serif;
font-size: 17px !important;
letter-spacing: 0.03em;
margin: 0;
padding: 0;
padding: 6.5px 25px !important;
height: auto !important;
color: #CC0000;
width: inherit;
line-height: inherit;
	}

	.btn_cta.alternative {
		font-family: wuerthbold,Arial,Helvetica,sans-serif;
		text-transform: none;
		font-size: 14px;
		padding: 0 10px;
	}

	.btn_cta.alternative.card {
		padding-left: 38px;
		position: relative;
		display: inline-block;
	}

	.btn_cta.alternative.card  .icon {
		position: absolute;
		top: 1px;
		left: 10px;
		background-position: -46px -29px;
		background-repeat: no-repeat;
		width: 20px;
		height: 31px;
		padding: 0;
	}

	.btn_function.small,
	.btn_cta.small	{
		height: 22px;
		padding: 0 10px;
		font-size: 13px;
		line-height: 22px;
	}

	.btn_function.noAction,
	.btn_function.small.noAction{
		color: #000;
		background-color: #cdcdcd;
	}

	/*Btn Top*/
	.cd-top{
		bottom: 60px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
		display: inline-block;
		height: 52px;
		opacity: 0;
		overflow: hidden;
		position: fixed;
		right: 1px;
		text-indent: 100%;
		transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
		visibility: hidden;
		white-space: nowrap;
		width: 53px;
	}

	.cd-top span.icon {
		background-position:   -187px -57px !important;
		background-repeat:  no-repeat;
		width: 31px;
		height: 20px;
		position: absolute;
		top: 16px;
		left: 11px;
	}

	.cd-top.cd-is-visible {
		opacity: 1;
		visibility: visible;
		background-color: #cc0000;
		cursor: pointer;
		z-index: 999;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
		transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
	}

	/*Icons*/
	.icon {

	}

	/* Nl-Übersicht */
	.nlIcon.neu,
	.nlIcon.umbau,
	.nlIcon.umzug {
		display: block;
		width: 44px;
		background-repeat: none;
	}


	.icon.iconErrorMessage {
		background: url("") no-repeat 0px 0px;
		float: left;
		position: absolute;
		width: 16px;
		height: 14px;
		top: 7px;
		left: 8px;
	}

	/*Modification Buttons*/


	/**
	 * ------------------------------------------------------------------------------------------------- #
	 *
	 * Skiplinks
	 *
	 * (en) Visual styling for skiplink navigation
	 * (de) Visuelle Gestaltung der Skiplink-Navigation
	 *
	 * @section content-skiplinks
	 */
	#skiplinks a.skip:focus,
	#skiplinks a.skip:active {
		color: #fff;
		background: #333;
		border-bottom: 1px #000 solid;
		padding: 10px 0;
		text-decoration: none;
	}
	
	/* Prefooter Claim */
	.prefooter {
		margin-bottom: 10px;
		line-height: 16px;
		position: relative;
	}
	
	.prefooter-wrapper {
		position: absolute;
	}
	
	.prefooter .prefooter_claim {
		font-family: wuerthbold,Arial,Helvetica,sans-serif;
		font-size: 15px;
		font-weight: normal;
	}
	
	.prefooter .prefooter_sub {
		font-family: wuerthbook,Arial,Helvetica,sans-serif;
		font-size: 12px;
		color: #999999;
	}
}
@media screen and (min-width: 974px){
	/* Sticky  header */
	#header.sticky	{
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	/*ausblenden hauptnavigation*/
	#header.sticky #headerNavigation {
		display: none;
	}

	/*suchleiste hintergrund anders setzen*/
	#header.sticky #headerSearch  {
		background-color: #ffffff;
		border-bottom: 4px solid #cdcdcd;
		height: 53px;
	}

	  /*suchleiste page_margin anders setzen*/
	  #header.sticky #headerSearch .page_margins  {
		background-color: #ffffff;
		height: 50px;
	  }

	  /*ausblenden drop-down*/
	  #header.sticky .fieldFilter {
		display: none;
	  }

	  /*rahmen um suchfeld*/
	  #header.sticky #headerSearch .field.fieldTerm {
		width: 80%;
	  }

	  #header.sticky #headerSearch #fieldSearchTerm {
		border: 1px solid #cdcdcd;
		/*margin-top: 26px;*/
		margin-top: 10px;
	  }
	  #header.sticky #headerSearch #fieldSearchTerm  .searchfield {
		width: 660px;

	  }
	  #header.sticky #ui-id-2.scroll{
		height: 700px;
		overflow-y: scroll;
		overflow-x: hidden;
	  }


	  #header.sticky #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-text {
		width: 772px;
	  }
	  #header.sticky #headerSearch .field.fieldTerm .ui-autocomplete .ui-autocomplete-item,
	  #header.sticky #headerSearch .field.fieldTerm .ui-autocomplete	  {
		width: 780px !important;
	  }

	  /*logo schmaler machen*/
	  #header.sticky #headerSearch #searchForm #headerLogo img {
		/*width: 140px;*/
		height: auto;
		/*padding-top: 26px;*/
		padding-top: 9px;
	  }

	  /*servicemenu*/
	  .stickyServiceMenu {
		top: 100px !important;
	  }
/* Ende Sticky Header*/
}
