h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: #3A92C1;
}

.referenzen {
  width: 100%;
  height: 500px;
}

ul.tags li {
  display: inline-block;
  padding: 0 10px 0 0;
}

ul.tags li img {
  width: 50px;
  margin: 0 5px 0 0;
}

#kontaktbox {
  position: relative;
  background-color: #eee;
  width: 300px;
  height: 200px;
  padding: 0 30px;
  margin-top: 40px;
  margin-left: 30px;
}

#kontaktbox .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 130px;
  padding: 20px;
  margin: -40px 10% 0;
  background-color: white;
  font-weight: bold;
  font-size: 18px;
}

#kontaktbox .head h3 {
  text-transform: uppercase;
  margin: 5px;
  color:  #3A92C1;
}

#kontaktbox .foot {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 130px;
  width: 80%;
  height: 150px;
  background-color: #3A92C1;
  color: white;
  padding: 30px;
  margin: -40px 10%;
}

#kontaktbox .foot .button {
  background-color: black;
  padding: 10px;
  margin: 20px 40px;
  text-align: center;
}

#kontaktbox .foot .button a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

#reference .type,
#reference .download,
#reference .type {
  width: 10%;
}

#reference .feature {
  width: 40%;
}

#reference .usage,
#reference .preview {
  width: 10%;
}

#reference .center {
  text-align: center;
}

#reference .right {
  text-align: rightr;
}

ul.tags li h3 {
  display: inline;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

#map {
  width: 100%;
  height: 100%;
}

#slider {
  margin: 0 auto 20px;
  max-height: 550px; /** 450px; **/
  max-width: 1920px;  
}

#mainimage {
  position: relative;
  margin: 0 auto 20px;
  max-height: 450px;
  max-width: 1920px;  
}

#mainimage .before {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 20%;
  color: white;
}

#mainimage .after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

#mainimage h2 {
  font-size: 60px;
  text-transform: uppercase;
}

/** Monat **/

span.day,
span.month,
span.year {
  font-size: 14px;
  display: inline-block;
  width:100%;
  line-height: 1;
}

span.month {
  overflow:hidden;
  text-overflow: '';
  width: 56%;
}

.hallen .halle {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hallen .halle .desc {
  background-color: #eee;
  padding: 10px 20px 1px;
  height: 62px; /** same as ".contact .submit" **/
}

.hallen .halle .desc h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
}

.hallen .halle .desc h3 span {
  color: #3A92C1;
}

.hallen .halle a {
  color: black;
}

.hallen .halle a:hover {
  text-decoration: none;
}

.main.container  {
  width: 1170px;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.content {
  padding-left: 15px;
  padding-right: 15px;
}

.content.news {
  background-color: #eee;
}

header {
  margin: 15px 0;
}

header .logo {
  margin-top: 30px;
}

header .info {
  margin: 18px 0 0;
}

header p,
header p a {
  font-size: 13px;
  color: #2f2f2f;
}

div.container {
  position: relative;
}

div.menublock {
  position: absolute;
  right: 0%;
  width: 60%;
  margin-top: -60px;
}

div.menubackground {
  background-color: #3A92C1;
  height: 60px;
}

.contacthead {
  position: relative;
  z-index: 10000;
  background-color: white;
  color: black;
  margin: -60px 30px -50px 30px ;
  padding: 10px 20px;
  box-shadow: 0 0 3px #000;
}

.contacthead h3 {
  text-transform: uppercase;
  margin:0;
}

.contactbody {
  margin-top: 22px;
  padding: 59px 30px 10px;
  background-color: #3c3c3b;
  color: white;
  font-size: 12px;
}

.contactbody .form-control {
  background-color: #3c3c3b;
  background-image: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  box-shadow: none;
  color: white;
  display: block;
  line-height: 1.42857;
  padding: 2px 0px;
  transition: none;
  width: 100%;
}

.contact .submit {
  text-align: center;
  padding: 23px;
  background-color: #eee;
  color: black;
  height: 62px; /** same as ".hallen .desc" **/
}

.contact .anfrage {
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  background-color: #2b8fc3;
  color: white;
}

.contact .anfrage span {
  font-size: 40px;
  vertical-align: top;
}

.contact .submit input,
.contact .anfrage button {
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  color: black;
  border: 0;
  font-size: 16px;
}

.contact .anfrage button {
  color: white;
  font-weight: bold;
}

.contact .contacttext {
  color: black;
  padding: 0 40px;
}

.contact .contacttext h3 {
  font-size: 30px;
}

.contact .contacttext h4,
.contact .contacttext h5{
  text-transform: uppercase;
}

.contact .contacttext td {
    padding: 0 5px;
}

div.image {
  position: relative;
}

div.text {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0 auto;
  width: 1170px;
  border: 1px solid red;
}

/** Hauptmenu **/

nav.main {
  height: 60px;
  margin:0;
  padding: 0;
  background-color: #3A92C1;
}

nav.main ul {
  margin:0;
  padding: 0;
}

nav.main ul li {
  display: inline-block;
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid #2C7497;
}

nav.main ul li.active {
  background-color: #2C7497;
}

nav.main ul li span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
}

nav.main li:hover,
nav.main li.topCurrent {
  color: #5f5f5f;
}

nav.main ul.deep1 {
  position: absolute;
  top: 1;
  left:0;
  width: 100%;
}

nav.main li.deep0 {
  position: relative;
  z-index: 20;
}

nav.main li.deep1 {
  clear: both;
  display: none;
  background-color: #474747;
  min-width: 160px;
  text-align: left;
  opacity: 0.85;
  border-top: 1px solid white;
  border-right: none;
}

nav.main ul.deep0:hover li.deep0.path li.deep1 {
  display: none;
}

nav.main ul.deep0 li.deep0.path:hover li.deep1,
nav.main ul.deep0 li.deep0:hover li.deep1 {
  display: block;
}

nav.main li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

/* Hallendaten */

table.halle {
  
}

table.halle td {
  padding: 10px;
}

/* Partner */

.partner ul li {
  display: inline-block;
  text-align:center;
}

.bilderreihe {
  padding-top: 30px;
  float: left;
  position: relative;
}

.bilderreihe p {
  float: left;
  padding-right: 5%;
  width: 31%;
}

.bilderreihe a {
  position: relative;
  float: left;
  width: 22%;
}

.bilderreihe a .bezeichnung {
  position: absolute;
  float: left;
  width: 90%;
  text-align: center;
  color: #000;
  border: solid 1px #000;
  margin: 26% 5% 0;
}

.bilderreihe a img{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}


.bilderreihe a img:hover{
  opacity: 0.2;
}

footer {
  width: 100%;
  min-height: 40px;
  color: white;
  background-color: #3c3c3b;
  font-size: 90%;
  padding: 10px;
}

/**
 * Navbar
 */

.navbar-default {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: medium none;
}
/*
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
  background-color: #2891cf;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #2891cf;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #2891bf;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #2891cf;
}
.navbar-default .navbar-toggle {
  background-color: #2891bf;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2891bf;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: white;
}
.navbar-default .navbar-link {
  color: white;
}
.navbar-default .navbar-link:hover {
  color: #2891cf;
}
*/
.footermenu {
  margin-top: 0;
  background-color: #eee;
  padding: 50px;
}

/** Footer Menu **/

nav.footer {
  margin-top: 10px;
}

nav.footer ul {
  margin:0;
  padding: 0;
}

nav.footer ul li {
  display: inline-block;
  margin:0;
  border-right: 1px solid #2C7497;
}

nav.footer a {
  color: #1e1e1e;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}

nav.footer a:hover,
nav.footer li.fCurrent a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

nav.footer li {
  float: left;
  display: block;
  margin: 0;
  padding: 0px .5em;
}

nav.footer ul li p strong {
  color: #009ee3;
}

nav.footer li:last-child {
  border: 0;
}

/** News **/

.news ul {
  padding: 0;
  margin: 0;
}

.news h2 {
  margin: 5px 0 10px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;  
}

.news h2 span {
  color: #3A92C1;
}

.news h5 {
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

.news li {
  float: left;
  display: block;
}

.news li:last-child {
  border: 0;
}

.news .media-object {
  background-color: #2b8fc3;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  font-size: 80%;
  width: 60px;
  height: 60px;
}

/** Ideal-Image-Slider **/

.iis-caption {
  border-radius: 0px;
  bottom: 0;
  left: 0;
  width: 65%;
  padding: 20px 40px 20px 20%;
}

.iis-caption2 {
  z-index: 10;
  position: absolute;
  top: 5%;
  left: 20%;
  max-width: 45%;
  padding: 15px;
  font: 14px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px #3c3c3d;
  color: #fff;
}

.iis-caption2 .iis-caption-title2 { 
  font-weight: bold; 
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 30px;
}

.iis-caption2 .iis-caption-title2 span {
  color: #3A92C1;
}

.iis-caption2 .iis-caption-content2 {
  font-size: 13px;
  line-height: 1.6em;
  color: #eee;
}

/** Formulare **/

input.form-group.error,
textarea.form-group.error,
select.form-group.error {
  border: 1px solid red;
}

div.alert.Send {
  display: none;
}

div.alert.Sendtransmitted {
  background: transparent;
}

div.alert.Senderror {
  background: transparent;
}


/** Tabs **/

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
}
.pull-bottom {
  vertical-align: bottom;
}
@media only screen and (max-width : 767px) {
  .match-height {
    height: auto !important;
  } 
}
@media(max-width:767px){
  body.debug {
    border: 2px solid green;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  header .logo,
  header .text-right {
    text-align: center;
  }
  #mainimage div.before h2 {
    font-size: 18px;
  }
  div.hallen .halle img {
   width: 100%;
  }
  .contacthead {
   margin: 0px 30px -50px 30px ;
  }
  .iis-caption {
    display: none;
  }
  .iis-caption2 {
    max-width: 85%;
    left: 5%;
  }
  nav.main {
    height: auto;
  }
  nav.main ul li {
    display: block;
  }
  nav.main ul.deep1 {
    position: relative;
  }
  .footermenu {
    margin-top: 0px;
    padding: 5px 0 10px;
  }
  nav.main ul li {
    border-right: none;
  }
}
@media(min-width:768px){
  body.debug {
    border: 2px solid red;
  }
  .contacthead {
   margin: 0px 30px -50px 30px ;
  }
  div.hallen .halle img {
    width: 100%;
  }
  .iis-caption {
    display: none;
  }
  .iis-caption2 {
    max-width: 65%;
    left: 10%;
  }
  nav.main {
    height: 60px;
  }
  nav.main ul li {
    padding: 0 20px;
  }
  nav.main ul li span {
    height: 60px;
  }
}
@media(min-width:992px){
  body.debug {
    border: 2px solid blue;
  }
  .contacthead {
    margin: -60px 30px -50px 30px;
  }
  .iis-caption {
    display: block;
  }
  .iis-caption2 {
    max-width: 45%;
    left: 20%;
  }
  nav.main {
    height: 60px;
  }
  nav.main ul li {
    padding: 0 20px;
  }
  nav.main ul li span {
    height: 60px;
  }
}
@media(min-width:1200px){
  body.debug {
    border: 2px solid yellow;
  }
  .contacthead {
    margin: -60px 30px -50px 30px;
  }
  .iis-caption {
    display: block;
  }
  .iis-caption2 {
    max-width: 45%;
    left: 20%;
  }
  nav.main {
    height: 60px;
  }
  nav.main ul li {
    padding: 0 20px;
  }
  nav.main ul li span {
    height: 60px;
  }
}