/* FONTS - START */
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/lato-regular-webfont.eot');
    src: url('fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/lato-bold-webfont.eot');
    src: url('fonts/lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/lato-italic-webfont.eot');
    src: url('fonts/lato/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-italic-webfont.woff2') format('woff2'),
         url('fonts/lato/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/lato-bolditalic-webfont.eot');
    src: url('fonts/lato/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lato/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato/lato-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "iconvault";
    src: url("fonts/forecast/iconvault_forecastfont.eot");
    src: url("fonts/forecast/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),
       url("fonts/forecast/iconvault_forecastfont.woff") format("woff"),
       url("fonts/forecast/iconvault_forecastfont.ttf") format("truetype"),
       url("fonts/forecast/iconvault_forecastfont.svg#iconvault") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* FONTS END */

/* General */

.formhint {
  color: #a00;
}

img {
  border: none;
}

.spacer {
    display: block;
    clear: both;
    float: none;
}

.hidden {
    position: absolute;
    left: -9999em;
    top: -9999em;
    height: 0;
    width: 0;
}

.splitContent .teaser.nobottom,
.teaser.nobottom,
.teaser.nobottom,
.nobottom {
    margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:visited {
  color: #000;
}

a.mail {
  background-image: url("../img/icons/icon_mail.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

p {
    font-size: 100%;
    line-height: 1.5em;
    max-width: 100%;
}

hr {
  clear: both;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a, #main h6 a {
  color: #000;
}

#main a:hover ,
#footer a:hover ,
#footer #pageNav a:hover {
  text-decoration: underline;
}

body,
body input{
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'latoregular',sans-serif;
  font-weight: 400;
}

*, html {
  box-sizing: border-box;
}

figure {
    margin: 0;
    padding: 0;
}

.contentWidth {
  width: 1056px;
  margin: auto;
  max-width: 100%;
}

/*RTE align*/
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

/* Header Start */
#header .expandable {
  height: 142px;
  width: 100%;
  background-color: #FED201;
  position: fixed;
  top: 0;
}

#header .loginBar, #header .searchBar, #header .contactBar, #header .languageBar {
  display: none;
}

#header .contactBox {
  margin-top: 45px;
  float: left;
}

#header .contactBox1{
  width: 52%;
}

#header .contactBox2 {
  width: 30%;
}

#header .contactBox3 {
  width: 17%;
}

#header .contactBox h3 {
  font-weight:normal;
  margin: 0px;
  margin-bottom:25px;
}

#header .contactBox3 span {
  float: left;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid black;
  font-size: 87.5%;
}

#header .contactBox3 span:last-of-type{
  border-right: 0px;
  padding-right: 0px;
}

#header .contactBox2 .headerContactBTN {
  width: 80%;
}

#header .headerContactBTN {
  height: 40px;
  border-width: 0px;
  float: left;
  margin-right: 35px;
  width: 25%;
  background-color: #fff;
  cursor: pointer;
  text-transform:uppercase;
  text-align: center;
}

#header .headerLangBTN {
  height: 40px;
  border-width: 0px;
  float: right;
  margin-left: 35px;
  width: calc(20% - 28px);
  background-color: #fff;
  cursor: pointer;
  text-transform:uppercase;
}

#header .headerLangBTN.lang3 {
    width: calc(27% - 28px);
}

#header .headerLangBTN.active {
  background-color: #004593;
  color: #fff;
}

#header .headerLangBTN .flag {
  padding-left: 15px;
    padding-top: 14px;
}

#header .headerLangBTN.lang1,
#header .headerLangBTN.lang2 {
  width: 50px;
}

#header .loginBox, #header .languageBox {
  margin-top:45px;
}

#header .logInput {
  height: 40px;
  border-width: 0px;
  padding-left: 1.5%;
  display:block;
  float: left;
  margin-right: 35px;
  width: 25%;
  border: 1px solid transparent;
}

#header .loginBTN {
  border-width: 0px;
  height: 40px;
  background-color: #004593;
  color: #fff;
  width: 10%;
  float: left;
  cursor: pointer;
  text-transform:uppercase;
}

#header .searchBar .searchBox.ghmTrackedSearch {
  width: 40%;
  float: left;
  margin-top:45px;
}

#skrollr-body .searchBox .headerSearch {
    width: 80%;
    height: 40px;
    border-width: 0px;
    padding-left: 3%;
    float: left;
}

#skrollr-body .searchBox .headerSearchBTN {
    border-width: 0px;
    height: 40px;
    background-color: #fff;
    color: #004593;
    width: 10%;
    float: left;
    cursor: pointer;
/*     background-image: url('../img/icons/pfeile/suche.png'); */
    background-repeat:no-repeat;
    background-position:center;
    position: relative;
    top: -10px;
    background-image: url(../img/icons/meta_suche_btn_aktiv.png);
}

#skrollr-body .suggestions,
#skrollr-body div#selction-ajax {
    float: none!important;
}
#skrollr-body .suggestions_2,
#skrollr-body div#selction-ajax_2 {
    float: none!important;
}

#header .searchBar .searchBox .headerSearch {
  width: 80%;
  height: 40px;
  border-width: 0px;
  padding-left: 3%;
  float: left;
}

#header .searchBar .searchBox .headerSearchBTN {
  border-width: 0px;
  height: 40px;
  background-color: #fff;
  color: #004593;
  width: 10%;
  float: left;
  cursor: pointer;
  background-image: url('../img/icons/pfeile/suche.png');
  background-repeat:no-repeat;
  background-position:center;
}

#header .arrow {
  position: absolute;
  left: calc(50% - 10px);
  bottom: 5%;
  background-image:url('../img/icons/pfeile/pfeil_oben.png');
  background-size: cover;
  height: 13px;
  width: 20px;
  cursor:pointer;
}

#header .rightPart {
  float: right;
  position: absolute;
  right: 0;
  z-index: 20000;
}

#header #metaNav {
    float: right;
}

#header #metaNav ul {
    display: flex;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#header #metaNav li {
    display: flex;
    align-items: center;
    color: #000;
}

#header #metaNav li + li {
    border-left: 1px solid currentColor;
}

#header #metaNav a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: inherit;
    font-size: 12px;
    height: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

#header #mainNav {
  clear: both;
    float: right;
  background-color: #f6f6f6;
  margin-top: 40px;
  z-index: 100;
}

#header #mainNav  a,
#header .expandable a{
  color: #101010;
  text-decoration: none;

}

#header #mainNav > ul {
  position: relative;
}

#header #mainNav >ul >li {
    /*
    padding: 35px 40px;
    */
    border-left: 2px solid #fff;
}

#header #mainNav.skrollable-after > ul > li,
#header #mainNav.skrollable-between > ul > li{
    border-left: 2px solid #f6f6f6;
}

#header #mainNav > ul > li > a{
  font-size: 87.5%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header #mainNav  > ul > li:first-child  {
  border-left: none;
}

#header #mainNav > ul > li > a span {
  background-color: #f6f6f6;
}

#header #mainNav > ul > li > a > span:hover ,
#header #mainNav > ul > li:hover a span  ,
#header #mainNav ul li:hover > a,
#header #mainNav > ul > li.active > a span {
  background-color: #014495;
}

#header #mainNav > ul > li:hover > a span,
#header #mainNav > ul > li.active > a {
  color: #fff;
}

#header #mainNav ul li:hover .triangle ,
#header #mainNav ul li.active:hover .triangle {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #014495;
  height: 0;
  position: absolute;
  top: 53px;
  width: 0;
  z-index:21;
  margin-left: 70px;
}

#header #mainNav ul li.active .triangle {
  z-index: 10;
}

#header #mainNav ul li.presse:hover .triangle ,
#header #mainNav ul li.presse.active .triangle ,
#header #mainNav ul li.presse.active:hover .triangle {
  margin-left: 50px;
}

#header #mainNav ul li .submenu {
  display:none;
  position: absolute;
  top: 53px;
  background-color:#ccc;
  padding:0;
  left: auto;
  right:0;
  min-width: 760px;
  z-index: 20;
  box-shadow: 0px 5px 10px -3px #999;
}

#header #mainNav ul li .submenu .subListe {
  background-color: #fff;
  float: left;
  width: 50%;
  text-align: left;
}

#header #mainNav ul li .submenu  img {
  float: right;
    margin-right: 4px;
  width: 318px;
  height: 380px;
}

#header #mainNav ul li .submenu .yellowBanner {
  margin-right: 4px;
  padding: 20px;
  background-color: #FED201;
  width:318px;
  margin-top: -6px;
  position:absolute;
  right:28px;

}

#header .yellowBanner.bannerUp {
  width: 259px!important;
  top: 230px;
}

#header .yellowBanner.bannerDown {
  top: 395px;
}

#header #mainNav ul li .submenu .yellowBanner h2 {
  font-weight:normal;
  margin: 0px;
}

#header #mainNav ul li .submenu .yellowBanner span{
  float: left;

}

#header #mainNav ul li .submenu .yellowBanner a {
  float: left;
  background-image: url('../img/icons/interner_link.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 16px;
}

#header #mainNav ul li .submenu .yellowBanner .linkArrow {
  float:left;
  width: auto;
  height:auto;
  margin: 4px 0px 0px 2px
}

#header #mainNav ul li:hover > div {
  display: block;
}


#header #mainNav.hover ul li:hover > div {
  display: none;
}

#header #mainNav ul li ul:after {
  content: "";
  clear: both;
  display: block;
}

#header #mainNav ul li a.download {
  background-image: url("../img/icons/mainnav/download_klein.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#header #mainNav .subElement {
  border: 2px solid #ccc;
  position: relative;
  color: #020202;
  width: 100%;
  float: left;
  padding: 0;
  -webkit-transition: background-color 250ms linear, border 250ms linear;
  -moz-transition: background-color 250ms linear, border 250ms linear;
  -o-transition: background-color 250ms linear, border 250ms linear;
  -ms-transition: background-color 250ms linear, border 250ms linear;
  transition: background-color 250ms linear, border 250ms linear;
}

#header #mainNav .subElement:hover {
  border: 2px solid #004593;

}

#header #mainNav .subElement > a {
  color: #020202;
  float: left;
  padding: 10px 25px;
  font-size: 87.5%;
  transition: color 200ms ease 0s;
  width: 100%;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  transition: color 200ms ease;
}

#header #mainNav .subElement:hover a {
  color: #fff;
}

#header #mainNav .submenuImage {
  width: 320px;
  height: 380px;
  background-image: url("../img/content/bread.jpg");
  background-repeat: repeat;
  background-color: #FED201;
  float: left;
  border: 2px solid #ccc;
}

#header #mainNav .subsubmenu {
  display:none;
  position: absolute;
  left: calc( 100% + 2px);
  left: 100%;
  top: -2px;
  background-color: #004593;
  text-align: left;
  text-transform: none;
  width: 100%;
  width: calc( 100% + 2px);
  border: 2px solid #004593;
  padding-bottom: 15px;


  background-image: url("../img/bg/bild_rechts_klein.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    padding-top: 140px;
  z-index:1;
}

#header #mainNav .subsubmenu.noImage {
  background-image: none;
    padding-top: 0px;
}

#header #mainNav .subsubListe {
  padding: 0px 20px;
}

#header #mainNav .subsubElement {
  padding: 10px 5px;
  padding: 0;
  border: 0px;
  border-bottom: 1px solid #fff;
  float: left;
  font-size:75%;
  width: 100%;
}

#header #mainNav .subsubElement a {
  color: #fff;
  font-size: 125%;
  float: left;
    padding: 10px 5px;
    width: 100%;
}

#header #mainNav .subsubmenuImage {
  width: 316px;
  height: 134px;
  background-color: #004593;
  background-image: url("../img/content/bread.jpg");
}

#header #mainNav .subsubElement.hasChild ul {
  display: none;
}

#header #mainNav .subsubElement.hasChild > a {
  width: 100%;
}

#header #mainNav .subsubElement:hover > a {
  color: #004593;
  background-color: #fed201;
}

#header #mainNav .subsubElement.hasChild ul.level3 li {
  border-bottom: 1px solid #fff;
  background-color: #4778b2;
}

#header #mainNav .subsubElement.hasChild ul.level3 li:last-child {
  border-bottom: 0;
}

#header #mainNav .subsubElement.hasChild ul.level3 li:hover {
  background-color: #215ba1;
}

#header #mainNav .subsubElement.hasChild:hover ul {
  display: block;
}

#header #mainNav .subsubElement.hasChild ul.level3 li a {
  padding: 5px 15px;
}

#header #mainNav .subsubElement.hasChild ul li{
  width: 100%;
}

#header #mainNav .smaller {
  font-size: 75%;

}

nav ul {
  margin: 0;
  padding: 0;
}

#header nav ul li{
  list-style: none;
  float: left;
}

#socialMediaNav {
  position: fixed;
  left: 0;
  top: 300px;
  background-color: #014495;
  z-index: 15000;
}

#socialMediaNav ul {
  padding: 0;
  margin: 20px 10px;
}

#socialMediaNav li {
  list-style: none;
  opacity: 1;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

#socialMediaNav li:hover {
  opacity: 0.5;
  list-style: none;
}

#socialMediaNav li a {
  color: transparent;
  float: left;
  height: 35px;
  margin-bottom: 10px;
  padding: 10px;
  width: 30px;
}

#socialMediaNav li.facebook{
  background-image: url("../img/icons/socialMedia/icon_facebook.png");
}

#socialMediaNav li.twitter{
  background-image: url("../img/icons/socialMedia/icon_twitter.png");
}

#socialMediaNav li.xing{
  background-image: url("../img/icons/socialMedia/icon_xing.png");
}

#socialMediaNav li.linkedIn {
  background-image: url("../img/icons/socialMedia/icon_linkedin.png");
}

#socialMediaNav li.googleplus{
  background-image: url("../img/icons/socialMedia/icon_google.png");
}

#socialMediaNav li.youtube{
  background-image: url("../img/icons/socialMedia/icon_youtube.png");
}

#innerframe > .contentWidth,
.contentWidthCounter {
  position: relative;
}

#counter {
  float: left;
  position: absolute;
  bottom: 630px;
  right: 0px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 10px -4px #999;
  width: auto;
  padding: 25px 20px 10px;
  display: inline-block;
}

#counter::before {
  content: 'NOCH';
  width: 100%;
  text-align: left;
  position: absolute;
  top: 10px;
  padding-left: 3px;
  display: block;
}

#counter.eng::before {
  content: 'ONLY';
}

#counter > div {
  float: left;

  text-align: right;
  max-width: 55px;
}

#counter div.days {
  margin-right: 25px;
  width: 55px;
}

#counter div span {
  float: right;
  clear: left;
  width: 100%;
  font-size: 100%;
  letter-spacing: 1px;
}

#counter div span.data {
  font-size: 200%;
  letter-spacing: inherit;
}

#counter div.hours span.data::after, #counter div.minutes span.data::after {
  content: ':';
  position: absolute;
  padding-left: 4px;
  font-size: 100%;
}

#breadCrump ul li {
  float: left;
  list-style: none;
}

/* SASCHAS HEADER */

div.items {
  position: absolute;
  top: 450px;
  z-index: 15000;
}

div.item {
  width: 190px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 0 8px #999;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center 35%;
    padding-bottom: 0em;
  /*
  background-size: 26% auto;
  */
}

div.item.active {
  background-color: #004593;
}

div.item.active span {
  color: #fff;
}

div.item span {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 13px;
}

/* NORMAL */
div.item.programm {
  background-image: url('../img/icons/icon_programme.png');
}

div.item.gelaendeplan {
  background-image: url('../img/icons/icon_gelaendeplan.png');
}

div.item.anreise {
  background-image: url('../img/icons/icon_anreise.png');
}

div.item.hotel,
div.item.aufenthalt,
div.item.accomodation {
  background-image: url('../img/icons/icon_hotel.png');
}

div.item.tickets {
  background-image: url('../img/icons/icon_tickets.png');
}

div.item.ausstelleraz {
  background-image: url('../img/icons/icon_aussteller_a_bis_z.png');
}
div.item.faq {
    /*background-size: 25px auto;*/
    background-image: url('../img/icons/icon_faq.png');
}

/* ACTIVE */
.area_programm div.item.programm {
  background-image: url('../img/icons/active/icon_programme.png');
}

.area_gelaendeplan div.item.gelaendeplan {
  background-image: url('../img/icons/active/icon_gelaendeplan.png');
}

.area_anreise div.item.anreise{
  background-image: url('../img/icons/active/icon_anreise.png');
}

.area_hotel div.item.hotel,
.area_aufenthalt div.item.aufenthalt {
  background-image: url('../img/icons/active/icon_hotel.png');
}

.area_tickets div.item.tickets {
  background-image: url('../img/icons/active/icon_tickets.png');
}

.area_aussteller div.item.ausstelleraz,
.area_202 div.item.ausstelleraz {
  background-image: url('../img/icons/active/icon_aussteller_a_bis_z.png');
}

.area_programm div.item.programm,
.area_gelaendeplan div.item.gelaendeplan,
.area_anreise div.item.anreise,
.area_hotel div.item.hotel,
.area_aufenthalt div.item.aufenthalt,
.area_tickets div.item.tickets,
.area_aussteller div.item.ausstelleraz,
.area_202 div.item.ausstelleraz {
  background-color: #004593;
}

.area_programm div.item.programm span,
.area_gelaendeplan div.item.gelaendeplan span,
.area_anreise div.item.anreise span,
.area_hotel div.item.hotel span,
.area_aufenthalt div.item.aufenthalt span,
.area_tickets div.item.tickets span,
.area_aussteller div.item.ausstelleraz span,
.area_202 div.item.ausstelleraz span {
  color: #fff;
}

div.logo {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 10px -4px #999;
  height: 510px;
  max-width: 217px;
  overflow: hidden;
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 1056px;
  z-index: 15000;
}

div.logo img {
    margin-left:30px!important;
}

div.logo .nobg,
div.logo .bg {
    padding: 0 30px;
}

div.logo .bg {
    margin-bottom: 10px;
    padding: 1px 30px;
    background-color: #dce068;
}

div.logo img#logo {
  margin-bottom: 50px;
  width: 157px;
  height: 157px;
  float: left;
}

div.logo h1,
div.logo h2.main {
  font-size: 160%;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 0;
}

div.logo h2 {
  font-size: 81.25%;
  font-weight: normal;
  margin-bottom: 4px;
}

div.logo p {
  padding: 0;
  font-size: 75%;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 5px;
}

p.uc, span.uc {
  text-transform: uppercase;
}

div.logo p.openingtimes {
  font-size: 75%;
  letter-spacing: 0.3px;
}

p.js {
  text-align: justify;
  letter-spacing: 0.5px;
  font-size:100%!important;
}

div#header {
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
  position: static;
  width: 100%;
  margin-top: 218px;
  margin-bottom: 90px;
}


.startSeite div#headerimg,
.area_startseite div#headerimg {
  background-image: url("../img/header/header_home.jpg");
}

.ausstellerWerden div#headerimg,
.textSeite div#headerimg {
  background-image: url("../img/header/header_aussteller_mann2.jpg");
}

.area_messe div#headerimg {
  background-image: url("../img/header/header_die_messe.jpg");
}

.ausstellerSeite div#headerimg{
  background-image: url("../img/header/header_aussteller_mann.jpg");
}

.area_presse div#headerimg{
  background-image: url("../img/header/header_presse.jpg");
}

.area_hotel div#headerimg,
.area_aufenthalt div#headerimg,
.area_107 div#headerimg {
  background-image: url("../img/header/header_hotel.jpg");
}

.area_anreise div#headerimg {
  background-image: url("../img/header/header_anreise.jpg");
}

.ausstellerAZ div#headerimg {
  background-image: url("../img/header/header_aussteller_a_z.jpg");
}

.area_newsroom div#headerimg {
  background-image: url("../img/header/header_newsroom.jpg");
}

.area_programm div#headerimg {
  background-image: url("../img/header/header_programm.jpg");
}

.area_gelaenderplan div#headerimg,
.area_gelaendeplan div#headerimg {
  background-image: url("../img/header/header_gelaendeplan.jpg");
}

.area_tickets div#headerimg {
  background-image: url("../img/header/header_tickets.jpg");
}

.area_aussteller div#headerimg {
  background-image: url("../img/header/header_moechte_aussteller.jpg");
}

/* Headeraenderung 05.2015 */

.ausstellerWerden div#headerimg,
.ausstellerSein div#headerimg{
  background-image: url("../img/header/aussteller.jpg");
}

.area_messe div#headerimg {
  background-image: url("../img/header/dieMesse.jpg");
}

.area_newsroom div#headerimg {
  background-image: url("../img/header/header_die_messe.jpg");
}

div#headerimg {
  width: 100%;
  background-position: center center;
  height: 480px;
  position: absolute;
  top: -570px;
  opacity: 1;
  background-repeat: no-repeat;
}

#skrollr-body {
 position: relative;
}

div#header > div.contentWidth {
  position: relative;
  width: 1056px;
  margin: auto;
}

div#header .grey,
div#header .white {
  background-color: #f6f6f6;
  height: 275px;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 5px 10px -6px #999;
  opacity: 0;
  z-index: 10000;
}

div#header .white {
  background-color: #fff;
  opacity: 1;
}

div#header .white .contentWidth {
  position: relative;
}

div.item span{
  color: #004593;
  display: none;
}

div.item:hover span{
  display: block!important;
}

div.item:hover {
  padding-bottom: 3em;
  background-position: center 25%;
  padding-bottom: 4em;
}

#header #mainNav ul li .submenu .menuGrower {
  padding: 28px;
  float: left;
  min-height: 450px;
}

/* Header End*/

/* CONTENT Start */

#breadCrump {
  margin-bottom: 25px;
  margin-top: 25px;
}

#breadCrump ul {
  clear: both;
  overflow: auto;
    color: #666;
    font-size: 75%;
    text-transform: uppercase;
}

#breadCrump li a {
    color: #000;
}

#breadCrump li:after {
  content:'>';
  font-weight: bold;
  color: #004593;
  font-size: 87.5%;
  margin-left: 5px;
    margin-right: 5px;
}

#breadCrump li:last-child:after {
  content:'';
}


/* SPLIT CONTENT */


.splitContent {
  float: left;
  width: 100%;
  margin-bottom: 2%;
}

.splitContent.twoCol .leftCol ,
.splitContent.threeCol .leftCol ,
.splitContent.threeCol .centerCol {
  float: left;
  margin-right: 2%;
}

.splitContent.twoCol .rightCol ,
.splitContent.threeCol .rightCol {
  float: right;
}


/* TWO-COL START */
.splitContent.twoCol.ratio50_50 .leftCol ,
.splitContent.twoCol.ratio50_50 .rightCol {
  width: 48%;
}

.splitContent.twoCol.ratio60_40 .leftCol {
  width: 58%;
}

.splitContent.twoCol.ratio60_40 .rightCol {
  width: 40%;
}

.splitContent.twoCol.ratio66_34 .leftCol {
  width: 64%;
}

.splitContent.twoCol.ratio66_34 .rightCol {
  width: 34%;
}

.splitContent.twoCol.ratio20_80 .leftCol {
  width: 18%;
}

.splitContent.twoCol.ratio20_80 .rightCol {
  width: 80%;
}

/* TWO-COL END */


/* THREE-COL START */
.splitContent.threeCol.ratio40_40_20 .leftCol ,
.splitContent.threeCol.ratio40_40_20 .centerCol {
  width: 39%;
}

.splitContent.threeCol.ratio40_40_20 .rightCol {
  width: 18%;
}

.splitContent.threeCol.ratio33_33_33 .leftCol ,
.splitContent.threeCol.ratio33_33_33 .leftCol ,
.splitContent.threeCol.ratio33_33_33 .centerCol {
  width: 31%;
}

/* THREE-COL END */

/* SUBPAGES */

.leftCol.ratio100 {
  width: 100%;
  float: left;
}

.leftCol.ratio66 {
  width: calc(67% - 12.5px);
  float: left;
}

.rightCol .ratio66 {
  width: calc(67% - 12.5px);
  float: right;
}

.leftCol.ratio50 {
  width: calc(50% - 12.5px);
  float: left;
}

.rightCol.ratio50 {
  width: calc(50% - 12.5px);
  float: right;
}

.leftCol.ratio33,
.centerCol.ratio33 {
  width: calc(33% - 12.5px);
  float: left;
}

.rightCol.ratio33 {
  width: calc(33% - 12.5px);
  float: right;
}

/* END SUBPAGES */

.teaser {
  background-color: #f6f6f6;
  margin-bottom: 25px;
  width: 100%;
  float: left;
    position: relative;
}

.splitContent .teaser {
  margin-bottom: 2%;
}




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

.teaser.text .rm-hl {
    margin-bottom: 12px;
}

.teaser.text.smallHeader h1 {
  padding: 20px 35px;
  margin-bottom: 0;
}

.teaser.smallHeader .rm-hl {
  margin-bottom: 0;
}

#contentContainer .teaser h2 {
  margin-bottom: 0;
  padding-top: 0;
}

#contentContainer .teaser .inner {
  float: left;
    padding: 45px 35px 24px;
    width: 100%;
    /* position: relative; */
}

#contentContainer .teaser video {
  width: calc(100% + 70px);
  background-color: lightblue;
}

input.button ,
div.button,
a.button {
  cursor: pointer;
}

#contentContainer a.blueBG ,
input.blueBG ,
div.blueBG {
  background-color: #124296;
}

#contentContainer a.yellowBG ,
input.yellowBG ,
div.yellowBG {
  background-color: #ffcd02;
}

#contentContainer a.whiteText ,
input.whiteText ,
div.whiteText {
  color: #fbffff;
}

#contentContainer a.blackText ,
input.blackText ,
div.blackText {
  color: #302811;
}

.noTopBorder {
  margin-top: -45px;
}

.noRightBorder {
  margin-right: -35px;
  float: right;
}

.noBottomBorder {
  margin-bottom: -24px;
}

.noLeftBorder {
  margin-left: -35px;
}

#contentContainer .voting.teaser {
  background-color: #5d88bb;
  color: #fff;
}

#contentContainer .voting.teaser h2{
  color: #fff;
}

.teaser h3 {
  color: #004495;
  font-size: 100%;
  font-weight: normal;
}

.teaser h4 {
  color: #004495;
  font-weight: normal;
}

.voting.teaser span.question {
  background: rgba(18,66,150,0.5);
    float: left;
    margin-left: -35px;
    margin-top: 10px;
    padding: 5px 35px;
  margin-bottom: 5px;
}

.voting.teaser p {
  clear: both;
}

.newsletterBanner {
  height: 459px;
  background: none repeat scroll 0 0 #2e65a8;
  margin-bottom:2%;
}

.newsletterBanner img {
  max-height: 100%;
}

.app.teaser p {
  float: left;
  width: 40%;
}

.app.teaser img {
  float: right;
}

.tx-ghm-exhibitoropener .teaserHeader {
  background-repeat: no-repeat;
  background-size: cover;
}


a.button ,
div.button {
  padding: 10px 25px;
}

a.button:hover {
    outline: 1px solid #004593;
}

.gelaendePlan img {
  margin: 15px auto 20px;
}

.center {
  text-align: center;
}

.searchLoginBox {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.searchLoginBox  .searchBox,
.searchLoginBox  .loginBox {
  background-color: #fed201;
  float: left;
  width: 100%;
  padding: 25px;
}

#contentContainer {
  z-index: 0;
}

#contentContainer .searchLoginBox a:hover{
  text-decoration: none;
}

.searchLoginBox .searchBTN,
.searchLoginBox .loginBTN {
  background-color: #f6f6f6;
  padding: 10px 25px;
    text-align: center;
    width: 49%;
  text-transform: uppercase;
  margin: 0;
  float: left;
  font-size: 125%;
  background-repeat: no-repeat;
  background-position: 20px;
}

.searchLoginBox .searchBTN {
    width: 100%;
    padding-left: 50px;
    text-align: left;
}

.searchLoginBox .searchBTN.active,
.searchLoginBox .loginBTN.active {
  background-color: #fed201;
}

.searchLoginBox .searchBTN {
  background-image: url("../img/icons/small/icon_suche_schwarz.png");
}

.searchLoginBox .searchBTN.active {
  background-image: url("../img/icons/small/icon_suche_blau.png");
}

.searchLoginBox .loginBTN {
  float: right;
  background-image: url("../img/icons/small/icon_login_schwarz.png");
}

.searchLoginBox .loginBTN.active {
  float: right;
  background-image: url("../img/icons/small/icon_login_blau.png");
}

.searchLoginBox  .searchBox input,
.searchLoginBox  .loginBox input {
  float: left;
  margin-bottom: 0px;
  width: 90%;
  padding: 5px 12px;
  border-width: 0px;
}

.searchLoginBox  .loginBox input {
  width: 85%;
}

.searchLoginBox .searchBox .searchIt {
  width: 10%;
  border-width: 0px;
  background-color: #fff;
  padding: 4px 0px;
  background-image: url("../img/icons/pfeile/suche.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.searchLoginBox  .loginBox input {
  margin-bottom: 10px;
}

.searchLoginBox  .searchBox.inactive,
.searchLoginBox  .loginBox.inactive {
  display: none;
}

.searchForm div {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}


/* googleMaps iFrame */


#googleMaps {
  width: 100%;
  height: 400px;
  margin-bottom: 4%;
}

img.top.left {
  float: left;
  margin-right: 25px;
}

.inner .leftPart {
  float: left;
  width: 150px;
  text-align: center;
}

.inner .leftPart .inactive{
  display: block;
}

.inner .leftPart  .active{
  display: none;
}

.inner.open .leftPart  .inactive{
  display: none;
}

.inner.open .leftPart  .active{
  background-color: #124296;
  padding: 25px;
  display: block;
}

.inner .rightPart {
  float: right;
  width: calc( 100% - 175px);
  margin-left: 25px;
}

.placeholderImage {
  display: none;
}

/* TABLE */

table tr {
    border-bottom: 1px solid black;
}

.teaser table {
  border-collapse: collapse;
}

.teaser table th{
  color: #004593;
  font-weight: normal;
  min-width: 90px;
}

.teaser table tr.odd {
  background-color: #fff;
    border: none;
}

.teaser td ,
.teaser th {
  padding: 15px;
}

table.preise tr td:nth-child(2) ,
table.preise tr td:nth-child(3) {
  text-align: right;
}

span.small {
  font-size: 87.5%;
  max-width: 60%;
}


/* Geländeplan */

.topRow {
  float: left;
    margin-bottom: 2%;
    width: 100%;
  margin-left: 15%;
}

.hallFrame {
  width: 66%;
  float: left;
}

.secondRow,
.thirdRow {
  width: 66%;
  float: left;
  margin-left: 15%;
}

.hall,
.emptyHall {
  width: 14%;
  background-color: #777;
  height: 100px;
  margin-right: 2%;
  float: left;
  text-align: center;
}

.emptyHall {
  background-color: #ccc;
}

.parkingFrame {
  float: left;
    margin-left: -25%;
    padding-left: 2%;
    width: 59%;
}

.parkingLot {
  background-image: linear-gradient(transparent 50%, rgba(125, 125, 125, 0.5) 50%);
    background-size: 10px 12px;
    float: left;
    height: 100px;
    margin-right: 2%;
    width: 10%;
}

.parkingLot.big {
  padding-top: 35px;
    text-align: center;
    width: 12%;
}

.parkingLot.small {
  width: 8%;
}

.parkingSign {
  background-color: #004593;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

#contentContainer a.hall {
  padding-top: 10%;
  color: #fff;
}

#contentContainer a.hall:hover {
  padding-top: 10%;
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

.secondRow .hall:last-child,
.thirdRow .hall:last-child {
  margin-right: 0;
}

.octoberFest {
  background-color: #fff;
    background-image: linear-gradient(45deg, #0971b8 25%, transparent 25%, transparent 75%, #0971b8 75%, #0971b8), linear-gradient(-45deg, #0971b8 25%, transparent 25%, transparent 75%, blue 75%, #0971b8);
    background-size: 10px 10px;
    float: left;
    height: 45px;
    margin-top: 55px;
    width: 5%;
  border: 1px solid #c0d6eb;
}

.entrances {
  width: 100%;
  float: left;
  height: 20px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.entranceLeft,
.entranceRight {
  background-color: #ccc;
    float: left;
    height: 15px;
    margin-top: 5px;
    width: 13%;
}


.entranceLeft:before ,
.entranceRight:before {
    background-image: url("../img/icons/pfeile/gelaendeplan.gif");
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 20px;
    margin-top: -25px;
    width: 27px;
}

.entranceRight:before {
  float: right;
}

.entranceRight {
  float: right;
}

.rightAlign {
  text-align: right;
}


/* FOOTER */

.stretch {
  clear: both;
  display: inline-block;
}

#footer {
  margin-top: 150px;
}

#footer ul, footer li {
  list-style-type: none;
  padding-left:0;
}

#pageNav, #moreTradeFairs, #footerNav{
  width: 100%;
}

#pageNav {
  color: white;
  background-color: #22509d;
  background-image: linear-gradient(135deg, #9bafd2 0%, #22509d 75%);
  float: left;
}

#footer #pageNav ul a {
  color: #fff;
    line-height: 1.5em;
    text-decoration: none;
}

#footer #pageNav ul li li a {
    font-size: 87.5%;
}

#pageNav .topPart > ul > li,
#pageNav .topPart > div {
  width: 19%;
  height: 100%;
  display:inline-table;
}

#pageNav .topPart .header > a,
#pageNav .topPart h4 {
  text-transform: uppercase;
  margin-top: 55px;
    display: block;
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 100%;
    letter-spacing: 0.5px;
}

#pageNav .bottomPart {
  clear: both;
  float: left;
    margin-bottom: 125px;
    margin-top: 50px;
    width: 100%;
  text-align: left;
}

#pageNav .bottomPart ul li {
  width: 24%;
  display: inline-block;
}

#pageNav .bottomPart ul li a:hover{
  opacity: 0.8;
}

#pageNav .bottomPart .partner.part-2 ul {
    margin-top: 35px;
}

#pageNav .bottomPart .partner.part-1 {
    float: left;
    margin-right: 5em;
}

#pageNav .bottomPart .partner h3 {
    font-size: 100%;
    font-weight: normal;
}


/* START TRADEFAIR LIST */

#moreTradeFairs {
  float: left;
  margin-top: 50px;
}
#moreTradeFairs .ghm .smallText {
  float: left;
    height: 50px;
    margin-right: 25px;
    margin-top: 20px;
}

#moreTradeFairs  #tradeFairList {
  height: 70px;
    margin-top: 50px;
  margin-bottom: 100px;
}

#tradeFairList li {
  font-size: 75%;
  width: 9%;
  width: auto!important;
  margin-right: 14px;
  text-align: center;
  display: inline-block;
}

#tradeFairList li:last-child {
 margin-right: 0px;
}

#moreTradeFairs .ghm a:hover{
  opacity: 0.6;
}

#tradeFairList li.bakeryChina {
  width: 15%;
}

#tradeFairList li.foodLife {
  width: 5%;
}

#tradeFairList li.eltec {
  width: 11%;
}

#tradeFairList li.gartenMuenchen {
  width: 9%;
}

#tradeFairList li.dachHolz {
  width: 5%;
}

#tradeFairList li.heimHandwerk {
  width: 5%;
}

#tradeFairList li.internHandwerk {
  width: 11%;
}

#tradeFairList li.iba {
  width: 7%;
}

#tradeFairList li.ifh {
  width: 7%;
}

#tradeFairList li a {
  float: left;
    background-size: cover;
}

#tradeFairList li.bakeryChina a {
  background-image: url('../img/logos/partner/bakery_china.png');
    height: 24px;
    width: 136px;
}

#tradeFairList li.bakeryChina a:hover {
  background-image: url('../img/logos/partner/bakery_china_farbe.png');
}

#tradeFairList li.foodLife a {
 /*
  background-image: url('../img/logos/partner/food_life.png');
 */
  background-image: url('../img/logos/partner/120816_FOOD_LIFE_Logo_sw_300dpi_10x10.png');
  width: 43px;
  height: 43px;
}

#tradeFairList li.foodLife a:hover {
  background-image: url('../img/logos/partner/food_life_farbe.png');
}

#tradeFairList li.eltec a {
  background-image: url('../img/logos/partner/eltec2016.png');
    width: 75px;
    height: 27px;
}

#tradeFairList li.eltec a:hover {
  background-image: url('../img/logos/partner/eltec_farbe.png');
}

#tradeFairList li.iba a {
  background-image: url('../img/logos/partner/iba_sw.png');
  width: 55px;
  height: 55px;
}

#tradeFairList li.iba a:hover {
  background-image: url('../img/logos/partner/iba_color.png')
}

#tradeFairList li.gartenMuenchen a {
  background-image: url('../img/logos/partner/garten_muenchen.png');
  width: 91px;
  height: 52px;
}

#tradeFairList li.gartenMuenchen a:hover {
  background-image: url('../img/logos/partner/garten_muenchen_farbe.png');
}

#tradeFairList li.dachHolz a {
  background-image: url('../img/logos/partner/dh-2016.png');
  width: 43px;
  height: 63px;
}

#tradeFairList li.dachHolz a:hover {
  background-image: url('../img/logos/partner/dh-2016-farbe.png');
}

#tradeFairList li.heimHandwerk a {
  background-image: url('../img/logos/partner/heim_handwerk.png');
  width: 50px;
  height: 51px;
}

#tradeFairList li.heimHandwerk a:hover {
  background-image: url('../img/logos/partner/heim_handwerk_farbe.png');
}

#tradeFairList li.handwerkDesign a {
  background-image: url('../img/logos/partner/handwerk_design.png');
  width: 76px;
  height: 27px;
}

#tradeFairList li.handwerkDesign a:hover {
  background-image: url('../img/logos/partner/handwerk_design_farbe.png');
}

#tradeFairList li.faf a {
  background-image: url('../img/logos/partner/faf.png');
  width: 62px;
  height: 56px;
}

#tradeFairList li.faf a:hover {
  background-image: url('../img/logos/partner/faf_farbe.png');
}

#tradeFairList li.internHandwerk a {
  background-image: url('../img/logos/partner/internationale_handwerk.png');
  width: 113px;
  height: 23px;
}

#tradeFairList li.internHandwerk a:hover {
  background-image: url('../img/logos/partner/internationale_handwerk_farbe.png');
}

#tradeFairList li.opti a {
  background-image: url('../img/logos/partner/opti.png');
  width: 71px;
  height: 38px;
}

#tradeFairList li.opti a:hover {
  background-image: url('../img/logos/partner/opti_farbe.png');
}

#tradeFairList li.ifh a {
  background-image: url('../img/logos/partner/ifh.png');
  width: 55px;
  height: 67px;
}

#tradeFairList li.ifh a:hover {
  background-image: url('../img/logos/partner/ifh_farbe.png');
}

/* END TRADEFAIR LIST */
/* NEW TRADEFAIR LIST */
.TradeFairList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 100px;
  padding: 0;
  list-style: none;
}

.TradeFairList a {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: none no-repeat center;
}

.TradeFairList a+a {
  margin-left: 10px;
}

.TradeFairList a:hover img {
  opacity: 0;
  transition: opacity 0.1s linear;
}

.TradeFairList img {
  display: block;
}

.TradeFairList .IHM:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/IHM-hover.png");
}

.TradeFairList .DH:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/DH-hover.png");
}

.TradeFairList .ELTEC:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/ELTEC-hover.png");
}

.TradeFairList .FAF:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/FAF-hover.png");
}

.TradeFairList .FL:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/FL-hover.png");
}

.TradeFairList .GAMU:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/GAMU-hover.png");
}

.TradeFairList .HD:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/HD-hover.png");
}

.TradeFairList .HH:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/HH-hover.png");
}

.TradeFairList .IBA:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/IBA-hover.png");
}

.TradeFairList .IFH:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/IFH-hover.png");
}

.TradeFairList .OPTI:hover {
  background-image: url("https://www.opti.de/_assets/img/logos/fair/OPTI-hover.png");
}
/* END NEW TRADEFAIR LIST */



#footerNav {
  float: left;
    margin-bottom: 3em;
}

#footerNav ul li {
  float: left;
  margin-right: 20px;
}

#footerNav ul li a {
  font-size: 87.5%;
  color: #000;
}

#footerNav .rightContent {
  float: right;
  width: 110px;
  text-align: right;
}

#footerNav .rightContent span {
  font-size: 87.5%;
}

#footerNav a.fkm {
  float: right;
  width: 60px;
  height: 33px;
  background-image: url('../img/logos/partner/fkm_kl_sw.gif');
}

#footerNav a.fkm:hover {
  background-image: url('../img/logos/partner/fkm_kl.gif');
}

.Extbase-Utility-Debugger-VarDump {
    z-index: 10000000;
}


/* SEARCH */


body.area_suche .teaser .inner {
    background-color: #FED201;
}


/* PARTNERSEITE */

.transparent.teaser {
  background-color: transparent;
}


/* NEWS-Archiv */

#main .newsListHeader h3 {
  color: #004593;
}

.page-navigation {
  float: right;
  width: 100%;
}

.page-navigation > p {
  display: none;
}


ul.f3-widget-paginator {
  float: right;
  margin: 0;
  padding: 0;
}

ul.f3-widget-paginator li {
  list-style: none;
  float: left;
  font-size: 87.5%;
  padding: 5px;
}

ul.f3-widget-paginator li.current {
  color: #fff;
  background-color: #004593;
}

.paginator {
  float: right;
  width: 100%;
}

.paginator ul {
  float: right;
  margin: 0;
  padding: 0;
}

.paginator li {
  list-style: none;
  float: left;
  font-size: 87.5%;
  padding: 5px;
}

.paginator li.active{
  color: #fff;
  background-color: #000;
}


/* DATEN & FAKTEN */

.datenFaktenTeaser {
  float: left;
  width: 100%;
  position: relative;
  padding: 25px;
}

.datenFaktenTeaser.yellow {
  background-color: #fed201;
}

.datenFaktenTeaser.grey {
  background-color: #f6f6f6;
}

.datenFaktenTeaser.image{
  /*
  background-image: url('/_assets/img/bg/planks.jpg');
  */
  background-image: url('/_assets/img/bg/aussteller_besucher_fazit_bg.jpg');
}

/* Checkliste */
div.teaser.checklist ul {
    margin-left: 1%;
}

div.teaser.checklist ul li {
    list-style-image: url("../img/icons/checkbox.gif");
    list-style-position: outside;
    padding-left: 8px;
    margin-bottom: 12px;
}

/** ANREISE **/
.rm-txtimg-text.grid-ausklapper{
    width: 75%;
    float: left;
}

.grid-ausklapper > .teaser {
    margin-bottom: 0;
}

#contentContainer .grid-ausklapper .teaser .inner {
    padding: 0 0 24px;
}

#contentContainer .grid-ausklapper .rm-txtimg-text {
    margin: 0;
    min-height: 160px;
}

.grid-ausklapper a.readMore,
.grid-ausklapper a.readLess,
.grid-ausklapper div.readMore,
.grid-ausklapper div.readLess {
    right: -35px;
    bottom: -24px;
}

/* WEATHER */
.wetter [class^="icon-"],.wetter  [class*=" icon-"] {
    font-family: 'iconvault';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 6em;
}

.icon-night:before,
.icon-sunny:before,
.icon-frosty:before,
.icon-windysnow:before,
.icon-showers:before,
.icon-basecloud:before,
.icon-cloud:before,
.icon-rainy:before,
.icon-mist:before,
.icon-windysnowcloud:before,
.icon-drizzle:before,
.icon-snowy:before,
.icon-sleet:before,
.icon-moon:before,
.icon-windyrain:before,
.icon-hail:before,
.icon-sunset:before,
.icon-windyraincloud:before,
.icon-sunrise:before,
.icon-sun:before,
.icon-thunder:before,
.icon-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-night:before { content: "\f100"; color:#F7C701;}
.icon-sunny:before { content: "\f101"; color:#F7C701;}
.icon-frosty:before { content: "\f102"; }
.icon-windysnow:before { content: "\f103"; }
.icon-showers:before { content: "\f104"; color:#004593;}
.icon-basecloud:before { content: "\f105"; color:#b3b3b3;}
.icon-cloud:before { content: "\f106"; color:#b3b3b3;}
.icon-rainy:before { content: "\f107"; color:#004593;}
.icon-mist:before { content: "\f108"; color:#b3b3b3;}
.icon-windysnowcloud:before { content: "\f109"; }
.icon-drizzle:before { content: "\f10a"; color:#004593;}
.icon-snowy:before { content: "\f10b"; color:#fff;}
.icon-sleet:before { content: "\f10c"; }
.icon-moon:before { content: "\f10d"; color:#F7C701;}
.icon-windyrain:before { content: "\f10e"; }
.icon-hail:before { content: "\f10f"; }
.icon-sunset:before { content: "\f110"; color:#F7C701;}
.icon-windyraincloud:before { content: "\f111"; }
.icon-sunrise:before { content: "\f112"; color:#F7C701;}
.icon-sun:before { content: "\f113"; color:#F7C701;}
.icon-thunder:before { content: "\f114"; color:#F7C701;}
.icon-windy:before { content: "\f115"; }

#main .teaser .wetter > ul {
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0;
    margin: 0;
}

#main .teaser .wetter > ul > li {
    float: left;
    width: 12.5%;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    margin-bottom: 0;
    min-height: 1em;
        word-break: break-word;
}

#main .teaser .wetter > ul > li:last-of-type {
    border-right: none;
}

#main .teaser .wetter > .wText > li {
    height: 50px;
}

#main.teaser .wetter .wText {
    height: 50px;
}

#main .teaser .wetter .wIcon ul {
    list-style: none;
    height: 144px;
    padding-left: 0;
    width: 100%;
    float: left;
    position: relative;
}

#main .teaser .wetter .wIcon ul li {
    position: absolute;
    text-align: center;
    width: 100%;
}

.wetter .oldW {
    opacity: 0.4;
}


#weatherWidget {
    float: left;
    position: absolute;
    bottom: 534px;
    right: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 5px 10px -4px #999;
    width: 150px;
    padding: 0px 10px 10px;
    display: inline-block;
    height: 88px;
}

#weatherWidget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 4.5em;
    width: 60%;
    margin-right: 0;
    float: left;
    height: 60px;
    margin-top: -5px;
}

#weatherWidget li {
  position: absolute;
  line-height: 1;
}

#weatherWidget span {
    margin-top: 30px;
    float: left;
    font-weight: bold;
}

#weatherWidget a {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 93.75%;
    padding-top: 9px;
}

/*WEATHER END */

/** LAZYLOAD **/
.lazyload {
    margin: 0 auto;
    max-width: 100%;
}

.lazyload figure {
    margin-bottom: 13px;
}

.lazyload figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 12px;
    display: none;
}

.lazyload figure:hover figcaption {
    display: block;
}

/** LIGHTBOX **/

div.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 100000000;
}

.lightbox figure.hidden {
 opacity: 0;
}

.lightbox figure {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  opacity: 1;
}

.lightbox figure figcaption {
    width: 100%;
    color: #fff;
    position: relative;
    float: left;
  clear: both;
}

.lazyload div.zoom {
    top: 0;
    right: 0;
     opacity: 0;
}

.lazyload figure:hover div.zoom {
    opacity: 1;
}

.lightbox .previousFigure {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    top: calc(50% - 25px);
    background-image: url('../img/icons/pfeile/pfeil_weiss_rechts.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
    background-color: rgba(0,0,0,0.8);
}

.lightbox .nextFigure {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    top: calc(50% - 25px);
    background-image: url('../img/icons/pfeile/pfeil_weiss_rechts.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.8);
}

.extrainfo {
  position: absolute;
  top: -440px;
  right: 75px;
  width: 275px;
  padding: 20px;
  display: none !important;
}

.extrainfo_heading {
    background: rgba(220, 224, 104, 0.8);
    height: 34px;
    width: 137%;
    padding: 5px 15px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: left;
}

.extrainfo_text {
    background: rgba(219, 219, 219, 0.8);
    position: relative;
    text-align: center;
    text-size: 10px;
    font-size: 16px;
    width: 137%;
    padding: 10px 15px;
    text-align: left;
}

#mobileHeader #metaNav li.home, #mobileHeader #metaNav li.inst, #mobileHeader #metaNav li.yt, #mobileHeader #metaNav li.fb, #mobileHeader #metaNav li.linkedin {
    display: none;
}
