@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,300italic,300);
*{ margin: 0; padding: 0; font-family: 'Lato', sans-serif;}

body {overflow-x:hidden;}

p { font-size: 14px;}
.footer h2, #header , .blue{ font-size: 14px;}
 

a img{ border: none; outline: 0; text-decoration: 0;}

img{ width: 100%; height: auto;  /*max-height: 200px;*/}

/* DATENSCHUTZ */
#p131 p, #p132 p, #p133 p { margin-bottom: 10px; }


/* push wrap */
#wrapper { width: 100%; height: auto;}
.wrap{ max-width: 100%; padding: 0;}

/* OVERLAY CSS */
#overlay {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    display: none;
  overflow-y: scroll;
}

.overlayContent {
    margin: 1% auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: none;
    position: relative;
    max-width: 950px;
  box-sizing: border-box;
}  

   
.lr {
    height: 33px;
    width: 1px;
    margin-left: 29px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.lr .lr {
    height: 33px;
    width: 1px;
    margin-left: -1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.closer {
    width: 58px;
    right: 2%;
    cursor: pointer;
    position: absolute;
}

/* general styles */

.twoCols .twoCols .colLeft,.twoCols .twoCols .colRight { padding: 10px !important;text-align: center; }
.twoCols .twoCols .colLeft img,.twoCols .twoCols .colRight img { max-height: 100px; width: auto;  }


.contentWrap{ width: 100%; max-width: 1600px; margin: 0 auto; position: relative;}
.contentHolder{ width: 100%; max-width: 1172px; margin: 0 auto;}
#header .contentHolder { position: relative;}
#infoBox .contentHolder { position: relative;}

/* header */
#header {
  background-image: url(../img/header_bg.jpg);
  background-repeat: repeat-x;
  height: 525px;
  
}
ul {
    margin: auto 30px;
}

a {
    color: #000c49;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #666;
}
a.button {
    display: inline-block;
    padding: 10px 20px;
    background: #253380;
    color: #fff !important;
            border-radius: 8px 8px 8px 8px;
       -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 0px solid #253380;
}
a.button:hover {
    color: #a7bada !important;
}

.headerTop {
   background: #ffd503;
   height: 132px;
}

#header .contentWrap{
  /*height: 31.8125%;*/
}

#header .headerBild {
    background: rgba(16, 24, 32, 0.26);
    width: 100%;
    height: 50px;
}

.town {
    display: none;
}

h2.time {
    color: #243082;
    text-transform: uppercase;
}
h2.date {
    color: #243082;
}
h2.date{
    font-size: 30px;
    line-height: 1.2em;
}
h2.time {
    font-size: 59px;
    line-height: 1.2em;
}


/* START - Besonderes CSS für die Firmendarstellung */

  #showCompany p { margin: 5px 0; }
  /*#showCompany img { width: 100%; max-height: 150px; }*/
  #showCompany .companyLogo img {
    width: auto;
    max-width: 100%;
    max-height: 150px;
  }
  .companyContentHolder, .companyHolder { display: inline-block; width: 100%; text-align:center;}
  .companyContentHolder { padding-top: 3%; }
  /* .companyLogo, .teaserText { width: 15%; padding-right: 5%; float: left; } 
  .companyDescription, .textDescription { width: 100%; float: right; padding: 0.5% 2%; box-sizing: border-box; }*/
  .teaserText { font-weight: bold; color: #243082; width: 35%; float: left;}
  .textDescription { width: 65%; display: inline-block; }
  /* .companyHolder { margin-bottom: 0; width: 100%; height: 70%; } */
  .completeDesc { display: none; padding-bottom: 50px;}
  .companyDescription { margin-bottom: 25px; display:inline-block; }
  
  /*.scrollDownBtn { background: url(../img/scrollDown.png); height: 50px; width: 50px; position: absolute; right: 0; }
  .scrollDownBtn:hover { background: url(../img/scrollDown_hover.png);}
  .scrollBtnActive { background-position: 50px 0; display: none; }*/
  
  /*.companyHolder:hover { background: rgba(204, 204, 204, 0.23);}*/
  
  /* NDU Mannheim 2017: BASF ohne Firmennamen und ohne Kontaktemail*/
  #company146_mannhe .companyDescription, #firmakontaktemail146_mannhe { display: none; }

  
.infoButtons {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: #d4d4d4;
    margin-left: -15px;
    padding: 5px;
    box-sizing: border-box;
  min-height: 30px;
  text-align: left;
}
.infoButtons img { width: auto !important; }

#infoBlock a.linkButton {
    color: #fff;
    display: inline-block;
    background: #c22422;
    padding: 0 20px;
    line-height: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#infoBlock a.linkButton:hover {
    color: #fed500;
    background: #243082;
}


/*
.companyContent {
    display: inline-block;
    padding: 10px;
    width: 23%;
    box-sizing: border-box;
    cursor: auto;
    vertical-align: top;
    margin: 10px 10px 10px 0;
  position: relative;
}
*/
.companyContent {
    display: inline-block;
    padding: 15px;
    width: 23%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background: #ededed;
    margin: 10px 10px 10px 0;
}
.companyLogo {
    width: auto;
    text-align: center;
}
/* Modal */
.companyHolder:hover{ cursor: pointer; }

/* ENDE - Besonderes CSS für die Firmendarstellung */


.overlayContent .companyLogo {
    width: 40% !important;
    margin: 0 auto;
  text-align: center;
}
.overlayContent .companyLogo img {
    width: auto;
    max-width: 100%;
  max-height: 150px;
}

/* counter */
.countFirmas,
.countHotspot,
.countBustour{ display:none;}



.headerContent {
    margin: 13% 0;
}
.headerImg{width: 100%;min-height: 518px;box-sizing: border-box;/*margin: 30px  auto;*/margin-top: -393px;/* padding-top: 200px; */background: url(../img/headerpic.jpg) no-repeat top center;z-index: -2;}


#header-title { min-height: 390px; }

.menueHolder {
    overflow: hidden;
    overflow-y: scroll;
    background: #243082;
}

.logo{
  background: url(../img/logo.jpg) no-repeat;
  width: 133px;
  height: 132px;
  /* display: inline-block; */
    /* box-sizing: border-box; */
    
}
.logo a {
    width: 133px;
    height: 132px;
    /* background: rgba(255, 0, 0, 0.41); */
    position: absolute;
    color: transparent;
}
/* off canvas */
.menu-link .hamburger {
    background: none;
    position: absolute;
    color: azure;
    border: 0;
    cursor: pointer;
    z-index: 100;
    margin: 8px 3px;
    right: 0;
    top: 3px;
  display: none;
}
.menu-link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    display: block;
}
.menu-link .icon-bar+.icon-bar {
    margin-top: 4px;
}
.menu-link .icon-bar {
  display: block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.panel {
    background: /*url(../img/logo.jpg)*/ #243082 no-repeat;
  position: absolute;
  
}
#mainNavMobile {
    position: relative;
  z-index: 111;
  width: 100%;
}
.mainNavMobile {
    margin: 0;
    background: #243082;
}
.mainNavMobile ul, .topNavMobile ul  { margin: auto 5px; }

.back {
  background: #243082;
    width: 27px;
    height: 27px;
    /* background: none; */
    position: absolute;
    color: azure;
    border: 0;
    cursor: pointer;
    z-index: 99;
    margin: 0;
    right: 0;
    top: 5px;
    display: none;
}
nav#menu {
    position: absolute !important;
    padding-top: 30px;
    padding-bottom: 15px;
}


.homeNav a {
    text-decoration: none;
    background: url(../img/homeBut.png) no-repeat;
    padding: 5px 31px;
    font-size: 12px;
    text-transform: uppercase;
    color: #243082;
}
.homeNav {
    /*background: url(../img/homeBut.png) no-repeat;*/
    position: absolute;
    top: 5px;
    left: 150px;
}

.topNavMobile {
    margin: -5px 0;
}

/*.topNavMobile li:first-child{
  border-top: 1px solid #fed500;
  padding-top: 20px;
}*/
.topNavMobile ul, .mainNavMobile ul {
    list-style-type: none;
}
.topNavMobile li, .mainNavMobile li {
  margin: -1px 0;
    border-bottom: 1px solid #fed500;
}

/*
.topNavMobile li a, .mainNavMobile li a {    
  padding: 10px 25px;
  display: block;
    text-decoration: none;
    text-transform: uppercase;
}
*/
.topNavMobile li a, .mainNavMobile li a {    
  padding: 8px 10px;
  display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
}

.topNavMobile li a:hover, .mainNavMobile li a:hover,
.topNavMobile li.active > a, .mainNavMobile li.active > a {
    text-decoration: none;
  color: #fed500;
}
.topNavMobile ul, .mainNavMobile ul {
    margin-bottom: 8px;
}

#logoLinkMobil{ 
    display: none;
    
  background: #243082; 
  width: 100%;
    height: 132px;
}
#logoLinkMobil img {
  top: 0;
  left: 20px;
    position: absolute;
    width: 108px;
    height: 107px;
}

/* topNav */
topNav{
  position: absolute;
  top: 0;
  right: 54px;
  
}
.topNav a{
  color: #243082;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.topNav li{
  display: inline-block;
  border-right: 1px solid #243082;
}
.topNav li:last-child{ 
  border-right: none;
}
.topNav ul li a{
  padding: 0 11px;
}
.topNav li a:hover, .homeNav a:hover{
    color: #fff;
}
.topNav ul{
  position: absolute;
    top: 3px;
    right: 0;
}



/* headerNav */
.headerNav {
    position: absolute;
    top: 55px;
    /*left: 145px;*/
    right: 0;
  width: 805px;
}
.headerNav > ul{
  line-height: 16px;
  text-align: center;
  display: table;
  float: right;
}
.headerNav li{
    display: table-cell; 
    vertical-align: middle;
  max-width: 140px;
}
.headerNav li:last-child {
    max-width: 315px;
    /*background: url(../img/arrow.png) no-repeat;
  cursor: pointer;
    background-position: 190px 13.5px;*/
    /*text-align: left;*/
}
#listNumber14 span {
    padding: 4px 53px 4px 4px;
}

/*.headerNav li span{
  border: 3px solid #fff;
    display: block;
    padding: 4px 10px;
    margin: 9px;
}*/
.headerNav li a{
  text-decoration: none;
  color: #243082;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  display: table-cell; 
  height: 32px; 
  vertical-align: middle;
  font-size: 13px;
  border: 1px solid #243082;
    display: block;
    padding: 4px 10px;
    margin: 0 5px;
}
.headerNav li:last-child a{
  max-width: 260px;
    /*background: url(../img/arrow.png) no-repeat;*/
  cursor: pointer;
    background-position: 156px 1.6px;
}

@-moz-document url-prefix() { /* firefox only */
    .headerNav li:last-child a  {
        background-position: 147px 1.6px;;
    }
}

.headerNav #listNumber14 span a {
    padding-right: 44px;
}
/*#listNumber14 a{
    padding: 4px 53px 4px 4px;
}*/


.headerNav li a:hover{
  color: #243082;
    text-decoration: underline;
}
/*
.headerNav li:first-child{
  margin-left: 33px;
}
*/

/* SUB NAV */

.headerNav li:hover .sub { display: block; }
.sub { background: #fed500; position: absolute; display: none; border: 1px solid #243082; margin: -3px 0 0 5px; box-shadow: 3px 3px 3px #505050; }
.sub > li { display: block; width: auto; text-align: left; max-width: none; border-bottom: 1px solid #243082}
.sub li a { border: none; width: 100%; padding: 20px; margin: 0; height: auto; background: none !important;box-sizing: border-box;}
.sub li:last-child { border-bottom: none; } 


/* SUB NAV */
ul.sub_mobil { margin:0; }
/*ul.sub_mobil li { padding-left: 20px; }*/
ul.sub_mobil li { padding-left: 15px; font-size: 90%; }
.sub_mobil li {
    border-top: 1px solid #fed500;
    margin-top: -1px;
}



#menu {
    display: none;
}
.show{ display: block;}

/* social */
.socialButs {
    width: 100%;
    height: 100%;
    max-width: 27px;
  right: 0;
    top: 132px;
    position: absolute;
    z-index: 99;
}
.sticky {
   position: fixed;
   top: 0;

}



/* info block */
#infoBlock {
  background: none;
    width: 100%;
    box-sizing: border-box;
    /* margin: 30px auto; */
    margin-top: -291px;
    z-index: 9999;
}


.infoText ul {
    margin-left: 18px;
  font-size: 14px;
}

#p12 .infoText .ce.hl0.pl0 {
    margin-top: -314px;
  margin-bottom: 40px;
}
#infoBlock .contentWrap{max-width: 1172px;/* margin: -109px auto; *//* padding: 109px 0; */text-align: right; color: #000c49; width: 90%;}
#infoBlock .contentWrap{max-width: 704px;/* margin: -109px auto; *//* padding: 109px 0; */text-align: center; color: #000c49;}


.infoBlock h2 {
    font-size: 18px;
}
.infoText h3 {
    font-weight: 800;
}
.infoText h3:first-child {
    margin-left: 190px;
}

.infoText img {
    margin-top: 4px;
}

img.imText {
    width: 25%;
  height: auto;
    margin-top: 1px;
}

img.imTextMann {
    width: 30%;
  height: auto;
    margin-top: 1px;
}

img.imTextErla{
    width: 100%;
  height: auto;
    margin-top: 1px;
}

.infoBlockImg {
  background: url(../img/triangle.png) no-repeat top center;
  height: 518px;
  width: 100%;
  margin-top: -213px;
}

/* content */
#infoBlock .contentWrap .ce-media {
    text-align: center;
}

/*flexslider */
.flexslider {
    border: none;
    margin: 0;
}
.tx-ws-flexslider {
    margin-bottom: 35px;
}
.flexslider .caption-wrapper {
    display: none;
}
.flexslider .flex-control-nav {
    display: none;
}
.flex-direction-nav a {
    opacity: 1;
    background: #f9f9f9;
    color: #000c49;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 30px;
    line-height: 1.5;
  font-weight: lighter;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav .flex-prev {
    left: 20px;
  text-align: center;
}
.flex-direction-nav .flex-next {
    right: 20px;
  text-align: center;
}


/* iframe */
iframe{ width: 100%;}

#content{
  font-family: 'Lato', sans-serif;
  
  
}

#infoBlock a:hover {
    color: #a7bada;
}
#infoBlock a {
    /*font-size: 18px;*/
    font-weight: 600;
    text-decoration: none;
    color: #243082;
}

.blue{
  background: url(../img/blueTriangle.png) no-repeat top left;
  width: 100%;
  min-height: auto;
  box-sizing: border-box;
  /*padding-bottom: 30px;*/
  margin-top: 0;
}


.infoBox {
    display: table;
    width: 100%;
    margin: 0;
}

.infoBox ul {
    text-align: left;
   
}

.innerStuffBox {
    border: 1px solid #000c49;
}

.box {
    float:left;
  padding: 0 1%;
  width: 25%;
  box-sizing: border-box;
}
/*
.box:nth-child(1) {
    padding: 0 20px 0 0;
}
.box:nth-child(2) {
    padding: 0 10px 0 0px;
}
.box:nth-child(3) {
    padding: 0 0 0 10px;
}
.box:nth-child(4) {
    padding: 0 0 0 20px;
}
*/
.innerBox{
  background: #fff;
  color: #000c4a;
    text-align: center;
    padding: 30px 0;
  font-size: 16px;
    text-transform: uppercase;
    -webkit-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border: 0px solid #000000;
}
.infoBox  h2 {
    font-size: 33px;
  max-width: 360px;
    line-height: 1em;
}
.infoBox p {
    font-size: 16px;
    line-height: 2.2em;
}



.infoStuff img {
    max-width: 100%;
}
.infoStuff {
    display: table;
    width: 100%;
}


.stuffBox:nth-child(2) {
  margin: 0 3%;
}

.stuffBox {
  color: #555;
    width: 31.33333%;
    display: inline-block;
  box-sizing: border-box;
    padding: 34px 5px 0 0;
  vertical-align: top;
}

.stuffBox .ce-bodytext {
    padding: 10px 5px 10px;
}
/* ################################################ */
.innerStuffBox h2 {
  color: #000c4a;
    font-size: 21.5px;
    line-height: 1.3;
    margin: .35em 0;
}
#p17 .innerStuffBox .ce-bodytext > h2:first-child {
    font-size: 32px;
}
.stuffBox p {
    font-size: 13px;
    line-height: 2.2em;
}
.stuffBox a {
    font-weight: normal;
}
.innerStuffBox {
    font-size: 13px;
  text-align: center;
  background: #f9f9f9;
  padding-bottom: 20px;
}



.innerStuffBox a {
    text-decoration: none;
    color: #666;
}
.innerStuffBox a:hover {
    color: #000c49;
}
#c156 p { /* fussnote */
    font-size: 12px;
    color: #ffd503;
  padding-bottom: 10px;
}

/* Forms */
form ol li {
    list-style: none;
}
form h2 {
    margin-bottom: 15px;
}
form ol li {
    list-style: none;
    padding-top: 10px;
}

.csc-form-element-textblock {
    padding-top: 0;
    margin-top: -14px;
    margin-bottom: 10px;
    font-size: 15px;
}

input {
    width: 100%;
}

input[type=reset] {
    width: 100px;
    background: #000c49;
    color: #fff;
    padding: 5px 10px;
    border: none;
  cursor: pointer;
}
input[type=submit] {
    background: #000c49;
    color: #fff;
    width: 150px;
    padding: 5px 10px;
    border: none;
  cursor: pointer;
}


.twoCols {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
.twoCols .colLeft {
  float: left;
  width: 48%;
}
.twoCols .colRight {
  float: right;
  width: 48%;
}

.twoColsClear{
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}

.twoColsClear .leftCol {
  float: left;
  width: 42%;
  margin: 3%;
  font-size: 13px;
    text-align: center;
    background: #f9f9f9;
    padding-bottom: 20px;
  border: 1px solid #000c4a;
}
.twoColsClear .rightCol {
  float: right;
  width: 42%;
  margin: 3%;
  font-size: 13px;
    text-align: center;
    background: #f9f9f9;
    padding-bottom: 20px;
  border: 1px solid #000c4a;
}

.slideBox {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
}


.gallery {
    display: table;
    width: 100%;
}
.g_box {
    display: table-cell;
    padding: 20px 10px 0 10px;
}

.oneColBox {
    background: #fff;
    color: #000c4a;
    padding: 2%;
    font-size: 16px;
    -webkit-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    width: 96%;
    /* max-width: 333px; */
    min-height: 100px;
    margin: 40px 0 20px 0;
}

.galleryWrapper {
    display: table;
    width: 100%;
}
.galleryContent .ce-gallery .ce-row {
    float: left;
    display: inline;
    width: 24%;
    padding: 5px;
  overflow: hidden;
    height: 134px;
}
.contentWrap.blue .colLeft {
    background: #fff;
    color: #000c4a;
    padding: 30px;
    font-size: 16px;
    -webkit-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    width: 40%;
    /* max-height: 333px; */
    min-height: 100px;
    margin: 40px 0 20px 0;
}

.contentWrap.blue .colRight {
    background: #fff;
    color: #000c4a;
    padding: 30px;
    font-size: 16px;
    -webkit-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 0px solid #000000;
    width: 40%;
    /* max-width: 333px; */
    min-height: 100px;
    margin: 40px 0 20px 0;
}

#logo_banner img {
    width: auto;
  margin-right: 1%;
}
#logo_banner {
    margin-top: 2%;
    border-bottom: 1px solid #000c49;
}

pre {
    display: block;
    /* width: 24%; */
    background: #eee;
    border: 1px dotted #bbb;
    margin-top: 5px;
    text-align: left;
    padding: 1%;
    font-family: monospace;
    color: #666;
    overflow: auto;
}

.text {
    margin-top: -289px;
  width: 90%;
    padding: 2% 5%;
  background: #fff;
  -webkit-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    box-shadow: 8px 9px 32px -2px rgba(0,0,0,0.34);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; 
}
#p23 .text, #p45 .text, #p72 .text  {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#p23 .infoBox p, #p45 .infoBox p  { /* nur für das Angebot */
  text-align: left;
  padding: 10px;
}

.text h2, .text h3{ color: #243082; font-size: 20px; }
.textContent {
    padding: 2% 0;
}
#infoBlock.twoCols h2 {
    font-size: 18px;
}

/* footer */
.footer {
    height: 225px;
    background: #f7f7f7;
    width: 100%;
    display: table;
    padding: 30px 0;

    font-size: 12px;
  color: #555;
}
.footer .sponsors {
    display: table;
    width: 100%;
  /*margin-bottom: 5px;*/
}
.sponsors .slogo {
   
}

.sponsors .ce-inner {
    margin: -9px;
}

.slogo .ce-media {
    float: left;
    margin: 1%;
    width: 18%;
    background: #fff;
    min-height: 100px;
    position: relative;
}

.slogo img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  right: 0;
}

ul.footerNav {
    background: #000c49;
    position: absolute;
    width: 100%;
    max-height: 50px;
    text-align: center;
    margin: 20px 0 0;
  display:none;
}

.footerNav li {
    display: inline-block;
    padding: 10px;
}
.footerNav li a {
    color: #f7f7f7;
    text-decoration: none;
}
.footerNav li a:hover {
    color: #fed500;
}
.contentHolder {
    width: 90%;
}
.footer .contentHolder {
    margin: 0 auto;
}

/* counter */
.servicenavMobile {
    display: none;
}

#counter {float: left; height: 77px; overflow: hidden;}
.counterAkt p, .counterVorbei {
    float: none;
    margin-right: 0;
    color: #243082;
    font-weight: normal;
    line-height: 20px;
    margin-right: 0;
    font-size: 18px;
    padding-top: 8px;
}
#cnt_3, #cnt_4, #cnt_5, #cnt_6, #cnt_7, #cnt_8, #cnt_9, #cnt_10,#cnt_11, .cntSeparator { display: none; }

.infoText {
  position: absolute;
    margin-top: -339px;
  width: 100%;
}
.infoText .headerDate {
    display: none;
}


/* NDU Stuttgart "das Angebot" */
.align-right { text-align: right; }
#p45 .twoColsClear .leftCol,
#p45 .twoColsClear .rightCol { text-align: left; }
#p45 .twoColsClear h2,
#p45 .twoColsClear p { padding: 0 10px; margin-bottom: 3px; }
#p45 .twoColsClear h2 { line-height: 1.1; margin-bottom: 7px; }
#p45 .twoColsClear p { line-height: 1.3; }
#p45 .twoColsClear ul { margin: 0 10px; padding-left: 15px; }
#p45 .twoColsClear ul li { line-height: 1.32; padding-top: 2px; padding-bottom: 3px; hyphens:auto; }



/*media queries */
@media (max-width: 1024px) {


.menu-link .hamburger {
  display: block;
  position: fixed;
}
.headerNav, .topNav{
  display: none;
}
.sticky {
    top: 37px;
}



.headerImg {
    background-size: contain;
    /*background-position-y: 125px;*/
}




.headerContent {
    margin: 3% 0;
}

.back{
  display: block;
  position: fixed;
}


.innerStuffBox h2 {
    font-size: 17px;
}
#menu {
    display: none;
}

}

@media (max-width: 960px) {

/* CSS OVERLAY */
  .overlayContent { width: 96%; margin: 2%; }
/* CSS OVERLAY */
  
  
.flex-direction-nav a:before {
    font-size: 15px;
  line-height: 1.9;
}


.flex-direction-nav a {
    width: 25px;
    height: 25px;
}
.contentWrap.blue .colLeft {
    width: 50%;
}
.contentWrap.blue .colRight {
    width: 30%;
}

.contentWrap.blue .colLeft, .contentWrap.blue .colRight {
    min-height: 135px;
  width: 40%;
}
/* bisherige aussteller */
.teaserText {
    width: 100%;
}
.textDescription {
    width: 100%;
    padding: 0 0 2%;
}
.companyDescription {
    width: 100%;
    padding: 0;
}
.companyContent { margin-top: 20px; width: 45%; }

.galleryContent .ce-row {
    width: 31%;
    float: left;
    margin: 1%;
    height: 90px;
    overflow: hidden;
}


 }

@media (max-width: 768px) {

.headerTop {
   height: auto;
}

.bisStart {
    text-align: center;
    display: block;
}

.servicenavMobile {
    display: block;
  width: 140px;
  margin: 0 auto;
  position: absolute;
    top: 0;
    right: 0;
}
.servicenav {
    position: relative;
    margin: 0 auto;
    top: auto;
    width: 150px;
}
p.bisTage {
    width: 55px;
    text-align: center;
}
p.nurNoch {
    text-align: center;
  width: 90px;
}
.headerContent {
    display: none;
}
.headerContenMobile {
    display: block;
}
.headerContent .headerDate {
    display: none;
}
.infoText .headerDate {
    display: block;
  text-align: left;
}
.infoText {
    position: relative;
  top: auto;
  margin-bottom: 30px;
  display: inline-block;
  margin-top: 30px;
}
.contentHolder {
    width: 100%;
    max-width: 1172px;
    margin: auto;
}

#header {
    background: none;
}
.headerDate {
    text-align: center;
    margin-top: 20px;
}

h2.time {
    color: #fed500;
  font-size: 30px;
  padding-bottom: 12px;
}
h2.date {
  font-size: 30px;
}

#infoBlock {
    background: #fff;
    margin-top: -228px;
  min-height: auto;
    height: auto;
}
#header {
    height: 250px;
}
.homeNav {
    position: fixed;
    top: 0;
    left: 95px;
    z-index: 11;
}
.homeNav {
    position: fixed;
    top: 55px;
    left: auto;
    right: -26px;
    z-index: 11;
}

.town {
    display: block;
    position: absolute;
    top: 28px;
    left: 75px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    z-index: 11;
}
.town a {
    text-decoration: none;
    color: #243082;
}
.town a:hover{
  color: #fff;
}


.socialButs {
    max-width: 160px;
  height: 33px;
    right: -9px;
    top: -3px;
    position: fixed;
}
.socialButs .social img {
    width: 30px;
  height: 30px;
    margin: 0 5px;
}

#mainNavMobile {
    position: fixed;
    width: 100%;
    top: -5px;
}
 .panel {
    background: /*url(../img/logo.jpg) no-repeat*/ #243082;
    background-position: 0 40px;
    background-size: 94px;
}
.topNavMobile {
    margin: 0;
}

.logo a {
    width: 83px;
    height: 83px;
}


.logo {
    background-size: 84px;
    position: fixed;
    background-color: #fed500;
    width: 100%;
    height: 83px;
    left: 0;
    z-index: 11;
    top: 0;
    -webkit-box-shadow: 0px -3px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 20px 1px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 20px 1px rgba(0,0,0,0.75);
}
.headerImg {
    display: none;
}
#header {
    height: 82px;
}

.slogo .ce-media {
    width: 31%;
}
.contentHolder , .contentWrap{
    width: 95%;
}
.infoBox h2 {
    max-width: 100%;
}

.innerStuffBox h2 {
    font-size: 20px;
}
.stuffBox p {
    font-size: 15px;
}

.infoBlockImg {
    display: none;
}

.stuffBox {
    /* height: 400px; */
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0;
  margin: 0 auto 80px auto;
}
.stuffBox:nth-child(2) {
    margin: 60px auto;
}

.headerImg {
    background-position-y: 225px;
}

#infoBlock .contentWrap {
    text-align: left;
  margin-top: 234px;
}
.infoText h3:first-child {
    margin-left: 55px;
}

.contentWrap.blue {
    background: #000c49;
}
.infoText p {
    width: 95%;
}

.box {
    width: 50%;
  padding: 1% 5%;
}

/*
.box:nth-child(1) {
    padding: 0 20px 0 30px;
}
.box:nth-child(2) {
    padding: 0 25px 0 10px;
}
.box:nth-child(3) {
    padding: 16px 21px 0 30px;
}
.box:nth-child(4) {
    padding: 15px 25px 25px 10px;
}
.stuffBox:nth-child(3) {
    padding: 0;
}
*/

.contentWrap.blue .colLeft {
    width: 100%;
    float: none;
    max-width: 100%;
    box-sizing: border-box;
}
.contentWrap.blue .colRight {
    width: 100%;
    float: none;
    max-width: 100%;
    box-sizing: border-box;
  margin: 90px 0 0 0;
}
.galleryContent .ce-row {
    width: 45%;
    float: left;
    margin: 20px 10px 0 10px;
}

.contentWrap.blue .colLeft {
    margin: 20px 0 -45px 0;
}
.galleryContent a{ display: block;}

.text {
    margin-top: -360px;
}
#p18 

.footer .contentHolder {
    margin: 0 auto;
}
/* Teilnehmer Logos */
#p26 .companyContent {
    padding: 30px;
    width: 45%;
}
.menu-link .hamburger {
    margin: 2px 3px;
   
}
.back {
    top: 0;
}

.twoColsClear .leftCol, .twoColsClear .rightCol {
    width: 100%;
    margin: 3% 0;
}

}
 
 
@media (max-width: 480px) {

.overlayContent .companyLogo { width: 60% !important; float: left;}

.logo {
    background-size: 83px;
    position: fixed;
    background-color: #fed500;
    width: 100%;
    height: 82px;
    left: 0;
    z-index: 11;
}
.headerImg {
    display: none;
}
#header {
    height: 82px;
}

/* Teilnehmer Logos */
.companyContent {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.companyHolder { padding: 0; }
.companyLogo { width: 100%; margin: 0 auto;}
#p26 .companyContent { width: 100%; }


/*.homeNav {
    display: none;
}*/

#infoBlock {
    margin-top: -220px;
}
.infoBox:last-child {
    margin-bottom: 35px;
}

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

.infoText h3:first-child {
    margin-left: 0;
}

.infoText {
  margin-top: 33px;
}

.slogo .ce-media {
    width: 48%;
    /* float: none; */
    max-width: 243px;
    /* margin: 0 auto; */
}
.sponsors .ce-inner {
    margin: 0;
}


.box {
    width: 100%;
  padding: 0;
  margin: 5px 0; 
  
}
.stuffBox {
    width: 100%;
    margin: 0 auto;
    margin: 0 auto 25px auto;
}

.galleryContent .ce-row {
    width: 100%;
    height: 200px;
    float: none;
    margin: 20px 10px 0 0;
}

.twoCols {
    margin-top: 57px;
  text-align: center;
}
.twoCols .colLeft {
    float: left;
    width: 100%;
}
.twoCols .colRight {
    float: right;
    width: 100%;
  margin-top: 20px;
}

}


/* HyperSlam */
#c1015 { width: 100%; max-width: 600px; margin: 0 auto; }

#banner-top .banner { width: 100%; max-width: 728px; margin: 0 auto;}
@media (max-width: 768px) {
    #banner-top { display: none; }
}