 /*575757*/

/*
Additional CSS-Definitions which are not within the wrapper but used by magnolia-components
*/

.bg-grey{
	background-color: #d2d2d2;
}
.bg-transparent{
	background-color: rgba(0,0,0,0);
}

#page-intro{
	display: inline-block;
	width: 100%;
}
#page-intro:after{
	clear:both;
}
#page-intro h1{
    font-size: 23px;
    font-weight: 300;
	margin-top: 0;
	margin-bottom: 28px;
}
#page-intro img{
	margin-top: 0;
}
#page-intro img.image{ /* left */
	margin-right: 74px;
	float:left;
}
#page-intro img.image.pos-2{ /* right */
	margin-right: 0;
	float:right;
}
#page-intro .icon.pos-2{
	margin-left: 12px;
}
#page-intro .icon{
	float: left;
	margin-top: 0;
	margin-left: 8px;
	margin-right: 12px;
	width: 44px;
	height: 44px;
}
#page-intro > .intro{
	float:left;
	width: 494px;
}
#page-intro > .intro.image-left{
	width: 386px;
}
#page-intro.no-image.no-icon > .intro{
    width:890px;
}
#page-intro.no-icon > .intro{
    width:810px;
}
#page-intro.no-icon > .intro.image-right{
	width: 494px;
}
#page-intro.no-icon > .intro.image-left{
    width:465px;
}


/** TEXT SECTION **/
#home #wrapper-3{
    width: 1024px;
}
#home.large-image .text-section{
	margin-left: 16px;
}
#home .text-section .text > div{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
}
#home .large-image{
    width: 1024px;
}
#home .text-section{
    width: 1010px;
}
.text-section .text a:before{ content:x '';display: inline-block;width: 5px;height: 9px;padding: 0 4px;background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);background-repeat: no-repeat; }
.text-section .text a{
    white-space:nowrap
}
.text-section{
	display: inline-block;
    width: 890px;
}
.text-section.no-image .text{
    max-width: 890px;
}
.text-section.has-image.image-location-below .text{
    float:none;
    width: 100%;
    max-width: 890px;
}
.text-section.has-image.image-location-below img.location-below{
    float: none;
    max-width: 890px;
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
}
.text-section:after{
	clear: both;
}
.text-section h2{
	margin-top: 12px;
	margin-bottom: 30px;
	font-size: 15.5px;
	color: #e10f21;
}
.text-section .text{
	max-width: 750px;
	float: left;
	font-weight: 500;
}
.text-section.has-image .text{
    max-width: 724px;
}
.text-section .image{
	width: 260px;
}
.text-section img{
	width: 166px;
}
.text-section > img, .text-section .image{
	padding-right: 46px;
	margin:0;
	float: left;
}
.text-section > img.pos-2, .text-section .image.pos-2{
	padding-left: 42px;
	padding-right: 0;
	float: right;
}
.text-section > img, .text-section.smaller-width{
	padding-right: 23px;
}
.text-section > img.pos-2, .text-section.smaller-width .image.pos-2{
	padding-left: 21px;
}
.text-section dt{
	display: inline-block;
}
.text-section dd{
	font-weight: 500;
	font-size: 14.2px;
}
.text-section dd.caption{
	margin-top: 18px;
	color: #e10f21;
}


.text-section .text.col1{
	width: 260px;
	padding: 14px 18px;
	float:left;
	display: block;
}
.text-section .text.col1 ul{
    list-style-position: outside;
    padding-left: 20px;
}
.text-section .text.col1 ul > li{
	list-style-image: url(../img/list_element_star.png?s=C30D817EACBFC70521EB630A6BFC10C2B11CCB43);
}
.text-section.single-column .text.col1{
    width: 890px;
    max-width: 890px;
    float: none;
}
.text-section .text.col2{
	width: 600px;
	padding: 14px 18px;
	float:left;
	display: block;
}

#section .text-section .text.col2 h2{
    margin-top: 0;
}



/** TEASERS **/
.teaser{
	border-top: 2px solid #7E7E7E;
	width: 890px;
}
/*
#teaser-1{
	border-top: 2px solid #7E7E7E;
}*/
.teaser:last-child{
/*	margin-bottom: -12px;*/
	margin-bottom: 9px;
	display: inline-block;
	border-bottom: 2px solid #7E7E7E;
}
.teaser > .row{
	display: table-row;
}
.teaser > .row > div{
	display: table-cell;
	vertical-align: top;
}
.teaser > .row > div > a,
.teaser > .row > div > span{
	font-weight: normal;
	display: block;
	height: 100%;
	width: 100%;
}
.teaser > .row > div.image{
	width: 180px;
	background-color: #D2D2D2;
	vertical-align: middle;
}
.teaser > .row > div.title *, .teaser > .row > div.text-and-links *{
	font-size: 14.2px;
}
.teaser > .row > div.title{
	width: 260px;
	background-color: #F4F4F4;
	padding: 8px 24px 8px 24px;
}
.teaser > .row > div.text-and-links p{
	margin-bottom: 0;
}
.teaser > .row > div.text-and-links{
	width: 448px;
	background-color: #FFFFFF;
	padding: 6px 10px 6px 10px;
}
.teaser > .row > div.text-and-links a:before{ content:x '';display: inline-block;width: 5px;height: 9px;padding: 0 4px;background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);background-repeat: no-repeat; }
.teaser > .row > div.text-and-links a{
    white-space:nowrap
}
.teaser > .row > div.text-and-links > .links > h3{
	font-weight: normal;
	margin: 0;
}
.teaser > .row > div.text-and-links > .links > ul{
	list-style-type: none;
	padding-left: 0;
}

/* Teaser Image-Info */
div.teaser div.image{
	position: relative;
}
div.teaser > .row > div.image div.image-info{
	position: absolute;
	bottom: 0;
	font-size: 9px;
	background-color: rgba(255,255,255,.6);
	padding: 4px;
	width: 100%;
	line-height: 1.2;
}
div.teaser > .row > div.image div.image-info > *{
	float: left;
	margin-right: 4px;
}		
div.teaser > .row > div.image div.image-info > .url{
	font-weight: bold;
}		
div.teaser > .row > div.image div.image-info a.url + div{
	float: none;
	clear: both;
}		
div.teaser > .row > div.image div.image-info > .url:after{
	display: block;
	content: "";
	clear: both;
}				


.links.cols-2 > ul {
    float:left;
    max-width: 50%;
    min-width: 49%;
}
.links.cols-2.edit-mode > .focus + ul,
.links.cols-2.edit-mode > .childFocus + ul,
.links.cols-2.edit-mode > ul + .focus,
.links.cols-2.edit-mode > ul + .childFocus{
	float: none;
  max-width: 100%;
	min-width: 100%;
}




/*** Download Section ***/
#download-section #main .links h2,
#download-section #main .links h3{
	font-size: 14px;
	margin:0;
}
#download-section #main .links{
	margin-bottom: 20px;
}
#download-section #main .links ul{
	list-style-type: none;
	padding-left: 0;
}
#download-section #main .links a:before{ content:x '';display: inline-block;width: 5px;height: 9px;padding: 0 4px;background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);background-repeat: no-repeat; }
#download-section .text-section{
    width: 890px;
}
#download-section h2{
    margin-bottom: 12px;
    margin-top: 12px;
}
#download-section .links h2{
    font-weight: bold;
}
#download-section .text-section.has-image .text{
	max-width: 680px;
}
#download-section .text-section .image{
	width: 210px;
}


#section .text-section.image .text{
	max-width: 724px;
}
#section h2{
    margin-bottom: 12px;
    margin-top: 12px;
}








.tabs > ol{
	margin-top: 20px;
	padding-left: 0;
	border-bottom: 1px solid #cacaca;
	display: inline-block;
	width: 100%;
}
.tabs .text-section{
    width: 100%;
}
.tabs .text-section img{
	width: auto;
}
.tabs > ol:after{
	clear: both;
}
.tabs > ol > li{
	list-style-position: inside;
	list-style-type: none;
	float:left;
	margin-right: 1.4px;
	cursor: pointer;
}
.tabs > ol > li a.js-selected{
	background-color: #e6e6e6;
	-webkit-box-shadow: -6px 0 5px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -6px 0 5px -4px rgba(0, 0, 0, 0.75);
	box-shadow: -6px 0 5px -4px rgba(0, 0, 0, 0.75);
}
.tabs > ol > li a.js-selected span{
	color: #e10f21;
}
.tabs > ol > li a{
	list-style-position: inside;
	list-style-type: none;
	float:left;
	height: 32px;
	padding: 5px 10px;
	margin-right: 1.4px;
	background-color: #787878;
	border-bottom: 1px solid #787878;

	-ms-transform: skew(-15deg,0deg);
    -webkit-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
}
.tabs > ol > li span{
	color: #FFFFFF;
	-ms-transform: skew(15deg,0deg);
	-webkit-transform: skew(15deg,0deg);
	transform: skew(15deg,0deg);
	display: block;
}



.table-container > table{
    width: 100%;
}
.table-container > table th{
    padding: 2px 6px;
}
.table-container > table td{
    padding: 2px 6px;
    vertical-align: baseline;
}
.table-container > table td > p{
    margin:0;
}
.table-container > table > thead > tr.default-row{
    font-weight: normal;
}
.table-container > table > tbody > tr.header-row{
    border-top: 2px solid #787878;    
    font-weight: bold;
}
.tabs .table-container > table > thead > tr > th:first-child{
    background-color: transparent !important;
}
.tabs .table-container > table > tbody > tr > td:first-child{
    background-color: #D2D2D2 !important;
}
.tabs .table-container > table > thead > tr > th:nth-child(2n+1),
.tabs .table-container > table > tbody > tr > td:nth-child(2n+1){
    background-color: #F4F4F4;
}


.image-and-links{
	border-top: 2px solid #7E7E7E;
	border-bottom: 2px solid #7E7E7E;
    margin-top: 4px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
}
.image-and-links .container{
    width: 100%;
    background-color: #F4F4F4;
    padding-left: 0;
    padding-right: 0;
}
.image-and-links .std-image{
    width: 50%;
    float: left;
}
.image-and-links .std-image img{
    max-width: 100%;
    width: 100%;    
    margin-top: 0;    
}
.image-and-links .links{
    width: 50%;
    padding-left: 15px;
    float:left;
}
.image-and-links .links .download.link-section{
    margin-bottom: 0;
}
.image-and-links .links .download.link-section a{
    float: none;
    font-weight: 500;
}
.image-and-links .links .download.link-section a:before{ content:x '';display: inline-block;width: 5px;height: 9px;padding: 0 4px;background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);background-repeat: no-repeat; }
.image-and-links .links .download.link-section a em,
.image-and-links .links .download.link-section a .icon{
    display: none;
}



.download.link-section{
    margin-bottom: 16px;
}
.download.link-section a {
    float: right;
    position: relative;
}
.download.link-section a {
    float: right;
    position: relative;
}
.download.link-section a span.icon{
    margin-right: 6px;
}
.download.link-section a em{
    margin-left: 2px;
    font-style: normal;
}


#world-map{
    position: relative;
    padding-bottom: 8px;
	border-bottom: 2px solid #7E7E7E;
}
#world-map .location{
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    color: red;
}
#world-map .location.edit-mode{
    margin-top: 15px;
}
#world-map .location a{
    text-decoration: none !important;
    color: red;
}
#world-map .location,
#world-map .location *,
#world-map .location *::-moz-focus-inner{
    border: 0;
    outline: none;
}
#world-map .location .url{
    font-size: 12px;
    line-height: 5px;
    position: relative;
    margin-left: 25px;
}
#world-map .location .title{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 4px;
    margin-left: 25px;
    margin-top: -16px;
    position: relative;
    top: -4px;
}
#world-map .location-info .dot,
#world-map .location-info .dot.large-dot{
    float: left;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
#world-map .location .dot,
#world-map .location-info .dot{
    /*display: inline;*/
    font-size: 20px;
    height: 20px;
    width: 20px;
    display:block;
    background-position: 50% 50%;
    background-image: url(../img/map_dot.png?s=E63C041628C1C81B4EA4E3B01B7F268578D322D2);
}
#world-map .location .dot.large-dot,
#world-map .location-info .dot.large-dot{
    background-image: url(../img/map_dot_large.png?s=3FAA2A829A1EABD5F4DEBD23E38CC9F2A563204A);
}
#world-map .location .title,
#world-map .location .url{
    display: none;
    visibility: hidden;
}
#world-map .location:hover .title,
#world-map .location:hover .url{
    visibility: visible;
}
#world-map .location:hover .title{
    display: block;
}
#world-map .location:hover .url{
    display: block;
}
#world-map .contact-information .logo img{
    max-width: 212px;
}

.contact-information{
    width: 100%;
    background-color: #F4F4F4;
    margin-bottom: -4px;
	border-bottom: 2px solid #7E7E7E;
}
.contact-information .contact-name,
.contact-information .contact-address{
    float:left;
}
.contact-information .contact-name{
    width: 240px;
    padding: 4px 15px 4px 15px;
}
.contact-information .contact-address{
    width: 650px;
    background-color: #FFFFFF;
    padding: 4px 4px 4px 15px;
}
.contact-information .contact-address .key{
    min-width: 60px;
    display: inline-block;
}
.contact-information * .name,
.contact-information * .url{
    font-weight: 500;
}
.contact-information .contact-address .url a{
    margin-left: -7.4px;
}
.contact-information .contact-address .url a:before{
    content:x '';display: inline-block;width: 5px;height: 9px;padding: 0 4px;background-image: url(../img/link_arrow.png?s=988F1EE03386B41031C1C6A2DBA6A7F0851E3E28);background-repeat: no-repeat;
}
.contact-information .contact-address .other{
    margin-top: 15px;
}


#bs-modal .link-section,
#popup .link-section{
    padding-top: 24px;
}
#popup{
    background: #FFFFFF repeat scroll 0 0;
    max-width: 570px;
}
#bs-modal .modal-body{
    max-height: 480px;
    margin-bottom: 15px;
    overflow: auto;
}





.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}
/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 10px;
	width: auto;
}
.form-wrapper fieldset h2{
	font-size: 23px;
	margin: 0;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}
.form-wrapper fieldset .form-row{
	margin-left: 20px;
	margin-right: -20px;
}
.form-wrapper .form-row:after{
	clear: both;
	content: " ";
	display: block;
	margin-top: 12px;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper .form-row > div{
	float:left;
	padding-right: 20px;
}
.form-wrapper .form-row label{
	margin-top: 10px;
}
.form-wrapper .form-row label,
.form-wrapper .form-row input{
	width: 100%;
}
.form-wrapper p.required{
	margin-top: 40px;
	margin-bottom: 2px;
}
.form-wrapper .form-row > input,
.form-wrapper .form-row > textarea,
.form-wrapper .form-row > select{
	/*width: 868px;*/
	width: 424px;
}
/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 111px;
}
.form-row .form-item-m {
	width: 222px;
	padding: 0;
}
.form-row .form-item-l {
	width: 444px;
}

/* Styles for Distribution-Partner Login Form */

.form-wrapper #loginForm{
	margin-top: -20px;
}

.form-wrapper #loginForm fieldset label{
	min-width: 106px;
}

.form-wrapper #loginForm fieldset input{
	min-width: 170px;
	margin-bottom: 10px;
}

.form-wrapper #loginForm fieldset .button-wrapper input{
	margin-top: 8px;
	min-width: 280px;
}
