@font-face {
    font-family:'Easycons';src:url('fonts//Easycons.eot');src:url('fonts//Easycons.eot?#iefix') format('embedded-opentype'),url('fonts//Easycons.svg#Easycons') format('svg'),url('fonts//Easycons.woff') format('woff'),url('fonts//Easycons.ttf') format('truetype');font-weight:normal;font-style:normal;
}
/* Reset Style */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
/*html{overflow:auto} Scroll event funkt nicht mehr*/
body{line-height:1}*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td{margin:0;padding:0}:focus{outline:0}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}strong{font-weight:bold}em{font-style:italic}a img{border:none}

.aligncenter{display:block;margin:0 auto}
.alignright{float:right;margin:0 0 10px 20px}
.alignleft{float:left;margin:0 20px 10px 0}
.floatleft{float:left}
.floatright{float:right}
.textcenter{text-align:center}
.textright{text-align:right}
.textleft{text-align:left}
.only_print{display:none;}

.radWrapper{clear:both;margin-top:12px;}

.p1_top{width:640px;height:90px;position:absolute;right:20px;top:35px;}
.p2{margin-top:12px;clear:both;}
/*.p2_high{width:300px;height:600px;}
.p2_middle{width:300px;height:250px;}
.p2_small{width:300px;height:90px;}*/



html,body {
    height: 100%;
}

body {
    background-position: center top;
    background-repeat: repeat;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,Sans-serif;
    font-size: 100%;
    line-height: 1.5em;
    color: #3f3f3f;
	 background-color: #f1f1f1;
    overflow-x: hidden;
}


.wrapper {
    position: relative;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto 0;
}

.push {
    height: 560px;
}


img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:active,a:hover {
    outline: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.container:before,.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before,.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 99px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 120;
    background-color: rgba(0,58,119,0.8);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-wrapper .logo-top {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 15px 0 0px 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-wrapper .logo-top img {max-height:70px;}

.toggle-mobilenav {
    position: absolute;
    display: block;
    top: 15px;
    left: 10px;
    padding: 5px 7px;
    font-size: 1.750em;
    line-height: .9em;
    background: #fff;
    color: #003A77 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
    outline: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    display: none;
}
.container .toggle-mobilenav:hover,.toggle-mobilenav.active {
    color: #fff !important;
    background: #333;
}

.menu-wrapper {
    width: 940px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 0;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -470px;
    z-index: 130;
}

.menu-wrapper .menu {
    position: relative;
    margin: 0;
    z-index: 130;
    float: right;
}

.menu-wrapper .menu li {
    position: relative;
    display: block;
    z-index: 130;
}

.menu-wrapper .menu>li {
    float: left;
    margin-right: 1px;
    line-height: 1.2em;
}

.menu-wrapper .menu>li a {
    position: relative;
    /*display: table-cell;*/
	display: block;
    padding: 20px 5px 0 5px;
    border-top: 2px solid transparent;
    font-size: .938em;
    font-weight: 300;
    color: #eee;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	height:77px;
	overflow:hidden;
	/*vertical-align:middle;*/
	max-width:100px;
	text-align:center;
}

.menu-wrapper .menu>li a:hover {
    color: #fff;
    border-top: 2px solid #fff;
}

.menu-wrapper .menu>li a.active {
    color: #fff;
    border-top: 2px solid #fff;
}

.menu-wrapper .menu>li .sub-menu {
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.4);
    box-shadow: 0 1px 6px rgba(0,0,0,0.4);
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
    z-index: 110;
    left: 0;
    top: 99px;
    min-width: 150px;
    display: none;
}

.menu-wrapper .menu>li .sub-menu li {
    display: block;
}

.menu-wrapper .menu>li .sub-menu li a {
    display: block;
   /* white-space: nowrap;*/
    color: #3f3f3f;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    text-transform: none;
    padding: 8px 10px;
    font-size: .750em;
    font-weight: 600;
	text-align:left;
    min-width: 150px;
	height:auto;
}

.menu-wrapper .menu>li .sub-menu li a:hover {
    color: #3f3f3f;
}

.menu-wrapper .menu>li .sub-menu:before {
    position: absolute;
    top: -5px;
    left: 34px;
    content: '';
    height: 0;
    width: 0;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.15);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.15);
}

.menu-wrapper .sub-menu>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.menu-wrapper .sub-menu>li>.sub-menu:before {
    top: 12px;
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-wrapper .sub-menu>li:hover>a {
    background: #f5f5f5;
    color: #fff;
}

.menu-wrapper .menu>li:hover>.sub-menu,.menu-wrapper .sub-menu>li:hover>.sub-menu {
    display: block;
}

.menu-wrapper .menu.transitions li>.sub-menu {
    opacity: 0;
    display: block!important;
    left: -100000px;
    -webkit-transition: opacity .15s ease-in .3s,left .15s ease-in .5s;
    -moz-transition: opacity .15s ease-in .3s,left .15s ease-in .5s;
    -o-transition: opacity .15s ease-in .3s,left .15s ease-in .5s;
    transition: opacity .15s ease-in .3s,left .15s ease-in .5s;
}

.menu-wrapper .menu.transitions>li:hover>.sub-menu,.menu-wrapper .menu.transitions>li>.sub-menu>li:hover>.sub-menu {
    opacity: 1!important;
    -webkit-transition: opacity .15s ease-in .12s,left .15s ease-in;
    -moz-transition: opacity .15s ease-in .12s,left .15s ease-in;
    -o-transition: opacity .15s ease-in .12s,left .15s ease-in;
    transition: opacity .15s ease-in .12s,left .15s ease-in;
}

.menu-wrapper .menu.transitions>li:hover>.sub-menu {
    left: 0!important;
}

.menu-wrapper .menu.transitions>li>.sub-menu>li:hover>.sub-menu {
    left: 100%!important;
}

.header-wrapper.sticky,.header-wrapper.fixed {
    height: 60px;
    border-bottom: 0;
    background-color: #003A77;
    background-color: rgba(0,58,119,0.9);
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
}

.header-wrapper.sticky .logo-top,.header-wrapper.fixed .logo-top {
    margin: -5px 0 0px -10px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.menu-wrapper.sticky .menu>li a,.menu-wrapper.fixed .menu>li a {
    padding: 8px 5px 0 5px;
	height:50px;
}


.menu-wrapper.sticky .menu>li .sub-menu,.menu-wrapper.fixed .menu>li .sub-menu {
    top: 60px;
}

.page-heading-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 140px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 140px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 140px rgba(0,0,0,0.5);
}

@media(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(min-resolution:1.5dppx) {
    .page-heading-wrapper {
    };
}

.page-heading-wrapper .container {
    position: relative;
    z-index: 2;
}

.page-heading-wrapper .page-heading {
    position: relative;
    text-align: center;
    z-index: 2;
}

.page-heading-wrapper .page-heading h1 {
 /*   font-family: 'Rouge Script';*/
	font-size:2em;
    line-height: .950em;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    margin:0;
    padding:10px 10px;
	background:#000;
	opacity:0.5;
	clear:both;float:left;
}
.page-heading-wrapper .page-heading h1 span {opacity:1;}
.page-heading-wrapper .page-heading div.teaser {
	position:absolute;
	bottom:80px;
	left:0px;
 	
}


.breadcrumb-wrapper {
    position: relative;
    height: 37px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    width: 940px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-wrapper .breadcrumb li {
    display: block;
    float: left;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb li a:hover {
    color: #003A77;
}

.breadcrumb-wrapper .breadcrumb li span {
    cursor: default;
}

.breadcrumb-wrapper .breadcrumb li a,.breadcrumb-wrapper .breadcrumb li span {
    position: relative;
    display: block;
    background-color: #fff;
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-transform: uppercase;
    font-size: .688em;
    font-weight: 300;
    padding: 7px 20px 0 35px;
    height: 30px;
}

.breadcrumb-wrapper .breadcrumb li a:after,.breadcrumb-wrapper .breadcrumb li span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 4px;
    right: -33px;
    content: '';
    border: 18px solid transparent;
    border-bottom: 14px solid #fff;
    width: 0;
    height: 0;
    padding: 0;
    z-index: 10;
}

.breadcrumb-wrapper .breadcrumb li+li a,.breadcrumb-wrapper .breadcrumb li+li span {
    background-color: #f5f5f5;
}

.breadcrumb-wrapper .breadcrumb li+li a:after,.breadcrumb-wrapper .breadcrumb li+li span:after {
    border-bottom-color: #f5f5f5;
}

.breadcrumb-wrapper .breadcrumb li+li+li a,.breadcrumb-wrapper .breadcrumb li+li+li span {
    background-color: #ebebeb;
}

.breadcrumb-wrapper .breadcrumb li+li+li a:after,.breadcrumb-wrapper .breadcrumb li+li+li span:after {
    border-bottom-color: #ebebeb;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li a,.breadcrumb-wrapper .breadcrumb li+li+li+li span {
    background-color: #e0e0e0;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li a:after,.breadcrumb-wrapper .breadcrumb li+li+li+li span:after {
    border-bottom-color: #e0e0e0;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li+li a,.breadcrumb-wrapper .breadcrumb li+li+li+li+li span {
    background-color: #d6d6d6;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li+li a:after,.breadcrumb-wrapper .breadcrumb li+li+li+li+li span:after {
    border-bottom-color: #d6d6d6;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li+li+li a,.breadcrumb-wrapper .breadcrumb li+li+li+li+li+li a span {
    background-color: #ccc;
}

.breadcrumb-wrapper .breadcrumb li+li+li+li+li+li a:after,.breadcrumb-wrapper .breadcrumb li+li+li+li+li+li a span:after {
    border-bottom-color: #ccc;
}

.breadcrumb-wrapper+.container>.row>[class*="span"]>h2:first-child,.breadcrumb-wrapper+.container>.row>[class*="span"]>h2.first-of-type {
    margin-top: 0;
}

.footer-wrapper {
    color: #ccc;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    height: 40px;
}

.footer-wrapper p,.footer-wrapper span {
    font-size: .750em;
    line-height: 1.7em;
    font-weight: 300;
}


.footer-wrapper .footer-bottom {
    position: relative;
    background-color: #003A77;
	background-color: rgba(0,58,119,0.9);
	height: 40px;
}

.footer-wrapper .footer-bottom:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    top: -2px;
    background-color: #003A77;
}

.footer-wrapper .footer-bottom .copyright {
    float: left;
    margin: 10px 6px 0;
    font-weight: 500;
    color: #fff;
}

.footer-wrapper .footer-bottom .copyright small {
    font-weight: 300;
    color: #999;
}

.footer-wrapper .footer-bottom .footer-menu {
    float: right;
}

.footer-wrapper .footer-bottom .footer-menu ul {
    margin: 6px 0 0 15px;
}

.footer-wrapper .footer-bottom .footer-menu ul li {
    display: block;
    float: left;
    padding-right: 5px;
}

.footer-wrapper .footer-bottom .footer-menu ul li a {
    font-size: .750em;
    color: #999;
}

.footer-wrapper .footer-bottom .footer-menu ul li a:hover {
    color: #fff !important;
}

.footer-wrapper .footer-bottom .footer-menu ul li:after {
    vertical-align: middle;
    content: '/';
    font-weight: 300;
    color: #666;
    padding-left: 5px;
}

.footer-wrapper .footer-bottom .footer-menu ul li:last-child:after {
    content: '';
}

.footer-wrapper .footer-bottom .social-icons {
    float: right;
    margin-top: 6px;
}

.footer-wrapper .footer-bottom .social-icons ul {
    margin: 0;
}

.footer-wrapper .footer-bottom .social-icons ul li {
    display: block;
    float: left;
    margin-left: 6px;
}

.footer-wrapper .footer-bottom .social-icons ul li a {
    color: #999;
    font-size: 1.5em;
    text-shadow: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.footer-wrapper .footer-bottom .social-icons ul li a:hover {
    color: #fff;
}


.hide {
    display: none;
}

.center {
    text-align: center;
}

.pull-left,img.pull-left,figure.pull-left {
    float: left;
}

.pull-right,img.pull-right,figure.pull-right {
    float: right;
}

.space-up {
    margin-top: 20px;
}

.space-up.more {
    margin-top: 40px;
}

.space-down {
    margin-bottom: 20px;
}

.space-down.more {
    margin-bottom: 40px;
}

.space-left {
    margin-left: 20px;
}

.space-left.more {
    margin-left: 40px;
}

.space-right {
    margin-right: 20px;
}

.space-right.more {
    margin-right: 40px;
}

@-ms-viewport {
    width:device-width;
}


.row {
	margin-left: -30px;
	*zoom: 1;
}

.row:before,.row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}


.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    width: 940px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menu-wrapper {
    width: 940px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 0;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -470px;
    z-index: 130;
}


.page-heading-wrapper {
    padding: 0px 0 0px 0;
    -webkit-box-shadow: inset 0 0 110px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 110px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 110px rgba(0,0,0,0.3);
	min-height:99px;
}

.features-wrapper {
    position: relative;
    background-color: #fff;
}

/*!
 *  Easycons
 *  Copyright © 2012 Vincent Bianciotto - celavi.fr
 *
 *  @date 04-01-2013
 *  @licence CC BY 3.0
 *  @author Vincent Bianciotto
 *  @version v0.1
 */



[data-easycons] {
    font-family: 'Easycons';
    content: attr(data-easycons);
    speak: none;
    font-weight: normal;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}

.easycons,[class^="easycons-"],[class*=" easycons-"] {
    font-family: 'Easycons';
    font-weight: normal;
    font-style: normal;
    speak: none;
    line-height: 1;
    display: inline-block;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.easycons.small,[class^="easycons-"].small,[class*=" easycons-"].small {
    font-size: .750em;
    line-height: 2.1em;
    vertical-align: top;
}

.easycons.medium,[class^="easycons-"].medium,[class*=" easycons-"].medium {
    font-size: 1.50em;
    line-height: 2em;
}

.easycons.large,[class^="easycons-"].large,[class*=" easycons-"].large {
    font-size: 2em;
    line-height: 2em;
}

.easycons-plus:before {
    content: "\002B";
}

.easycons-plus-rounded:before {
    content: "\002C";
}

.easycons-anti-clockwise:before {
    content: "\27F2";
}

.easycons-arrow-down:before {
    content: "\02C5";
}

.easycons-arrow-left:before {
    content: "\02C2";
}

.easycons-arrow-right:before {
    content: "\02C3";
}

.easycons-arrow-up:before {
    content: "\02C4";
}

.easycons-audio:before {
    content: "\005B";
}

.easycons-calculator:before {
    content: "\0021";
}

.easycons-check:before {
    content: "\2713";
}

.easycons-clockwise:before {
    content: "\27F3";
}

.easycons-code:before {
    content: "\0025";
}

.easycons-close:before {
    content: "\0023";
}

.easycons-close-rounded:before {
    content: "\0026";
}

.easycons-cog:before {
    content: "\0027";
}

.easycons-cogs:before {
    content: "\0028";
}

.easycons-headphones:before {
    content: "\0048";
}

.easycons-comments:before {
    content: "\003D";
}

.easycons-pencil:before {
    content: "\0054";
}

.easycons-earth:before {
    content: "\003F";
}

.easycons-earth-inverted:before {
    content: "\0040";
}

.easycons-feather:before {
    content: "\0042";
}

.easycons-file-protected:before {
    content: "\0043";
}

.easycons-files:before {
    content: "\0044";
}

.easycons-folder:before {
    content: "\0045";
}

.easycons-gallery:before {
    content: "\0046";
}

.easycons-grid:before {
    content: "\0047";
}

.easycons-heart:before {
    content: "\2764";
}

.easycons-heart-broken:before {
    content: "\003E";
}

.easycons-home:before {
    content: "\004A";
}

.easycons-less:before {
    content: "\002D";
}

.easycons-less-rounded:before {
    content: "\002E";
}

.easycons-link:before {
    content: "\004C";
}

.easycons-lifebuoy:before {
    content: "\004B";
}

.easycons-marker:before {
    content: "\004D";
}

.easycons-mobile-nav:before {
    content: "\004E";
}

.easycons-tea:before {
    content: "\004F";
}

.easycons-palette:before {
    content: "\0050";
}

.easycons-paused:before {
    content: "\0051";
}

.easycons-paused-squared:before {
    content: "\0052";
}

.easycons-pen:before {
    content: "\0053";
}

.easycons-picture:before {
    content: "\0055";
}

.easycons-play:before {
    content: "\0056";
}

.easycons-play-squared:before {
    content: "\0057";
}

.easycons-quotes:before {
    content: "\0022";
}

.easycons-sandglass:before {
    content: "\0058";
}

.easycons-share:before {
    content: "\0059";
}

.easycons-star:before {
    content: "\002A";
}

.easycons-star-outline:before {
    content: "\0029";
}

.easycons-stop:before {
    content: "\002F";
}

.easycons-stop-squared:before {
    content: "\0030";
}

.easycons-tools:before {
    content: "\0034";
}

.easycons-tag:before {
    content: "\0032";
}

.easycons-tags:before {
    content: "\0031";
}

.easycons-time:before {
    content: "\0033";
}

.easycons-tv:before {
    content: "\0035";
}

.easycons-user:before {
    content: "\0036";
}

.easycons-user-update:before {
    content: "\0037";
}

.easycons-video:before {
    content: "\0038";
}

.easycons-video-inverted:before {
    content: "\0039";
}

.easycons-eye:before {
    content: "\0041";
}

.easycons-zoom:before {
    content: "\003A";
}

.easycons-zoom-in:before {
    content: "\003B";
}

.easycons-youtube:before {
    content: "\0061";
}

.easycons-youtube-rounded:before {
    content: "\0062";
}

.easycons-vimeo:before {
    content: "\0063";
}

.easycons-vimeo-rounded:before {
    content: "\0064";
}

.easycons-twitter:before {
    content: "\0065";
}

.easycons-twitter-rounded:before {
    content: "\0066";
}

.easycons-skype:before {
    content: "\0067";
}

.easycons-skype-rounded:before {
    content: "\0068";
}

.easycons-pinterest:before {
    content: "\0069";
}

.easycons-pinterest-rounded:before {
    content: "\006A";
}

.easycons-facebook:before {
    content: "\006B";
}

.easycons-facebook-rounded:before {
    content: "\006C";
}

.easycons-google-plus:before {
    content: "\006D";
}

.easycons-google-plus-rounded:before {
    content: "\006E";
}

.easycons-dribbble:before {
    content: "\006F";
}

.easycons-dribbble-rounded:before {
    content: "\0070";
}

.container a, a:visited {
    color: #444444;
    outline: 0 none;
    text-decoration: none;
}
.container a:hover, a:focus {
    color: #003A77 !important;
    transition: all 0.2s linear 0s;
}
h1, h2, h3, h4, h5, h6 {
    margin: .875em 0;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,Sans-serif;
    font-weight: 600;
    line-height: 1.250em;
    font-style: italic;
    color: #262626;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 25px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
ul {margin:0;padding:0; list-style: none outside none;}

#section-left h1 {margin:0;}
#section-left h3 {font-size:24px; margin-bottom:5px;}
#section-left h3 span {color:#003A77;}
#section-left ul {margin:0 0 0 0px;}
#section-left li {font-size:13px;line-height:1.2em;margin-bottom:10px;}
#section-left li ul li{font-size:12px;line-height:1.2em;margin-top:4px;margin-bottom:0px;}
#section-left a {display:block;}
#section-left a.topic-1 {font-size:13px;padding-left:8px;font-weight:600;background:url('images/dot_l.png') no-repeat 0 6px;}
#section-left a.topic-2 {padding-left:16px;background:url('images/dot_h.png') no-repeat 8px 6px;}

#section-left a.topic-3 {padding-left:24px;color:#999;background:url('images/line_l.png') no-repeat 16px 8px;}
#section-left a.topic-3.on{color:#003A77;background:url('images/line_h.png') no-repeat 16px 8px;}

#section-left a.archiv_year {font-size:13px;font-weight:600;padding-left:8px;background:url('images/dot_l.png') no-repeat 0 6px;}
#section-left a.archiv {padding-left:16px;background:url('images/line_h.png') no-repeat 8px 8px;}
#section-left a.archiv.on{color:#003A77;}

#section-left .downloads {margin-top:5px;font-size:12px;}
#section-left .downloads h3 {margin:0;font-size: 13px;font-style:normal;}
#section-left .downloads a {padding-left:24px;color:#999;background:url('images/line_l.png') no-repeat 16px center;}

#section-center {font-size:14px;max-width:570px;}
#section-center div {clear:both;}
#section-center .xml_content{position:relative;}
#section-center .xml_titel {font-weight:600;font-size:16px;margin-bottom:10px;}
#section-center .xml_titel + br { display:none;}
#section-center .xml_vorspann {color:#003A77;font-weight:600;margin-bottom:10px;float:none;display: block;width: 100%;margin-left: 0;}
#section-center .xml_vorspann + br { display:none;}
#section-center .xml_zt {font-weight:600;margin-top:10px;}
#section-center .xml_zt + br { display:none;}
#section-center .xml_dz {}
#section-center .xml_dz + br { display:none;}
#section-center .xml_indent {padding-left:15px;background:url('images/dot_l.png') no-repeat 5px 10px;}
#section-center .xml_indent + br { display:none;}
#section-center .xml_autor {font-style:italic;}
#section-center .xml_grafik {float:left;margin:5px 20px 10px 0;max-width:100%;display:block;}
#section-center .xml_grafik img{display:block;max-width:100%;}
#section-center .xml_grafik_text {display:block;color:#fff;background:#4e4e4f;font-size:12px;padding:3px 3px;margin-top:3px;text-align:center;line-height:1.2em;}
#section-center .xml_grafik + div {clear:both;}
#section-center table.xml_table{border-collapse:collapse;font-size:12px;margin:10px 0;width:100%;clear:both;}
#section-center table.xml_table caption{font-weight:600;padding:5px 0 2px 0;}
#section-center table.xml_table td{border:1px solid #666; padding:2px 5px;line-height:1.2em;}

#section-right .search-area{
	width:300px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
p {
    font-size: .875em;
    line-height: 1.5em;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.features-wrapper a {
   display: block;
    padding: 30px 0 0 0;
    font-style: italic;
    color: #999;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.features-wrapper  .span4 .img_content{width:300px;height:195px;background-repeat:no-repeat;background-position:center center; background-size: 100% auto;}
.features-wrapper  .span4 .item_content{padding:10px 10px 30px 10px;}

.features-wrapper  a:hover {
    background-color: #fafafa;
	color:#999 !important;
}

.features-wrapper  a .more {
   font-weight: 600;
    font-style: italic;
    color: #003A77;
}
.section-home a .more {
   font-weight: 600;
    font-style: italic;
    color: #003A77;
}

div.toolbar {margin-top:20px;}
div.toolbar div.addthis_toolbox{float:left;}
div.toolbar ul { float:right;  }
div.toolbar ul li {margin-left:20px;float:left;}
div.toolbar #gotop {background:url(images/ico_top.gif) no-repeat left center;padding-left:13px;}
div.toolbar #print {background:url(images/ico_print.gif) no-repeat left center;padding-left:18px;}
div.toolbar #mail {background:url(images/ico_mail.gif) no-repeat left center;padding-left:15px;}

.search-area{text-align:right;margin-top:0px;position:relative;}
.section-home .search-area{margin-top:22px;}
.search-area form{margin:0;}
.search-area input.text{float:right;margin:0;padding:3px 25px 3px 5px;}
.search-area input.submit{
	background:url('images/search.png') no-repeat scroll 2px center transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0px;
    text-indent: -9999px;
    top: 0px;
    width: 25px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    color: #000;
    display: block;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 6px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
}

.search_content {padding-bottom:20px;margin-bottom:20px;border-bottom: 1px solid #EEEEEE;}
.search_content h2{margin-bottom:0;}
.search_content h3{margin-bottom:0;}
.search_content  img {display:block;width:120px;float:left;margin-right:15px;}

.pull-right {
  float: right !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #003A77;
  border-color: #003A77;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

@media(min-width:1200px) {
	.row {
		margin-left: -30px;
		*zoom: 1;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}

  .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
		width: 1170px;
	}
	.span12 {
		width: 1170px;
	}
	.span11 {
		width: 1070px;
	}
	.span10 {
		width: 970px;
	}
	.span9 {
		width: 870px;
	}
	.span8 {
		width: 770px;
	}
	.span7 {
		width: 670px;
	}
	.span6 {
		width: 570px;
	}
	.span5 {
		width: 470px;
	}
	.span4 {
		width: 370px;
	}
	.span3 {
		width: 270px;
	}
	.span2 {
		width: 170px;
	}
	.span1 {
		width: 70px;
	}

	.offset12 {
		margin-left: 1230px;
	}

	.offset11 {
		margin-left: 1130px;
	}

	.offset10 {
		margin-left: 1030px;
	}

	.offset9 {
		margin-left: 930px;
	}

	.offset8 {
		margin-left: 830px;
	}

	.offset7 {
		margin-left: 730px;
	}

	.offset6 {
		margin-left: 630px;
	}

	.offset5 {
		margin-left: 530px;
	}

	.offset4 {
		margin-left: 430px;
	}

	.offset3 {
		margin-left: 330px;
	}

	.offset2 {
		margin-left: 230px;
	}

	.offset1 {
		margin-left: 130px;
	}


	.breadcrumb-wrapper .breadcrumb {
		margin: 0;
		width: 1170px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}


	.menu-wrapper {
		margin: 0;
		width: 1170px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-left: -585px;
	}
	.menu-wrapper .menu>li a {
		padding: 20px 10px 0 10px;
		max-width:110px;
	}
	.menu-wrapper.sticky .menu>li a,.menu-wrapper.fixed .menu>li a {
		padding: 8px 10px 0 10px;
	}

	.features-wrapper  .span4 .img_content{width:370px;height:240px;}

}

@media(min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px;
        *zoom: 1;
    }

    .row:before,.row:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }

    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
        width: 724px;
    }

    .span12 {
        width: 724px;
    }

    .span11 {
        width: 662px;
    }

    .span10 {
        width: 600px;
    }

    .span9 {
        width: 538px;
    }

    .span8 {
        width: 476px;
    }

    .span7 {
        width: 414px;
    }

    .span6 {
        width: 352px;
    }

    .span5 {
        width: 290px;
    }

    .span4 {
        width: 228px;
    }

    .span3 {
        width: 166px;
    }

    .span2 {
        width: 104px;
    }

    .span1 {
        width: 42px;
    }

    .offset12 {
        margin-left: 764px;
    }

    .offset11 {
        margin-left: 702px;
    }

    .offset10 {
        margin-left: 640px;
    }

    .offset9 {
        margin-left: 578px;
    }

    .offset8 {
        margin-left: 516px;
    }

    .offset7 {
        margin-left: 454px;
    }

    .offset6 {
        margin-left: 392px;
    }

    .offset5 {
        margin-left: 330px;
    }

    .offset4 {
        margin-left: 268px;
    }

    .offset3 {
        margin-left: 206px;
    }

    .offset2 {
        margin-left: 144px;
    }

    .offset1 {
        margin-left: 82px;
    }

    .footer-wrapper .footer-slogan h4 {
        font-size: 1.1em;
        margin: 2.1em 0 0;
    }

    .breadcrumb-wrapper .breadcrumb {
        margin: 0;
        width: 724px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .menu-wrapper {
        margin: 0;
        width: 724px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-left: -362px;
    }

	.menu-wrapper .menu>li a {
		font-size:12px;
		max-width:80px;
		padding: 8px 5px 0 5px;
		height:50px;
	}
	
	.menu-wrapper .menu>li .sub-menu {
		top: 60px;
	}
	.header-wrapper {
		height: 60px;
		border-bottom: 0;
		background-color: #003A77;
		background-color: rgba(0,58,119,0.9);
		-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
		-moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
		box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	}

	.header-wrapper .logo-top {
		margin: -5px 0 0px -10px;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
 	.features-wrapper  .span4 .img_content{width:228px;height:150px;}
   
    /*#section-center .xml_grafik {max-width:100%;}
	#section-center .xml_grafik img{max-width:100%;}*/

}

@media(max-width:767px) {
	
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: auto;
    }

    .row {
        margin-left: 0;
    }

    [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.2000000000000002em;
    }

    h3 {
        font-size: 1.1em;
    }

    h4 {
        font-size: .8em;
    }

    .pull-left,.pull-right,img.pull-left,img.pull-right,figure.pull-left,figure.pull-right {
        float: none;
        clear: both;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .header-wrapper,.we-are-wrapper,.page-heading-wrapper,.footer-wrapper,.features-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }

    .header-wrapper,.header-wrapper.sticky {
        position: relative;
        text-align: center;
        width: auto;
        height: auto;
        border: 0;
        background-color: #003A77;
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header-wrapper .logo-top,.header-wrapper.sticky .logo-top {
        margin: 20px 30px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .sidebar {
        display: none;
    }

    .toggle-mobilenav {
        display: block;
    }

    .wrapper,.footer-wrapper {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    body.mobilenav-open .wrapper,body.mobilenav-open .footer-wrapper {
        -webkit-transform: translate3d(240px,0,0);
        -moz-transform: translate3d(240px,0,0);
        -ms-transform: translate3d(240px,0,0);
        -o-transform: translate3d(240px,0,0);
        transform: translate3d(240px,0,0);
    }

    body.mobilenav-open .menu-wrapper .menu {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .menu-wrapper {
        position: absolute;
        display: block;
        border: 0;
        top: 0;
        left: 0;
        width: 240px;
        text-align: left;
        background-color: #222;
        overflow: hidden;
        height: 100%;
        z-index: 50;
        margin: 0 -20px;
        padding: 0;
        padding-bottom: 360px;
        -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
        -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
        box-shadow: inset 0 0 30px rgba(0,0,0,0.8);
        -webkit-transform: translate3d(-240px,0,0);
        -moz-transform: translate3d(-240px,0,0);
        -ms-transform: translate3d(-240px,0,0);
        -o-transform: translate3d(-240px,0,0);
        transform: translate3d(-240px,0,0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /*.menu-wrapper:before {
        position: relative;
        display: block;
        content: '';
        color: #003A77;
        text-shadow: 0 1px 0 rgba(0,0,0,0.7);
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 300;
        margin: 25px 22px 26px;
    }*/

    .menu-wrapper .menu,.menu-wrapper .menu.transitions {
        float: none;
        margin-top: 0px;
        -webkit-transform: translate3d(50%,0,0);
        -moz-transform: translate3d(50%,0,0);
        -ms-transform: translate3d(50%,0,0);
        -o-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .menu-wrapper .menu>li,.menu-wrapper .menu.transitions>li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menu-wrapper .menu>li a,.menu-wrapper .menu.transitions>li a,.menu-wrapper .menu>li a.active,.menu-wrapper .menu.transitions>li a.active {
        border: 0;
        border-top: 1px solid #2e2e2e;
        padding: 5px 15px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
		height:auto;
		max-width:100%;
		text-align:left;
    }

    .menu-wrapper .menu>li>.sub-menu>li:hover>.sub-menu,.menu-wrapper .menu.transitions>li>.sub-menu>li:hover>.sub-menu {
        left: 0!important;
    }

    .menu-wrapper .menu li .sub-menu,.menu-wrapper .menu.transitions li .sub-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: relative;
        background: 0;
        padding: 0;
        margin: 0;
        left: 0!important;
        top: 0;
        display: block;
        opacity: 1;
    }

    .menu-wrapper .menu li .sub-menu:before,.menu-wrapper .menu.transitions li .sub-menu:before {
        display: none;
    }

    .menu-wrapper .menu li .sub-menu li a,.menu-wrapper .menu.transitions li .sub-menu li a {
        padding: 5px 0 5px 32px;
        border: 0;
        background: 0;
        color: #fff;
        font-weight: 300;
        text-shadow: none;
    }

    .menu-wrapper .menu li .sub-menu li li a,.menu-wrapper .menu.transitions li .sub-menu li li a {
        padding-left: 42px;
    }

    .menu-wrapper .menu li>a:hover,.menu-wrapper .menu.transitions li>a:hover,.menu-wrapper .menu li li a:hover,.menu-wrapper .menu.transitions li li a:hover {
        background: #2f2f2f;
    }

    .menu-wrapper .menu li>a.active,.menu-wrapper .menu.transitions li>a.active,.menu-wrapper .menu li li a.active,.menu-wrapper .menu.transitions li li a.active {
        background: #2f2f2f;
    }

    .page-heading-wrapper {
        margin-bottom: 30px;
		min-height:10px;
    }

    .page-heading-wrapper .page-heading h1 {
        padding-top: 0;
        margin: .2em 0;
        font-size: 3em;
    }

    .footer-wrapper {
        height: auto;
    }

    .footer-wrapper .footer-slogan,.footer-wrapper .footer-top,.footer-wrapper .footer-bottom {
        height: auto;
    }

    .footer-wrapper .footer-slogan {
        padding: 20px 0 190px;
    }

    .footer-wrapper .footer-slogan .ribbon {
        top: auto;
        bottom: 5px;
    }

    .footer-wrapper .footer-slogan h4,.footer-wrapper .footer-slogan .ribbon+.span6>h4 {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer-wrapper .footer-top {
        padding: 0 20px 20px;
    }

    .footer-wrapper .footer-top h3 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        font-size: 1em;
        color: #ccc;
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
    }

    .footer-wrapper .footer-top h3:after {
        top: 8px;
    }

    .footer-wrapper .footer-top h3 span {
        margin-top: 25px;
        padding: 0 10px;
    }

    .footer-wrapper .footer-bottom .copyright,.footer-wrapper .footer-bottom .social-icons,.footer-wrapper .footer-bottom .footer-menu {
        display: block;
        float: none;
        text-align: center;
    }

    .footer-wrapper .footer-bottom .footer-menu ul li {
        float: none;
        display: inline-block;
    }

    .footer-wrapper .footer-bottom .social-icons {
        padding: 5px;
    }

    .footer-wrapper .footer-bottom .social-icons ul li {
        float: none;
        display: inline-block;
    }
    
	.page-heading-wrapper .page-heading div.teaser {
		position:absolute;
		bottom:20px;
		left:0px;
	}
	.features-wrapper  .span4 .img_content{width:90%;height:240px;margin:0 auto;}
	.features-wrapper  .span4 .item_content{padding:10px 10px 30px 10px;margin:0 auto;max-width:90%;}

	#section-left {display:none;}
	#section-center {max-width:100%;}
	#section-right {max-width:100%;clear:both;float:none;margin-top:20px;}
	
	#section-right .search-area{
		width:auto;
	}

	/*#section-center .xml_grafik {max-width:100%;}
	#section-center .xml_grafik img{max-width:100%;}*/
	
}
