@font-face
{
	font-family: 'BitstreamVeraSansOblique';
	src: url('../fonts/BitstreamVeraSans/verait.eot');
	src: local('Bitstream Vera Sans'), local('BitstreamVeraSans-Oblique'), url('../fonts/BitstreamVeraSans/verait.woff') format('woff'), url('../fonts/BitstreamVeraSans/verait.ttf') format('truetype');
}

@font-face
{
	font-family: 'BitstreamVeraSansBoldOblique';
	src: url('../fonts/BitstreamVeraSans/verabi.eot');
	src: local('Bitstream Vera Sans'), local('BitstreamVeraSans-BoldOblique'), url('../fonts/BitstreamVeraSans/verabi.woff') format('woff'), url('../fonts/BitstreamVeraSans/verabi.ttf') format('truetype');
}

@font-face
{
	font-family: 'BitstreamVeraSansRoman';
	src: url('../fonts/BitstreamVeraSans/vera.eot');
	src: local('Bitstream Vera Sans'), local('BitstreamVeraSans-Roman'), url('../fonts/BitstreamVeraSans/vera.woff') format('woff'), url('../fonts/BitstreamVeraSans/vera.ttf') format('truetype');
}

@font-face
{
	font-family: 'BitstreamVeraSansBold';
	src: url('../fonts/BitstreamVeraSans/verabd.eot');
	src: local('Bitstream Vera Sans'), local('BitstreamVeraSans-Bold'), url('../fonts/BitstreamVeraSans/verabd.woff') format('woff'), url('../fonts/BitstreamVeraSans/verabd.ttf') format('truetype');
}

/***
 * Corporate Design:
 * 
 * Color: 	#ecb631; 	// Orange
 * Active:	#f5f6f6;	// White
 * Banner:	#1d5d64;	// Blue
 * Hilight:	#f0d27f;	// light orange
 * Footer:	#a78021;	// mud orange
 * Text:		#666666;  // Grey on White BG
 * Links: 	#FFD083;  // salmon
 */
html, body
{
	margin: 0;
	padding: 0;
	font-family: "BitstreamVeraSansRoman", Tahoma, sans-serif;
}

body
{
	font-size: 75%;
	background: url(../src/BG_body.jpg) top left;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 1.6em;
	color: #ecb631;
}

h3
{
	color: #ecb631 !important;
	font-weight: normal;
}

h4
{
	color: #ecb631;
	font-weight: normal;
	font-size: 1.2em;
	margin: 14px 0 6px 0;
}

p
{
	color: #f5f6f6;
	line-height: 150%;
	letter-spacing: 0.3pt;
}

li
{
	line-height: 150%;
	letter-spacing: 0.3pt;
}

a,
a:link,
a:active,
a:focus,
a:visited
{
	color: #ecb631;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: #f5f6f6;
	text-decoration: none;
}

a > img
{
	border: 0;
}

strong
{
	color: #ecb631;
	font-family: "BitstreamVeraSansRoman", Tahoma, sans-serif;
	font-weight: normal;
}

div.WIB-accept-cookies
{
	min-height: 50px;
	background-color: #49454a;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 12px;
	position: relative;
}
div.WIB-accept-cookies p
{
	text-align: left;
	padding: 12px 200px 12px 36px;
	margin: 0;
}
div.WIB-accept-cookies p a
{
	color: #fff;
	text-decoration: underline dotted #fff;
}
div.WIB-accept-cookies button
{
	position: absolute;
	right: 20px;
	top: 24px;
}


button.button
{
	background-color: #ffae00;
	color: #fff;
	border: 0;
	line-height: 2rem;
	padding: 2px 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

button.button:active,
button.button:hover
{
	background-color: #dedede;
	color: #666;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*** Linklist ***/
ul.WIB_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.WIB_list li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	background: url(../src/WIB_arrow.png) no-repeat left 50%;
	color: #f5f6f6;
}

ul.WIB_list li:first-child
{
	border-top: 1px dotted #f0d27f;
}

ul.WIB_list li a
{
	color: #f5f6f6;
}

#WIB_kontakt
{
	position: fixed;
	left: 0;
	top: 160px;
	width: 54px;
	height: 200px;
	background: url(../src/BG_kontakt.png) no-repeat top left;
}

#WIB_kontakt a
{
	display: block;
	width: 54px;
	height: 200px;
}

#WIB_mainWrap
{
	text-align: center;
}

#WIB_main
{
	margin: auto;
	width: 980px;
	padding: 0;
}

header,
footer
{
	margin: 0 10px;
	position: relative;
}

#WIB_logo
{
	/*background: url(../src/WIB_logo.png) no-repeat 0 45px;
	width: 250px;
	height: 160px;*/
	margin: 40px 0 20px;
	float: left;
}

#WIB_logo a
{
	/*
	display: block;
	width: 250px;
	height: 160px;*/
	outline: none;
}

#WIB_contact
{
	float: right;
	color: #515050;
	text-align: right;
	margin-top: 30px;
	margin-right: 60px;
	display: inline; /* IE 6 */
}

#WIB_contact div.WIB_contactTel a,
#WIB_footWrap div.WIB_contactTel a
{
	color: #515050;
	font-size: 2em;
}

#WIB_contact div.WIB_contactMail a,
#WIB_footWrap div.WIB_contactMail a
{
	color: #515050;
	font-size: 1.5em;
}

/**
 * Navigation Header
 */
#WIB_naviOpen
{
	display: none;
}

#WIB_navi
{
	float: right;
	margin-right: 60px;
}

#WIB_navi ul
{
	list-style: none;
}

#WIB_navi li
{
	float: left;
	padding: 0;
	padding-left: 14px;
	margin-left: 12px;
	background: url(../src/BG_navi.png) no-repeat top left;
	line-height: 42px;
	text-transform: uppercase;
	border: none;
}

#WIB_navi li:first-child
{
	background: none;
}

#WIB_navi li a
{
	color: #ecb631;
	text-decoration: none;
}

#WIB_navi li a:hover
{
	color: #f5f6f6;
	text-decoration: none;
}

#WIB_navi li a.WIB_navi_active,
ul#WIB_footNavi li a.WIB_navi_active
{
	color: #f5f6f6;
}

#WIB_content
{
	clear: left;
	text-align: left;
}

/**
 * Header Homepage
 */
#WIB_contentHead
{
	color: #1d5d64;
	background: url(../src/WIB_banner.jpg) no-repeat top left;
	height: 270px;
	margin: 0 10px 2.08333333%;
	padding-bottom: 0;
	position: relative;
}

#WIB_contentHead a.WIB_ribbon
{
	display: block;
	width: 224px;
	height: 225px;
	position: absolute;
	top: -9px;
	right: -11px;
	background: url(../src/BG_ribbon.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 1;
	cursor: pointer;
}

#WIB_contentHead a.WIB_ribbon
{
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: 3;

	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: 3;

	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 3;
}

@-moz-keyframes blinker
{
	0%
	{
		opacity: 1.0;
	}
	50%
	{
		opacity: 0.0;
	}
	100%
	{
		opacity: 1.0;
	}
}

@-webkit-keyframes blinker
{
	0%
	{
		opacity: 1.0;
	}
	50%
	{
		opacity: 0.0;
	}
	100%
	{
		opacity: 1.0;
	}
}

@keyframes blinker
{
	0%
	{
		opacity: 1.0;
	}
	50%
	{
		opacity: 0.0;
	}
	100%
	{
		opacity: 1.0;
	}
}

#WIB_contentHead h1
{
	margin-left: 30px;
	margin-top: 0;
	padding-top: 40px;
	font-size: 2.5em;
	line-height: 30px;
	font-weight: normal;
	color: #1d5d64;
}

#WIB_contentHead ol
{
	list-style: none;
	font-weight: normal;
	margin-left: 30px;
	padding: 0;
	line-height: 180%;
	text-transform: uppercase;
	color: #1d5d64;
}

#WIB_contentHead ol li
{
	padding: 2px 0;
}

#WIB_contentHead ol a
{
	color: #1d5d64;
	text-decoration: none;
}

/**
 * Columns
 */

.WIB_contentCol
{
	margin: 0 1.04166667% 2.08333333%;
	position: relative;
}

/*** 33% - 33% - 33% ***/
.WIB_columns_33_33_33
{
	width: 100%;
	/*margin-bottom: 2.08333333%;

	background: url(../src/BG_columns_33_33_33.png);*/

}

.WIB_columns_33_33_33 div.WIB_column_1,
.WIB_columns_33_33_33 div.WIB_column_2
{
}

.WIB_columns_33_33_33 div.WIB_contentCol,
.WIB_columns_33_33_33 div.WIB_footCol
{
	width: 31.22448979%;
	float: left;
	text-align: left;
}

.WIB_columns_100,
.WIB_contentCol
{
	background-color: rgb(73, 69, 74);
	background-color: rgba(255, 255, 255, 0.15);
}

/*** 100% ***/
.WIB_columns_100,
.WIB_columns_100w
{
	margin: 0 10px 2.08333333%;
	/*background: url(../src/BG_columns_100.png);*/

}

.WIB_columns_100 div.WIB_contentCol,
.WIB_columns_100w div.WIB_contentCol
{
	width: 47.85714285%;
	min-height: 400px;
	float: left;
	text-align: left;
	padding-bottom: 40px;
	background-color: transparent;
	margin-bottom: 0;
}

.WIB_columns_100 .WIB_column_1
{
	margin-right: 0;
}

.WIB_columns_100 .WIB_column_2
{
	margin-left: 0;
}

/*** 50% - 50% ***/
.WIB_columns_50_50 .WIB_contentCol,
.WIB_columns_50_50w .WIB_contentCol,
.WIB_columns_50w_50 .WIB_contentCol,
.WIB_columns_50w_50w .WIB_contentCol
{
	width: 47.85714285%;
	min-height: 400px;
	float: left;
	text-align: left;
	padding-bottom: 40px;
}

/*
.WIB_columns_50_50 div.WIB_column_1,
.WIB_columns_50_50w div.WIB_column_1,
.WIB_columns_50w_50 div.WIB_column_1,
.WIB_columns_50w_50w div.WIB_column_1
{
	margin-right: 20px;
}

.WIB_columns_50_50
{
	background: url(../src/BG_columns_50_50.png);
}

.WIB_columns_50_50w
{
	background: url(../src/BG_columns_50_50w.png);
}
.WIB_columns_50w_50
{
	background: url(../src/BG_columns_50w_50.png);
}
.WIB_columns_50w_50w
{
	background: url(../src/BG_columns_50w_50w.png);
}
*/
.WIB_columns_50_50w .WIB_contentCol.WIB_column_2
{
	background-color: #fff;
	float: right;
}

.WIB_columns_50w_50 .WIB_contentCol.WIB_column_1
{
	background-color: #fff;
}

.WIB_columns_100w.WIB_contentCol,
.WIB_columns_100w .WIB_contentCol
{
	background-color: #fff;
}

.WIB_columns_50w_50w .WIB_contentCol
{
	background-color: #fff;
}

/*** 66% - 33% ***/
.WIB_columns_66_33
{
	/*background: url(../src/BG_columns_66_33.png);*/
}

.WIB_columns_66_33 .WIB_contentCol
{
	float: left;
	text-align: left;
}

.WIB_columns_66c_33p
{
	background: url(../src/BG_columns_66c_33p.png);
}

.WIB_columns_66_33 .WIB_contentCol,
.WIB_columns_66c_33p .WIB_contentCol
{
	min-height: 400px;
}

.WIB_columns_66_33 .WIB_column_1,
.WIB_columns_66c_33p .WIB_column_1
{
	width: 64.59183673%;
}

.WIB_columns_66_33 .WIB_column_2,
.WIB_columns_66c_33p .WIB_column_2
{
	width: 31.22448979%;
	float: left;
	text-align: left;
}

/*** 33% - 66% ***/
.WIB_columns_33_66
{
	background: url(../src/BG_columns_33_66.png);
}

.WIB_columns_33_66 div.WIB_column_1
{
	width: 630px;
	margin-right: 20px;
}

.WIB_columns_33_66 div.WIB_column_2
{
	width: 310px;
}

/**
 * Helper Classes
 */

.WIB_clear,
div.WIB_clear
{
	clear: both;
}

/**
 *  clearfix-hack 
 *  - replaces <div class="clear"></div>
 *  - use in DIV that contains floated elements 
 */
.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
	zoom: 1;
}

.box
{
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: box;
}

.flex1
{
	-webkit-flex-box: 1;
	-moz-flex-box: 1;
	-o-flex-box: 1;
	flex-box: 1;
}

.flex2
{
	-webkit-flex-box: 2;
	-moz-flex-box: 2;
	-o-flex-box: 2;
	flex-box: 2;
}

/**
 * Boxes
 */
div.WIB_box, div.WIB_indexBox
{
	position: relative;
}

div.WIB_box_33
{
	position: relative;
	width: 31.25%;
	float: left;
}

div.WIB_box_66
{
	position: relative;
	width: 66.66666666%;
	float: left;
}

div.WIB_fixedBox
{
	height: 212px;
	margin-bottom: 21px;
	padding: 24px;
}

div.WIB_dynamicBox
{
	padding: 24px;
	color: #f5f6f6;
}

div.WIB_dynamicBox.WIB_smallTeaser
{
	padding: 24px 14px;
}

div.WIB_indexBox h2
{
	margin-top: 24px;
	margin-bottom: 32px;
}

/*** Text-Teaser ***/
div.WIB_textTeaserBox
{
	margin-bottom: 8px;
	padding: 24px;
	min-height: 130px;
	position: relative;
}

div.WIB_textTeaserBox h2
{
	margin: 8px 0 4px 0;
}

div.WIB_textTeaserBox p
{
	margin: 0 0 8px 0;
}

div.WIB_textTeaserBox a.WIB_moreLink
{
	position: absolute;
	bottom: 12px;
}

/*** Bild-Teaser (large) ***/
.WIB_bildTeaserBox
{
	padding: 24px;
}

.WIB_bildTeaserBox img
{
	border: 0;
	max-width: 100%;
	height: auto;
	min-height: 170px;
}

.WIB_bildTeaserBox h3
{
	margin: 8px 0 4px 0;
}

.WIB_bildTeaserBox p
{
	margin: 30px 0 8px 0;
}

/*** Bild-Teaser (small) ***/
div.WIB_smallTeaserBox
{
	float: left;
	margin: 0 1.07296137% 8px;
	width: 14.48497854%;
	overflow: hidden;
}

div.WIB_smallTeaserBox img
{
	border: 0;
	max-width: 100%;
	height: auto;
}

div.WIB_smallTeaserBox h3
{
	margin: 8px 0 4px 0;
}

div.WIB_smallTeaserBox p
{
	margin: 4px 0 8px 0;
}

div.WIB_box_left
{
	margin-right: 2.08333333%
}

div.WIB_box_right
{
	margin-right: 0px;
}

/*** Bild-Teaser (small-double) ***/
div.WIB_smallDoubleTeaserBox
{
	float: left;
	margin: 0 1.07296137% 8px;
	width: 31.11587982%;
	overflow: hidden;
}

div.WIB_smallDoubleTeaserBox img
{
	border: 0;
	height: auto;
	max-width: 100%;
}

div.WIB_smallDoubleTeaserBox h3
{
	margin: 8px 0 4px 0;
}

div.WIB_smallDoubleTeaserBox p
{
	margin: 4px 0 8px 0;
}

/*** Content (white BG) ***/
div.WIB_contentBox
{
	margin-bottom: 21px;
	padding: 48px 24px 24px;
	color: #666;
}

div.WIB_contentBox p
{
	color: #666;
}

div.WIB_contentBox a:hover
{
	color: #ECB631;
	text-decoration: underline;
}

div.WIB_dynamicBox ul,
div.WIB_contentBox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.WIB_dynamicBox ul li,
div.WIB_contentBox ul li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 14px;
	background: url(../src/WIB_plus.png) no-repeat left 10px;
}

div.WIB_dynamicBox ul li:first-child,
div.WIB_contentBox ul li:first-child
{
	border-top: 1px dotted #f0d27f;
}

div.WIB_dynamicBox ul li a,
div.WIB_contentBox ul li a
{
	color: #FFD083;
}

div.WIB_dynamicBox ul li a:hover,
div.WIB_contentBox ul li a:hover
{
	color: #f5f6f6;
}

div.WIB_contentBox ul.WIB_list li
{
	color: #666666;
}

ul.no-plus > li
{
	background: none !important;
}

/*** Startpage ***/
#WIB_indexBoxCMS
{
	background: url(../src/BG_boxCMS.png) no-repeat right 0;
}

#WIB_indexBoxSEO
{
	background: url(../src/BG_boxSEO.png) no-repeat right 0;
}

#WIB_indexBoxWeb
{
	background: url(../src/BG_boxWeb.png) no-repeat right 0;
}

#WIB_indexBoxContact
{
	background: url(../src/BG_boxContact.png) no-repeat right 0;
}

a.WIB_moreLink
{
	color: #ecb631;
	text-transform: uppercase;
}

a.WIB_moreLink:hover
{
	color: #f5f6f6;
}

div.WIB_fixedBox a.WIB_moreLink
{
	position: absolute;
	bottom: 0;
}

.WIB_uppercase
{
	text-transform: uppercase;
}

/*** Linklist ***/
ul.WIB_linkList
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.WIB_linkList li
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	padding-right: 2px !important;
	background: url(../src/WIB_arrow.png) no-repeat left 50% !important;
}

ul.WIB_linkList li:first-child
{
	border-top: 1px dotted #f0d27f;
}

ul.WIB_linkList li a
{
	color: #f5f6f6;
}

/*** Reference Image ***/
div.WIB_refImage
{
	background: url(../src/BG_image.jpg) no-repeat top left;
	width: 258px;
	height: 176px;
}

div.WIB_refImage img
{
	margin: 8px;
	border: 1px solid #52504b;
}

/*** ???? ***/
p.WIB_hilight
{
	color: #f0d27f;
	padding-bottom: 18px;
	border-bottom: 1px solid #3a3013;
}

p.WIB_hilight span.WIB_contactTel
{
	font-size: 1.6666667em;
	line-height: 150%;
}

p.WIB_hilight span.WIB_contactMail
{
	font-size: 1.16666667em;
}

p.WIB_hilight span.WIB_contactTel a
{
	color: #f0d27f;
}

p.WIB_hilight span.WIB_contactMail a
{
	color: #f0d27f;
}

/**
 * Footer
 */
#WIB_footWrap
{
	text-align: left;
	background: none;
}

.WIB_footCol div.WIB_dynamicBox
{
	padding-top: 0;
}

.WIB_footCol .WIB_designedByMapharo
{
	display: none;
}

div.WIB_footCol h3
{
	margin: 0;
	color: #a78021;
}

div.WIB_footCol p
{
	margin: 0;
	color: #515050;
}

#WIB_footCol_Mapharo
{
	background: url(../src/MAC_logo.jpg) no-repeat top right;
	height: 80px;
}

#WIB_footCol_Mapharo em
{
	display: none;
}

ul#WIB_footNavi
{
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
}

ul#WIB_footNavi li
{
	float: left;
	color: #ecb631;
	text-transform: uppercase;
	border: none;
	padding: 0;
	letter-spacing: 0.25pt;
}

ul#WIB_footNavi li a:before
{
	content: "|";
	padding: 0 4px;
	position: relative;
	top: -1px;
}

ul#WIB_footNavi li:first-child a:before
{
	display: none;
}

#WIB_ref_B2E #WIB_refStoerer
{
	position: absolute;
	top: -34px;
	right: 0px;
	width: 269px;
	height: 260px;
	background: url(../src/WIB_refStoerer.png) no-repeat top right;
}

/**
 * Anchor-Types
 */
a.WIB_icon_default
{
	padding-left: 14px;
	background: url(../src/WIB_arrow.png) no-repeat left center;
	outline: none;
}

a.WIB_icon_download
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}

a.WIB_icon_document
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}

a.WIB_icon_security
{
	padding-left: 14px;
	background: url(../src/ICN_Download.png) no-repeat left center;
	outline: none;
}

/**
 * Artikel
 */
p.WIB_teaserText
{
	padding-left: 4px;
	border-left: 1px dotted #ECB631;
	font-style: italic;
}

ul li.WIB_linkList
{
	border-bottom: 1px dotted #f0d27f;
	padding: 6px 12px;
	padding-left: 22px;
	background: url(../src/WIB_arrow.png) no-repeat left 50% !important;
}

/**
 * Referenzen
 */

#WIB_clientReview
{
	margin-top: 12px;
	font-style: normal;
	color: #b1b1b1;
	line-height: 140%;
}

.WIB_rezension
{
	font-size: 0.9em;
	padding: 5px 0;
	line-height: 130%;
	text-align: justify;
	border-top: 1px dotted #bbb;
	clear: both;
}

.WIB_clientName
{
	font-size: 0.9em;
	font-style: oblique;
	display: block;
	text-align: right;
}

.WIB_clientReviewStart, .WIB_clientReviewEnd
{
	display: inline;
	font-size: 2em;
	vertical-align: top;
	color: #ecb631;
}

.vcard .type, .vcard .geo
{
	display: none;
}

.WIB_rtl
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

div.WIB_close
{
	position: absolute;
	text-transform: uppercase;
	text-align: right;
	top: 24px;
	right: 24px;
}

div.WIB_close a,
div.WIB_close a:hover
{
	color: #ecb631;
	padding-right: 18px;
	background: url(../src/WIB_close.png) no-repeat right center;
}

/**
 * Sitemap-Tree
 */
#WIB_dcmsManualTree
{
	margin-bottom: 21px;
	padding: 24px;
	color: #f5f6f6;
}

#WIB_dcmsManualTree ul li.DCMS_menuSelected a
{
	color: #f5f6f6;
}

#WIB_dcmsManualTree ul li.DCMS_menuSelected li a
{
	color: #ecb631;
}

#WIB_dcmsManualTree ul#LPN_contentSitemap
{
	margin-left: 0;
}

/**
 * tinyMCE
 */
body.mceContentBody a,
body.mceContentBody a:link,
body.mceContentBody a:active,
body.mceContentBody a:focus,
body.mceContentBody a:visited
{
	color: #ecb631 !important;
	text-decoration: none !important;
	outline: none !important;
	cursor: pointer !important;
}

body.mceContentBody
{
	background: url(../src/BG_contentCol.jpg) repeat top left;
	color: #f5f6f6;
}

#WIB_ref_B2E div.WIB_dynamicBox p
{
	max-width: 320px;
}

/**
 * Special lists and list items
 */
div.WIB_dynamicBox ul.WIB_DL_Documents li,
div.WIB_contentBox ul.WIB_DL_Documents li,
li.WIB_DL_Documents
{
	background: url(../src/ICN_Dokument.png) no-repeat left 10px;
}

div.WIB_dynamicBox ul.WIB_DL_Downloads li,
div.WIB_contentBox ul.WIB_DL_Downloads li,
li.WIB_DL_Downloads
{
	background: url(../src/ICN_Download.png) no-repeat left 9px;
}

div.WIB_dynamicBox ul.WIB_DL_Security li,
div.WIB_contentBox ul.WIB_DL_Security li,
li.WIB_DL_Security
{
	background: url(../src/ICN_Security.png) no-repeat left 9px;
}

div.WIB_tpl_caseStudy .WIB_column_2
{
	float: right;
}

div.WIB_tpl_caseStudy h3
{
	font-size: 1.3em;
}

img.WIB_clientLogo
{
	width: 120px;
	height: 73px;
	margin: 0 9px 12px 0px;
	float: left;
	border: 0;
}

img.WIB_clientLogoWide
{
	width: 249px;
	height: 73px;
	margin: 0 9px 12px 0px;
	float: left;
	border: 0;
}

img.WIB_imgLeft
{
	float: left;
	margin-right: 12px;
}

img.WIB_imgRight
{
	float: right;
	margin-left: 12px;
}

a.WIB_cboxImageLeft
{
	float: left;
	margin-right: 12px;
}

a.WIB_cboxImageRight
{
	float: right;
	margin-left: 12px;
}

img#WIB_prtgBanner
{
	opacity: 0.6;
}

iframe#WIB_piwik
{
	width: 100%;
	height: 240px;
	border: 0;
}

video
{
	width: 580px;
	height: 435px;
}

.hidden
{
	display: none;
}

#WIB_ribbonContent
{
	padding: 24px;
}

#WIB_ribbonContent h4
{
	text-align: center;
	font-size: 2.4em;
}

#WIB_ribbonContent p,
#WIB_ribbonContent td
{
	text-align: left;
	color: #333;
	font-size: 1.2em;
}

#WIB_ribbonContent p a:hover
{
	color: #ECB631;
	text-decoration: underline;
}

#WIB_ribbonContent hr
{
	border: 0;
	border-bottom: 1px dotted #ecb631;
	margin-bottom: 24px;
}

#WIB_ribbonContent table
{
	border: 0;
}

@media only screen and (min-width: 1080px)
{
	#WIB_main
	{
		width: 980px;
	}
}

/*** Remove Info+Kontakt ***/
@media only screen and (max-width: 1120px)
{
	#WIB_kontakt
	{
		display: none;
	}

}

@media only screen and (max-width: 1000px)
{
	/*body{background: pink none;}*/
	footer
	{
		margin-left: 0;
		margin-right: 0;
	}

	#WIB_contentHead
	{
		margin: 0 0 1.5625%;
	}

	#WIB_headWrap
	{
		width: auto;
	}

	#WIB_main
	{
		padding: 0 1%;
		width: 98%;
	}

	#WIB_logo
	{
		margin: 12px 0 0;
	}

	#WIB_contact
	{
		margin-top: 60px;
		margin-right: 0;
	}

	#WIB_navi
	{
		width: 100%;
		margin: 0;
	}

	#WIB_navi ul
	{
		margin: 0 auto;
		display: table;
		padding: 0;
		width: 100%;
	}

	#WIB_navi ul li
	{
		display: table-cell;
		float: none;
		padding: 0 14px;
	}

	.WIB_main_content_3x33-3x33 .WIB_columns_33_33_33 div.WIB_contentCol,
	.WIB_columns_33_33_33 div.WIB_footCol
	{
		width: 49.07407407%;
		margin: 0 0.92592592% 1.5625%;
	}

	.WIB_columns_33_33_33 div.WIB_footCol:nth-child(2n),
	.WIB_main_content_3x33-3x33 .WIB_columns_33_33_33 div.WIB_autoBox:nth-child(2n)
	{
		margin-right: 0;
	}

	.WIB_columns_33_33_33 div.WIB_footCol:nth-child(2n+1),
	.WIB_main_content_3x33-3x33 .WIB_columns_33_33_33 div.WIB_autoBox:nth-child(2n+1)
	{
		margin-left: 0;
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_contentCol
	{
		width: 31.875%
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_autoBox:nth-child(3n)
	{
		margin-right: 0;
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_autoBox:nth-child(3n+1)
	{
		margin-left: 0;
	}

	.WIB_columns_100
	{
		margin-left: 0;
		margin-right: 0;
	}

	#WIB_footCol_Mapharo
	{
		display: none;
	}

	.WIB_footCol .WIB_designedByMapharo
	{
		display: block;
	}

	div.WIB_smallTeaserBox img
	{
		max-width: 100%;
		height: auto;
		width: auto;
	}

	div.WIB_bildTeaserBox img
	{
		min-height: unset;
	}

	img.bildrechts
	{
		float: right;
		max-width: 100%;
		height: auto;
		width: 40%;
	}

	div.WIB_tpl_caseStudy .WIB_column_1 img
	{
		max-width: 100%;
		height: auto;
	}
}

/**
 * 800px: For References page
 */
@media only screen and (max-width: 800px)
{
	/*body{background: green none;}*/
	.WIB_columns_100 .WIB_box_left,
	.WIB_columns_100 .WIB_box_right
	{
		margin-right: 0;
		margin-bottom: 1.5625%;
		float: none;
		width: auto;
	}

	.WIB_columns_100 .WIB_box_left .WIB_dynamicBox
	{
		padding-bottom: 0;
	}

	.WIB_columns_100 .WIB_box_right
	{
		padding: 0 24px 24px;
	}

	.WIB_columns_100 .WIB_box_right .WIB_dynamicBox
	{
		margin-right: 0 !important;
	}

	.WIB_tpl_caseStudy .WIB_columns_100 .WIB_contentCol
	{
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 640px)
{
	h2
	{
		font-size: 1.4em;
	}

	#WIB_contentHead
	{
		margin: 0 0 1.5625%;
		padding: 20px 0 10px;
		height: auto;
	}

	#WIB_contentHead h1
	{
		padding-top: 0;
		font-size: 1.8em;
	}

	#WIB_contentHead ol
	{
		text-transform: none;
		list-style-type: disc;
		padding-left: 16px;
	}

	div.WIB_fixedBox
	{
		height: auto;
	}

	#WIB_logo
	{
		width: 158px;
		height: 60px;
		float: left;
		margin: 4px auto 0;
	}

	#WIB_logo a
	{
		display: block;
		height: 100%;
	}

	#WIB_logo img
	{
		height: auto;
		max-width: 100%;
	}

	.WIB_footCol .WIB_contactMail,
	.WIB_footCol .WIB_contactTel,
	#WIB_contact
	{
		display: none;
	}

	.WIB_footCol .WIB_dynamicBox
	{
		padding: 0;
	}

	ul#WIB_footNavi
	{
		float: none;
		width: auto;
		margin: 0 auto;
		display: table;
	}

	ul#WIB_footNavi li
	{
		display: table-cell;
	}

	.WIB_footCol
	{
		float: none;
		margin-right: 0;
		width: auto;
	}

	#WIB_footCol1 p
	{
		text-align: center;
		white-space: nowrap;
	}

	#WIB_refStoerer
	{
		display: none;
	}

	#WIB_ref_B2E div.WIB_dynamicBox p
	{
		width: auto;
		max-width: inherit;
	}

	#WIB_footCol2 h3,
	#WIB_footCol2 p
	{
		text-align: center;
		padding: 0 24px;
	}

	.WIB_dynamicBox h1 img
	{
		max-width: 100%;
		height: auto;
	}

	/** Columns **/
	.WIB_columns_33_33_33
	{
		margin-bottom: 1.5625%;
	}

	.WIB_main_content_3x33-3x33 .WIB_columns_33_33_33 div.WIB_contentCol
	{
		width: 100%;
		margin: 0 0 1.5625%;
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_contentCol
	{
		width: 100%;
		margin: 0 0 1.5625%;
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_bildTeaserBox > a
	{
		display: block;
		float: left;
		margin-right: 12px;
		width: 30%;
	}

	.WIB_main_content_100-3x33-100 .WIB_columns_33_33_33 div.WIB_bildTeaserBox > p
	{
		margin: 0 0 12px;
	}

	.WIB_columns_33_33_33 div.WIB_footCol
	{
		padding: 0;
		width: auto;
		float: none;
	}

	.WIB_columns_50_50 .WIB_column_1,
	.WIB_columns_50_50 .WIB_column_2,
	.WIB_columns_50_50w .WIB_column_1,
	.WIB_columns_50_50w .WIB_column_2,
	.WIB_columns_50w_50 .WIB_column_1,
	.WIB_columns_50w_50 .WIB_column_2,
	.WIB_columns_50w_50w .WIB_column_1,
	.WIB_columns_50w_50w .WIB_column_2,
	.WIB_columns_66_33 .WIB_column_1,
	.WIB_columns_66_33 .WIB_column_2,
	.WIB_columns_66_33 .WIB_contentCol
	{
		float: none !important;
		width: auto;
		min-height: inherit;
	}

	.WIB_columns_50_50 .WIB_column_1,
	.WIB_columns_50w_50w .WIB_column_1
	{
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.WIB_columns_50w_50w .WIB_column_1,
	.WIB_columns_50w_50 .WIB_column_1,
	.WIB_columns_50_50w .WIB_column_2
	{
		padding-bottom: 0;
	}

	.WIB_columns_50w_50w .WIB_column_1 .WIB_contentBox
	{
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.WIB_columns_50w_50w .WIB_column_1 .WIB_contentBox p:last-of-type
	{
		margin-bottom: 0;
	}

	.WIB_columns_50w_50w .WIB_column_2 .WIB_contentBox
	{
		padding-top: 0;
	}

	.WIB_columns_50w_50w .WIB_column_2 .WIB_contentBox p:first-of-type
	{
		margin-top: 0;
	}

}

@media only screen and (max-width: 560px)
{
	header
	{
		margin: 0;
	}

	#WIB_logo
	{
		margin: 4px 0;
		width: 158px;
		float: left;
		height: 60px;
	}

	#WIB_naviOpen
	{
		display: block;
		height: 32px;
		line-height: 32px;
		font-size: 1.2em;
		color: #ECB631;
		text-align: left;
		margin: 32px 26px 4px;
		text-transform: uppercase;
		background: url(../src/BG_naviOpen.png) no-repeat left 7px;
		padding: 0 24px;
	}

	#WIB_navi
	{
		height: 100%;
		display: block;
		float: right;
		width: 140px;
		min-width: 140px;
		position: absolute;
		top: 0;
		right: 0;

	}

	#WIB_navi ul
	{
		display: block;
		position: absolute;
		background: rgba(0, 0, 0, 0.6);
		width: 100%;
		z-index: 999;
	}

	#WIB_navi ul.closed
	{
		display: none;
	}

	#WIB_navi ul li
	{
		display: block;
		float: none;
		text-align: left;
		background: none;
		border-top: 1px dotted #aaa;
		margin-right: 12px;
	}

	#WIB_navi ul li:first-child
	{
		border-top: 0;
	}

	#WIB_navi ul li a
	{
		display: block;
		height: 100%;
	}

	div.WIB_smallTeaserBox,
	div.WIB_smallDoubleTeaserBox
	{
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 480px)
{
	div.WIB_smallTeaserBox,
	div.WIB_smallDoubleTeaserBox
	{
		font-size: 1em;
		float: none;
		width: auto;
	}

	div.WIB_smallTeaserBox img,
	div.WIB_smallDoubleTeaserBox img
	{
		display: none;
	}
}

@media only screen and (max-width: 320px)
{
	#WIB_main
	{
		width: 300px;
		padding: 0 10px;
		overflow: hidden;
	}

	.WIB_footCol .WIB_contactMail,
	.WIB_footCol .WIB_contactTel
	{
		display: none;
	}

	div.WIB_refImage
	{
		width: auto;
		height: auto;
		display: inline-block;
	}

	div.WIB_refImage img
	{
		max-width: 100%;
		width: 180px;
		height: auto;
	}

}