ï»¿ï»¿ /* 
theme: Rosen
author: Jeffrey van der Heide, TriMM

*/ 
        
 
/* FONTS 
--------------- */
 /* font-family:'DIN Next W01 Regular'; */
/* GENERAL 
----------------------- */
/* {
    margin: 0;
    padding: 0;
}*/
html {
  height: 100%;
  font-family: sans-serif;
}
body { 
    font: 62.5% 'DIN Next W01 Regular', arial, helvetica, sans-serif; /* font: default 16px to 10px */
  background: #fff;
  color: #000; 
  margin: 0;
  height: 100%;
}

ul {
  padding: 0 0 0 1em;
}

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

       
/* LINKS 
--------------- */
a {
  color: #000; 
  text-decoration: none;
} 
a:hover,
a:focus {
  outline: 0;
  text-decoration: underline;
}
a img {
  border: none;
}
a:visited {
  color: #000;
}
a:hover img,
a:active img
a:focus img {
  /*border: 1px solid #b1162e;*/
}

em.more a {
  padding-left: 17px;
  background: transparent url(../img/rosen/sprites.png) no-repeat scroll 0 2px;
  font-style: normal;  
}
em.more-comments a {
  font-style: normal;
  padding: 7px;  
}
em.more-comments:before {
  content: "|";
}
p.back a {
  clear: both;
  display: block;
  background: url(../img/rosen/sprites.png) 0 -67px no-repeat;
  margin: 25px 0;
  border-top: 1px solid #B3B3B3;
  border-bottom: none !important;
  padding: 5px 0 0 17px;
  font-style: normal;
  font-weight: bold;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
  text-decoration: underline !important;
}
.all a {
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  border-top: 1px solid #b3b3b3;
  padding: 5px 0 0 0;
}
    
/* hidden & skip link  */
.step-by-step li em,
.showbox h1.showbox-title,
.aural,
.skip a,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {      
  display: block;  
    position: absolute;
    overflow: hidden;
  left: -9999px;
    width: 1px;
    height: 1px;
}
.skip a:active,
.skip a:focus {
    position: absolute;
  background: #fff;
  outline: none;
    z-index: 1000;     
  left: 200px;  
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-weight: bold;
}

/* clear */
.step-by-step ol:after,
.opener:after,
.teaser:after,
#page-intro:after,
.form-wrapper div:after,
#stage div.teaser-wrapper:after,
.text-box-tabs .text-box-section:after,
#extras .toc-box .text-box-section:after {
  content: " ";
    display: block;
    clear: both;
}



/* GRID / LAYOUT 
--------------------- */
#home #wrapper {
  /*background: url(../img/bgs/branding.png) 0 0 repeat-x;*/
  
}
#home #wrapper-3 {
  width: 615px; 
}
#home #main {
  width: 600px;
}
#home #main h2, #home #main h3 {
  font-family: "DIN Next W01 Medium";
  margin: 0;
}
#home #main h2 a, #home #main h3 a {
  text-decoration: none;
  border: none;
}
#home #main h3 {
  float: left;
  width: auto;
  clear: right;
  max-width: 440px;
}
#home #extras {
  position: relative;
  top: -130px;
  width: 284px;
  float: right;
  margin-right: 15px;
}

#home.mgnl-edit-mode #extras {
  position: static;
  width: 284px; 
}
#wrapper {
  /*background: url(../img/bgs/branding-short.png) 0 0 repeat-x;*/
  position: relative;
  min-height: 100%; 
  overflow: auto;
}
#branding {  
  position: relative;
  margin: 50px auto 0 auto;
  width: 940px;
}
#nav-global {     
  /*overflow: hidden;     */
  margin: 0 auto;
  width: 940px; 
  height: auto;
}  
#section-header {
  margin: 30px auto 20px auto;
  width: 940px;
}
#stage {
  position: relative;
  overflow: hidden;  
  margin: 0 auto 20px auto;  
  width: 940px;
}  
#wrapper-2 { 
  background: #fff;    
  /* overflow: hidden; HOMEPAGE EXTRAS */ 
    margin: 0 auto 20px auto;
  width: 940px;   
  background: url(../img/bgs/dotted-line.png) top repeat-x;
  padding-bottom: 20px;
}
#home #wrapper-2 {
  border: none;
  background: none;
}
#nav {      
  float: left; 
  margin: 0 20px 0 0;          
  width: 220px;
   border-radius: 4px;   
}

#wrapper-3 {
  float: left;
  margin: 0 26px 0 0;
  width: 460px;
} 
#map {
  margin: 0 26px 0 0;
  overflow: hidden; 
  width: 460px;
}
#main {
  float: left;
  margin: 0 26px 0 0; 
  width: 460px;
  min-height: 1px;
}
#article #promos {
  float: left;
  margin: 0 26px 0 0;
  width: 460px; 
  min-height: 1px;
}
#wrapper-3 > #main {
  overflow: visible;  
}
#extras {
  float: left;
  width: 214px;
}
#promos {
  overflow: hidden;
  clear: both;
  padding: 20px 0 20px 0;
} 

#site-info h1, #site-info h2, #site-info h3, #site-info h4, #site-info h5, #site-info h6 {

}
#site-info h4 {
  font-size: 160%;
  font-family: "DIN Next W01 Medium";
}
#site-info div, #site-info-box { /* TODO: index.html has no #site-info-box ;*/
  width:940px;
  margin: 0 auto;

}
#wrapper-2, #site-info-box{
    padding-top: 5px;
}
/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3 {
  /*width: 100%; */
}
.col-subcol #main {
  /*width: 700px;
}
.col-subcol #main {
  width: 590px;
}
.col-subcol #extras {
  width: 330px;*/
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
  width: 100%;
}
#map {
  margin-top: 37px;
}

/* 2 column layout: two equal columns: main column | sidebar */
.col-subcol-equal #wrapper-3 {
  width: 100%; 
}
.col-subcol-equal #main,
.col-subcol-equal #extras {
  width: 460px;
}

/* 2 column layout: nav vertical and big main column with 2 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main {
  width: 700px;
}

/* 3 column layout: no nav vertical | main | sidebar | sidebar */
.col-subcol-subcol #wrapper-3 {
  width: 100%; 
}
.col-subcol-subcol #main,
.col-subcol-subcol #extras {
  width: 460px;
}
.col-subcol-subcol #extras-1,
.col-subcol-subcol #extras-2 {
  width: 220px;
  float: left;
}
.col-subcol-subcol #extras-2 {
  float: right;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
  width: 100%;
}
.col-float3 #wrapper-3,
.col-float3 #main {
  width: 100%;
}

/* 3 column layout: no nav vertical, 1 big column with 2 floating teasers and a sidebar:  main column | sidebar  */
.col-float2-subcol #wrapper-3 {
  width: 100%;
}
.col-float2-subcol #main {
  width: 700px;
}
.col-float2-subcol #wrapper-3 {
  float: none;
}


/* FONTS */

p, 
li,
dd,
dt,
table,
label,
input, 
textarea {
  font-size: 14px;
  line-height: 1.5em;
}
p.intro {      
  font-size: 160%;
}
h1, #fake-h1 {
  font-size: 240%;
  letter-spacing: -1px;  
}
h1 em,
#fake-h1 em { /* kicker */
  display: block;
  font-size: 62.5%;
  font-style: normal;
}
h2 {
  font-size: 180%;
}
.teaser h2 em { /* kicker */
  display: block;
  font-size: 66.66%; /* 12px */
  font-style: normal;
}
h3 {
  font-size: 140%;
}
.latest h3 em { /* kicker */
  display: block;
  font-style: normal;
  font-size: 68.75%; /* 11px */
}
.links h2,
.links h3 { /* linklist in teaser */
  font-size: 130%;
  font-weight: bold;
}  
.latest h3 {
  font-size: 160%;
}
h4,
h5 {
  font-size: 130%; 
}
.teaser-group h5 {
  font-size: 160%;
}
.teaserlist li {
  font-size: 160%;
  font-weight: bold;
}
.links li {
  font-size: 120%;
  font-weight: normal;
}
#main .links em {
  font-size: 85%; /* 11px */
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, #fake-h1 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3em;
}
h2, h3, h4, h5, h6 {
  color: #000;
}
/* sidebar */
#extras h2,  
#extras h3 {  
  font-size: 160%; 
  font-weight: bold;
}
#extras h2 a,  
#extras h3 a {
  color: #000;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
  display: block;
  font-size: 68.75%; /* 11px */
  font-style: normal;
}

.kicker {
  width: 900px;
  margin: 0.7em 0 0.2em 0;
  text-transform: uppercase;
  display: block;
  position: absolute;
  font-size: 240%;
  font-family: 'DIN Next W01 Light', arial, helvetica, sans-serif;
}


/* BRANDING / HEAD
------------------ */ 
#branding {  
  height: 85px;
  color: #fff;
}
#branding-box {
  height: 75px;
  position: absolute;
  width: 940px;
}
#logo {  
  float: left;
  position: relative;
  width: 185px;
  z-index: 9;
}
#logo span {
  display: none;
}

/* used for CSS rollover effect, currently disabled to avoid confusion
#logo > a:hover span,
#logo > a:active span,
#logo > a:focus span {
  background-position: 0 -199px;
  width: 308px;
}
*/

#logo strong,
#logo em {
  overflow: hidden;
  position: relative;
  color: #000;
  display: none;
}
#logo em {
  position: absolute;
  z-index: 11;
  left: 80px;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #b1162e;
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  line-height: 1.2em;
  white-space: nowrap;

  display: none;
}
#logo a {
  /*position: absolute;*/
  display: block;
  /*top: 28px;*/
  left: 0;
  /*width: 28em;*/
  /*height: 40px;*/
  cursor: pointer;
}
#logo a:hover {
  text-decoration: none;
}
#logo a img {
  /*display: none;*/
  width: 100%;
}

#search-box {
  position: absolute;
  right: 0; 
  bottom: 5px;
  z-index: 9;  
}              
#search-box input {
  background: #e8eaea;
  margin: 0 5px 0 0;
  border: none; 
  width: 150px;
  padding: 0 3px 0 3px;
  outline: none;
  border: 1px solid #ffffff; 
} 
#search-box input:focus,
#search-box input.a11y-focus {
  background: #fff;
  margin: 0 5px 0 0;
  padding: 0 3px 0 3px;
  border: 1px solid #e8eaea; 
  outline: none;
}
#search-box .button, 
#search-box input.button:hover, 
#search-box input.button:active,
#search-box input.button:focus {
  margin: 0;
  border: none;
  height: 20px;
  width: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99999px;
  
  text-transform: uppercase;
  font-weight: bold; 
  background: url('../img/rosen/sprites.png') 0 797px;
}

#nav-meta {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9999;
  font-size: 14px;
  color: #ccc;
  text-transform: uppercase;
}
#nav-meta ul li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none;
  font-size: 110%;
}  
#nav-meta ul li a {
  color: #000;
}  
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
  color: #000;
  text-decoration: underline;
}  


/* Wow element */
#wow {
  position: absolute;
  top: 184px;
  right: 125px;
  z-index: 101;
  background: url(../img/badge.png) 0 0 no-repeat;
  height: 100px;
  width: 100px;
}
#wow h2 a {
  display: block;
  height: 100px;
  width: 100px;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  text-indent: -9999px;
}


/* GLOBAL HORIZONATAL NAVIGATION 
-------------------------------- */
#nav-global {           
  /*border-top: 1px solid #4a4a4a;*/
  position: relative;
  /*top: -10px;*/

} 
#nav-global.plus-navsub {
  /* min-height: 6.8em; */
  /*border-bottom: 1px solid #4a4a4a;*/
}
#wrapper > #nav-global.plus-navsub {
  height: auto;
}
#nav-global ul {
  position: absolute;
  bottom: 0; 
  z-index: 999999;  
  /*background: #1c1c1c url(../img/bgs/nav-global-line.png) 0 95% repeat-x;*/
/*  float: left;
  width: 100%;*/
  margin: 0 0 0 200px;
  list-style: none;
} 
#nav-global.plus-navsub ul {
}
#nav-global li {
  float: left;  
  margin: 2px 10px 0 0;
  /*padding-bottom: 0.355em;*/
  font-size: 150%;
  /*font-weight: bold;*/
  position: relative;
  display: block;
}
#nav-global li small {
  position: absolute;
  left: 0;
  top: -18px;
  padding: .4em 10px .355em 6px;
  text-transform: uppercase;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
  display: block;
  float: left; 
  color: #000;
  text-decoration: none;
  position: relative;
}
#nav-global li a {
  padding-right: 20px;
  background: url(../img/rosen/arrow_more_down.png) no-repeat center right;
}
#nav-global .nav-sep {
  height: 40px;
  width: 1px;
  border-right: 1px dotted #000;
  float: left;
  position: relative;
  top: -10px;
}
#nav-global ul ul .nav-sep {
  display: none;
}
#nav-global .subtitle {
  font-size: 0.85em;
  position: absolute;
  top: -20px;
}
#nav-global .menu-title {
  float: left;
}
/* on + open */
#nav-global li.on,
#nav-global li.open {
  /*background: url(../img/bgs/nav-global.png) 50% 100% no-repeat;*/
}
#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
  /*background: #b1162e;*/
  /*border-radius: 5px;*/
}
#nav-global li strong span,
#nav-global li.open a span {
  padding-right: 10px;
} 
#nav-global li span,
#nav-global li.open a span {
  float: left;
  /*margin-left: 5px;*/
  padding: .4em 10px .355em 5px;
  font-size: 1.5em;
  text-transform: uppercase;
}
#nav-global li ul li span,
#nav-global li.open ul li a span {
  float: left;
  /*margin-left: 5px;*/
  padding: .4em 10px .355em 5px;
  font-size: 1em;
  text-transform: none;
}
#nav-global ul li ul a.nav-depth-2 span {
  text-transform: uppercase;
}


/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
}
#nav-global li a:hover span,
#nav-global li a:active span,
#nav-global li a:focus span {
  text-decoration: underline;
}
#nav-global ul  {
  display: block;
}
#nav-global ul li.nav-depth-1 > ul {
  visibility: hidden;
  display: table;
}

@supports (min-height: max-content) {
  #nav-global ul li.nav-depth-1 > ul {
    min-height: max-content;
  }
}
#nav-global ul li.nav-depth-1:hover > ul {
  visibility: visible;

}
 

/* 2nd level horizontal subnav */
#nav-global ul ul {
  position: absolute;
  z-index: 200;
  left: 0;
  top: 2.4em;
  padding: 5px;
  background: white; 
  font-size: 14px;
  margin: 0;
  box-shadow: 0 10px 15px -5px black;
  width: auto;
}
#nav-global li li,
#nav-global li li.on {
  background: none;
  font-size: 100%;
}
#nav-global li.open li span,
#nav-global li.open li a,
#nav-global li.open li strong{
  background: none;
  font-weight: normal;
}
#nav-global li.open a {
  text-decoration: none;
}
#nav-global li.open li.on a span,
#nav-global li.open li strong span {

}
#nav-global li li a:hover,
#nav-global li li a:active,
#nav-global li li a:focus,
#nav-global li li a:hover span,
#nav-global li li a:active span,
#nav-global li li a:focus span {
  background: none;
  color: #b1162e;
}


/* 2nd level */
#nav-global ul li ul {
  white-space: nowrap;
  text-transform: none;
  padding: 1em 1.2em 1.4em 1.2em;
  margin: 0 0 0 -1em;
  line-height: 1em;
}
#nav-global ul li ul li {
  display: table-cell;
  float: none;
  vertical-align: top;
  white-space: nowrap;
}
/* 3rd level */
#nav-global ul li ul li ul {
   
    position: static;
    float: left;
    clear: both;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: none; 
    box-shadow: none;    
}
#nav-global ul li ul li ul li {
  display: block;
  float: none;
}
#nav-global li.nav-depth-2 {
  border-right: 1px dotted #ccc;
  padding-left: 10px;

}
#nav-global li.nav-depth-2.last-in-line {
  border: none; 
}

a.nav-depth-2 {
  text-transform: uppercase;
} 


#nav-global li a.nav-depth-2 {
  color: #232382;
}

#nav-global li.nav-depth-3 a {
   width: 100%;
}
/* SECTION-HEADER 
----------------- */
#section-header {
  background: #0d8ccc; 
  /*border-radius: 5px;*/
  overflow: hidden;
  color: #fff;
}  
#section-header h5 {
  float: right;
  width: 30%;
  padding: 10px;
  font-size: 180%;
  text-align: right;
}
#section-header p {
  float: left;
  width: 65%;
  padding: 13px 10px 13px 10px;
}

/* STAGE 
-------------------------- */
#stage {       
  background: #151515;
  clear: both;
  /*border-radius: 5px;*/
} 
#stage h1, #stage #fake-h1 { 
  margin: 0 0 10px 0;
} 
#stage img {
  display: block;
  line-height: 1;
}
#stage a img {
  border: none;
  width: 940px; 
}  
#stage-box {    
  position: absolute;
  top: 53px;
  left: 20px;
  padding: 10px;
  background: #0D0D0D;
  /*border-radius: 8px; */
}                     
#stage h1, #stage #fake-h1 {
  float: left;         
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}
/*#stage div {      
  clear: left;
  float: left; 
  width: 300px;
  padding: 10px 10px;
  line-height: 1.3em;
  color: #fff;
} */

     
/* MAIN 
------------ */

/* Breadcrumb */
#breadcrumb {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#breadcrumb h5 {
  float: left;
  margin-right: 5px;
  font-weight: normal;
  margin: 0 10px 0 0;
  color: #000;
}
#breadcrumb ol {
  list-style: none;
  margin: 0;  
}
#breadcrumb li {
  float: left;
  background: url(../img/rosen/sprites.png) 0 -1010px no-repeat;
  border: none;
  margin: 0 6px 0 0;
  padding: 0 0 0 7px;
  font-size: 120%;
  font-weight: normal;
  line-height: 14px;
}
#breadcrumb a {
  color: #b1162e; 
}
#breadcrumb li strong {
  font-weight: normal; 
}

/* Breadcrumb moved outside main: special for this design theme */
#wrapper-2 {
  position: relative;
  /*z-index: 1;*/
  clear: both;
}
.col-subcol-equal #main {
  position: relative;
  overflow: visible;
}
#main #breadcrumb {
  position: absolute;
  left: 0;
  top: 10px;
}
.col-subcol-equal #main #breadcrumb {
  top: -30px;
}


#home #nav,
#home #extras,
#home #main {
  margin-top: 0;
}


/* Page Intro */
#page-intro {
  margin: 0;
}
#page-intro h1, #page-intro #fake-h1 {
  clear: both;
  margin: 0 0 10px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding-top: 3px;
}



/* OPENER & TEASERS
-------------------- */
.opener {
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
}   
#main .opener h1 {
  margin: 0 0 5px 0;
}
#main .opener h1 em { /* kicker */
  margin: 2px 0 -3px 0; /* 15px */
  padding: 0;
}
#main .opener h1 a em {
  color: #555;
}

.opener img {
  float: none;
  display: block;
  width: 460px;
  height: 213px;
  margin: 0 0 10px 0;
} 
/* Opener in other layouts */
.col-float2-subcol .opener {
  float: left;
  clear: none;
  width: 340px;
  margin: 0 20px 10px 0;
} 
/* img opener in other layouts */
.col-float2-subcol .opener img {
  width: 338px;
} 
.col-subcol .opener img {
  width: 588px;
  height: 250px;
} 
.col-subcol .opener img {
  width: 588px;
  height: 250px;
} 
/* Opener in .nav-col */
.nav-col .opener img {
  float: left;
  width: 340px;
  margin: 0 10px 0 0;
} 

/* teaser */ 
.teaser { 
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border: none;
} 
#main .teaser h2 {
  width: 310px;
  float: right;
  margin: 1px 0;
  text-transform: uppercase;
  color: #000;
}
#main .teaser h2 em { /* kicker */
  display: block;
  margin: 0 0 -2px 0;
}
#main .teaser h2 a em { /* kicker */
  color: #555;
}
#main .no-img .links { /* teaser with link list */
  margin-top: 10px;
}  
.teaser img {
  float: left;  
  width: 138px;  
  margin: 5px 20px 5px 0;
}


/* something special */
.teaser.highlight {
  padding: 10px;
  background: #b9c1d3;
  border: none;
} 
#main .teaser.highlight h2 {
  width: 290px;
}
.teaser.highlight a {
  color: #fff;
}
/* teaser h2 in other layouts */
.col-subcol-subcol #main .teaser h2,
#main .teaser-group .teaser h2 {
  width: 230px;
}
.col-subcol-subcol #main .highlight h2,
#main .teaser-group .highlight h2 {
  width: 216px;
}
.col-subcol #main .teaser h2 {
  width: 590px;
  float: left;
} 
.col-float2-subcol #main .teaser h2,
.nav-col-float2 #main .teaser h2 {
  width: 190px;
} 
#main .no-img h2,
.col-float3 #main .teaser h2,
#main .teaser-group .no-img h2 {
  width: auto;
  float: none;
  margin-top: 0;
}
/* img teasers in other layouts */
.col-float2-subcol .teaser img,
.nav-col-float2 .teaser img { 
  width: 138px;  
} 


/* openers & teasers in other layouts */
/* 3 columns: 1 big main column with 3 floating teasers | main */
.col-float3 .opener,
.col-float3 .teaser {
  clear: none;
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
}
.col-float3 #main .highlight {
  width: 286px;
}
.col-float3 #teaser-3,
.col-float3 #teaser-6,
.col-float3 #teaser-9,
.col-float3 #teaser-12 {
  margin-right: 0;
}
.col-float3 #teaser-4,
.col-float3 #teaser-7,
.col-float3 #teaser-10 {
  clear: left;
}
.col-float3 .opener img,
.col-float3 .teaser img {
  display: block;
  float: none;
  width: 298px;
}
.col-float3 .highlight img {
  width: 284px;
}
.col-float3 .opener {
  background: #e5e57f;  
}
.col-float3 #main .opener h1 {
  border: none;
}
.col-float3 .opener img {
  height: 150px;
}
.col-float3 .teaser {
  border: none;
}
.col-float3 #main .opener h1,
.col-float3 #main .opener p {
  margin-left: 10px;
  margin-right: 10px;
}

/* 2 colums: 1 big main column with 2 floating teasers | main 
   3 columns: nav vertical and 1 big main column with 2 floating teasers | nav | main */
.col-float2 .opener,
.col-float2 .teaser {
  float: left;
  width: 460px;
  margin-right: 20px;
}
.col-float2-subcol .opener,
.col-float2-subcol .teaser,
.nav-col-float2 .teaser,
.nav-col-float2 .opener {
  float: left;
  width: 340px;
  margin-right: 20px;
  overflow: hidden;
}
.col-float2-subcol #main .highlight,
.nav-col-float2 #main .highlight {
  width: 326px;
}
.col-float2-subcol #main .highlight h2,
.nav-col-float2 #main .highlight h2 {
  width: 176px;
}
.col-float2 #teaser-2,
.col-float2 #teaser-4,
.col-float2 #teaser-6,
.col-float2 #teaser-8,
.nav-col-float2 #teaser-2,
.nav-col-float2 #teaser-4,
.nav-col-float2 #teaser-6,
.col-float2-subcol #teaser-2,
.col-float2-subcol #teaser-4,
.col-float2-subcol #teaser-6,
.col-float2-subcol #teaser-8 {
  margin-right: 0;
}
.col-float2 #teaser-3,
.col-float2 #teaser-5,
.nav-col-float2 #teaser-3,
.nav-col-float2 #teaser-5 {
  clear: left;
}
/* 2 columns: nav | 1 big main column */
.nav-col #main .teaser h2 {
  width: 550px;
}
.nav-col #main .teaser-group .teaser h2 {
  width: 470px;
}

/* Teaser Group */
.teaser-group {
  clear: both;
  /*border-top: 4px solid #b3b3b3;*/
  border-bottom: 1px solid #b3b3b3;
  margin: 0 0 20px 0;
}
.teaser-group h5 {
  margin: 5px 0;
  color: #333;
}
.teaser-group .teaser {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  float: none;
  border: none;
  margin: 0 0 5px 0;
  padding: 10px 0;
}
.teaser-group .teaser img { 
  width: 218px;  
} 

/* teaser with newslists */
.latest {
  /*border-top: 4px solid #b3b3b3;*/
  border-bottom: none;
}
#main .latest h2 {
  float: none;
  margin: 5px 0 5px 0;
  font-size: 240%;
  font-weight: normal; 
}
#main .latest h3 {
  float: left;
  margin: 5px 0 5px 0;
}
#main .no-img h3 {
  width: 100% !important;
}
#main .latest h3 em { /* kicker */
  display: block;
  margin: 0;
}
.latest h3 a {
  color: #232382;
}
#main .latest h3 a em {  
  color: #555;
  margin: 0 0 5px 0;
}
#main .latest ul {
  position: relative;
  overflow: hidden;
  height: 1%;
  margin: 0;
  padding: 0;
  clear: both;
}
#main .latest li {
  clear: left;
  float: left;
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  overflow: hidden;
  width: 100%; 
  font-size: 100%;
  list-style: none;
}
#main .latest li.last-in-list, #main .latest li:last-child, #main .latest li.lastChild {
  background: none;
  border: none; 
}
.latest li p em {
  color: #555;
  font-style: normal;
  font-size: 100%;
  font-weight: normal; 
}
#home .latest li p { 
  width: 440px; 
  float: left;
}
.latest h3 {
  width: 300px;
}
.latest li p {
  float: left; 
  width: 300px;
}
.latest li.no-img p {
  width: 100%;
  float: left;
}
/* other layouts */
.col-subcol-subcol #main .latest h3 {
  width: 310px;
}
.nav-col-float2 #main .latest h3 {
  width: 190px;
}
.nav-col #main .latest h3 {
  width: 550px;
}
.col-subcol #main .latest h3 {
  width: 390px;
}
.col-float2 #main .latest h3 {
  width: 188px;
}
.col-float2 #main .latest h3 {
  width: 310px;
}
.col-float3 #main .latest h3 {
  width: 150px;
}
.col-float3 .latest img {
  float: left;  
  width: 138px; 
}


/* teaser with just a link list */
#main .teaserlist li {
  font-weight: bold;
} 
#main .teaserlist li em {
  font-weight: normal;
}


/* LINK LISTS 
-------------------- */
/* anywhere in main, texts, teasers etc. */

#main .links {
  margin: 20px 0 20px 0;
}
#main .teaser .links {
  margin-bottom: 0;
}
#main .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main .links h2,
#main .links h3 {
  margin: 5px 0 1px 0;
  padding: 3px 0 5px 0;
  color: #000;
}  
#main .links li {
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  padding: 5px;
}
#main .links li:last-child, #main .links li.lastChild {
  background: none;
}
#main .links li a {
  background: url(../img/rosen/sprites.png) 0 2px no-repeat;
  display: block;
  padding: 0 0 0 17px;
}

#main .links .download a,
#main .links .download li a {
  background: url(../img/rosen/sprites.png) 0 -145px no-repeat;
}
#main .links .external a,
#main .links .external li a {
  background: url(../img/rosen/sprites.png) 0 -289px no-repeat;
}
#main .links em {
  color: #555;
  font-style: normal;
}
/* top 10 one-two-three */
#main .one-two-three {
  float: left;
  width: 460px;
}
#main .one-two-three li {
  float: left;
  position: relative;
  width: 420px;
  height: 3em;
  margin: 0;
  padding: 5px 0 5px 35px;
  list-style: none;
}
#main .one-two-three li a {
  display: block;
}
#main .one-two-three li a:hover em {
  text-decoration: none;
}
#main > .one-two-three li {
  height: auto;
  min-height: 3em;
}
#main .one-two-three .text-box-section ul { /* in tab-box*/
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
#main .text-box .text-box-section li { /* in tab-box*/
  width: 405px;
  border-bottom: 1px solid #ccc;
}
#main .one-two-three li em { /* the number */
  position: absolute;
  background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
  top: 5px;
  left: 0;
  padding: 6px 10px 8px 9px;
  font-size: 140%;
  font-style: normal;
  color: #fff;
}
#main .one-two-three li.no-10 em {
  padding-left: 2px
}
#main .one-two-three li img {
  float: right;
  width: 88px;
  margin: 2px 0 0 5px;
}


/* EVENTS 
-------------------------- */
#main .event-list {
  position: relative;
  margin: 0 0 20px 0;
  /*border-top: 4px solid #b3b3b3;*/
  border-bottom: none;
}
#main .event-list ul {
  margin: 0 0 10px 0;
  padding: 0;
}
#main .event-list li {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 10px 0 10px 0;
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  list-style: none;
  width: 100%;
}
#main .event-list h2 {  /* event-list headline */
  float: none;
  margin: 5px 0;
  padding: 0;
  color: #333;
}
#main .event-list li h3 { /* event headline */
  margin: 0 0 0 3.6em;
  font-size: 123%; /* 16px li=13px */
}
#main ul.event-data {
  margin: 5px 0 0 4.5em;
  clear: both;
  border: none;
}
#main .event-data li {
  display: block;
  background: none;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
  color: #555;
  font-weight: normal;
  font-size: 100%;
}
#main .event-data li.organizer {
  clear: both;
}
.event-list li a {
  padding: 0;
}

/* date sheet */
div.date {
  position: absolute; 
  top: 0;
  left: 0;
  margin: 0 5px 0 0;
  background: #b9c1d3;
  width: 45px;
  height: 50px;
}
.date .month {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 160%;
}
.date .month abbr {
  text-transform: lowercase;
}
.date abbr {
  border: none;
  cursor: help;
}
.date .day,
.date .year {
  display: block;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
.date .year  {
  display: none;
  font-size: 110%;
  padding: 5px 0 0 0;
}
.date .till {
  display: block;
  height: 13px;
  text-indent: -9999px;
  background: url(../img/rosen/till.png) 50% 0 no-repeat;
}
.date .d-end { 
  background: #506491;
  padding-top: 0;
}
/* date sheet in event-list */

.event-list div.date {
  width: 45px;
  top: 10px;
}
.event-list .date .month  {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 123%; /* 16px */
  position: absolute;
  bottom: 0;
  width: 100%
}
.event-list .date .day {
  font-size: 184.62%; /* 24px */
  position: absolute;
  top: 5px;
  width: 100%
}
/* Event Detail */
.vevent {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
  border-top: 1px solid #fff;
  padding: 15px 55px 35px 75px;
  background: #f0f0f0;
  z-index: 1;
}
.vevent .date .day {
  font-weight: normal;
  position: absolute;
  top: 5px;
  width: 100%;
}
.vevent .date .month {
  font-weight: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22px;
  
}
.vevent .date .till {
  top: 50px;
  position: absolute;
  width: 100%;
}
.vevent .date .day.d-end {
  top: 62px;
}
 
.vevent .date .month.d-end {
  bottom: auto;
  top: 85px;
  z-index: 999;
}
 

#wrapper-2 .vevent h2 {
  padding: 0 2em 5px 0;
}
.vevent div.date {
  left: -50px;
}
.vevent > div.date {
  left: 0;
}
.vevent li {
  list-style: none;
}
#main .vevent p {
  display: block;
  margin: 0 0 10px 0;
  font-size: 120%;
}
#wrapper-2 .vevent dl {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.5em;
}
#wrapper-2 .vevent dt {
  float: left;
  width: 65px; 
  font-weight: bold;
}
#wrapper-2 .vevent dd a.url {
  background: url(../img/rosen/sprites.png) 0 -291px no-repeat;
  padding-left: 17px;
  color: #dd0e40;
}
.vevent span {
  display: none;
}

/* calender */
#extras .calendar {
  position: relative;
  /*border-top: 4px solid #b3b3b3;*/
  margin: 0 0 20px 0;
}
#extras .calendar h2 {
  float: left;
  margin: 3px 0 6px 0;
}
#extras .calendar table {
  width: 100%;
  line-height: 1.2em;
}
#extras .calendar div.pager {
  clear: none;
  float: right;
  width: 30px;
  margin: 7px 0 0 0;
}
#extras .calendar div.next {
  float: right;
}
#extras .calendar div.pager a img {
  border: 1px solid #fff;
  width: 13px;
  margin: 0;
}
#extras .calendar div.pager a:hover img,
#extras .calendar div.pager a:focus img,
#extras .calendar div.pager a:active img {
  border: 1px solid #b1162e;
}
#extras .calendar table {
  clear: both;
  border-top: 1px solid #ccc;
  border-spacing: 0;
  empty-cells: show;
}
#extras .calendar thead th {
  padding: 4px 0;  
  text-align: center;
}
#extras .calendar thead th abbr {
  border: none;
}
#extras .calendar tbody tr {
  /* background: url(../img/bgs/dotted-line.png) 100% 0 repeat-x; */
}
#extras .calendar tbody td {
  width: 25px;
  padding: 4px 0;
  text-align: center;
}
#extras .calendar tbody td.on  {
  margin: 2px 0;
  font-weight: bold;
  background: #232382;

}
#extras .calendar tbody td a {
  display: block;
}
#extras .calendar tbody td.on a {
  color: #fff;
}
.calendar  th.cw {
  border-right: 1px solid #b3b3b3;
  padding-right: 2px;
  width: 20px;
}


.calendar, .calendar table {
  border: none;
  font-size: auto;
  color: inherit;
  cursor: default;
  background: none;
  font-family:inherit;
}
.calendar thead tr {
  background: none;
}


/* Event-Pager */
.event-list #event-pager {
  position: absolute;
  top: -10px;
  right: 0;
}
.event-list #event-pager li {
  float: left;
  width: auto;
  background: none;
  margin: 0 0 0 10px;
}
.event-list #event-pager li a {
  font-size: 120%;
}
.event-list #event-pager li.prev a {
  background: url(../img/rosen/sprites.png) 0 -71px no-repeat;
  padding-left: 21px;
}
.event-list #event-pager li.next a {
  background: url(../img/rosen/sprites.png) 115% 3px no-repeat;
  padding-right: 25px;
}


/* SIDEBAR left / NAVIGATION sub
-------------------------------- */
#nav {
  /*background: #e5e57f url(../img/bgs/nav.png) 0 0 no-repeat;*/
  margin-bottom: 20px;
  padding-top: 10px;
}
/* rosen */

.page-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
  top: 0px;
  margin-bottom: 15px;
} 

.page-header h1, .page-header #fake-h1 {
  height: 30px;
  margin: 0;
  position: absolute;
  bottom: 5px;
}
.page-header h1.has-kicker, .page-header #fake-h1 {
  bottom: 36px;
}
.page-header .kicker {
  bottom: 5px;
  margin: 0;
  height: 30px;
  position: absolute;
}
#item-sidebar {      
  float: left; 
  margin: 0 20px 20px 0;          
  width: 220px;
}
#item-sidebar small {
  font-size: 1.2em;
}
#item-sidebar h1 {
  width: 900px;
    margin: 0.67em 0 0 0;
  
}
.item-sidebar-sep {
  width: 51px;
  height: 2px;
  float: left;
  background: #000;
  clear: both;
    margin: 0; /*0 0 0.67em 0;*/
    position: absolute;
  bottom: 0;
}
#home .item-sidebar-sep {
  position: relative;
} 
.item-sidebar-desc p {
  clear: both;
  margin-top: 10px;
  line-height: 1.5em;
  color:  #506491;
  font-size: 160%;
}
#nav-box {
  /*background: url(../img/bgs/nav.png) 100% 100% no-repeat;*/
  padding-bottom: 10px;
}
#nav-box ul {
  /*background: #e5e57f;*/
  margin: 0;
  padding: 0;
}

#nav-box li {
  padding: 0;
  list-style: none;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  position: relative;
  
}
 
#nav-box .toggle {
  width: 25px;
  height: 28px;
  background: #fff;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  
}

.js #nav-box ul li.has-child > .vmwrap .toggle {
  display: block;
  cursor: pointer;
  background: url(../img/rosen/arrow_more_grey_toggle.png) no-repeat right -25px;
}
.js #nav-box ul li.has-child.open > .vmwrap .toggle {
  background: url(../img/rosen/arrow_more_grey_toggle.png) no-repeat right 7px;
}
#nav-box li.has-child.open > .vmwrap { 
  padding: 0;
  list-style: none;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;  
}
#nav-box > ul > li.lastChild,
#nav-box > ul > li:last-child,
#nav-box > ul > li.lastChild > .vmwrap,
#nav-box > ul > li:last-child > .vmwrap {
  background: none;
}
#nav-box > ul > li.open.lastChild > .vmwrap,
#nav-box > ul > li.open:last-child > .vmwrap {
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;  
}
#nav-box > ul > li.on.no-child.open {
  /*display: none !important;*/
}
#nav-box ul li li li, #nav-box ul li li li > .vmwrap {
  background: none !important; 
}

#nav-box li a {
  display: block;
  min-height: 1%;
  padding: 3px 0 5px 0;
  color: #000;
  font-weight: normal; 
  margin-right: 40px;
}

#nav-box li.no-child a {
  background: none !important;  
}
#nav-box ul > li.lastChild,
#nav-box ul > li:last-child {
  background: none;
}

#nav-box li.on > .vmwrap a {
  font-weight: bold;
}

/* hover and marked */
#nav-box li.on strong,
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus,
#nav-box li strong,
#nav-box li.on a {
  /*border-radius: 5px 0 0 5px;*/
  /*background: #ccc;*/
  /*color: #fff;*/
}
#nav-box li strong {
  display: block;
  padding: 3px 0 5px 10px;
  font-weight: bold;
}

/* 2nd level */
#nav-box ul ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
}
#nav-box ul ul {
  background: none !important;
}
#nav-box ul ul ul, #nav-box ul .open ul {
  background: url(../img/bgs/dotted-line.png) bottom repeat-x !important;  
}
#nav-box ul li ul li.open.lastChild ul, #nav-box ul li.lastChild > ul,
#nav-box ul li ul li.open:last-child ul, #nav-box ul li:last-child > ul  {
  background: none !important;
}

#nav-box ul ul {
  margin: 0;
  padding: 0;
}
#nav-box li li {
  font-size: 100%;
  background: none; 
}
#nav-box li.on li, 
#nav-box li.open li a {
  font-weight: normal;
  background: none;
}

#nav-box li.on li a {
  color: #000;
}
#nav-box li li a {
  padding-left: 10px;
}
#nav-box li li li a {
  padding-left: 15px;
}

#nav-box li.open li.on a {
}
#nav-box li li.on a {
  /*color: #fff;*/
}

/* 3rd level */
#nav-box ul ul ul {
  margin: 0;
  padding: 0;
}

#nav-box li li li.on a {
  font-weight: bold; 
}
#nav-box li li li a {
  padding-left: 20px; 
}


/* SIDEBAR right: #EXTRAS 
------------------------- */ 
.box, .box-group {
  clear: both;
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
}
.box.collapsed-location {
   margin: 0 0 10px 0; 
}
#extras h2,  
#extras h3 {  
  margin: 5px 0 5px 0;
  font-weight: normal;
} 
#extras p {
  line-height: 1.3em;
}
#extras img {
  float: left;
  width: 88px;
  margin: 0 10px 3px 0;
}
#extras ul {
  clear: both;
  margin: 5px 0 0 0;
  padding: 2px 0 0 0;
  list-style: none;
}
#extras li {
  margin: 5px 0;
}
#extras li .links li {
}
#extras li a {
  display: block;
  background: url(../img/rosen/sprites.png) 16px 7px no-repeat;
  padding: 5px 0 10px 57px;
}
#extras li a.solution-type-product .simple-link-icon {
  background: url(../img/rosen/rosen-side-bar-icons.png) -208px -5px no-repeat;
  
}
#extras li a.solution-type-service .simple-link-icon {
  background: url(../img/rosen/rosen-side-bar-icons.png) -168px -5px no-repeat;  
}
#extras li a.solution-type {
  background: 0;
  margin: 0;
  padding: 0 0 5px;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  display: table; 
}
#extras li:last-child a.solution-type, #extras li.lastChild a.solution-type {
  border: none;
  background: none;
}
#extras li a.solution-type span {
  width: 100%;
}
#extras li a.solution-type .simple-link-icon {
  height: 30px;
  margin-right: 10px;
  margin-left: 12px;
}
select {
  font-family: 'DIN Next W01 Regular', arial, helvetica, sans-serif;
  font-size: 14px;
}

#extras .selector {
  width: 100%; 
}


#extras .download li {
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  /*background: url(../img/bgs/dotted-line.png) 0 0 repeat-x; */
}
#extras .download li:last-child, #extras .download li.lastChild {
  border: none;
  background: none;
}
#extras .download li a, 
#extras li.download a {
  background: url(../img/rosen/sprites.png) 16px -139px no-repeat;
}
#extras .external li a, 
#extras li.external a {
  background: url(../img/rosen/sprites.png) 0 -285px no-repeat;
}
#extras li a em {
  color: #555;
  font-size: 90%;
  font-style: normal;
}
/* latest */
#extras .latest ul,
#extras .latest ul li {
  margin: 0;
  border: none;
  padding: 0;
}
#extras .latest ul li {
  margin: 5px 0;
  padding: 5px 0;
  font-size: 100%;
}
#extras h3 a em {
  color: #555;
}
#extras .latest h3 {
  margin: 0 0 5px 0;
}
#extras .latest h3 a {
  background: none;
  font-weight: bold;
  padding: 0;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
  position: relative;
  margin: 0 0 3px 0;
}
#extras h3 a em,
#extras .box h2 a em {
  color: #555;
}
#extras li .more a {
  display: inline;
}
/* box-groups */
#extras .box-group h5 {
  margin: 0 -3px 5px 0;
  /*border-top: 4px solid #B3B3B3;*/
  padding: 5px 0;
  font-size: 160%;
  color: #333;
}
#extras .box-group .box {
  border-top: none;
}

/* something special */
#extras .highlight {
  background: #b9c1d3;
  width: 206px;
  /*border-top: 4px solid #cdcc00;*/
  margin-bottom: 20px;
  padding: 0 7px 10px 7px;
}

/* Latest Comments in Sidebar */
#extras .latest-comments li {
  padding: 5px 0 0 0;
}
#extras .latest-comments a {
  display: block;
  background: none;
  height: 1%;
  padding: 0;
  font-weight: bold;
}
#extras .latest-comments a em {
  font-weight: normal;
}
 

/* 1. 2. 3. list */
#extras .one-two-three {
  float: left;
}
#extras .one-two-three li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  min-height: 30px;
  padding: 5px 0 5px 35px;
}
#extras .one-two-three ul > li {
  height: auto;
}
#extras .one-two-three .toc-box-toc li { /* dom tabs */
  width: auto;
  height: auto;
  min-height: 0;
  padding: 0;
}
#extras .one-two-three ul li { /* one-two-three in dom tabs */
  width: 170px;
}
#extras .one-two-three li em {
  position: absolute;
  background: url(../img/bgs/one-two-three.png) 0 0 no-repeat;
  top: 5px;
  left: 0;
  padding: 5px 10px 9px 9px;
  font-size: 140%;
  font-style: normal;
  text-align: center;
  color: #fff;
}
#extras .one-two-three li.no-10 em {
  padding-left: 2px
}
#extras .one-two-three li img {
  float: right;
  margin: 2px 0 0 5px;
}
#extras .one-two-three ul li a {
  padding-left: 0;
  background: transparent;
}

/* events */
#extras .event-list {
  overflow: hidden;
  margin: 0 0 10px 0;
}
#home #extras .event-list h2 {
  display: none;
}
#extras .event-list h2 {
  position: static;
  width: auto;
  height: auto;
  border-bottom: none;
  margin: 5px 0 0 0;
  padding: 0;
}
#extras .event-list ul {
  position: static;
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
}
#extras .event-list li {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 10px 0 0 0;
  border: none;
  padding: 10px 0 0 0;
  width: 100%;
  height: 50px;
  font-size: 100%;
}
#extras div.date {
  position: absolute;
  background: #b9c1d3;
  top: 10px;
  left: 0; 
  height: 50px;
  width: 45px;
  margin-right: 10px;
}
#extras .date .month {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  text-transform: lowercase;
}
#extras .date abbr {
  border: none;
  cursor: help;
}
#extras .date .day {
  display: block;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 250%;
  font-weight: bold;
  text-align: center;
}
#extras .event-list li h3 {
  float: none;
  margin: 0 0 5px 0; 
  padding: 0 0 0 55px;
  font-size: 160%;
  font-weight: normal;
  line-height: 50px;
  font-family: "DIN Next W01 Medium";    
}
#extras .event-list .event-data {
  display: none;
  margin: 0;
  padding: 0 0 0 4.3em;
}
#extras .event-list .event-data li {
  display: block;
  background: none;
  margin: 0 10px 0 0;
  border: none;
  padding: 0;
  float: none;
  clear: both;
  height: auto;
  width: auto;
  color: #555;
  font-weight: normal;
  font-size: 130%;
}
#extras .event-list li a {
  background: none;
  padding: 0;
  border-bottom: 1px solid #b9c1d3; 
  height: 36px;
} 
#extras .event-list .all {
  float: right;
  position: relative;
  top: -25px;
  border-top: 0;
  color: #b9c1d3;
  margin: 0;
}
#extras .event-list .all a{
  color: #b9c1d3;
    border-top: 0;
  
}
#extras .event-list .all a:hover{
  color: #000;
}

/* contact */
#extras .vcard {
  width: 154px;
  height: 90px;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 10px 30px 5px 30px;
  background: transparent url(../img/rosen/we-help-you-small.png) no-repeat  0 0;
  text-transform: uppercase;
  font-family: "DIN Next W01 Medium";   
  
}
#home #extras .vcard {
  float: left;
  clear: both;
  width: 225px;
  height: 90px;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 10px 30px 5px 30px;
  background: transparent url(../img/rosen/we-help-you.png) no-repeat  0 0;
  text-transform: uppercase;
  font-family: "DIN Next W01 Medium";   
  
}
#extras h2.we-help-you {
  color: #232382; 
}
#extras .vcard .tel .value {
  font-family: "DIN Next W01 Bold";   
  margin:0;
  font-size: 2.2em; 
}
#home #extras .vcard .tel .value {
  font-size: 3em;
}
#extras .vcard h3 {
  background: url(../img/bgs/microformat.png) 100% 0 no-repeat;
  padding-right: 30px;
}
#extras .vcard div {
  overflow: hidden;
  margin: 3px 0;
}
#extras .vcard p {
  display: block;
  font-weight: normal;
}
#extras .vcard .organization-name {
  margin-bottom: 5px;
  padding: 2px 0 3px 0;
  font-weight: bold;
  display: none;
}
#extras .vcard div.adr p.locality,
#extras .vcard div.adr p.postal-code {
  float: left;
  display: none;
  
}
#extras .vcard div.adr p.locality {
  margin-left: .3em;
  
}
#extras .vcard .given-name,
#extras .vcard .family-name {
  margin-right: 5px;
}
#extras .vcard div dl {
  margin: 5px 0 0 0;
}
#extras .vcard div dt {
  float: left;
  clear: both;
  width: 5em;
  font-weight: bold;
    display: none;
  
}
#extras .vcard div dd  {
  float: left;
}
#extras .vcard .media {
  background-color: #ececec;
  width: 90px;
  /*border-radius: 0 0 5px 5px;  */
}
#extras .vcard .media img {
  width: 88px;
}
#extras .vcard .media dd {
  display: block;
  font-size: 110%;
}
#extras .vcard .media dt img {
  float: none;
  margin: 0;
}

#extras .vcard div dl.tel span.type {
  display: none;
}


/* dom tabs */
#extras .toc-box {
  background-color: #f2f2f2;
  overflow: hidden;
  width: 220px;
  border: none;
  float: left;
  margin: 0 0 20px 0;
}
#extras .toc-box h2 {
  margin: 0;
  padding: 5px 5px 0 5px;
  color: #fff;
  background-color: #000;

  /*border-radius: 5px 5px 0 0;*/
}
#extras ol.toc-box-toc {
  width: 218px;
  overflow: hidden;
  padding: 10px 0 0 2px;
  list-style: none;
  background-color: #000;

}
#extras .toc-box-toc li {
  float: left;
  border: none;
  margin: 0 2px 0 0;
  background: none transparent;
}
#extras .toc-box-toc li a {
  background: none #121212;
  float: left;
  display: block;
  padding: 0;
  color: #d0d0d0;
  text-decoration: underline;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  /*border-radius: 3px 3px 0 0;*/
}
#extras .toc-box-toc li a.ui-disabled {
  cursor: default;
}
#extras .toc-box-toc li a.js-selected,
#extras .toc-box-toc li a.a11y-focus,
#extras .toc-box-toc li a:hover,
#extras .toc-box-toc li a:active,
#extras .toc-box-toc li a:focus {
  background: none #f2f2f2;
  color: #000;
  text-decoration: none;
}
#extras .toc-box-toc li span {
  display: block;
  margin-right: 4px;
  padding: 5px 6px 5px 10px;
}
#extras .toc-box .toc-box-section {
  float: left;
  width: 200px;
  margin: 0;
  padding: 10px 8px 16px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #f2f2f2;
  /*border-radius: 0 0 5px 5px;*/
}
#extras .toc-box .toc-box-section h3 {
  background: none;
  padding: 0 0 5px 0;
  color: #000;
}

/* 2 Sidebars: tabs module extended extras-1 and #extras-2 */
#module {
  width: 100%;
  float: right;
  margin: 0 0 20px 0;
}
#module p {
  line-height: 1.3em;
}
#module img {
  float: left;
  margin: 0 10px 5px 0;
}
#extras #module .toc-box {
  background: none #f2f2f2;
  width: 460px;
  margin: 0;
}
#extras #module .toc-box h2 {
  margin: 0;
  padding: 5px 5px 0 5px;
  color: #fff;
  font-size: 200%;
  background-color: #000;
}
#extras #module ol.toc-box-toc {
  width: 460px;
  background-color: #000;
}
#module ol.toc-box-toc li {
  display: inline;
}
#extras #module .toc-box .toc-box-section {
  background: none #f2f2f2;
  width: 440px;
}
#extras #module .toc-box .toc-box-section h3 {
  background: none;
  padding: 0 0 5px 0;
  color: #000;
  font-size: 160%;
}

#extras .simple-link-icon {
    width: 35px;
    height: 50px;
    float: left;
}

#extras .career .simple-link-icon{
    background: url(../img/rosen/career-icon.png) no-repeat;
    width: 45px;
}
#extras .contact .simple-link-icon{
    background: url(../img/rosen/contact-icon.png) no-repeat;
    width: 45px;
}
#extras .globe .simple-link-icon{
    background: url(../img/rosen/globe-icon.png) no-repeat;
    width: 45px;
}

#extras .career a.simple-link-link span,
#extras .contact a.simple-link-link span,
#extras .globe a.simple-link-link span {
  margin: 0 0 0 55px;
}

#extras .simple-link h2 {
  float: none;
  margin: 0 0 5px 0; 
  padding: 0 0 0 0;
  font-size: 160%;
  font-weight: normal;
  line-height: 56px;
  display: block;
  height: 53px;
  font-family: "DIN Next W01 Medium";    
}
#extras a.simple-link-link span {
  background: none;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #b9c1d3;
  height: 36px;
  margin: 0 0 0 57px;
  display: block;
  color: #000;
}
#extras a.print-link {
  font-size: 160%;
  display: block;
}
#extras .side-bar-print-case.simple-link h2 {
  font-size: 160%; 
  font-family: "DIN Next W01 Regular";
  text-transform: none;
  line-height: 1em;  
}
#extras .side-bar-print-case {
}

#extras .side-bar-print-case a {
  height: 35px;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  display: block;
}
#extras .side-bar-print-case a:last-child, #extras .side-bar-print-case a.lastChild {
  border: none;  
  background: none;
}

#extras .side-bar-print-case .simple-link-icon {
  height: 35px;
  width: 37px;  
  
}

#extras .side-bar-print-case .simple-link-link .simple-link-icon {
  background: url(../img/rosen/rosen-side-bar-icons.png) -89px -3px no-repeat;
  margin-left: 11px;
}
#extras .side-bar-print-case .simple-link-link .simple-link-icon.print {
  background: url(../img/rosen/rosen-side-bar-icons.png) -128px -3px no-repeat;
} 
#extras .side-bar-print-case a.simple-link-link span {
  height: auto; 
  line-height: 34px;
}
#extras .side-bar-print-case a.simple-link-link span {
  border: none;
}
 
  
/* PROMOS 
------------ */
.promo {       
  position: relative;
  overflow: hidden;
  float: left;
  background: #b9c1d3;
  width: 220px;
  margin: 20px 20px 0 0;
  height: 164px; 
}
#article .promo:nth-child(2n) { 
  margin: 20px 0 0 0;
}
#article .promo.nth-child-2n {
  margin: 20px 0 0 0;
}

#singlecol-sidebar .promo:nth-child(3n) { 
  margin: 20px 0 0 0;
}
#singlecol-sidebar .promo.nth-child-3n {
  margin: 20px 0 0 0;
}

.promo-text {
  position: absolute;
  bottom: 1px;
  left: 1px;
  padding: 5px 5px 10px 5px;
  /*background: transparent url(../img/bgs/transparent.png) 0 0 repeat;*/
  background: #ffffff;
  /*background: rgba(255,255,255,0.75);*/
  width: 208px;
  color: #000;
}
.promo h3 {
  margin: 0 0 5px 0;
  font-size: 160%;
  font-family: "DIN Next W01 Medium";
}
.promo h3 a {  
  color: #232382;
}
#wrapper-2 .promo p {
  color: #000;
}
.fullBox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.promo img {
  display: block;
  width: 218px;
}
.promo a img {
  border: 1px solid #b9c1d3;
}       
.promo a:hover img,
.promo a:active img,
.promo a:focus img {
  border: 1px solid #b9c1d3;
} 
.promo a:visited {
  color: #232382; 
} 
  

/* FOOTER 
----------------- */
#site-info {   
  /*background: #ccc;*/
  color: #000;
  clear: both;  
  overflow: hidden;
  margin: 0 auto;  
  width: 100%;
  padding: 0;
  border-top:  1px solid #e8eaea;
}

#site-info .footer-sep {
  width: 1px;
  overflow: hidden;
  height: 130px;
  float: left;
  border-right: 1px dotted black;
  margin-top: 10px;
  margin-right: 20px;
}

p#copyright {
  clear: both;
  text-align: center;
  color: #000;
}
p#copyright-magnolia {
  text-align: center;
  color: #ebebeb;
  padding: 2px;
}
div > p#copyright-magnolia a {
  padding: 0 0 0 18px;
  background: url(../img/rosen/sprites.png) 0 -939px no-repeat;
}
p#copyright-magnolia span {
  display: none;
}
#site-info div div {
  float: left;
  width: 290px;
  /*margin: 10px 20px 0 0; */
}  
#site-info ul { 
  margin: 5px 0 0 0;
  list-style: none;
} 
#site-info li { 
  margin: 0 0 5px 0;
} 
#site-info li a { 
  color: #b1162e;
  border-bottom: 1px dotted #b1162e;
} 
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
  text-decoration: none;
  border-bottom: 1px solid #b1162e;
}
#site-info li.external a { 
  background: url(../img/rosen/sprites.png) 0 -290px no-repeat;
  padding-left: 18px;
}
#site-info li.rss a { 
  background: url(../img/rosen/sprites.png) 0 -1162px no-repeat;
  padding-left: 18px;
}
#site-info li img { 
  margin: 5px 0 0 0;
}
#site-info li a img { 
  border: 0;
}
#site-info div #about .media {
  width: 65px;
  height: auto; 
  margin: 3px 10px 0 0;
}
#site-info div #about .mod {
  margin: 3px 0 0 10px;
}
#site-info div #about .mod-2 {
  width: 300px;
  height: auto;
  margin: 0 0 5px 0;
}


/* TEXT / ARTICLE
----------------- */
#main .text,
#main .text-section {
  clear: both;
  overflow: hidden;
  color: #333;
}
.text h1 {
  clear: both;
  margin: 0 0 25px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding-top: 3px;
}
#main .text h1 em { /* kicker on article pages */
  display: block;
  margin: 2px 0 0 0;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .7px;
  color: #555;
}
#main .text p.intro {
  color: #333;
}
.intro:after {
  content: " ";
  display: table;
  clear: both;
}
#main .text p {
  margin: 0 0 10px 0;
}
#main li a {
  border-bottom: 0;
}
#main a {
  border-bottom: 1px dotted #000;
}
#main #breadcrumb a {
  border-bottom: 0;
}
#main a:hover,
#main a:active,
#main a:focus {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
#main li a:hover,
#main li a:active,
#main li a:focus {
  text-decoration: none;
  border-bottom: 0;
}
.text ul,
.text ol {
  margin: 0 0 10px 15px;
  display: inline-block;
  max-width: 415px;
}

.single-col.text-section ul{
  max-width: 100%;
}
.single-col.text-section.active ul{
  max-width: 415px;
}

.text ol {
  margin-left: 25px;
}
.text ul ul,
.text ol ol {
  margin: 2px 0 2px 20px;
}
.text li {
  line-height: 1.3em;
}
.text li li {
  font-size: 100%;
}
.text .highlight {
  background: #b9c1d3;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  font-style: normal;
}
/* table of contents */
#main #toc {
  clear: both;
}
#main #toc h2 {
  margin: 5px 0 1px 0;
  border-top: 1px solid #ccc;
  padding: 3px 0 5px 0;
  color: #000;
}
#main #toc ul {
  margin: 0 0 15px 0;
  list-style: none;
  padding: 0;
}
#main #toc li {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
}
#main #toc a {
  display: block;
  background: url(../img/rosen/sprites.png) 0 -139px no-repeat;
  padding: 5px 0 5px 18px
}
/* table */
table { 
  margin: 10px 0 20px 0;
  /*border-top: 4px solid #cc0;*/
  padding: 0 0 5px 0;
  empty-cells: show;
  border-collapse: collapse;
}
th,
td {
  background: #fff;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
th {
  background: none;
  border-bottom: 1px solid #b3b3b3;
  padding-right: 20px;
}

tbody td { 
  background: #fff;
  border-bottom: 1px solid #b3b3b3;
}
tr:nth-child(odd) td {
  background: #e5e5e5;
}
td ul,
td ol,
td p {
  margin-bottom: 0;
}
td li,
td p {
  font-size: 100%;
}

/* blockquote */
.text blockquote {
  position: relative;
  background: #f7f8d9 url(../img/bgs/quote.png) 0 0 no-repeat;
  padding: 15px 50px 5px 50px;
}
.text blockquote cite {
  background: url(../img/bgs/dash.png) 0 8px no-repeat;
  padding-left: 10px;
  font-size: 85%;
}

/* text-meta: author, date, tags */
.text-meta {
  clear: both;
  float: right;
  margin: 0 0 10px 0;
  /*border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;*/
}

ul.text-data {
  /*overflow: hidden;*/
  float: left;
  margin: 0;
}
#singlecol-sidebar .text-meta, #search-results .text-meta{
  display: none;
}
.text-data li {
  float: left;
  margin: 0 0 0 15px;
  padding: 3px 0;
  list-style: none;
  font-size: 120%;
  color: #333; 
}
/* Tags in at the beginning of the text */
.text-meta dl {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #dedede;
  padding: 3px 0;
  font-size: 92%;
}
.text-meta dt {
  float: left;
  padding: 0 5px 0 0;
}
.text-meta dd {
  float: left;
  padding: 0 10px 0 0;
}
/* text-features */
#text-features {
  position: relative;
  float: right;
  margin: 0;
}
#text-features li {
  float: left;
  margin: 0 5px 0 0;
  padding: 2px 0;
  list-style: none;
  font-size: 120%;
  text-align: right;
}
#text-features li a {
  color: #555;
}
#text-features li.print a {
  background: url(../img/rosen/sprites.png) 0 -578px no-repeat;
  padding-left: 16px;
}
#text-features li.social-b a {
  background: transparent url(../img/icons/bookmarks.png) 0 -458px no-repeat;
  padding-left: 18px;
}
#text-features li a:hover,
#text-features li a:focus,
#text-features li a:active {
  color: #b1162e;
  text-decoration: underline;
}
/* Social Bookmarks */
#text-features #bookmarks {
  background: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 22px;
  width: 140px;
  border: 1px solid #dedede;
}
#text-features #bookmarks ul {
  display: block;
  border: none;
  margin: 5px 5px 0 5px;
}
#text-features #bookmarks ul li {
  float: none;
  margin: 0 0 4px 0;
  padding: 0;
  text-align: right;
}
#text-features #bookmarks li a {
  background: transparent url(../img/icons/bookmarks.png) 100% -577px no-repeat;
  padding: 1px 18px 1px 0;
}
#text-features #bookmarks li.delicious a {
  background-position: 100% 0;
}
#text-features #bookmarks li.google a {
  background-position: 100% -51px;
}
#text-features #bookmarks li.wong a {
  background-position: 100% -101px;
}
#text-features #bookmarks li.webnews a {
  background-position: 100% -151px;
}
#text-features #bookmarks li.yigg a {
  background-position: 100% -201px;
}
#text-features #bookmarks li.stumble a {
  background-position: 100% -254px;
}
#text-features #bookmarks li.oneview a {
  background-position: 100% -387px;
}
#text-features #bookmarks li.linkarena a {
  background-position: 100% -319px;
}
/* Flash Content */
.flash {
  margin: 20px 0;
}

/* text boxes */
.text-box {
  clear: both;
  margin: 20px 0 30px 0;
  padding: 0 0 10px 150px;
  background: #0d8ccc;
  width: auto;
  min-height: 125px;
  /*border-radius: 10px;*/
}
.facts {
  background: #0d8ccc url(../img/bgs/textbox-facts.png) 0 -1px no-repeat;
}
.question {
  background: #0d8ccc url(../img/bgs/textbox-question.png) 0 -1px no-repeat;
}
.misc {
  background: #0d8ccc url(../img/bgs/textbox-misc.png) 0 -1px no-repeat;
}
.text-box h2 {
  clear: both;
  float: none;
  margin: 0 20px 10px 0;
  padding: 10px 0 0 0;
  background: transparent;
  color: #fff;
}
.text-box h3 {
  margin: 0 0 3px 0;
  padding: 0;
  color: #fff;  
}
.text-box p {
  margin: 0 20px 10px 0;
  color: #fff
}
.text-box ul {
  margin: 20px 20px 20px 0;
  border: none;
  color: #fff;
}
.text-box .links li {
  margin: 0 20px 0 0;
  border: none;
}
.text-box li a,
.text-box .links .download a em {
  color: #fff;
  font-weight: bold;
}

/* text-box-cols - text in two columns */
.text-box-cols {
  clear: both;
  overflow: hidden;
  margin: 20px 0 30px 0;
  border-top: 1px solid #E5E5E5;
  padding: 10px 0 0 0;
}
.text-box-cols h2 {
  margin: 0;
  padding: 4px 0 16px;
  font-weight: bold;
  color: #343730;
}
.text-box-cols .text-col-1,
.text-box-cols .text-col-2 {
  width: 47%;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.text-box-cols .text-col-2 {
  float: right;
  background: none;
  margin: 0;
  padding: 0;
}
.text-box-cols .text-col-intro p,
.text-box-cols .text-col-intro h3 {
  background: none;
  font-size: 160%;
  padding: 0;
}
.text-box-cols h3 {
  background: url(../img/rosen/sprites.png) 0 -1081px no-repeat;
  padding: 3px 0 7px 30px;
}
.text-box-cols p {
  margin-bottom: 20px;
}

/* text-box compact - for JobOffer and Profiles */
.text-box-compact {
  clear: both;
  background: #f0f0f0;
  margin: 0 0 20px 0;
  border-top: 1px solid #fff;
  padding: 10px;
}
#main .text-box-compact dl {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  line-height: 1.5em;
}
#main .text-box-compact dt {
  float: left;
  width: 150px;
  font-weight: bold;
  font-size: 120%;
}
#main .text-box-compact dd {
  font-size: 120%;
  padding-left: 150px;
}

/* article navigation */
#nav-content {
  clear: both;
  background: #f7f8d9;
  margin: 0 0 20px 0;
  border: 1px solid #d3c595;
  padding: 5px;
}
#nav-content em {
  font-style: normal;
}
#main #nav-content h3 {
  margin: 5px 0;
  font-size: 180%;
}
#main #nav-content ul {
  margin: 0;
}
#main #nav-content li {
  margin: 2px 0;
  list-style: none;
}
#main #nav-content li a {
  background: transparent url(../img/rosen/sprites.png) 0 2px no-repeat;
  padding-left: 20px;
}
#main #nav-content strong {
  padding: 0 0 0 20px;
}

/* Comments */
#comments {
  margin: 20px 0 30px 0;
}
#comments h2 {
  margin: 0 0 10px 0;
  /*border-top: 4px solid #B3B3B3;*/
  padding-top: 3px;
  font-size: 240%;
}
#comments h2 em {
  font-style: normal;
}
#comments ul {
}
#comments li {
  font-size: 100%;
  position: relative;
  list-style: none;
  margin: 0 0 20px 0;
}
.comment-count {
  position: absolute;
  font-size: 500%;
  left: -70px;
  top: -5px;
  font-weight: bold;
  color: #C2C2C2;
  text-align: right;
  width: 60px;
  height: 50px;
  line-height: 1;
}
#comments blockquote {
  background: #fff url(../img/bgs/comment.png) 90% 85% no-repeat;
}
#comments blockquote p {
  font-size: 130%;
  background: #eaeaea;
  padding: 0 10px 10px 10px;
}
#comments blockquote span.comment-anonymous {
  color: #666;
  font-style: italic;
  font-size: 80%;
}
#main #comments h3 {
  padding: 10px;
  background: #eaeaea;
  font-size: 160%;
}
#comments p.comment-meta {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
}
#comments cite {
  display: block;
  margin: 10px 0 0 0;
  font-size: 130%;
  font-style: normal;
}
#comments cite span {
  margin: 0 3px 0 0;  
}
#comments cite span:after {
  content: ",";  
}
#comments cite span:last-child:after {
  content: "";
}


/* PAGES 
==================== */

/* PROFILE  
------------------- */
/* vCard  addresses / microformats  */
.vcard {
  clear: both;
  background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
  width: 100%;
  margin: 0 0 30px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 5px 0;
}
.vcard div {
  overflow: hidden;
  margin: 3px 0;
}
#main .vcard .organization-name {
  background: url(../img/bgs/microformat.png) 0 3px no-repeat;
  margin-bottom: 5px;
  padding: 1px 0 1px 35px;
  font-weight: bold;
  font-size: 160%;
}
#main .vcard p {
  display: block;
}
.vcard div.adr p.locality,
.vcard div.adr p.postal-code {
  float: left;
}
.vcard div.adr p.locality {
  margin-left: .3em;
}
.vcard div dl {
  margin: 5px 0 0 0;
}
.vcard div dt {
  float: left;
  clear: both;
  width: 6em;
  font-weight: bold
}
.vcard div dd  {
  float: left;
}
.vcard .media {
  width: 140px;
  background-color: #ececec;
  /*border-radius: 0 0 5px 5px;  */
}
.vcard .media img {
  width: 138px;
}
.vcard .media dd {
  display: block;
}
.vcard .media img.media { /* microformat class for export */
  margin: 0;
  padding: 0;
}
.vcard div dl.tel span.type {
  display: none;
}


/* SEARCH RESULTS
------------------------------- */
#search-results #main h1 {
  padding-top: 10px;
}
#search-results #main h1 em {
  display: inline;
  font-size: 166%;
  padding: 0 0 0 0;
  color: #000;
}
#search-results #main .text ol {
  margin: 0;
  padding: 0;
}
#search-results #main .text h1 em {
  display: inline;
  font-size: 100%;
  color: #000;
}
#search-results .text ol li {
  background: transparent url(../img/bgs/dotted-line.png) repeat-x scroll 0 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 100%;
}
#search-results .text ol li:last-child, #search-results .text ol li.lastChild  {
  border: none;
  background: none;
}
#search-results #main ol h2 {
  border: none;
  margin: 15px 0 5px 0;
}
#search-results #main li p {
  clear: both;
  margin: 0;
}
#search-results #main li p.category {
  margin: 2px 0 0 0;
  color: #555;
  font-size: 110%;
}
#search-results #main ol ul {
  margin: 0;
}
#search-results #main li ul.text-data li {
  background: none;
  float: left;
  margin: 2px 10px 4px 0;
  padding: 0;
  font-size: 130%;
  color: #555;
}
#search-results #main .text-data {
  border: none;
}

/* Paging */
.pager {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}
.pager ul {
  clear: both;
  float: right;
}
.pager li {
  float: left;
  margin: 0 3px 0 0;
  list-style: none;
  text-align: center;
}
.pager li a,
.pager li strong,
.pager li span {
  display: block;
  border: 1px solid #b1162e;
  border: 1px solid #ccc;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
}
.pager li span { /* ... */
  border: none;
  padding: 3px 1px;
}
.pager li strong { /* you are here */
  border: 1px solid #ccc;
}
.pager li a:hover,
.pager li a:active,
.pager li a:focus {
  background: #b1162e;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}
.pager li.previous a,
.pager li.next a {
  border: 1px solid #fff;
}
.pager li.previous a {
  background: url(../img/rosen/sprites.png) 0 -68px no-repeat;
  padding-left: 15px;
}
.pager li.next a {
  background: url(../img/rosen/sprites.png) 143% 4px no-repeat;
  padding-right: 18px;
}
.pager li.next a:hover,
.pager li.next a:active,
.pager li.next a:focus,
.pager li.previous a:hover,
.pager li.previous a:active,
.pager li.previous a:focus {
  color: #b1162e;
  text-decoration: underline;
}

  
/* Pager Latest News */
#main .pager {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
#main .pager ul {
  clear: both;
  float: right;
}
#main .pager li {
  background: none;
  clear: none;
  float: left;
  width: auto;
  margin: 0 3px 0 0;
  list-style: none;
  text-align: center;
  font-size: 130%;
}

#main .pager li a,
#main .pager li strong,
#main .pager li span {
  border: none;
}
#main .pager li a,
#main .pager li span {
  font-weight: normal;
}
#main .pager li span { /* ... */
  border: none;
  padding: 3px 1px;
}
#main .pager li strong { /* you are here */
  border: none;
}
#main .pager li a:hover,
#main .pager li a:active,
#main .pager li a:focus {
    border: none;
    background: #ffffff;
    color: #b1162e; 
}  
#main .pager li.previous a,
#main .pager li.next a {
  border: none;
}
#main .pager li.previous a {
  background: url(../img/rosen/sprites.png) 0 -68px no-repeat;
  padding-left: 15px; 
  color: #000000;
  font-weight: normal;
}
#main .pager li.next a {
  background: url(../img/rosen/sprites.png) 143% 4px no-repeat;
  padding-right: 18px;
  color: #000000;
  font-weight: normal;
}
#main .pager li.next a:hover,
#main .pager li.next a:active,
#main .pager li.next a:focus,
#main .pager li.previous a:hover,
#main .pager li.previous a:active,
#main .pager li.previous a:focus {
  color: #b1162e;
  text-decoration: underline;
}
/* Pager Events */
#main .event-list .pager {
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
}
#main .event-list .pager ul {
  clear: both;
  float: right;
}
#main .event-list .pager li {
  background: none;
  clear: none;
  float: left;
  width: auto;
  margin: 0 3px 0 0;
  list-style: none;
  text-align: center;
  font-size: 130%;
}
#main .event-list .pager li a,
#main .event-list .pager li strong,
#main .event-list .pager li span {
  display: block;
  border: 1px solid #b1162e;
  border: 1px solid #ccc;
  padding: 2px 6px 2px 6px;
  font-weight: bold;
}
#main .event-list .pager li span { /* ... */
  border: none;
  padding: 3px 1px;
}
#main .event-list .pager li strong { /* you are here */
  border: 1px solid #ccc;
}
#main .event-list .pager li a:hover,
#main .event-list .pager li a:active,
#main .event-list .pager li a:focus {
  background: #b1162e;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}
#main .event-list .pager li.previous a,
#main .event-list .pager li.next a {
  border: 1px solid #fff;
}
#main .event-list .pager li.previous a {
  background: url(../img/rosen/sprites.png) 0 -68px no-repeat;
  padding-left: 15px;
}
#main .event-list .pager li.next a {
  background: url(../img/rosen/sprites.png) 143% 4px no-repeat;
  padding-right: 18px;
}
#main .event-list .pager li.next a:hover,
#main .event-list .pager li.next a:active,
#main .event-list .pager li.next a:focus,
#main .event-list .pager li.previous a:hover,
#main .event-list .pager li.previous a:active,
#main .event-list .pager li.previous a:focus {
  color: #b1162e;
  text-decoration: underline;
}


/* FORMS 
-------------------- */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
  box-shadow: none;
  max-width: 100%;
}
.validity-alert {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}
textarea {
  font-family: arial, helvetica, sans-serif;
}
.form-wrapper {
  clear: both;
}
.step-by-step {
  margin: 20px 0;
  padding: 4px 10px;
  /*border-radius: 5px;*/
  background: #0d8ccc;
}
.step-by-step ol {
  zoom: 1;
  list-style-position: inside;
  color: #fff;
}
.step-by-step li  {
  float: left;
  margin: 0 20px 0 0;
  padding: 4px;
  /*border-radius: 5px;*/
  list-style-position: inside;
}
.step-by-step li.do  {
  background: #b1162e;
}
div.step-by-step li.do button {
  color: #fff;
}
.step-by-step li button {
  display: inline-block;
  padding: 3px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  color: #fff;
  font-family: arial,helvetica,sans-serif;
  cursor: pointer;
}
.step-by-step li button:hover,
.step-by-step li button:focus,
.step-by-step li button:active {
  text-decoration: underline;
}
.step-by-step li button[disabled] {
  cursor: default;
  color: #ccc;
  text-decoration: none;
}

.form-wrapper fieldset {
  border: none;
  margin: 5px 0 30px 0;
}
.form-wrapper fieldset h2 {
  margin: 0 0 1px 0;
  /*border-top: 4px solid #cccc00;*/
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 0;
  color: #333;
  display: none;
}
.form-wrapper p.required {
  text-align: right;
}
.form-wrapper p.required span,
.form-wrapper dfn {
  color: #000;
  font-weight: normal;
  font-style: normal;
}
.form-row {
  clear: both;
  zoom: 1;
  border-bottom: 1px dotted #b3b3b3;
  padding: 10px 0 15px 0;
}
.form-row div {
  width: auto;
  border-bottom: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.form-row .form-item {
  margin: 0;  
  clear: none;
}
.form-wrapper label {
  position: relative;
  display: block;
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
  display: block;
  background: #ffffff;
  width: 300px;
  margin: 3px 0 0 0;
  border: 1px solid #e8eaea;
  padding: 3px 3px 4px 3px;
}
.form-wrapper input[type="submit"] {
  display: inline;
}
.step-controls {
  position: relative;
  top: 2px;
}
.input-datetime-local .step-controls {
  top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
  border: 1px solid #000;
  background: #fff;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
  background: transparent;
  border: none;  
}
.form-wrapper textarea {
  height: 150px;
  width: 300px;
}
.form-wrapper select {
  display: block;
  width: 310px;
  margin: 5px 0 0 0;
}
.form-wrapper div span {
  display: block;
  padding: 5px 0 0 0;
  color: #555;
  font-size: 110%;
}
.form-wrapper div span.input-datetime-local {
  font-size: 100%;
}
.form-wrapper h4 {
  padding: 0 0 10px 0;
  color: #000;
  font-size: 130%;
  font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
  color: #555;
  font-size: 110%;
  font-weight: normal;
}
.form-row label span {
  display: inline;
}
.form-row label.m span {
  clear: both;
  padding: 0 0 5px 0;
}
.form-row span.help a {
  background: url(../img/rosen/sprites.png) 0 -651px no-repeat;
  padding-left: 15px;
}

/* 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: 92px;
}
.form-row .form-item-m {
  width: 161px;
  padding: 0;
}
.form-row .form-item-l {
  width: 363px;
}
.form-row .form-item-s input {
  width: 70px;
}
.form-wrapper .form-row .form-item-m input {
  width: 139px;
}
.form-row .form-item-l input {
  width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
  margin: 0;
  padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
  float: none;
  display: block;
  clear: both;
}
.form-wrapper fieldset fieldset input {
  width: auto;
  display: inline;
  background: transparent;
  border: none;
}
#main .form-wrapper fieldset fieldset legend {
  text-indent: -9999px;
  font-size: 0;
}
.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 fieldset.mod .form-item label {
  display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
  border: none;
  background: #b1162e;
}
.input-date-datepicker-control td.ui-datepicker-today a {
  color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
  border: none;
  background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
  position: relative;
  border: none;
  padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
  float: right;
  margin-top: -24px;
  font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
  background: url(../img/rosen/submit.png) 0 0 no-repeat;
  border: none;
  height: 42px;
  width: 132px;
  text-transform: uppercase;
  font-family: 'DIN Next W01 Regular';  
  cursor: pointer;
}
.new-search .button {  /* button outside button-wrapper */
  border: none;
}
.new-search .button:hover, 
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
  background-position: 0 -102px; 
}
/* link-Button */
a.button {
  background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
  min-width: 60px;
  width: auto;
  border: 1px solid #f19eb2;
  border-right: 1px solid #920728;
  border-bottom: 1px solid #920728;
  padding: 3px 20px 2px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
a.button span {
  position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
  color: #fac4d1;
}
/* New Search */
#search-results .form-wrapper div {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#search-results .form-wrapper input {
  float: left;
  margin: 3px 0 0 10px;
}
#search-results .form-wrapper input#search {
  margin: 10px 0 0 10px;
  width: 520px;
}
#search-results .form-wrapper input.submit {

}

/* error messages */
.error {
  color: #b1162e;
} 
#main .error h1 {
  background: url(../img/bgs/error.png) 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #000000;
}
#main div.error { 
  margin: 0 0 20px 0;
}
#main div.error ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main div.error li {
  color: #b1162e;
}
#main div.error li a,
#main div.error label span {
  color: #b1162e;
}
#main .form-wrapper div.error {
  margin: 0;
}
.form-ui-invalid {
  border-color: #b1162e;
}
.form-wrapper div.error input,
.form-wrapper div.error select,
.form-wrapper div.error textarea,
.form-wrapper div input.form-ui-invalid,
.form-wrapper div textarea.form-ui-invalid,
.form-wrapper div select.form-ui-invalid {
  border: 1px solid #e8eaea;
}

/* success messages */
#main .success {
  margin: 10px 0;
}
#main .success h1 {
  background: url(../img/bgs/confirmed.png) 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #232382;
}


 
/* SITEMAP 
--------------------- */
#sitemap .links {
  /*border-top: 4px solid #b3b3b3;*/
  margin: 30px 0 30px 0;
}
#sitemap .links h2 {
  margin: 16px 0 0 0;
  padding: 5px 0 5px 0;
}
#sitemap .links h2 a {
  display: block;
  color: #555;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
  color: #000000;
}
#sitemap .links li {
  background: transparent url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  margin: 0;
  border: none;
  padding: 0;
}
#sitemap .links li a {
  background: url(../img/rosen/sprites.png) 0 7px no-repeat;
  padding: 6px 0 6px 15px;
}
#sitemap .links li li a {
  background: url(../img/rosen/sprites.png) 30px 7px no-repeat;
  padding-left: 45px;
}
#sitemap .links li li li a {
  background: url(../img/rosen/sprites.png) 60px 7px no-repeat;
  padding-left: 75px;
}
#sitemap #wrapper-3 .links li ul {
  margin: 0;
  padding: 0;
}
#sitemap .links li li {
  font-size: 100%;
}


/* ACCORDION/FAQ 
--------------------- */

.list-box { /* donÃÂ´t use height, border, margin or padding here - accessibility */ 
  
}
#main .super-list div div {
  background: #f7f8d9;
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  padding: 10px 10px 10px 25px;
}
#main .super-list h3,
#main .super-list p, 
#main .super-list li li {
  font-size: 100%;
}
#main .super-list p {
  margin-bottom: 10px;
}
.super-list ul {
  margin-left: 0;
}
#main .super-list li {
  float: left;
  background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  width: 100%;
  list-style-type: none;
}
#main .super-list li li {
  background: #fff;
  float: none;
  border: none;
  list-style-type: disc;
}
#main .super-list li p {
  margin: 0;
}
#main .super-list li h3 a {
  display: block;
  background: transparent url(../img/rosen/sprites.png) no-repeat scroll 5px 7px;
  padding: 5px 0 5px 25px;
  font-weight: bold;
  cursor: pointer;
}
#main .super-list li h3 a.a11y-focus {
  text-decoration: underline;
}
#main .super-list li h3 a.js-selected {
  background-color: #f2f2bf;
  background-position: 5px -139px;
}
#main .super-list li ul,
#main .super-list li ol {
  margin: 0 0 10px 25px;
}

#main .super-list ol li {
  list-style-type: decimal;
}
#main .super-list .media,
#main .super-list dt img {
  margin-bottom: 0;
}
#main .super-list dl {
  overflow: hidden;
}
#main .super-list dd {
  font-size: 85%; /* 11px */
  line-height: 1.3em;
}
#main .super-list dd.copyright {
  font-size: 85%;
}


/* GLOSSARY
--------------------- */
#glossary-index {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
}
#glossary-index ul {
  margin: 10px 0 0 0;
}
#glossary-index li {
  list-style: none;
  float: left;
  margin: 0 5px 5px 0;
  font-size: 160%;
}
#glossary-index li a,
#glossary-index li span {
  display: block;
  border: 1px solid #ccc;
  padding: 2px 7px 2px 8px;
  min-width: 12px;
  text-align: center;
  font-weight: bold;
}
#glossary-index li span {
  color: #555;  
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
  background: #b1162e;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}
.glossary-box {
  float: left;
  width: 200px;
  height: 20em;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}
#main .glossary-box li.all {
  background: none;
}
#main .glossary-box p.all a {
  margin-top: -1px;
}
#main .glossary-box h2 {
  float: left;
  background: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 600%;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}
#main .glossary-box ul {
  list-style: none;
  margin: 0;
}
#main .glossary-box ul li {
  background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
  margin: 0;
  line-height: 1.2em;
}
html > body #main .glossary-box ul li {
  height: auto;
}
#main .glossary-box li a {
  display: block;
  padding: 5px 0 5px 0;
}
/* Glossary Details */
.glossary-details {
  height: auto;
  width: 688px;
  padding: 10px 0 20px 10px;
}
#main .glossary-details h2 {
  display: block;
  float: none;
}
#main .glossary-details ul li {
  width: 47%;
  float: left;
  margin-right: 19px;
}


/* 
PHOTOS
---------------------- *
/* photos / images */
.media audio {
  height: 30px;
}

.media { /* for dl and without it */
  float: left;
  display: inline-block;
  width: 220px;
  margin: 3px 10px 10px 0;
}
div.media {
  /*width: auto;*/
}
div.media img {
  margin: 0;
}
dl.media {
  padding: 0 0 5px 0;
  /*border-radius: 0 0 5px 5px;*/
}
.media audio,
.media video,
.media img {
  display: block;
  width: 218px;
}
.media audio,
.media video {
  border: none;
}
.media video {
  height: 120px;
}
dl.large { /* big */
  clear: both;
  float: none;
  width: 460px;
}
.media.large {
  width: 460px; 
  margin: 0 0 0 0;
  height: auto;
}
.media.large img {
  width: 460px;
  height: auto;
}
.media.large video,
.media.large audio {
  width: 460px;
}
.media.large video {
  height: 300px;
}
dl.large img {
  width: 460px;
}
#home #main .text-section dl.large img {
  width: 600px;
}
img.large {
  clear: both;
  display: block;
  width: 460px;
}
#singlecol-sidebar dl.large, #search-results dl.large { /* big */
  width: 700px;
}
#singlecol-sidebar dl.large img, #search-results dl.large img {
  width: 700px;
}
#singlecol-sidebar img.large, #search-results img.large {
  clear: both;
  display: block;
  width: 700px;
}
#singlecol-sidebar div.media.large {
  width: 700px;
  margin-bottom: 10px;
}
#singlecol-sidebar div.media.large img {
  width: 700px;
}
.media dd {
  background: #ececec;
  display: block;
  padding: 5px 5px 0 5px;
  display: none;
}
.media dd.zoom {
  float: right;
}
.media dd.zoom a {
  display: block;
  background: url(../img/rosen/sprites.png) 0 -508px no-repeat;
  width: 12px;
  overflow: hidden;
  text-indent: -999px;
}
#wrapper-2 .media dd.copyright {
  font-style: italic;
  font-size: 120%;
}
.media dd.longdesc {
  display: none;
}
.media.pos-2 {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}


/* PHOTO GALLERY
--------------------- */

.photo-index .media {
  float: none;
  width: 210px;
  border:  2px solid lime;
  padding: 8px 8px 16px 8px;
  background: #fff;
  border:  1px solid #B3B3B3;
  box-shadow: -2px 2px 4px rgba(135, 139, 144, 0.4);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);  
  transform: rotate(-3deg);
}
* + html .photo-index .media { /* IE7 */
  display: inline;
}
.no-csstransforms .photo-index .media {
  margin-right: 5px;
}
.photo-index .media:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);      
  transform: rotate(0deg);
  border:  1px solid #888;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;  
  transition: 0.3s ease-in;            
  position: relative;
  z-index:  100;
}
.photo-index dl {
  margin-right: 0px;
}
.photo-index .media dt {
  min-height: 125px;
  height: auto;
  margin: 0 0 10px 0;
}
.photo-index .media dt img {
  width: 210px;
}
.photo-index .media dd {
  background:  transparent;
}

/* lightbox*/
.mask {
  background-color: #000;
  width: 100%;
  z-index: 110;
}
.loading-mask {
  background: #000 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
  position: absolute;
  overflow: hidden;
  z-index: 120;
  top: 0;
  left: 0;
  margin: 40px 0 0;
  padding: 0 0 20px 0;
  width: 995px;
  background-color: #b3b3b3;
}
.showbox .overlay-control {
  display: none;
}
.showbox-head {
  overflow: hidden;
  height: 1%;
  margin: 0 0 30px;
  padding: 5px;
  font-size: 120%;
  text-align: center;
  background-color: #555;
  color: #fff;
}
.showbox-toolbar {
  float: left;
  clear: both;
}

.showbox-head a {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.showbox-head a.ui-disabled {
  cursor: default;
  color: #aaa;
  text-decoration: none;
}
.showbox-toolbar .prev {
  background: url(../img/rosen/sprites.png) 0 -73px no-repeat;
  padding-left: 17px;
}
.showbox-toolbar .next {
  background: url(../img/rosen/sprites.png) 190% 1px no-repeat;
  padding-right: 17px;
}

.showbox .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 5px 0 17px;
  cursor: pointer;
  color: #fff;
  font-size: 120%;
  background: url(../img/rosen/sprites.png) 0 -218px no-repeat;
}
.showbox .content-box {
  background-color: #999;
  margin: 0 auto;
}
.showbox.loading {
  background: #999 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
  overflow: hidden;
}
.showbox .text-content {
  background: #ececec;
  padding: 5px;
}
.showbox h2 {
  margin: 5px 0;
  font-size: 130%;
}
.showbox p {
  margin-bottom: 10px;
  font-size: 120%;
}
.showbox ul {
  margin: 10px 0 10px 0;
}
.showbox li {
  list-style: none;
  color: #555;
  font-size: 110%;
}


/* 
SPECIAL MODULES
==================== */

/* TAGCLOUD
---------------- */
.tagcloud {
  float: left;
  clear: both;
  width: 100%;
  /*border-top: 4px solid #b3b3b3;*/
  margin: 0 0 20px 0;
}
#main .tagcloud h3,
#wrapper-2 .tagcloud-wide h3 {
  margin: 5px 0;
  border-bottom: 1px solid #dedede;
  padding: 0 0 5px 0;
  font-size: 180%;
}
.tagcloud li {
  display: inline;
  height: 22px;
  margin: 0 10px 0 0;
  list-style: none;
  vertical-align: middle;
}
.tagcloud li a {
  font-size: 100%;
  line-height: 1.2em;
}
.tagcloud li.level-2 a {
  font-size: 120%;
}
.tagcloud li.level-3 a {
  font-size: 130%;
  font-weight: bold;
}
.tagcloud li.level-4 a {
  font-size: 140%;
  font-weight: normal;
}
.tagcloud li.level-5 a {
  font-size: 150%;
  font-weight: normal;
}
.tagcloud li em {
  font-style: normal;
}
/* in sidebar */
#extras .tagcloud {
  margin-top: 0;
}
#extras .tagcloud ul {
  border: none;
  margin: 0;
  padding: 5px 0 0 0;
}
#extras .tagcloud li {
  background: none;
  border: none;
  margin: 0 10px 5px 0;
  line-height: 1.6em;
}
#extras .tagcloud li a {
  display: inline;
  background: none;
  padding: 0;
}


/* JAVASCRIPT MODULES IN MAIN 
----------------------------- */
/* Dom Tabs */
.text-box-tabs {
  overflow: hidden;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
#main .text-box-tabs h2 {
  padding: 5px 5px 0 6px;
  color: #fff;
  background-color: #000;
  /*border-radius: 5px 5px 0 0;*/
}
ol.text-box-toc {
  float: left;
  position: relative;  
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  height: auto;
  width: 100%; 
  background-color: #000;
}
#main .text-box-toc li { /* dom tabs + one two three */
  float: left;
  position: relative;
  list-style: none;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0 0px 0 2px;
  padding: 0;
  color: #000;
  line-height: 1.25em;
}
.text-box-toc li a {
  background: #121212;
  color: #d0d0d0;
  float: left;
  display: block;
  font-weight: bold;
  cursor: pointer;
  /*border-radius: 3px 3px 0 0;*/
}
.text-box-toc li a.ui-disabled {
  cursor: default;
}
.text-box-toc li a.js-selected,
.text-box-toc li a.a11y-focus,
.text-box-toc li a:hover,
.text-box-toc li a:active,
.text-box-toc li a:focus {
  background: none #f2f2f2;
  color: #000;
  text-decoration: none;
}
.text-box-toc li span {
  display: block;
  margin-right: 4px;
  padding: 5px 6px 5px 10px;
}
.text-box-tabs .text-box-section {
  float: left;
  width: 440px;
  margin: 0;
  padding: 10px 8px 16px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: none #f2f2f2;  
  /*border-radius: 0 0 5px 5px;*/
}
#main .text-box-tabs .text-box-section h2 {
  clear: both;
  background: none;
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
  font-size: 160%;
  color: #000;
}
#main .text-box-tabs .text-box-section h2 em {
  display: block;
  margin: 0 0 -3px 0;
  font-size: 68.75%;
  font-style: normal;
  padding: 0;
}
#main .text-box-tabs .text-box-section h2 a em {
  color: #555;
}
#main .text-box-tabs h2 a,
#main .text-box-tabs p a {
  color: #dd0e40;
}
.text-box-tabs img {
  float: left;
  width: 218px;
  margin: 0 10px 10px 0;
}
/* teaser link list modified for tab */
#main .text-box-tabs .links { 
  clear: both;
  margin: 10px 0 0 0;
}
#main .text-box-tabs .links h3 {
  font-size: 130%;
  margin: 0 0pt 5px 0;
}
#main .text-box-tabs .links li {
  border: none;
}

/* alternative layouts */
.col-float2 .text-box-tabs {
  width: 460px;
  float: left;
  clear: none;
}
.col-float3 .text-box-tabs {
  width: 100%;
  float: left;
  clear: none;
}
/* different images for .col-subcol */
.col-subcol #main .text-box-tabs h2 {
  background-color: #000; 
}
ol.text-box-toc {
  margin: 0 !important;
  background-color: #000;
}
.col-subcol .text-box-tabs {
  background: none #f2f2f2;
  width: 590px;
}
.col-subcol #text-box-toc {
  background: none #000;
}
.col-subcol .text-box-tabs .text-box-section {
  background: none #f2f2f2;
  width: 570px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  /*border-radius: 0 0 5px 5px;*/
}
.col-subcol #main .text-box-tabs .text-box-section h2 {
  background: none;
}
.col-subcol #main > .text-box-tabs .text-box-section {
  margin-right: 0;
}
/* Different images for .nav-col */
.nav-col #main .text-box-tabs {
  background: none #f2f2f2;
  width: 700px;
}
.nav-col .text-box-tabs .text-box-section {
  width: 680px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: none #f2f2f2;  
  /*border-radius: 0 0 5px 5px;*/
}
.nav-col #main .text-box-tabs h2 {
  background-color: #000; 
  /*border-radius: 5px 5px 0 0;*/
}
.nav-col ol.text-box-toc {
  background-color: #000; 
}
.nav-col #main .text-box-tabs .text-box-section h2 {
  background: none;
}


/* Finger-Tabs - superpromo */
div.superpromos {
  clear: both;
  position: relative;
  width: 260px;
  height: auto;
  min-height: 333px;
  margin: 20px 0;
  border: 1px solid #ccc;
  padding-right: 200px;
}
.nav-col div.superpromos {
  width: 498px; /* plus 200px padding nav */
}
.js div.superpromos {
  height: 33em;
  overflow: hidden;
}
/* tabs */
ol.superpromos-toc {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
  margin: 0;
  padding: 0;
}
#wrapper ol.superpromos-toc li {
  float: none;
  background: #ebebeb;
  font-size: 110%;
  color: #fff;
  list-style: none;
}
ol.superpromos-toc a {
  display: block;
  background: #ebebeb url(../img/bgs/superpromo-off.gif) 0 50% no-repeat;
  height: 1%;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 12px 10px 8px 20px;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}
ol.superpromos-toc a.on,
ol.superpromos-toc a.a11y-focus,
ol.superpromos-toc a:hover,
ol.superpromos-toc a:active,
ol.superpromos-toc a:focus {
  background: #e5e57f url(../img/bgs/superpromo-on.gif) 0 50% no-repeat;
  color: #000;
  text-decoration: none;
}
div.superpromos .superpromo-section {
  margin: 0px;
}    
div.superpromos .superpromo-section h2 {
  margin: 10px 5px 5px 10px;
  padding: 0;
  font-size: 320%;
}    
div.superpromos .superpromo-section img {
  display: block;
  width: 250px;
  height: 150px;
  border: none;
  margin: 0 0 10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  width: 485px;
  height: 200px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em; 
  font-size: 130%; 
} 
div.superpromos .superpromo-section em.more {
  display: block;
}   
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(../img/rosen/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
} 


/* Styleswitcher */
ul.styleswitcher li {
  padding: 6px 0 0 0;
}
ul.styleswitcher li {
  padding: 6px 0 0 0;
}
ul.styleswitcher label {
  background: url(../img/rosen/sprites.png) 0 2px no-repeat;
  padding-left: 17px;
  color: #b1162e;
}
ul.styleswitcher label:hover,
ul.styleswitcher label:active,
ul.styleswitcher label:focus {
  text-decoration: underline;
}





/* CAROUSELS
----------------------------- */

/* ###   TW-SWITCHER ### */
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-switcher {
  position: relative;
  background: #fff;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 698px;
  margin: 35px 0 0 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 div.tw-switcher h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .pager {
  display: block;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev,
#wrapper-2 #wrapper-3 div.tw-switcher .next {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 180px;  
  background-color: #c9c9c9;
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev {
  left: 0;
  right: auto;
  border-right: 1px solid #fff;
  /*border-radius: 5px 0 0 5px;  */
}
#wrapper-2 #wrapper-3 div.tw-switcher .next {
  left: auto;
  right: 0;
  border-left: 1px solid #fff;
  /*border-radius: 0 5px 5px 0;  */
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span,
#wrapper-2 #wrapper-3 div.tw-switcher .prev span {
  display: block;
  width: 17px;
  height: 180px;
  background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
  text-indent: -9999px;
}  
#wrapper-2 #wrapper-3 div.tw-switcher .next.show span,
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show span {
  display: block;
  cursor: pointer
}

#wrapper-2 #wrapper-3 div.tw-switcher .prev span { /* Prev inactive */
  background-position: 50% -314px; 
}
#wrapper-2 #wrapper-3 div.tw-switcher .next span { /* Next inactive */
  background-position: 70% -514px; 
}
#wrapper-2 #wrapper-3 div.tw-switcher .prev.show span { /* Prev active */
  background-position: 50% 86px; 
}
#wrapper-2 #wrapper-3 div.tw-switcher .next.show span { /* Next active */
  background-position: 70% -114px; 
}

#wrapper-2 #wrapper-3 div.tw-switcher .rack {
  width: 940px;
  margin: 0;
  padding-left: 0;
} 
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  display: inline;
  overflow: hidden;
  height: 180px;
  margin-left: 19px;
  padding-left: 15px;
  width: 645px;
  background: #f2f2f2;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  height: 210px;
  overflow: auto !important;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 340px;
  height: 170px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser {
  background-image: none;
  width: 385px;
  border-right: none;
  margin: 0;
  padding: 10px 10px 0 0px;
} 
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
  margin: 0;
  width: 190px;
  float: right;
  font-size: 180%;
  font-weight: normal;
}  
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser h2 {
  width: 235px;
}       
#wrapper-2 #wrapper-3 div.tw-switcher .no-img h2,
.js #wrapper-2 #wrapper-3 div.tw-switcher .no-img h2 {
  width: 100%;
}    
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  width: auto;
  width: 140px;
  height: 150px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
  width: 190px;  
  float: left;
  padding: 10px 0 0 0;    
  font-size: 130%;
  color: #555;
}
.js #wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser p {
  width: 200px; 
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-switcher {
  margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher {
  width: 940px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-switcher .rack {
  width: 895px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-switcher {
  position: relative;
  background: #fff;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 460px;
  margin: 0 0 20px 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .pager {
  display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 180px;
  background-color: #c9c9c9;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev {
  left: 0;
  right: auto;
  border-right: 1px solid #fff;
  /*border-radius: 5px 0 0 5px;*/
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next {
  left: auto;
  right: 0;
  border-left: 1px solid #fff;
  /*border-radius: 0 5px 5px 0;  */
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span {
  display: block;
  width: 17px;
  height: 180px;
  background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
  text-indent: -9999px;
}  
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show span,
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show span {
  display: block;
  cursor: pointer;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev span { /* Prev inactive */
  background-position: 50% -314px;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next span { /* Next inactive */
  background-position: 70% -514px; 
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .prev.show span { /* Prev active */
  background-position: 50% 86px; 
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .next.show span { /* Next active */
  background-position: 70% -114px; 
}

#wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 405px;
  margin: 0;
  padding-left: 0;
} 
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  overflow: hidden;
  height: 180px;
  background: #f2f2f2;
  margin-left: 19px;
  padding-left: 15px;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  height: 205px;
  overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 340px;
  height: 170px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  background-image: none;
  width: 400px;
  border-right: none;
  margin: 0;
  padding: 10px 20px 0 0px;
} 
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser h2 {
  margin: 0;
  width: 100%;
  float: none;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 #wrapper-3 #main div.tw-switcher .no-img h2 {
  width: 100%;
}    
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  width: auto;
  width: 140px;
  height: 130px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
  width: 190px; 
  float: left;
  padding: 10px 0 0 0;    
  font-size: 130%;
  color: #555;
}
.js #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser p {
  width: 250px; 
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 410px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack-teaser {
  width: 400px;
} 
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 940px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 895px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 540px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher {
  width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-switcher .rack {
  width: 647px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-switcher {
  position: relative;
  background: #000;
  border: 1px solid #000;
  /*border-radius: 5px;*/
  float: left;
  clear: both;
  height: auto;
  width: 938px;
  margin: 0 0 20px 0;
  padding: 0;
}
#wrapper-2 div.tw-switcher h3 { 
  padding: 4px 10px 5px 10px; 
  color: #fff;
  font-size: 200%;
}
#wrapper-2 div.tw-switcher .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 div.tw-switcher .pager {
  display: block;
}
#wrapper-2 div.tw-switcher .next,
#wrapper-2 div.tw-switcher .prev {
  position: absolute;
  bottom: 0;
  width: 18px;
  height: 223px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: none #242424;
}
#wrapper-2 div.tw-switcher .prev {
  left: 0;
  right: auto;
  border-left: 1px solid #fff;
  /*border-radius: 5px 0 0 5px;*/
}
#wrapper-2 div.tw-switcher .next {
  left: auto;
  right: 0;
  border-right: 1px solid #fff;
  /*border-radius: 0 5px 5px 0;  */
}
#wrapper-2 div.tw-switcher .next span,
#wrapper-2 div.tw-switcher .prev span {
  display: block;
  width: 18px;
  height: 223px;
  background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
  text-indent: -9999px;
}  
#wrapper-2 div.tw-switcher .next.show span,
#wrapper-2 div.tw-switcher .prev.show span {
  display: block;
  cursor: pointer;
}
#wrapper-2 div.tw-switcher .prev span { /* Prev inactive */
  background-position: 50% -292px;
}
#wrapper-2 div.tw-switcher .next span { /* Next inactive */
  background-position: 70% -492px;  
}
#wrapper-2 div.tw-switcher .prev.show span { /* Prev inactive */
  background-position: 50% 108px;
}
#wrapper-2 div.tw-switcher .next.show span { /* Next inactive */
  background-position: 70% -92px;
}

#wrapper-2 div.tw-switcher .rack {
  background: #fff;
  float: left;
  width: 923px;
  margin: 0;
  padding-left: 15px;
} 
.js #wrapper-2 div.tw-switcher .rack {
  overflow: hidden;
  height: 225px;
  background: #f2f2f2;
  display: inline;
  width: 885px;
  margin-left: 19px;
}
.hcm #wrapper-2 div.tw-switcher .rack {
  height: 250px;
  overflow: auto !important;
}
#wrapper-2 div.tw-switcher .rack-teaser {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 225px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-switcher .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 0 20px 0 0px;
} 
#wrapper-2 div.tw-switcher .rack-teaser h2 {
  margin: 8px 0 0 0;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 div.tw-switcher .rack-teaser img {
  display: block;
  float: left;
  height: 100px;
  width: 380px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 div.tw-switcher .rack-teaser p {
  width: 375px; 
  padding: 10px 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 div.tw-switcher .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 div.tw-switcher .rack-teaser em a {
  padding-left: 17px;
}
.rack-teaser.no-img {
  background: #333; 
} 
/* ###   TW-IMAGES ### */
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-images {
  position: relative;
  background: #fff;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 698px;
  margin: 35px 0 0 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 div.tw-images h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 div.tw-images .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-images .pager {
  display: block;
}
#wrapper-2 #wrapper-3 div.tw-images .next,
#wrapper-2 #wrapper-3 div.tw-images .prev {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 180px;
  background-color: #c9c9c9;
}
#wrapper-2 #wrapper-3 div.tw-images .prev {
  left: 0;
  right: auto;
  border-right: 1px solid #fff;
  /*border-radius: 5px 0 0 5px;*/
}
#wrapper-2 #wrapper-3 div.tw-images .next {
  left: auto;
  right: 0;
  border-left: 1px solid #fff;
  /*border-radius: 0 5px 5px 0;  */
}
#wrapper-2 #wrapper-3 div.tw-images .next span,
#wrapper-2 #wrapper-3 div.tw-images .prev span {
  display: block;
  width: 17px;
  height: 180px;
  background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
  text-indent: -9999px;
}  
#wrapper-2 #wrapper-3 div.tw-images .next.show span,
#wrapper-2 #wrapper-3 div.tw-images .prev.show span {
  display: block;
  cursor: pointer
}

#wrapper-2 #wrapper-3 div.tw-images .prev span { /* Prev inactive */
  background-position: 50% -314px; 
}
#wrapper-2 #wrapper-3 div.tw-images .next span { /* Next inactive */
  background-position: 70% -514px;
}
#wrapper-2 #wrapper-3 div.tw-images .prev.show span { /* Prev active */
  background-position: 50% 86px;
}
#wrapper-2 #wrapper-3 div.tw-images .next.show span { /* Next active */
  background-position: 70% -114px;
}

#wrapper-2 #wrapper-3 div.tw-images .rack {
  width: 940px;
  margin: 0;
  padding: 0;
} 
.js #wrapper-2 #wrapper-3 div.tw-images .rack {
  background: #fff;
  overflow: hidden;
  margin-left: 19px;
  width: 660px;
  height: 180px;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-images .rack {
  height: 210px;  
}
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
  overflow: hidden;
  float: left;
  width: 340px;
  height: 180px;
  border: none;
  margin: 0;
  padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-images .rack-teaser {
  background-image: none;
  width: auto;
  border-right: none;
}  
#wrapper-2 #wrapper-3 div.tw-images .rack-teaser img {
  display: block;
  float: left;
  width: auto;
  height: 179px;
  margin: 0 1px 0 0;
  border: none;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-images {
  margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images {
  width: 940px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-images .rack {
  width: 925px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-images {
  position: relative;
  background: #fff;
  border: 0;
  float: left;
  clear: both;
  height: auto;
  width: 460px;
  margin: 0 0 20px 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
}
#wrapper-2 #wrapper-3 #main div.tw-images .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-images .pager {
  display: block;
}
#wrapper-2 #wrapper-3 #main div.tw-images .next,
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 113px;
  background-color: #c9c9c9;
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev {
  left: 0;
  right: auto;
  border-right: 1px solid #fff;
  /*border-radius: 5px 0 0 5px;  */
}
#wrapper-2 #wrapper-3 #main div.tw-images .next {
  left: auto;
  right: 0;
  border-left: 1px solid #fff;
  /*border-radius: 0 5px 5px 0;  */
}
#wrapper-2 #wrapper-3 #main div.tw-images .next span,
#wrapper-2 #wrapper-3 #main div.tw-images .prev span {
  display: block;
  width: 18px;
  height: 113px;
  background: url(../img/bgs/prev-next.png) 50% -292px no-repeat;
  text-indent: -9999px;
}  
#wrapper-2 #wrapper-3 #main div.tw-images .next.show span,
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show span {
  display: block;
  cursor: pointer;
}

#wrapper-2 #wrapper-3 #main div.tw-images .prev span { /* Prev inactive */
  background-position: 50% -348px;   
}
#wrapper-2 #wrapper-3 #main div.tw-images .next span { /* Next inactive */
  background-position: 70% -548px; 
}
#wrapper-2 #wrapper-3 #main div.tw-images .prev.show span { /* Prev active */
  background-position: 50% 52px; 
}
#wrapper-2 #wrapper-3 #main div.tw-images .next.show span { /* Next active */
  background-position: 70% -148px; 
}

#wrapper-2 #wrapper-3 #main div.tw-images .rack {
  width: 420px;
  margin: 0;
  padding-left: 0;
} 
.js #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  overflow: hidden;
  height: 113px;
  background: #f2f2f2;
  margin-left: 19px;
  padding-left: 0;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  height: 138px;
  overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser {
  overflow: hidden;
  float: left;
  width: auto;
  height: 113px;
  border: none;
  margin: 0 1px 0 0;
  padding: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-images .rack-teaser img {
  display: block;
  float: left;
  width: auto;
  width: auto;
  height: 112px;
  margin: 0;
  border: none;
}  
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
  width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  width: 440px;
} 
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-images {
  width: 940px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  width: 905px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-images {
  width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  width: 552px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images {
  width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-images .rack {
  width: 662px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-images {
  position: relative;
  background: #000;
  border: 1px solid #000;
  /*border-radius: 5px;*/
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 938px;
  margin: 0 0 20px 0;
  padding: 0;
}
#wrapper-2 div.tw-images h3 { 
  padding: 4px 10px 5px 10px; 
  color: #fff;
  font-size: 200%;
}
#wrapper-2 div.tw-images .pager {
  display: none;
  width: auto;
  margin: 0;
}
.js #wrapper-2 div.tw-images .pager {
  display: block;
}
#wrapper-2 div.tw-images .next,
#wrapper-2 div.tw-images .prev {
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 223px;
  border: 1px solid #fff;
  background: none #242424;
}
#wrapper-2 div.tw-images .prev {
  left: 0;
  right: auto;  
  /*border-radius: 5px 0 0 5px;*/
}
#wrapper-2 div.tw-images .next {
  left: auto;
  right: 0;
  /*border-radius: 0 5px 5px 0;*/
}
#wrapper-2 div.tw-images .next span,
#wrapper-2 div.tw-images .prev span {
  display: block;  
  width: 17px;
  height: 223px;
  background: url(../img/bgs/prev-next.png) no-repeat 50% -292px transparent;
  text-indent: -9999px;
}  
#wrapper-2 div.tw-images .next.show span,
#wrapper-2 div.tw-images .prev.show span {
  display: block;
  cursor: pointer;
}

#wrapper-2 div.tw-images .prev span { /* Prev inactive */
  background-position: 50% -292px; 
}
#wrapper-2 div.tw-images .next span { /* Next inactive */
  background-position: 70% -492px; 
}
#wrapper-2 div.tw-images .prev.show span { /* Prev active */
  background-position: 50% 108px; 
}
#wrapper-2 div.tw-images .next.show span { /* Next active */
  background-position: 70% -92px; 
}


#wrapper-2 div.tw-images .rack {
  float: none;
  width: 940px;
  margin: 0;
  padding: 0;
} 
.js #wrapper-2 div.tw-images .rack {
  overflow: hidden;
  width: 900px;
  height: 223px;
  margin-left: 19px;
}
.hcm #wrapper-2 div.tw-images .rack {
  height: 250px;
  overflow: auto !important;
}
#wrapper-2 div.tw-images .rack-teaser {
  overflow: hidden;
  float: left;
  width: auto;
  height: 225px;
  border: none;
  margin: 0 1px 0 0;
  padding: 0;
} 
#wrapper-2 div.tw-images .rack-teaser img {
  display: block;
  float: left;
  height: 223px;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
}  




/* ###   TW-PAGING ### */
/* Inside #Stage */
#stage div.tw-paging {
  position: relative;
  background: #fff;
  /*border: 1px solid #000;*/
  /*border-radius: 5px;*/
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 940px;
  margin: 0;
  padding: 0;
}  
.js #stage div.tw-paging {
  /*padding: 0 0 50px 0;*/
}  
#stage div.tw-paging h3 { 
  border: 0;
  padding: 5px 10px; 
  color: #fff;
  font-size: 200%;
} /*
#stage div.tw-paging .pagination {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
#stage div.tw-paging .pagination ul {
  float: none; 
  margin: 0;
  padding: 0;
}
#stage div.tw-paging .pagination li {
  float: left;
  margin-right: 8px;
  list-style-type: none;
}
#stage div.tw-paging .pagination li.on button {
  background: transparent url(../img/rosen/slider-button-sprite.png) no-repeat;
}
#stage div.tw-paging .pagination  li button {
  display: block;
  background: transparent url(../img/rosen/slider-button-sprite.png) no-repeat bottom;
  margin-left: 1px;
  color: #000;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  text-indent: -99999px;
  
  text-transform: uppercase;
  font-weight: normal;
}  
#stage div.tw-paging .pagination li button:hover,
#stage div.tw-paging .pagination li button:active,
#stage div.tw-paging .pagination li button:focus {
  text-decoration: none;
} */
#stage .content-rack-title {
  display: none;
  font-size: 1em;
  /*margin: 0 1em 0 0;*/
}
#stage div.tw-paging .rack {
  float: left;
  width: 940px;
  margin: 0;
  padding-left: 0;
} 
.js #stage div.tw-paging .rack {
  display: inline;
  overflow: hidden;
  position: relative;
  height: 320px;
  width: 940px;
  /*padding: 30px 0 0 0;*/
  /*margin: 3px 0 0 3px;*/
}
#stage div.tw-paging .rack-teaser {
  overflow: hidden;
  float: left;
  width: 940px;
  height: 320px;
  border: none;
  margin: 0 10px 5px 0;
}
.js #stage div.tw-paging .rack-teaser {
  position: relative;
  background-image: none;
  border-right: none;
  margin: 0;
  /*padding: 0 20px 0 0px;*/
} 
#stage div.tw-paging .rack-teaser h2 {
  position: absolute;
  top: 34px;
  left: 34px; 
  width: 270px;
  z-index: 10;
  margin: 0;
  font-size: 20px;
  font-family: 'DIN Next W01 Bold';  
  color: #FFF;
  text-transform: uppercase;
}
#stage div.tw-paging .rack-teaser h2 a {
  color: #fff;
  text-decoration: none;
}
#stage div.tw-paging .rack-teaser .teaserblock {
  position: absolute;
  top: 17px;
  left: 17px;
  margin: 0;
  z-index: 5;
  background: transparent url(../img/rosen/slide-text-box.png) no-repeat  0 0;
  /*border: 1px solid #000;*/
  /*border-radius: 8px;*/
  width: 325px;
  padding: 40px 17px;  
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
}
#stage div.tw-paging .rack-teaser .teaserblock p {
  font-size: 20px;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
#stage div.tw-paging .rack-teaser .teaserblock .item-sidebar-sep {
  background: #fff;
}


#stage div.tw-paging .no-img p {
  width: 100%; 
}
#stage div.tw-paging .rack-teaser img {
  display: inline;
  /*width: 932px;*/
  /*height: 317px;*/
  float: left;
  /*margin: 4px 10px 0 0;*/
  border: none;
}
#stage div.tw-paging .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
  position: absolute;
  bottom: 17px;
  left: 0;
}
#stage div.tw-paging .rack-teaser em.more a {
  background: none;
  clear: both;
  color: white;
  font-size: 12px;
  position: relative;
}
.js div.tw-paging .rack-teaser {
  cursor: pointer;
}
/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-paging {
  position: relative;
  background: #fff;
  border: 0;
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 698px;
  margin: 37px 0 0 0;
  padding: 0;
}
.js #wrapper-2 #wrapper-3 div.tw-paging {
  padding: 0 0 45px 0;
}
#wrapper-2 #wrapper-3 div.tw-paging h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
  /*display: none;*/
} 
#wrapper-2 #wrapper-3 div.tw-paging .pagination {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  height: 30px;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination ul {
  float: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li {
  float: left;
  margin-right: 8px;
  list-style-type: none;
}
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button {
  display: block;
  float: left;
  background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
  opacity: .5;
  margin-left: 1px;
  padding: 5px 13px 9px 9px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  border: none;
}  
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:hover,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:active,
#wrapper-2 #wrapper-3 div.tw-paging .pagination li button:focus {
  color: #b1162e;
  text-decoration: none;
} 
#wrapper-2 #wrapper-3 div.tw-paging .rack {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /*border-radius: 5px;*/
  float: left;
  width: 927px;
  margin: 0;
  padding-left: 10px;
} 
.js #wrapper-2 #wrapper-3 div.tw-paging .rack {
  width: 680px;
  overflow: hidden;
  height: 205px;
  margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
  overflow: hidden;
  float: left;
  width: 670px;
  height: 185px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 10px 20px 0 0px;
} 
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
  margin: 0 0 5px 0;
  width: 670px;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser img {
  display: inline;
  float: left;
  height: 155px;
  width: 380px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
  clear: none;
  float: left;
  width: 280px; 
  padding: 0 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 #wrapper-3 div.tw-paging .no-img p {
  width: 100%; 
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-paging .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-paging {
  margin: 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging {
  width: 938px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack {
  width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser {
  width: 925px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser h2 {
  width: 100%;
} 
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-paging .rack-teaser p {
  width: 520px; 
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-paging {
  position: relative;
  background: #fff;
  border: 0;
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 460px;
  margin: 0 0 20px 0;
  padding: 0;
}  
.js #wrapper-2 #wrapper-3 #main div.tw-paging {
  padding: 0 0 50px 0;
}  
#wrapper-2 #wrapper-3 #main div.tw-paging h3 { 
  margin: 10px 0 5px 0;
  /*border-top: 4px solid #b3b3b3;*/
  padding: 5px 0 2px 0;
  color: #000;
  font-size: 200%;
} 
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  height: 30px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination ul {
  float: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li {
  float: left;
  margin-right: 8px;
  list-style-type: none;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button {
  display: block;
  float: left;
  background: url(../img/bgs/teaser-paging-main.png) 0 0 no-repeat;
  opacity: .5;
  margin-left: 1px;
  padding: 5px 14px 9px 9px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}  
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:hover,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:active,
#wrapper-2 #wrapper-3 #main div.tw-paging .pagination li button:focus {
  color: #b1162e;
  text-decoration: none;
} 
#wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /* border-radius: 5px; */
  float: left;
  width: 440px;
  margin: 0;
  padding-left: 15px;
} 
#wrapper-2 .top-rack-title {
  display: none;
}
.js #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  overflow: hidden;
  height: 205px;
  margin: 3px 0 0 3px;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  overflow: hidden;
  float: left;
  width: 440px;
  height: 195px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 10px 20px 0 0px;
} 
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
  margin: 0 0 5px 0;
  width: 440px;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
  display: inline;
  float: left;
  height: 155px;
  width: 210px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
  clear: none;
  float: left;
  width: 220px; 
  padding: 0 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
  width: 100%; 
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser em a {
  padding-left: 17px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
  width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  width: 440px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  width: 440px;
  height: auto;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
  width: 440px;
}  
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
  height: 140px;
  width: 180px;
} 
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
  width: 240px; 
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
  width: 100%; 
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging {
  width: 940px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  width: 920px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  width: 930px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
  width: 100%;
} 
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
  width: 510px; 
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
  width: 98%; 
} 
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging {
  width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  width: 570px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  width: 550px;
  height: auto;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
  width: 100%;
} 
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 a {
  color: #000000;
} 
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser img {
  height: 140px;
  width: 180px;
} 
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
  width: 350px; 
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
  width: 98%; 
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging {
  width: 700px;
}
.js .nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack,
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack {
  width: 680px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser {
  width: 660px;
  height: auto;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser h2 {
  width: 100%;
} 
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .rack-teaser p {
  width: 440px; 
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-paging .no-img p {
  width: 98%; 
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-paging {
  position: relative;
  background: #000;
  border: 1px solid #000;
  /*border-radius: 5px;*/
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 937px;
  margin: 0 0 20px 0;
  padding: 0;
}  
.js #wrapper-2 div.tw-paging {
  padding: 0 0 50px 0;
}  
#wrapper-2 div.tw-paging h3 { 
  border: 0;
  padding: 5px 10px; 
  color: #fff;
  font-size: 200%;
} 
#wrapper-2 div.tw-paging .pagination {
  position: absolute;
  top:  auto;
  bottom: 10px;
  left: 10px;
  height: 30px;
}
#wrapper-2 div.tw-paging .pagination ul {
  float: none;
}
#wrapper-2 div.tw-paging .pagination li {
  float: left;
  margin-right: 8px;
  list-style-type: none;
}
#wrapper-2 div.tw-paging .pagination li button {
  display: block;
  float: left;
  background: url(../img/bgs/teaser-paging.png) 0 0 no-repeat;
  opacity: .5;
  margin-left: 1px;
  padding: 5px 14px 9px 9px;
  color: #000;
  font-size: 140%;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}  
#wrapper-2 div.tw-paging .pagination li button:hover,
#wrapper-2 div.tw-paging .pagination li button:active,
#wrapper-2 div.tw-paging .pagination li button:focus {
  color: #b1162e;
  text-decoration: none;
} 
#wrapper-2 div.tw-paging .rack {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /*border-radius: 5px;*/
  float: left;
  width: 922px;
  margin: 0;
  padding-left: 15px;
} 
.js #wrapper-2 div.tw-paging .rack {
  overflow: hidden;
  height: 205px;
  display: inline;
  width: 915px;
  margin: 3px 0 0 3px;
}
#wrapper-2 div.tw-paging .rack-teaser {
  overflow: hidden;
  float: left;
  width: 900px;
  height: 195px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-paging .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 10px 20px 0 0px;
} 
#wrapper-2 div.tw-paging .rack-teaser h2 {
  float: right;
  width: 510px;
  margin: 0 0 5px 0;
  font-size: 180%;
  font-weight: normal;
}  
#wrapper-2 div.tw-paging .no-img h2 {
  width: 100%;
}    
#wrapper-2 div.tw-paging .rack-teaser img {
  display: inline;
  float: left;
  height: 155px;
  width: 380px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 div.tw-paging .rack-teaser p {
  clear: none;
  float: left;
  width: 500px; 
  padding: 0 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 div.tw-paging .no-img p {
  width: 100%; 
}
#wrapper-2 div.tw-paging .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 div.tw-paging .rack-teaser em a {
  padding-left: 17px;
}




/* ###   TW-SLIDER ### */
.slider-bar span {
  display: block;
  position: absolute;
  bottom: 2px;
  height: 23px;
  width: 105px;
  text-indent: -9999em;
  cursor: pointer;
}
.slider-bar span.show {
  cursor: pointer;
}
.slider-bar span.next {
  right: 2px;
  
}
.slider-bar span.prev {
  left: 2px;
  
}

/* Inside #wrapper-2 -> Platform Area */
#wrapper-2 #wrapper-3 div.tw-slider {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /*border-radius: 5px;*/
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 698px;
  margin: 37px 0 0 0;
  padding: 0;
}  
.js #wrapper-2 #wrapper-3 div.tw-slider {
  padding-bottom: 35px;
}  
#wrapper-2 #wrapper-3 div.tw-slider h3 { 
  border: 0;
  padding: 5px 10px 0 5px; 
  color: #000;
  font-size: 200%;
} 
#wrapper-2 #wrapper-3 div.tw-slider .rack {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  float: left;
  width: 680px;
  margin: 10px 0 0 0;
  padding-left: 15px;
} 
.js #wrapper-2 #wrapper-3 div.tw-slider .rack {
  width: 658px;
  overflow: hidden;
  height: 193px;
  display: inline;
  margin-left: 12px;
}
.js.hcm #wrapper-2 #wrapper-3 div.tw-slider .rack {
  height: 225px;  
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 193px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 #wrapper-3 div.tw-slider .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 0 20px 0 0px;
} 
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser h2 {
  margin: 8px 0 0 0;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser img {
  display: inline;
  float: left;
  height: 80px;
  width: 160px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser p {
  clear: none;
  float: none;
  width: auto; 
  padding: 2px 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 div.tw-slider .rack-teaser em a {
  padding-left: 17px;
}
#wrapper-2 #wrapper-3 div.tw-slider .slider-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
  border: 1px solid #f2f2f2;
  /*border-radius:5px; */
  padding: 0 106px;
  width: 487px;
  height: 23px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider {
  display: none;
  position: relative;
  height: 23px;
}
#wrapper-2 #wrapper-3 div.tw-slider .ui-slider .ui-slider-handle {
  position: absolute;
  background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
  z-index: 4;
  top: 0;
  left: 0;
  margin: 0 0 0 -109px;
  width: 211px;
  height: 19px;
}
/* Inside #wrapper-2 -> Platform Area -> Diffenrent Layout Types */
#home #wrapper-2 #wrapper-3 div.tw-slider {
  margin: 0 0 20px 0;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider {
  width: 938px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .rack {
  width: 900px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 div.tw-slider .ui-slider {
  background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
  width: 938px;
}
/* Inside #main */
#wrapper-2 #wrapper-3 #main div.tw-slider {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /*border-radius 5px;*/
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 460px;
  margin: 0 0 20px 0;
  padding: 0;
}  
.js #wrapper-2 #wrapper-3 #main div.tw-slider {
  padding: 0 0 35px 0;
}  
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider {
  padding-bottom: 0;
}
#wrapper-2 #wrapper-3 #main div.tw-slider h3 { 
  border: 0;
  padding: 5px 10px 0 5px; 
  color: #000;
  font-size: 200%;
} 
#wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  background: #fff;
  border: 1px solid #fff;
  /*border-radius: 5px; */
  float: left;
  width: 418px;
  margin: 10px 0 0 0;
  padding-left: 15px;
} 
.js #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  overflow: hidden;
  height: 193px;
  margin-left: 12px;
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  height: 220px;
  overflow: auto !important;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
  overflow: hidden;
  float: left;
  width: 400px;
  height: 183px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 10px 20px 0 0px;
}
.js #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
} 
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
  float: right;
  width: 230px;
  margin: 0;
  font-size: 180%;
  font-weight: normal;
}     
#wrapper-2 #wrapper-3 #main div.tw-slider .no-img h2 {
  width: 100%;
}  
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser img {
  display: inline;
  float: left;
  height: 80px;
  width: 160px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser p {
  clear: none;
  float: none;
  width: auto; 
  padding: 2px 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser em a {
  padding-left: 17px;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
  border: 1px solid #f2f2f2;
  /*border-radius: 5px;*/
  padding: 0 105px;
  width: 247px;
  height: 23px;
  
}
.hcm #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
  display: none;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider {
  display: none;
  height: 23px;
  position: relative;
}
#wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider .ui-slider-handle {
  position: absolute;
  background: url(../img/bgs/scroller-main.png) 0 0 no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
  width: 211px;
  height: 19px;
  margin: 0 0 0 -105px;
}
/* Inside #main -> Diffenrent Layout Types */
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
  width: 460px;
}
.js .col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  width: 420px;
} 
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser {
  width: 400px;
}
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack-teaser h2 {
  width: 225px;
}   
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .no-img h2 {
  width: 100%;
} 
.col-subcol-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
  background: #f2f2f2 url(../img/bgs/scrollbar-main-460.png) 0 0 no-repeat;
  width: 242px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider {
  width: 940px;
}
.js .col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  width: 905px;
}
.col-float2 #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
  background: #f2f2f2 url(../img/bgs/scrollbar-main.png) 0 0 no-repeat;
  width: 726px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider {
  width: 590px;
}
.js .col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  width: 550px;
}
.col-subcol #wrapper-2 #wrapper-3 #main div.tw-slider .ui-slider {
  background: #f2f2f2 url(../img/bgs/scrollbar-main-590.png) 0 0 no-repeat;
  width: 588px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider {
  width: 700px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .rack {
  width: 660px;
}
.nav-col #wrapper-2 #wrapper-3 #main div.tw-slider .slider-bar {
  background: #f2f2f2 url(../img/bgs/scrollbar-main-small.png) 0 0 no-repeat;
  width: 485px;
}
/* Inside #wrapper-2 -> Base Element */
#wrapper-2 div.tw-slider {
  position: relative;
  background: #000;
  border: 1px solid #000;
  /*border-radius: 5px; */
  float: left; /* ie 6 */
  clear: both;
  height: auto;
  width: 937px;
  margin: 0 0 20px 0;
  padding: 0;
}  
.js #wrapper-2 div.tw-slider {
  padding: 0 0 35px 0;
} 
.hcm #wrapper-2 div.tw-slider {
  padding-bottom: 0;
}  
#wrapper-2 div.tw-slider h3 { 
  border: 0;
  padding: 5px 10px 0 5px; 
  color: #fff;
  font-size: 200%;
} 
#wrapper-2 div.tw-slider .rack {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  /*border-radius:5px; */
  float: left;
  width: 922px;
  margin: 10px 0 0 0;
  padding-left: 15px;
} 
.js #wrapper-2 div.tw-slider .rack {
  overflow: hidden;
  height: 193px;
  display: inline;
  width: 897px;
  margin-left: 12px;
}
.js.hcm #wrapper-2 div.tw-slider .rack {
  height: 220px;
  overflow: auto !important;
}
#wrapper-2 div.tw-slider .rack-teaser {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 193px;
  border: none;
  margin: 0 10px 5px 0;
  padding: 0 5px 0 0;
}
.js #wrapper-2 div.tw-slider .rack-teaser {
  background-image: none;
  border-right: none;
  margin: 0;
  padding: 0 20px 0 0px;
} 
#wrapper-2 div.tw-slider .rack-teaser h2 {
  margin: 8px 0 0 0;
  font-size: 180%;
  font-weight: normal;
}      
#wrapper-2 div.tw-slider .rack-teaser img {
  display: inline;
  float: left;
  height: 80px;
  width: 160px;
  margin: 4px 10px 0 0;
  border: none;
}  
#wrapper-2 div.tw-slider .rack-teaser p {
  clear: none;
  float: none;
  width: auto; 
  padding: 2px 0 0 0;    
  font-size: 130%;
  color: #555;
}
#wrapper-2 div.tw-slider .rack-teaser em {
  display: block;
  margin-top: 5px;
  font-style: normal;
}
#wrapper-2 div.tw-slider .rack-teaser em a {
  padding-left: 17px;
}
#wrapper-2 div.tw-slider .slider-bar {
  position: absolute;
  left: -2px;
  bottom: 0;
  background: #000 url(../img/bgs/scrollbar.png) 0 0 no-repeat;
  border: 1px solid #000;
  /*border-radius: 5px;*/
  padding: 0 106px;
  width: 727px;
  height: 23px;
}
.hcm #wrapper-2 div.tw-slider .slider-bar {
  display: none;
}
#wrapper-2 div.tw-slider .ui-slider {
  display: none;
  position: relative;
  height: 23px;
}
#wrapper-2 div.tw-slider .ui-slider .ui-slider-handle {
  position: absolute;
  background: url(../img/bgs/scroller.png) 0 0 no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
  width: 211px;
  height: 19px;
  margin: 0 0 0 -108px;
}

.js-on .youtube-player-wrapper, 
.youtube-player {
  height: 400px;
}
.youtube-player-wrapper {
  margin: 0 0 20px 0;  
}
.youtube-widget {
  margin: 0 0 20px 0;  
}
#main .youtube-widget ul {
  margin: 0;
  list-style: none;
}
.youtube-widget li {
  overflow: hidden;
  height: 1%;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 100%;
  background: url(../img/bgs/dotted-line.png) repeat-x 0 0;  
}
.youtube-widget li h3 {
  margin: 5px 0;  
}
.youtube-widget li img {
  float: left;
  margin: 3px 10px 5px 0;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser {
  width: 120px;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser img {
  margin: 0 0 5px 0;
  width: 120px;
  height: 90px;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser h2 {
  font-size: 140%;
}
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher .rack-teaser p,
#wrapper-2 #wrapper-3 #main .youtube-widget div.tw-switcher h3 {
  position: absolute;
  left: -9999em;
  overflow: hidden;
  width: 1px;
}



/* ROSEN SPECIFICS */
.imageslider-wrapper {
  height: 300px;
  overflow:hidden;
  margin-top: 10px;
  width: 460px;
  margin: 10px auto 0 auto;
}

.solution-page-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url(../img/rosen/rosen-side-bar-icons.png);
  background-repeat: no-repeat;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  display: none;
}
.child-of-product .solution-page-type {
  background-position: -207px -9px;
  display: block;
}
.child-of-service .solution-page-type {
  background-position: -167px -9px;
  display: block;
}

.highlight-this {
  background: #fefeff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGVhZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fefeff 0%, #e8eaec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(100%,#e8eaec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefeff 0%,#e8eaec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e8eaec',GradientType=0 ); /* IE6-8 */
  border: 1px solid #d8dce0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}

.blue-box {
  color: #000; 
  height: 53px;
  
}
#extras .blue-box  h2 {
  padding-top: 2px;
}

#extras .blue-box a.simple-link-link, #extras .blue-box a.simple-link-link span {
  color: #000;  
  border: none;
  text-decoration: none;
}


#extras .blue-box a.simple-link-link {
  background: url(../img/rosen/side-bar-bg.png) no-repeat;
  height: 100%;
  display: block;
  padding: 0 0 0 20px;
  background-position: 0 0;
}
#home #extras .blue-box a.simple-link-link {
  background: url(../img/rosen/side-bar-bg-wide.png) no-repeat; 
  background-position: 0 0;
  
}
#home #extras .blue-box a.simple-link-link:hover {
  background-position: 0px -114px;
}
#extras .blue-box a.simple-link-link:hover {
  background-position: 0 -114px;
}
#extras .blue-box a.simple-link-link span {
  margin: 0;
  font-family: 'DIN Next W01 Light', arial, helvetica, sans-serif;
}
#extras .blue-box.solution-scout .simple-link-icon {
  display: none;
}
#extras .blue-box.no-icon .simple-link-icon {
  display: none;
}

#home .quickentrance { 
  margin: 0;
}
#home .quickentrance a {
  background: transparent url(../img/rosen/quickentrance-sprite.png) no-repeat 0 -1px;
  color: #000;
  padding: 10px 30px;
  width: 225px;
  height: 52px;
  display: block;
  float: right;  
}

.quickentrance a {
  background: transparent url(../img/rosen/side-bar-bg.png) no-repeat 0 -1px;
  color: #000;
  padding: 0px 20px;
  width: 174px;
  height: 52px;
  display: block;
  float: right;  
}
.quickentrance a:hover {
  text-decoration: none;
  background-position: 0 -115px;
}
#home .quickentrance a:hover {
  text-decoration: none;
  background-position: 0 -135px;
}
.quickentrance h2 {
  font-family: "DIN Next W01 Medium";   
}
#extras .quickentrance h2, .quickentrance p {
  margin: 0 0 0.3em 0;
  padding: 0;
}
#home #extras .quickentrance p, #home .quickentrance p {
  width:180px;
  line-height: 1em;
  margin: 0.7em 0 0.5em 0;
  padding: 0; 
  text-transform: uppercase;
}
#extras .quickentrance p, .quickentrance p {
  line-height: 1em;
  margin: 0.8em 0 0.4em 0;
  padding: 0; 
  text-transform: uppercase;
  font-size: 12px;
}

.clear {
  clear: both;
}

.v-center {
  display: table-cell; 
  vertical-align: middle; 
}

.complete-center {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
}
.css-table {
  display: table;
}


/* Solutions page image slider */
.imageslider-wrapper {
  position: relative;
}
.imageslider-image {
  float: left;  
}
.imageslider {
  position: absolute;
}

.imageslider-wrapper .pagination, div.tw-paging .pagination {
  position: absolute;
  bottom: 0;
  padding: 5px; 
  cursor: default;
}
.imageslider-wrapper .pagination ul, div.tw-paging .pagination ul {
  margin: 0;
  padding: 0;
  /*background: #fff;*/
}
.imageslider-wrapper .pagination ul li, div.tw-paging .pagination ul li {
  margin: 0 5px 0 0;
  padding: 0;
  background: transparent url(../img/rosen/slider-button-sprite.png) bottom no-repeat;
  float: left;
  list-style: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.imageslider-wrapper .pagination ul li.current, div.tw-paging .pagination ul li.current {
  background: transparent url(../img/rosen/slider-button-sprite.png)  no-repeat;
}

.imageslider-wrapper .longdesc {
    display: none;
}

/* Solution scout page specifics */

#solutionscout #main {
  width: 100%;
  margin: 0 0 0 0;
}
#solutionscout #wrapper-3 {
  width: 100%;
}
#wrapper-3 #solution-result-wrapper {
  width: 700px;
  float: left;
  min-height: 500px;
  margin-bottom: 30px;
}
#wrapper-3 #solution-result-wrapper ul {
  padding: 0;
  list-style: none;
}
#solutionscout #extras {
  margin: 0 0 0 20px;
}
#solution-scout-wrapper {
  width: 100%;
  clear: both;  
  margin: 20px 0;
  position: relative;
}
#solution-scout-wrapper .solution-scout-lead {
  background: #f4f4f9; 
  padding: 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 140%;
  width: 200px;
  border: 1px solid #d8dce0;
  border-bottom: none;
  margin-bottom: -1px;
  position: relative;
  z-index: 80; 
  
}
#solution-scout {
  width: 100%;
  height: 260px;
  overflow: hidden;
  clear: both;  
  padding: 0;
  position: relative;
  background: #d8dce0;
  border: 1px solid #d8dce0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
}
#solution-scout fieldset {
    background: #e5e5f0; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2RiZGJlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2U1ZTVmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #dbdbe6 7%, #ffffff 24%, #ffffff 54%, #e5e5f0 98%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#dbdbe6), color-stop(24%,#ffffff), color-stop(54%,#ffffff), color-stop(98%,#e5e5f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dbdbe6 7%,#ffffff 24%,#ffffff 54%,#e5e5f0 98%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dbdbe6 7%,#ffffff 24%,#ffffff 54%,#e5e5f0 98%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dbdbe6 7%,#ffffff 24%,#ffffff 54%,#e5e5f0 98%); /* IE10+ */
  background: linear-gradient(to bottom,  #dbdbe6 7%,#ffffff 24%,#ffffff 54%,#e5e5f0 98%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbe6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#solution-scout {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#solution-scout ul {
  width: 154px;
  height: 240px;
  padding: 0;
  list-style: none;
  overflow: auto;
  margin: 0 0 0 0;
}
#solution-scout h3 {
  color: #000; /*#3c5064;*/
  text-shadow: 0 1px #fff;
  padding: 10px;
  background: #f4f4f9;
  margin: 0; 
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.25);
  z-index: 10;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 140%;
  display: block;  
}

#solution-scout legend {
  display: none;
}

#solution-scout ul li {
  margin: 3px 0 3px 3px; 
  list-style: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  width: 135px;

}
.oldie #solution-scout ul li {
  margin-left: 0;
}
#solution-scout ul li label {
  padding: 5px 10px;
  width: 115px;
}
.oldie #solution-scout ul li label {
  width: 115px;
}
#solution-scout .bottom-shade {
  position: absolute;  
  height: 15px;
  width: 100%;
  bottom: -15px;
  box-shadow: 0 -10px 5px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: 0 -10px 5px 0 rgba(255,255,255,0.5);
  
}
#solution-scout .mCSB_scrollTools{
  z-index: 9999;
}
#solution-scout ul li span, #solution-scout ul li label { 
  display: block;
  font-size: 100%;
}
.js #solution-scout ul li label, .js #solution-scout ul li label input {
  cursor: pointer;
}
#solution-scout ul li label input {
  display: block;
}
.js #solution-scout ul li label input{
  position: absolute;
  left: -9999px;
}
.js #solution-scout .form-submit {
  display: none;
}
#solution-scout .form-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99999;
}

#solution-scout ul li:hover {
  background: #ddd;
}
#solution-scout ul li.disabled:hover {
  background: none;
}
#solution-scout ul li.selected {
  background-color: #8ead68;
  background-color:  rgba(142,173,104,1);
  background-image: url(../img/rosen/scout-close.png);
  background-repeat: no-repeat;
  background-position: 115px center;
   
  color: #fff;
}
#solution-scout ul li.selected:hover {
  background-color: #8ead68;
  background-color:  rgba(142,173,104,0.8);
  background-image: url(../img/rosen/scout-close.png);
  background-repeat: no-repeat;
  background-position: 115px center;
  
  color: #fff;
}
#solution-scout ul li.disabled.selected {
  background-color: #666;
  background-color:  rgba(0,0,0,0.3);
  background-image: url(../img/rosen/scout-close.png);
  background-repeat: no-repeat;
  background-position: 115px center;
   
  color: #ccc;  
} 
#solution-scout ul li.disabled.selected:hover {
  background-color: #999;
  background-color:  rgba(0,0,0,0.3);
  background-image: url(../img/rosen/scout-close.png);
  background-repeat: no-repeat;
  background-position: 115px center;
  
  color: #ddd;
}
#solution-scout ul li.disabled, #solution-scout ul li.disabled label {
  cursor: default;
  color: #ccc;
}
#solution-result-wrapper .scout-filtering {
  margin: 0 0 1em 0;
}
#solution-result-wrapper h2 {
  margin-bottom: 0;
  position: relative;
}
#solution-result-wrapper .wrapper.result-type-service .scout-icon,
#solution-result-wrapper .result-type-data-management .scout-icon,
#solution-result-wrapper .result-type-integrity-engineering-consultancy .scout-icon {
  height: 29px;
  width: 29px;
  background: url(../img/rosen/rosen-side-bar-icons.png) -165px -6px no-repeat;
  float: left;
  margin: -2px 5px 0 -2px;
}

#solution-result-wrapper .wrapper.result-type-product .scout-icon {
  height: 29px;
  width: 29px;
  background: url(../img/rosen/rosen-side-bar-icons.png) -205px -6px no-repeat;
  float: left;
  margin: -5px 5px 0 -2px;
} 

#solution-result-wrapper strong {
  display: block;
  float: left;
  margin-right: 0.5em;
}
#solution-result-wrapper .scout-filtering strong {
    margin: 0;
    padding: 0.4em 0;
    float: left;
    font-size: 130%;
  line-height: 1.3em;  
}
#solution-result-wrapper .scout-filtering ul.filters {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 130%;
    list-style:none;
}
#solution-result-wrapper .scout-filtering ul.filters li {
    margin: 0 0.4em 0 0;
  padding: 0.4em 0;
    float: left;
}

#solution-scout .scout-column {
  float: left;
  width: 16.45%;
  border: none;
  border-right: 1px solid #e8eaec;
  border-left: 1px solid #fefeff;
  position: relative;
  padding: 0;
  margin: 0;
}
#solution-scout #scout-column-services h3, #solution-scout #scout-column-products h3 {
  padding-left: 35px;
}
#solution-scout #scout-column-services .scout-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  background: url(../img/rosen/rosen-side-bar-icons.png) -165px -3px no-repeat;
  left: 4px;
  top: 1px;
  z-index: 9999;
}
#solution-scout #scout-column-products .scout-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  background: url(../img/rosen/rosen-side-bar-icons.png) -205px -3px no-repeat;
  left: 4px;
  top: 1px;
  z-index: 9999;
}

#solution-scout-wrapper .solution-scout-lead .loader {
  width: 14px;
  height: 14px;
  background: url(../img/rosen/gray_loader.gif) no-repeat;
  position: absolute;
  top: 10px; 
  right: 10px;
  display: none;
}
#solution-result-wrapper h2 .loader {
  width: 16px;
  height: 16px;
  background: url(../img/rosen/white_loader.gif) no-repeat;
  margin-left: 10px;
  margin-bottom: -1px;
  display: none;
  position: absolute;
  top: 3px;
  left: -10px;
}

#wrapper-2.searching #solution-scout-wrapper .solution-scout-lead .loader,
#wrapper-2.searching #solution-result-wrapper h2 .loader {
  display: block;
}

#wrapper-2.searching #solution-result-wrapper h2 strong {
  visibility: hidden;
}
#wrapper-2.searching #solution-result-wrapper  {
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";

  /* Netscape */
  -moz-opacity: 0.25;

  /* Safari 1.x */
  -khtml-opacity: 0.25;

  /* Good browsers */
  opacity: 0.25;
}
#solution-result-wrapper ul li {
  font-size:100%;
}

#solution-result-wrapper ul li .wrapper {
  height: 100px;
  overflow:hidden;
  padding: 10px 30px 10px 0;
  position: relative;
}
#solution-result-wrapper ul li .wrapper .read-more {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#solution-result-wrapper ul li .wrapper .read-more span {
  display: none;
}
#solution-result-wrapper ul li .wrapper img, 
#solution-result-wrapper ul li .wrapper .noImage  { 
  float: left;  
  margin: 0 17px 0 0;
  height: 100px;
  width: 180px;
}
#solution-result-wrapper ul li .wrapper .noImage  { 
  background: #bac3d4;
}
#solution-result-wrapper ul li .wrapper h3 {
  margin-top: 0;
  font-size: 180%; 
}
#solution-result-wrapper ul li:hover .wrapper {
  background: #f4f4f9 url(../img/rosen/arrow_more.png) 675px center no-repeat;
}
.result-seperator {
  width: 100%;
  background: url(../img/bgs/dotted-line.png) bottom repeat-x;
  height: 1px;
  margin: 10px 0 10px 0; 
}

/* Solution scout page specifics */

#singlecol-sidebar #main, #search-results #main {
  width: 700px; 
  margin: 0 0 0 0;
  clear: left;
}
#singlecol-sidebar #wrapper-3, #search-results #wrapper-3 {
  width: 700px;
  clear: left;
}

#singlecol-sidebar #extras, #search-results #extras {
  margin: 0 0 0 0;
}

.text .box:first-child h1,
.text .box:first-child h2,
.text .box:first-child h3,
.text .box:first-child h4,
.text .box:first-child h5,
.text .box:first-child h6 {
  margin-top: 0;
}

.company dt {
  float: left;
  width: 120px;
}
.company dd {
  margin: 0;
}
.company .adr {
  margin: 0 0 1em 0;
}

.company dl.media dt,
.company dl.photo dt {
  display: block;
}
.company h2, .faux-company-title {
  font-size: 14px;
  line-height: 1.5em; 
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0;
}
.company h3 { 
  display: none;
}
#main .text .company p, .company dl {
  margin: 0;
}

.company .company-photo dt {
  float: none;
  margin-top: 20px;
  width: auto;
}
.company .company-photo img {
  float: none;
  width: 460px;
}


#scout_overlay, #scout_explanation .explanation {
  display: none;
}

#explanation_step_1 {
  width: 600px;
  height: 45px;
  top: -80px;
  left: 260px;
}

#explanation_step_2 {
  right: 0px;
  width: 200px;
  top: 335px;
}
#explanation_step_3 {
  right: 0px;
  width: 200px;
  top: 564px;
}

.just-one #explanation_step_3, .none #explanation_step_3 {
  top: 440px;
}

.none #explanation_step_3 .line-top-horizontal, .just-one #explanation_step_3 .line-top-horizontal, .searching .explanation .line-top-horizontal {
  display: none;
}
 

.explanation .indicator {
  /*float: left;*/
  font-family: 'DIN Next W01 Bold';
  margin-right: 5px;
  pointer-events: none;
}

.explanation .icon {
  height: 23px;
  width: 25px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999999px;
  vertical-align: middle;
}
.explanation .icon.scout-close {
  background-color: #8ead68;
  background-color: rgba(142,173,104,1);
  background-image: url(../img/rosen/scout-close.png);
  background-repeat: no-repeat;
  background-position: center center;   
  height: 22px;
  width: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.explanation .icon.services {
  background: url(../img/rosen/rosen-side-bar-icons.png) -167px -9px no-repeat;
}
.explanation .icon.products {
  background: url(../img/rosen/rosen-side-bar-icons.png) -207px -9px no-repeat;
}
.explanation p {
  margin: 0;   
}
.explanation p.second {
  margin-top: 1em;  
}
.explanation .line-left-vertical {
  width: 1px;
  /*height: 100px;*/
  height: 70px; 
  border-left: 1px dashed #AAA;
  position: absolute;
  top: 65px;
  left: 15px
}
.explanation .line-top-horizontal {
  height: 1px;
  /*width: 100px;*/
  width: 70px;
  border-top: 1px dashed #AAA;
  position: absolute;
  top: 15px;
  left: -70px;
}
#scout_explanation {
  position: relative;  
  clear: both;
}

.explain #scout_explanation .explanation {
  display: block;
  position: absolute;
  margin: 0;
  z-index: 999999998;
}
.explain #scout_overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 9999996;
}
.explain #solution-scout-wrapper {
  position: relative;
  z-index: 99999997;
}

#solution-result-wrapper #filters-and-results {
  position: relative; 
  padding: 5px 0;
}
.explanation {
  z-index: 99999997;  
  color: #ffffff;
  /*background: #fff9b7;
  -webkit-box-shadow: 0 0 15px -5px #000;
  -moz-box-shadow: 0 0 15px -5px #000; 
  box-shadow:0 0 15px -5px #000; */
  padding: 5px 10px;
  position: absolute;
}
#solutionscout.explain  #solution-result-wrapper li.explanation-highlight .wrapper, #solutionscout.explain #solution-result-wrapper #filters-and-results.explanation-highlight {
  z-index: 99999997;  
  -webkit-box-shadow: 0 0 15px -5px #000;
  -moz-box-shadow: 0 0 15px -5px #000;
  box-shadow:0 0 15px -5px #000; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}

.padding-applied #solution-result-wrapper li.explanation-highlight .wrapper,
.padding-applied #solution-result-wrapper #filters-and-results {
  position: relative;
  padding-left: 10px;
}
.explain #solution-result-wrapper li.explanation-highlight:hover .wrapper {
  background: #f4f4f9 url(../img/rosen/arrow_more.png) 675px center no-repeat !important;
}

#help-me {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 30px;
}
#help-me .help-me-icon {
  background: url(../img/rosen/scoutInformationLayer.png) top center no-repeat;
  height: 30px;
  width: 20px;
  cursor: pointer;
  float: left;
}
#help-me .help-me-text {
  white-space: nowrap;
  line-height: 30px;
  margin-left: 5px;
  float: left;
}

.explain #help-me .help-me-icon {
  background: url(../img/rosen/scoutInformationLayer.png) bottom center no-repeat;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Magnolia edit mode fix */
body .mgnlEditorMainbar {
  z-index: 999999999 !important;
}
body .mobilePreview {
    z-index: 9999999998 !important;
}

.intro-popup {
  cursor: pointer;
}
.popup-wrap {
  position: relative;
  margin-bottom: 0px !important;
}
.popup-wrap .indicator {
  font-family: 'DIN Next W01 Bold';
  margin-right: 5px;
  pointer-events: none;
  color: white;
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 30px;
  font-style: normal;
}

/* Share related styles */
.share.share-linkedin {}
.share.share-inline {
  margin-top: -4px;
}
.share.share-container {
  font: 0/0 a;
  float: left;
  margin-right: 20px;
  list-style: none;
}
#search-box form {
  float: right;
}
.share.share-container li {
  float: left;
  margin-right: 3px;
  font-family: 'DIN Next W01 Regular', arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #b9c1d3;
  margin-top: 1px;
}
.share.share-container li a {
  display: block;
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: #b9c1d3;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999px;
  font: 0/0 a;
  color:  transparent;
}
/* http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/ */
.share.share-container .share-linkedin a {
  background-image: url('../img/icons/16x16/linkedin.png');
  /*background-position: 3px 3px;*/
}
.backgroundsize .share.share-container .share-linkedin a {
  background-image: url('../img/icons/32x32/linkedin.png');
  background-size: 15px;
}
.share.share-container .share-linkedin a:hover {
  background-color: #007bb6;
}
.share.share-container .share-youtube a {
  background-image: url('../img/icons/16x16/youtube-alt.png');
  /*background-position: 3px 3px;*/
}
.backgroundsize .share.share-container .share-youtube a {
  background-image: url('../img/icons/32x32/youtube-alt.png');
  background-size: 15px;
}
.share.share-container .share-youtube a:hover {
  background-color: #bb0000;
}
.share.share-container .share-rss a {
  background-image: url('../img/icons/12x12/rss.png');
}
.backgroundsize .share.share-container .share-rss a {
  background-image: url('../img/icons/24x24/rss.png');
  background-size: 12px;
}
.share.share-container .share-rss a:hover {
  background-color: #ff6600;
}
.share.share-container .share-lead {
  margin-right: 6px;
  margin-top: 2px;
}

/** Tabs Styling **/

.tabbed-content-navigation {
  width: 100%;
  font-size: 0px;
  white-space: nowrap;
  clear: both;
  overflow: hidden;
  background-color: #e8eaea;
  /*border-left: 1px solid #e8eaea;*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGVhZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fefeff 0%, #e8eaec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefeff), color-stop(100%,#e8eaec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefeff 0%,#e8eaec 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefeff 0%,#e8eaec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e8eaec',GradientType=0 ); /* IE6-8 */
}
.tabbed-content-navigation a {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px;
  border-bottom: none !important;
  background-color: #e8eaea;  
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #e8eaea;
  font-family: 'DIN Next W01 Light', arial, helvetica, sans-serif;
  box-sizing: border-box;
}
.tabbed-content-navigation.has-1 a {
  max-width: 100%;
}
.tabbed-content-navigation.has-2 a {
  max-width: 50%;
}
.tabbed-content-navigation.has-3 a {
  max-width: 33.33333333333333%;
}
.tabbed-content-navigation.has-4 a {
  max-width: 25%;
}
.tabbed-content-navigation.has-5 a {
  max-width: 20%;
}
.tabbed-content-navigation.has-6 a {
  max-width: 16.66666666666667%;
}
.tabbed-content-navigation a.active {
  background-color: #fff;
  border-top: 1px solid #b1162e;
  font-family: 'DIN Next W01 Regular', arial, helvetica, sans-serif;
}
.tabbed-content {
  display: block;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
.tabbed-content .text-section {
  width: 100%;
  display: none;
}
.tabbed-content .text-section.active {
  display: block;
}
.tabbed-content .text-section h2:first-child {
  display: none;
}




/* CAMPAIGNS

/* Page header */
#single-col #wrapper-2 {
  background: none;
}
#single-col #section-header {
  background: none;
  overflow: visible;
  position: relative;
}
#single-col #section-header h2 {
  font-family: "DIN Next W01 Medium";
}   
#single-col #section-header .media.large {
  float: none;
  width: 100%;
  padding: 0px;
}
#single-col #section-header .media.large img {
  width: 100%;
}
#single-col #section-header .anchor {
  background: transparent url(../img/rosen/quickentrance-sprite.png) no-repeat 0 -1px;
  bottom: -25px;
  color: #000;
  display: block;
  float: right;
  height: 52px;
  padding: 10px 30px;
  position: absolute;
  right: 20px;
  width: 225px;
}


/* Page content */
#single-col #wrapper-3,
#single-col #main {
  float: left;
  margin: 0; 
  width: 940px;
  min-height: 1px;
}
#single-col .page-header {
  height: 65px;
}
#single-col .page-header h1,
#single-col .page-header .item-sidebar-sep {
  margin: 0 20px;
}
#single-col .page-header .page-header .kicker {
  display: none;
}
#single-col #platform .list {
  float: left;
  margin: 20px;
  padding: 0;
  width: 430px;
}
#single-col #platform .list h1 {
  color: #b1162e;
  font-size: 200%;
  margin-bottom: 15px;
}
#single-col #platform .list .form-wrapper {
  background-color: #f4f4f9;
}
#single-col #platform .list .form-wrapper fieldset {
  margin: 0;
}
#single-col #platform .list .form-wrapper fieldset .form-row {
  border: none;
  padding: 5px 0
}

#single-col #platform .list .media.large {
  width: 100%;
}

#single-col #wrapper-3 #main .text-section {
  width: 900px;
  margin: 20px;
}

#single-col #wrapper-3 #main .text-section .media.photo {
  margin-right: 35px;
  width: 430px;
}
#single-col #wrapper-3 #main .text-section .media.pos-2 {
  margin-left: 40px;
  margin-right: 0px;
  width: 430px;
}
#single-col #wrapper-3 #main .text-section .media.photo.large {
  width: 100%;
  margin: 0;
}
  
#single-col #wrapper-3 #main .text-section .media img {
  width: 100%;
}

/* Base Papers */
#single-col #agenda {
  width: 900px;
  margin: 0px 20px;
}
#single-col #agenda h1 {
  margin-bottom: 2px;
}
#single-col .agenda.text-section {
  display:block;
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px solid #2E2E7E;
}

  #single-col .agenda.text-section div.rosendate {
    position: static;
    width: 300px;
    float: left;
    font-size: 13pt;
    background: none;
    margin-top: 5px;
    margin-right: 20px;
  }
  
  #single-col .agenda.text-section div.rosendate span {
    display: inline-block;
    color: #000;
    padding: 3px 7px;
    margin-bottom: 10px;
  }
  
  
  #single-col .agendaDateRed .agenda.text-section div.rosendate span {
    background: #b1162e;
    color: #fff;
    
  }
  
  #single-col .agendaDateBlue .agenda.text-section div.rosendate span {
    background: #2E2E7E;
  	color: #fff;
  	
  }

  #single-col .agenda.text-section div.inner-content {
    width: 564px;
    float: left;
    margin-bottom: 20px;
  }

@media only screen and (max-device-width: 480px) {
  #single-col .agenda.text-section div.inner-content {
    width: auto;
  }
}

  #single-col .agenda.text-section div.inner-content div.paperReadmoreContent {
    clear: both;
    border: 1px solid #2E2E7E;
    text-align: justify;
    padding: 0 20px 20px 20px;
  }

  .inner-content p {
    margin-bottom: 10px;
  }

  #single-col .agenda.text-section h2 {
    margin: 0;
  }

  #single-col #agenda .text-section .text {
    display: none;
  }

  #single-col #agenda .text-section .contacts {
    overflow: hidden;
  }

  #single-col #agenda .text-section .abstract {
    overflow: hidden;
    text-align: justify;
  }

  #single-col #agenda .text-section .event-title {
    height: 80px;
    font-size: 120%;
  }

  #single-col #agenda .text-section .image{
    width: 100%;
    clear: both;
    margin-top: 10px;
  }

  #single-col #agenda .text-section .readmore a {
    font-weight: bold;
    clear: both;
    color: #fff;
    font-size: 10pt;
    background: #2E2E7E;
    padding: 3px 6px;
  }

#single-col #agenda .paper-information {
  background-color: #f4f4f9;
  clear: both;
  display: none;
  float: left;
  padding: 20px;
  width: 100%;  
}
#single-col #agenda .paper-information .close {
  font-weight: bold;
}


/* papers */


/* Base Papers */
#single-col #paper {
  width: 900px;
  margin: 0px 20px;
}
#single-col #paper h1 {
  margin-bottom: 2px;
}
#single-col .paper.text-section {
  border-left: 1px dotted #000;
  display:block;
  float:left;
  margin: 20px 0;
  padding: 0 20px 20px 20px;
  width: 180px;
}
#single-col #paper .text-section .text {
  display: none;
}
#single-col #paper .text-section .contacts {
  height: 52px;
  overflow: hidden;
} 
#single-col #paper .text-section .abstract {
  height: 100px;
  overflow: hidden;  
}
#single-col #paper .text-section .event-title {
  height: 80px;
  font-size: 120%;
}

#single-col #paper .text-section .readmore a {
  font-weight: bold;
}
#single-col #paper .paper-information {
  background-color: #f4f4f9;
  clear: both;
  display: none;
  float: left;
  padding: 20px;
  width: 100%;  
}
#single-col #paper .paper-information .close {
  font-weight: bold;
}



#single-col #item-sidebar {
  display:none;
}

a#share_on_linkedin { 
    display: block;
    width: 73px;
    height: 20px;
    background: url(../img/icons/linkedin.png);
}

.mobileOnly {
  display: none;


}