body {
  background: white;
}
* a {
  color:inherit;
}
* a:hover {
  color:inherit;
  opacity:0.7;
}

small {
  color: black;
  margin-bottom: 10px;
}

/* Header */
header {
  padding:15px 70px;
  *border-bottom:20px solid #8f8c6a; 
}
h2 {
  font-size:24px;
  margin-bottom:20px;
}

.banner {
  height:450px;
  border-top:20px solid #8f8c6a; 
  background-attachment:scroll;
  background-size:cover;
  background-position:center;
  margin-bottom:60px;
}
.content {
  margin-top:20px;
}
.logo {
  float:right;
}
.logo img {
  height:120px;
}
.partner .img {
  width: 80%;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom:20px;
}

.blueimp-gallery .title {
  display:none;
}

label {
  font-weight:400;
}
/* Header */

.lang {
  *position:absolute;
  float:left;
  left:0;
  margin-top:45px;
  margin-left:20px;
  top:10px;
  height:40px;
  background:#8f8c6a;
  color:white;
  padding:8px;
  padding-left:10px;
  padding-right:15px;
  font-size:16px;
  font-weight:100;
}

.top-nav {
  float: left;
  margin-left:-70px;
  height:40px;
  background:#8f8c6a;
  padding-left: 70px;
  list-stlye: none;
  margin-top:45px;
}

.top-nav li {
  float: left;
  list-style: none;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 100;
  
}

.top-nav li a {
  color: white;
  line-height:40px;
}
.top-nav > li.active > a, .top-nav > li:hover > a {
  color: black;
}
.top-nav > li {
  position:relative;
  /* padding to bottom to "increase" height */
  padding-bottom:30px;
}
.top-nav li ul {
  position:absolute;
  top:0;
  margin:0;
  padding:0;
  left:-20px;
  margin-top:30px;
  padding:20px;
  background:#8f8c6a;
  z-index:10;
  min-width:200px;
  padding-bottom:0px;
}
.top-nav li ul li {
  display:block;
  float:none;
  margin-bottom:15px;
  list-style:none;
  margin-left:0px;
}
.top-nav li ul li a {
  white-space:nowrap;
  color:white;
}
.top-nav li ul li:hover a,.top-nav li ul li.active a {
  color:black; !important;
}
/* subnav effect */
.top-nav li ul {
  opacity:0;
  visibility:hidden;
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
}
.top-nav li:hover ul {
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  opacity:1;
}

/* Content */

/* Awards 2015 */
.person {
  margin-bottom:40px;
}
.person .image-box {
  position:relative;
  height:300px;
  background-attachment:scroll;
  background-position:Center center;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:20px;
}
.person .image-box .title {
  text-align:center;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:50px;
  background:#2B4B58;
  font-size:20px;
  padding-top:10px;
  color:white;
}
.person .text {
  padding-right:20px;
  height:80px;
}

/* Logos */

.small-logo {
  width: 80%;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom:30px;
}

/* Kontakt */

#map_canvas {
  border-top:20px solid #8f8c6a; 
  height:450px;
  margin-bottom:60px;
}
.kontakt i {
  color:#2B4B58;
  font-size:60px;
  margin-bottom:20px;
}

footer {
  clear: both;
  margin-top: 40px;
  margin-bottom:40px;
}

footer a {
  color: black;
  font-size: 12px;
  margin-right: 10px;
}

/* Referenzen */

.referenzen .img {
  width: 80%;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  *margin-left:30px;
  margin-right:60px;
  margin-bottom:30px;
}




/* resp nav*/

.nav-toggle-button{
  float:left;
  *top:0px;
  *width:100%;
  *background: #fff;
  *text-align:center;
  color: black;
  display:inline-block;
  margin-left:15px;
  margin-top:10px;
  padding:20px;
  padding-top:5px;
  padding-left:0;
  font-size:40px;
  z-index: 3;
  left:0;
  
}

.nav-toggle-button *{
  color:black;
}

.dropdown-nav{
  position:block !important;
  top:0px;
  width:100%;
  background: #2B4B58;
  text-align: center;
  padding:0;
  *padding-bottom:15px;
  z-index: 3;
  left:0;
  
}

.dropdown-nav ul{
  width:100%;
  margin:0;
  padding-left:0;
  *padding-bottom:20px;
  left:0;
  top:36px;
}

.dropdown-nav ul li{
  width:100%;
  color:white;
  text-align: left;
  padding:0;
  padding-bottom:10px;
  margin-top:10px;
  border-bottom:2px solid #8f8c6a;
  padding-left:15px;
  
}
.dropdown-nav ul li:last-child{
  *margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:none;
  
}


.dropdown-nav ul li a{
  color: white;
  font-size:20px;
}

.jk-collapse{
  min-height:0 !important;
}

.jk-collapse.collapsed {
  min-height:1px; 
}

@media screen and (max-width: 1024px){
header {
  margin-top:10px;
  margin-bottom:5px;
  height:120px;
  
}
.logo img {
  
}
.top-nav li {
  
  margin-right: 25px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 100;
  
}
.lang {
  font-size: 14px;
  padding:10px;
  padding-right:15px;
}

}
@media screen and (max-width:768px) {

.logo img {
  padding-top:10px;
  max-height:100px;
  padding-bottom:10px;
  padding-right:15px;
}
header {
  *position:fixed;
  height:auto;
  margin:0;
  padding:0;
  top:0;
  left:0;
  right:0;
  background:white;
  margin-top:0;
  *padding-top:10px;
  z-index:100;
}
.nav-toggle-button{
  padding:10px; 
  padding-left:0px; 
}
}

