body {
  background: white;
  font-family: 'Inter', sans-serif;
  color: #444444;
  font-size:20px;
}

header {
  padding-top: 25px;
  border-bottom:1px solid #cccccc;
  background:white;
  position:fixed;
  top:0;
  width:100%;
  z-index:5;
}
.scrollspy-fix{
  
}

/* Gallery hack */
[class^="gallery-"] .thumbnail img {
  width: 100%;
}

.content{
  margin-top:85px;
  min-height:400px;
}
.page-content{
  padding-top: 60px;
  padding-bottom:60px;
}
a {
  color:#b1b1b1;
}
a:hover{
  color:#E2000A;
}

h1, h2, h3, h4, h5{
  color:#E2000A;
  font-weight:100;
}
.align-c{
  text-align:center;
}
.logo {
  max-height: 60px;
  margin-bottom: 15px;
}
.top-nav {
  float: right;
  margin-bottom: 15px;
  padding: 4px;
  line-height: 42px;
  list-stlye: none;
  text-align: center;
  width: 100%;
}

.top-nav li {
  display: inline-block;
  list-style: none;
  margin: 0px 14px 0px 14px;
  font-size: 13px;
  font-weight: 400;
}

.top-nav li a {
  color: black; /* #b1b1b1 */ 
  text-transform: uppercase;
}

.top-nav li a:hover, .top-nav li.active a{
  color: #444444;
}
.sm-icon{
  font-size: 20px;
  line-height: 42px;
  margin-left: 15px;
}

footer {
  background: #464445;
  clear: both;
  min-height: 150px;
  padding: 40px 0px;
}

footer a, footer p{
  color: #efefef;
  margin-right: 10px;
  font-size:0.8em;
}

footer .partner{
  max-height: 60px;
  margin: 8px;
  padding: 4px;
}


/* resp nav*/

.nav-toggle-button{
  background-bottom:#EFEFEF;
  position:fixed;
  top:0px;
  width:100%;
  text-align:center; 
  color: #3d3d3d;
  display:inline-block;
  padding:5px;
  font-size:25px;
  z-index: 9;
  left:0;
  
}

.nav-toggle-button *{
  color:#3d3d3d;
}

.dropdown-nav{
  position: fixed;
  height:100vh;
  width: 100%;
  background: white;
  text-align: center;
  padding: 0;
  z-index: 1000;
  top:36px;
  left:0;
}

.dropdown-nav ul{
  position:relative;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 15px;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:50%;
  width: 100%;
}

.dropdown-nav ul li{
  width:100%;
  text-align: center;
  padding:0;
  padding-bottom:15px;
  margin-top:15px;
  border-bottom:1px dotted white;
  text-transform:uppercase;
}
.dropdown-nav ul li:last-child{
  margin-bottom:15px; 
  padding-bottom:15px;
  
}
.dropdown-nav ul li a{
  color: #3d3d3d;
  font-size:20px;
}

.jk-collapse{
  min-height:0 !important;
  max-height:100vh;
}

.jk-collapse.collapsed {
  min-height:1px; 
}


.carousel{
  margin-top:75px;
}
.carousel-indicators{
  *display:none;
  text-align: right;
  float: right;
  right: 4% !important;
  left: inherit;
  bottom: 5%;
}
.carousel-inner{
  margin-bottom:40px;
}
.carousel-inner .item .img{
  height:750px;
  background-position:center;
  background-size:cover;
}
.carousel-inner .item .img .over-text{
  bottom: 5%;
  color: white;
  position: absolute;
  left: 0;
  padding: 0px 22px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 4px #505050;
  letter-spacing: 0.05em;
  
}
.carousel-inner .item .img .over-text h2{
  color:white;
  font-weight:600;
}
.home{
  margin: 30px 0px;
}
.home > div{
  text-align:center;
  margin-bottom:20px;
}
.home > div > i{
  font-size:5em;
  color:#E2000A;
  margin-bottom:15px;
}
.home div h2{
  text-transform: uppercase;
}

.projects {
  padding: 60px 0px;
  height:auto;
}
.projects > div{
  padding:5px;
}
.projects .preview{
  background-size:cover;
  background-position:center;
  height:200px;
}
.projects .caption{
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  height:100%;
  padding: 30px 15px 5px;
  text-transform:uppercase;
}
.projects .caption:hover{
  opacity:1;
  transition: all ease 0.3s;
}
.projects .caption h4{
  border-bottom:1px solid #E2000A;
  line-height: 30px;
  color:white;
  text-align:center;
}
.title{
  margin-top:50px;
  margin-bottom:50px;
}
.title h2{
  text-transform:uppercase;
  font-size:30px;
}

.title h2:hover{
  color:#658298;
  
}





.btn-group-subs .btn{
  color:white;
  font-size:16px;
  float:left;
  margin: 5px 20px;
  text-transform:uppercase;
  transition: all ease 0.3s;
}

.btn-group-subs .btn:hover{
  -webkit-trnsform:scale(1.3,1.3);
  transform:scale(1.3,1.3);
  
}
.btn-goBack{
  padding: 10px 30px;
  margin: 20px auto;
  text-transform:uppercase;
}
.bg-image{
  background:#464445;
  background-attachment:fixed;
  background-size:cover;
  background-position:center;
  height:580px;
  width:100%;
  position:relative;
}
.bg-image .overlay{
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.3);
  transition: all ease 0.4s;
}
.bg-image .overlay:hover{
  background-color:rgba(0,0,0,0.3);
  
}
.bg-image .caption{
  color:white;
  padding:40px;
  position:absolute;
  top:22%;
  height:56%;
  overflow:hidden;
  font-size:1.2em;
}

.bg-image .caption *{
  color:white;
  
}

/*googleMap*/
#map{
  height:400px;
  width:100%;
}
#kontakt-form *{
  text-align:center;
  font-weight:100;
}
#kontakt-form h2{
  text-transform:uppercase;
  margin-bottom:20px;
}
#kontakt-form input{
  margin-bottom:15px;
  width:100%;
}
#kontakt-form textarea{
  text-align:left;
  width:100%;
}
#kontakt-form .btn-primary{
  background-color:#E2000A;
  border:none;
}
#kontakt-form .form-group{
  width:49%;
}
.img-100{
  height:auto;
  width:100%;
}
.section{
  background-color:white;
  padding-top:50px;
  padding-bottom:100px;
}
.section p{
  
}
.sectionColor{
  background-color:#FBFBFB;
  padding-top:50px;
  padding-bottom:100px;
}
.sectionColor h2,.sectionColor h3,.sectionColor h4,.sectionColor p,.sectionColor a{
  
  
}
.news-thumb {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.news-img{
  overflow:hidden;
  width: 100%;
  height: 200px;
}
.news-img div{
  width:100%;
  height:100%;
  background-position: center;
  background-size:cover;
  transition: transform ease 0.5s;
  -webkit-transition: transform ease 0.5s;
}
.news-thumb:hover {
  background:#E2000A;
}
.news-thumb:hover h2{
  color:white;
}
.news-thumb:hover .news-img div{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1); 
  transform: scale(1.1);
}
/* tabs -> newsPage & Projects by year*/
.center-tabs >.nav-tabs{
  text-align:center;
  width:100%;
}
.center-tabs > .nav-tabs > li{
  float:none;
  display:inline-block;
}
.center-tabs > .nav-tabs > li > a{
  border:none;
  background-color:none;
}
.center-tabs > .nav-tabs > li > a:hover{
  border:none;
  background-color:none;
  color:#E2000A;
}
.center-tabs > .nav-tabs > li:hover{
  background-color:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  color:#E2000A;
  border-top:transparent;
  border-right:transparent;
  border-left:transparent;
  border-bottom: 2px solid #E2000A;
  background-color:none;
}

/* sub nav Inhaltsseite */

.top-subnav > ul{
  background-color:#FBFBFB;
  margin-top:10px;
  text-align:center;
  width:100%;
  z-index:4;
}


.top-subnav > ul > li{
  display:inline-block;
}
.top-subnav > ul > li > a{
  font-size:0.8em;
  text-transform:uppercase;
}
.side-nav > ul{
  position:fixed;
  right:0;
  padding:10px;
  top:40%;
  text-align:right;
  list-style:none;
  width:20%;
}
.nav .active {
  font-weight: bold;
}
.nav .nav {
  display: none;
}
.nav .active .nav {
  display: block;
}
.nav .nav a {
  font-weight: normal;
  font-size: .85em;
}
.nav>li>a{
  font-size:1.4em;
}
.nav>li.active a{
  color:#E2000A !important;
}
.nav>li>a:hover{
  background:none;
  color:#E2000A;
}
.nav>li>a:focus, .nav>li>a:visited{
  background:none;
  color:#b1b1b1;
}
.nav .nav span {
  margin: 0 5px 0 2px;
}

.nav .nav .active a,
.nav .nav .active:hover a,
.nav .nav .active:focus a {
  font-weight: bold;
  padding-left: 30px;
  border-left: 5px solid black;
}

.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
  display: none;
}

.toggle-subnav{
  color:#E2000A;
  text-transform:uppercase;
  width: inherit;
  border: none;
}
.dropdown-group
{
  width:100%; 
}
.subnav-dropdown{
  text-align:center;
  width:100%;
  height:auto;
}
.subnav-dropdown > li{
  font-size:18px;
  text-transform:uppercase;
  margin: 18px 0px;
  
}
/*end sidenav----------------------*/
.service{
  height:400px;
  margin-bottom:20px;
  overflow:hidden;
}
.service > div{
  background-size:cover;
  background-position:center;
  height:100%;
  width:100%;
}
.service > div > .caption{
  height:100%;
  text-align:center;
  padding: 22% 10px 10px 10px;
  opacity:0.5;
  -webkit-transition: all ease 0.2s; /* Safari */
  transition: all ease 0.2s;
}
.service > div > .caption:hover {
  background-color:rgba(0,0,0,0.5);
  opacity:1;
}
.service > div > .caption > h3{
  color:white;
  text-transform:uppercase;
  font-size:30px;
  opacity:1;
}
.blueimp-gallery > .title{
  
}

@media screen and (max-width: 1000px){

.top-nav li {
  margin: 0px 10px 0px 10px;
  font-size: 12px;
  font-weight: 100;
  
}
.subpage-title{
  font-size:2em;
}
.bg-image .caption{
  height:65%;
}
.logo {
  max-height: 55px;
}
.carousel-inner .item .img{
  height:550px;
}
.top-subnav > ul > li > a{
  font-size:0.6em;
}
}

@media screen and (max-width: 776px){

header{
  padding-top:50px;
}
.bg-image .caption{
  height:90%;
}

.carousel-indicators {
  display:none;
}

.carousel-inner .item .img{
  height:500px;
}
.subpage-title{
  font-size:1em;
}
.title h2{
  font-size:30px;
}
#kontakt-form .form-group{
  width:100%;
}
.projects .caption{
  opacity:1;
}
.service{
  height:250px;
}
.top-subnav > ul{
  top:100px;
}
.top-subnav > ul > li > a{
  font-size:0.5em;
  padding:10px 5px 5px 5px;
}
footer .partner {
  max-width: 32%;
  margin: 5px;
}
}

.safari .gallery-3 .thumbnail {
  width: 31.333333%;
}

.thumbnail {
  border: none;
  background-color: #f4f4f4;
}


.round{
  *font-family:"Aller W01 Regular";
  *font-family: "Merriweather", Georgia, serif;
  position:absolute;
  right:50px;
  bottom: 200px;
  text-transform:uppercase;
  width:200px;
  height:200px;
  text-align:center;
  padding-top:50px;
  font-size:16px;
  transform: rotate(20deg);
  transition:all 400ms ease;
  font-size: 14px;
  font-weight: 600;
}

.round.round-top.round-small{
  position:absolute;
  bottom: 160px;
}

.round.round-small{
  width:150px;
  height:150px;
  padding-top:58px;
  font-size:22px;
}

.round:hover{
  transform: rotate(0deg);
  
}