@font-face {
	font-family: 'Website-ID';
	src:url('../fonts/Website-ID.eot?abr3yj');
	src:url('../fonts/Website-ID.eot?#iefixabr3yj') format('embedded-opentype'),
		url('../fonts/Website-ID.ttf?abr3yj') format('truetype'),
		url('../fonts/Website-ID.woff?abr3yj') format('woff'),
		url('../fonts/Website-ID.svg?abr3yj#Website-ID') format('svg');
	font-weight: normal;
	font-style: normal;
}

        div.primary p a[href$=".pdf"]:before,
        div.module p a:before,
        [class^="icon-"] span.path1:before,
        [class^="icon-"] span.path2:before,
        #slider li .slidertext .slider_text p a:before,
         a.icon-mail:before,
	[class^="icon-"]:before, 
	[class*=" icon-"]:before {		
			font-family: 'Website-ID';  /* use !important to prevent issues with browser extensions that change fonts */
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			font-size: 1em;
			color: #007DB3;
			/* Better Font Rendering =========== */
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		
        div.primary p a[href$=".pdf"]:before {		
			color: #fff!important;
		}

        	div.module p a[href ^="http://"]:before,
        	div.module p a[href ^="https://"]:before,
		.icon-link_extern:before {
			content: "\e900";
			font-size: 1em;
			padding: 0 6px 0 4px;
		}

		address p a.icon-mail:before,
		.icon-mail:before {
			content: "\e901";
			font-size: 0.9em;
			padding: 0 6px 0 0;
			color: #fff;
		}
		
		#slider li div.slidertext div.slider_text p a[href$=".pdf"]:before,
		div.primary p a[href$=".pdf"]:before,
		.icon-pdf:before {
			content: "\e903";
			font-size: 1.6em;
			padding: 0 6px 0 0;
			position: relative;
    			top: 4px;
		}

		.icon-pfeil_li:before {
			content: "\e904";
			font-size: 1em;
			padding-left: 4px;
			padding-right: 14px;
		}

		div.module p a:before,
		#slider li .slidertext .slider_text p a:before,
		.icon-pfeil_re:before {
			content: "\e905";
			font-size: 1.25em;
			padding: 0 10px 0 10px;
		}

/* not pdf show no icon */ 
		div.primary p a:not([href$=".pdf"]):before,
                div#wrapbreadcrumbs div#breadcrumbs p a:before {
			content: "";
			padding:0;
		}



		[class^="icon-"] span.path1:before,
		.icon-tel .path1:before {
			content: "\e907";
			 color: rgb(255, 255, 255);  /*  Farbe Handy */
			 font-size: 1.75em;
		}

     		[class^="icon-"] span.path2::before,
		.icon-tel .path2:before {
			content: "\e908";
			margin-left: -0.8em;
			color: rgb(0, 0, 0);  /* Farbe Punkt */
			font-size: 1.75em;
		}
@media screen and (max-width:850px) {		
		.icon-plus:before {
			content: "\e906"; 
		}
		.icon-minus:before {
			content: "\e902";
		}
}