@charset "iso-8859-1";

/********** Responsive images **************/
div.csc-textpic [data-csc-cols="1"] .csc-textpic-image, div.csc-textpic [data-csc-cols="1"] .csc-textpic-image img {
  max-width: 100%; }

div.csc-textpic [data-csc-cols="2"] .csc-textpic-image, div.csc-textpic [data-csc-cols="2"] .csc-textpic-image img  {
  max-width: 48.95%; }

div.csc-textpic [data-csc-cols="3"] .csc-textpic-image, div.csc-textpic [data-csc-cols="3"] .csc-textpic-image img  {
  max-width: 32.5%; }

div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-image {
  max-width: 22.5%;
  width:22.5%;
  margin-left:2%;
}
div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-image {
  max-width: 17.5%;
  width:17.5%;
  margin-left:2%;
}
div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-image {
  max-width: 14%;
  width:14%;
  margin-left:2%;
}
div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-image img  {
  max-width: 100%; 
}
@media (max-width: 60em) {
  div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-image, div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-image img {
      max-width: 48%; 
  }

  div.csc-textpic DIV.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-image img  {
    max-width: 100%;
  } 
}
  
  
/*******************************************************************************
*  style-zweispaltig.css : 2011-03-09
*******************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 5, 2011 */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('OpenSans-ExtraBold-webfont.eot');
    src: url('OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  background-color: #f7f7f7;
  color: #3b3b3a;
  font-family: OpenSansRegular;
}
body {
  margin: 0 auto;
  font-size: 100.1%;
  background-color: #f7f7f7;
  color: #3b3b3a;
  font-family: OpenSansRegular, Arial,Verdana;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}
* html #SOWrap {
  overflow: visible;  /* fix for IE italics bug */
  position: relative;  /* fix some rendering issues */
}
#SOWrap {
  float: left;
  margin: 0 -1px 0 0;
  width: 100%;
  z-index: 3;
}
.clear {
  clear: both;
  padding-bottom: 1px;  /* for Gecko-based browsers */
  margin-bottom: -1px;  /* for Gecko-based browsers */
}
.hide {
  display: none !important;
}
.inside {
  padding: 0;
}
hr {
  background:#999999;
  border:none;
  height:1px;
  }
/*
################################## PAGE ########################################
*/
#page {
  min-width: 960px;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 32px 0;
  font-size: 0.88em;
  background-color: #FFF;
}
* html #page {
  /* \*/
    word-wrap: break-word;
  /* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
/*
/////////////////////////////////// HEAD ////////////////////////////////
*/
#masthead {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #25328B;
}
/*
******************************** Logo **********************************
*/
#logo {
  float: left;
  width: 257px;
  background-color: transparent;
  color: #fff;
  background-image: url("../images/bg_header_logo.jpg");
  background-repeat: repeat-y;
  background-position: 100% 0;
  margin: 0;
  padding: 0;
}
* html #logo {
  margin: 0;
}
/*
**************************** Bildwechsler *******************************
*/
#imagewechsler {
  height: 284px;
  background-image: url("../images/pic_start_wohnideen_lifestyle.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  border-style: solid;
  border-color: #3b3b3a;
  border-width: 2px 0;
  margin: 0;
  padding: 0;
  z-index: 99;
}
#imagewechsler img {
  margin: 0;
 /* padding: 48px 0 0 32px;*/
 
}
#imagewechsler p {
  margin: -5px 0 0 0;
}
#imagewechsler p img {
  margin: 0;
  padding: 0 0 0 168px;
}
#imagewechsler .imagenavi {
  background-image: url("../images/start_switch_0.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 256px;
  color: #FFF;
  background-color: transparent;
  padding: 12px 0 16px 0;
}
#imagewechsler .imagenavi p img {
  margin: 0;
  padding: 0;
}
#imagewechsler .imagenavi p {
  margin: 0;
}
#imagewechsler .imagenavi a {
  font-size: 11px;
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}
#imagewechsler .imagenavi a.first {
  margin-left: 16px;
}
#imagewechsler .imagenavi a.last {
  margin-left: 110px;
}
/*
************************ Horizontale Navigation *************************
*/
#hnav {
  width: 700px;
  margin: 0 0 0 259px;
  padding: 0;
}
* html #hnav {
  margin: 0 -259px 0 0;
  padding: 0;
}
#hnav ul {
  margin: 0 -2px;
  padding: 0;
}
#hnav ul li {
  list-style: none;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-family: OpenSansSemibold;
}
#hnav ul li a {
  width: 123px;
  height: 128px;
  line-height: 100px;
  display: block;
  color: #3b3b3a;
  backgrund-color: transparent;
  border-right: solid 1px #d9dada;
  text-decoration: none;
  padding-left: 16px;
  background-image: url("../images/bg_header_menu_main.jpg");
  background-repeat: repeat-x;
  background-position: 100% 0;
}
#hnav ul li.first a, #hnav ul li.first a.aktiv {
  width: 126px;
}
* html #hnav ul li.first a, * html #hnav ul li.first a.aktiv {
  width: 123px;
}
#hnav ul li.last a, #hnav ul li.last a.aktiv {
  width: 123px;
}
#hnav ul li a:hover, #hnav ul li a.aktiv, 
#hnav ul li.first a:hover, #hnav ul li.first a.aktiv, 
#hnav ul li.last a:hover, #hnav ul li.last a.aktiv {
  background-image: url("../images/hover_menu_main.jpg");
  background-repeat: repeat-x;
  background-position: 100% 0;
  color: #323e91;
  background-color: transparent;
}
/*
******************************* Container *********************************
*/
#outerColumnContainer {
  border-left: solid 0em #fff;
  border-right: solid 256px #fff;
  border-left-color: #ded;
  border-right-color: #FFF;
  background-color: #FFF;
  margin-top: 8px;
}
#innerColumnContainer {
  margin: 0 -1px;
  width: 100%;
  z-index: 1;
  border-right: solid 1px #999;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
#middleColumn {
  float: right;
  margin: 0;
  width: 100%;
  overflow: visible;  /* fix for IE italics bug */
  position: relative;  /* fix some rendering issues */
  z-index: 5;
}
* html #innerColumnContainer {
  margin: 0;
  width: 655px;
}
* html #middleColumn {
  margin:0;
  width: 655px;
  padding: 0px 16px 0px 32px;
}
/*
///////////////////////////////// CONTENT //////////////////////////////
*/
#middleColumn .inside {margin: 0 16px 0 32px;}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#middleColumn .inside h1 {font-size: 30px; color: #303c91; background-color: transparent; font-family: OpenSansSemibold; text-transform: uppercase; line-height: 30px;}
h2 {font-size: 18px; color: #303c91; background-color: transparent; font-family: OpenSansSemibold; text-transform: uppercase; line-height: 18px;}
h3 {font-size: 18px; color: #303c91; background-color: transparent; font-family: OpenSansExtrabold; text-transform: uppercase; margin-top: 18px;}
h4 {font-size: 14px; color: #303c91; background-color: transparent; font-family: OpenSansSemibold; text-transform: uppercase; line-height: 14px; margin-bottom: 32px;}
h5 {font-size: 14px; color: #303c91; background-color: transparent; font-family: OpenSansSemibold; text-transform: uppercase; line-height: 14px; border-bottom: solid 1px #999; margin-bottom: 16px;}
h6 {font-size: 14px; color: #3B3B3A; background-color: transparent; font-family: Arial; font-weight: bold; margin-top: 16px;}
p {font-size: 13px; color: #3B3B3A; background-color: transparent; font-family: Arial; margin-top: 16px;}


a, a:link, a:visited, a:active {
   color: #191919;
   text-decoration: none;
}
a:hover {
  text-decoration: none;
}
label {
  cursor: pointer;
}
table {
  font-size: 100%;
}
td, th {
  vertical-align: top;
}
img, img a {
  border: none;
  max-width:100%;
}
p.fontsize-set {
  text-align: center;
}
p.fontsize-set img {
  border-width: 0;
}
.csc-default {
  margin-top:8px;
  }
#middleColumn .pfad {
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: transparent;
  color: #999999;
}
#middleColumn .pfad a {
  background-color: transparent;
  color: #25328B;
  text-decoration: none;
}
#middleColumn .pfad a:hover,
#middleColumn .pfad a.aktive {
  background-color: transparent;
  color: #25328B;
  text-decoration: none;
}
#middleColumn a {
  background-color: transparent;
  /*color: #3B3B3A;
  text-decoration: underline;  */
  color: #191919;
  font-family: "OpenSansSemibold";
}
#middleColumn a:hover {
  text-decoration: underline;
}

/*
///////////////////////////////// LEFTCOLUMN ////////////////////////////
*/
#leftColumn {
  float: left;
  margin: 0 1px 0 -0em;
  width: 0em;
  z-index: 4;
  display: none;
  overflow: visible;  /* fix for IE italics bug */
  position: relative;  /* fix some rendering issues */
}

/*
//////////////////////////////// RIGHTCOLUMN /////////////////////////////
*/
#rightColumn {
  float: right;
  width: 256px;
  margin: 0 -256px 0 1px;
  z-index: 2;
  overflow: visible;  /* fix for IE italics bug */
  position: relative;  /* fix some rendering issues */
  font-size: 14px;
}
* html #rightColumn {
  margin: 0 -655px 0 0;
  width: 224px;
  padding: 0 16px;
}
#rightColumn .inside {
  font-size: 90%;
}
#rightColumn .inside {margin: 0 16px;}
#rightColumn h1 {
  color: #25328B;
  font-family: "OpenSansSemibold";
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
#rightColumn p {
  font-family: "OpenSansSemibold";
  font-style: normal;
}
#rightColumn a {
  background-color: transparent;
  color: #191919;
  text-decoration: none;
}

/*
************************* Suche **************************
*/
#suche {
  width: 232px;
}
#suche ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form#indexedsearch {
  height:24px;
}
#suchform {
  margin: 16px 0;
}
#suchform {
  background: url("../images/box_search.jpg") no-repeat scroll 0 0 transparent;
  height: 24px;
  width: auto;
}
fieldset, img {
  border: 0 none;
}
#suchform legend.hide, #suchform fieldset label.hide, .hide {
  display: none;
}
#suchform input.searchbox-sword {
  background-color: transparent;
  border: none;
  color: #333333;
  padding-left: 10px;
  width: 182px;
  vertical-align: top;
  padding-top: 4px;
}
#suchform input.button {
  background: url("../images/box_search_icon.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  height: 24px;
  text-indent: -9999px;
  width: 32px;
}
/*
************************* rechter Inhalt Messe **************************
*/

.messe-container {
  padding: 10px 0;
}
.messe-date {
  font-family: "OpenSansRegular";
  font-size: 11px;
  background-image: url("../images/icon_list_messetermine.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
}
.messe-item {
  margin: 0;
  padding: 3px 0;
}
.messe-item IMG {
  border: medium none;
  float: left;
  margin: 0 5px 5px 0;
}
.messe-item > p {
  margin: 0;
  padding: 0;
}
.messe-gotoarchive {
  margin: 3px 0;
  padding: 3px;
}
.messe-gotoarchive a {
  color: #191919;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
/*
************************* rechter Inhalt News **************************
*/


.news-latest-container {
  padding: 10px 0;
}
.news-latest-date {
  font-family: "OpenSansRegular";
  font-size: 11px;
  background-image: url("../images/icon_list_neues.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 20px;
}
.news-latest-item {
  margin: 0;
  padding: 3px 0;
}
.news-latest-item IMG {
  border: medium none;
  float: left;
  margin: 0 5px 5px 0;
}
.news-latest-item > p {
  margin: 0;
  padding: 0;
}
.news-latest-gotoarchive {
  margin: 3px 0;
  padding: 3px;
}
.news-latest-gotoarchive a {
  color: #191919;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
#rightColumn .news-latest-container h2  {
  padding-left:20px;
}
#rightColumn .news-latest-container h2 a {
  color: #000000;
  font-family: "OpenSansSemibold";
  font-size: 14px;
  line-height: 16px;
  padding-left: 0px;
  text-transform: none;
}

/*
////////////////////////////////// FOOTER ///////////////////////////////
*/
#footer {
  padding: 16px 0 32px 0;
  background-color: transparent;
  color: #fff;
  background-image: url("../images/bg_footer_top.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  height: 112px;
}
#innerFooter {
  min-width: 960px;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#innerFooter .links {
  background-color: transparent;
  color: #002853;
  float: left;
  font-size: 12px;
  margin:0;
  width: 655px;
  padding: 0px 16px 0px 32px;
}
#innerFooter .links ul {margin-top: 16px;}
#innerFooter .links ul li {
  display: inline;
  list-style-type: none;
}
#innerFooter .links ul li a {
  background-color: transparent;
  color: #FFF;
  margin: 0 16px 0 0;
  text-decoration: none;
}
#innerFooter .rechts {
  background-color: transparent;
  color: #002853;
  float: left;
  font-size: 11px;
  margin: 0;
  width: 223px;
  border-left: solid 1px #d3d6e8;
  padding: 0 16px;
}
#innerFooter h1 {
  font-size: 14px;
  line-height: 18px;
  border-bottom: solid 2px #d3d6e8;
  font-family: "OpenSansRegular";
  color: #d3d6e8;
  background-color: transparent;
}
#innerFooter p {
  font-size: 12px;
  font-family: "Arial";
  font-style: italic;
  font-weight: normal;
  color: #d3d6e8;
  background-color: transparent;
}
#innerFooter a {
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
}
/*
////////////////////////////////// ADRESS ///////////////////////////////
*/
#adress {
  color: #919292;
  background-color: transparent;
  font-size: 11px;
  font-family: "OpenSansRegular";
  background-image: url("../images/bg_footer_bottom.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  margin-bottom: 16px;
  height: 52px;
}
#adress a {
  background-color: transparent;
  color: #191919;
  text-decoration: none;
}
#innerAdress {
  min-width: 960px;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#innerAdress .links {
  background-color: transparent;
  color: #191919;
  float: left;
  margin:0;
  width: 607px;
  padding: 0px 16px 0px 32px;
}
#adress .links a {
  text-decoration: underline;
}
#innerAdress .rechts {
  background-color: transparent;
  color: #191919;
  float: left;
  margin: 0;
  width: 273px;
  padding: 0 16px;
}
#innerAdress ul {margin-top: 16px;}
#innerAdress ul li {
  display: inline;
  list-style-type: none;
}
#innerAdress ul li a {
  background-color: transparent;
  color: #191919;
  margin: 0 16px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}
#innerAdress p {
  color: #191919;
  background-color: transparent;
  font-size: 11px;
  font-weight: normal;
}
/******************************************************************************/



/* Visibility Classes */
.show-for-small,
.hide-for-large {
  display: inherit !important; }

.hide-for-small,
.show-for-large {
  display: none !important; }
/* Large Displays: 641px and up */
@media only screen and (min-width: 60.063em) {

}

/* Large Displays: 641px and up */
@media only screen and (min-width: 60.063em) {
   .hide-for-large {
    display: none !important; }
   
  .hide-for-small {
    display: inherit !important; }

  .show-for-small,
  .show-for-large {
    display: none !important; }
  
  #sidr {
    display: none !important; }
}