body{
  background-color:white;
  color:black;
}

h2{
  color:white;
  font-size:18px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 18px;
  margin-bottom: 3px;
}
.mobile-hide{
  display: none;
}
@media (min-width: 768px){
  .mobile-hide {
    display: block;
  }
}
.mobile-show{
  display: block;
}
@media (min-width: 768px){
  .mobile-show {
    display: none;
  }
}

.bildkasten-quer{
  height: 250px;
  max-height:410px;
  background-color: white;
  overflow:hidden;
  margin-top:6px;
  width:100%;
}
@media (min-width: 768px){
  .bildkasten-quer {
    height: 100%;
    max-height:410px;
    background-color: white;
    overflow:hidden;
    margin-top:25px;
    width:98%;
  }
}

.bildkasten-quer-rechts{
  height: 250px;
  overflow:hidden;
  width:98%;
  margin-left:2%;
  margin-top:6px;
  background-color: white;
}
@media (min-width: 768px){
  .bildkasten-quer-rechts{
    height: 410px;
    overflow:hidden;
    width:98%;
    margin-left:2%;
    margin-top:25px;
    background-color: white;
  }
}

.bildkasten-hoch{
  height: 250px;
  background-color: white;
  overflow:hidden;
  margin-top:6px;
  width:100%;
  max-height:650px
}
@media (min-width: 768px){
  .bildkasten-hoch {
    height: 100%;
    background-color: white;
    overflow:hidden;
    margin-top:25px;
    width:98%;
    max-height:650px
  }
}

.bildkasten-hoch-rechts{
  height: 250px;
  overflow:hidden;
  width:98%;
  margin-left:2%;
  margin-top:6px;
  background-color: white;
  max-height:650px;
}
@media (min-width: 768px){
  .bildkasten-hoch-rechts{
    height: 100%;
    overflow:hidden;
    width:98%;
    margin-left:2%;
    margin-top:25px;
    background-color: white;
    max-height:650px;
  }
}

.item{
  padding-bottom:1.5625rem;
  padding-top:1.5625rem;
}

.project-label{
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.project-img{
  margin-bottom: 1.125rem;
}

.navbar-default{
  height:90px;
  background-color:white;
  border:none;
  z-index: 999;
}

.navbar-default .navbar-brand{
  color: black;
}

.navbar-default .navbar-brand:hover{
  color: black;
}

.start{
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #454545;
  margin-top:60px;
  width:auto;

}
@media (min-width: 768px){
  .start {
    border-bottom: 1px solid #454545;
    margin-top:60px;
    width:auto;
    margin-left: 70px;
    margin-right: 70px;
    display: block;
  }
}

.navigation {
    margin-top: 20px;
    margin-left: 34px;
    margin-right: 34px;
}

@media (min-width: 768px){
  .navigation{
    margin-top:20px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

.navbar-brand{
  letter-spacing:1px;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0px;
}

@media (min-width: 768px){
  .navbar-brand{
    letter-spacing:1px;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 15px;
  }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px){
  .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 8px;
      margin-right: 15px;
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
  }
}

.navbar-right{

  float:none ;
  font-size:18px;
  color:#909090;

}

@media (min-width: 768px){
  .navbar-right{
    float:right !important ;
    font-size:18px;
    color:#909090;
  }
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color:black;

  padding-bottom: 5px;
  background-color:white;
}
.active {
  color:white;
  background-color:none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  color:black;

  padding-bottom: 5px;
  background-color:white;
}

.nav > li {
    position: relative;
    display: block;
    margin-left: 20px;
}
@media (min-width: 768px){
  .nav > li {
      position: relative;
      display: block;
      margin-left: 0px;
  }
}

.container-fluid > .navbar-header{
  font-size:17px;
  }

  .bilder img{
    width:130%;
    margin-top:0px;
  }
  @media (min-width: 768px){
    .bilder img{
      width:150%;
      margin-top:0px;
    }
  }
  @media (min-width: 1300px){
    .bilder img{
      width:110%;
      margin-top:0px;
    }
  }

  /*.bilder img:hover{
    width:100%;
    margin-top:0px;
    opacity:0.2;

    -moz-transition: ease-in-out 150ms;
    -o-transition: ease-in-out 150ms;
    -webkit-transition: ease-in-out 150ms;
    transition: ease-in-out 150ms;
  }*/

.bildtext{
  opacity: 0;
  position: absolute;
  z-index: 1;
  text-align: center;
  color: rgba(15,8,8,0.7);
  padding-left: 30px;
  bottom: 20px;
  font-size: 26px;
  -moz-transition: ease-in-out 150ms;
 -o-transition: ease-in-out 150ms;
 -webkit-transition: ease-in-out 150ms;
 transition: ease-in-out 150ms;
}
@media (min-width: 768px){
  .bildtext{
    opacity: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: rgba(15,8,8,0.7);
    padding-left: 30px;
    bottom: 20px;
    font-size: 26px;
    -moz-transition: ease-in-out 150ms;
   -o-transition: ease-in-out 150ms;
   -webkit-transition: ease-in-out 150ms;
   transition: ease-in-out 150ms;
  }
}

.item:hover .bildtext{
    opacity: 1;
     -moz-transition: ease-in-out 150ms;
    -o-transition: ease-in-out 150ms;
    -webkit-transition: ease-in-out 150ms;
    transition: ease-in-out 150ms;
  }

  .bildtext-hoch{
    opacity: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: rgba(15,8,8,0.7);
    padding-left: 30px;
    margin-top: 200px;
    font-size: 26px;
    -moz-transition: ease-in-out 150ms;
   -o-transition: ease-in-out 150ms;
   -webkit-transition: ease-in-out 150ms;
   transition: ease-in-out 150ms;
  }
  @media (min-width: 768px){
    .bildtext-hoch{
      opacity: 0;
      position: absolute;
      z-index: 1;
      text-align: center;
      color: rgba(15,8,8,0.7);
      padding-left: 30px;
      margin-top: 580px;
      font-size: 26px;
      -moz-transition: ease-in-out 150ms;
     -o-transition: ease-in-out 150ms;
     -webkit-transition: ease-in-out 150ms;
     transition: ease-in-out 150ms;
    }
  }

  .item:hover .bildtext-hoch{
      opacity: 1;
       -moz-transition: ease-in-out 150ms;
      -o-transition: ease-in-out 150ms;
      -webkit-transition: ease-in-out 150ms;
      transition: ease-in-out 150ms;
    }


  .container{
    width: auto;
    margin-left:0px;
    margin-right:0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  @media (min-width: 768px){
    .container {
      width: auto;
      margin-left:60px;
      margin-right:60px;
      padding-right: 0px;
      padding-left: 0px;
    }
  }



  .navbar-default .navbar-toggle{
    border:none;
    color:white;
  }

.place{
  height:50px;
}

  .affix {
      top: 0;
      z-index:99;
      width:100%;
      position: static;
  }
  @media (min-width: 768px){
    .affix {
      position:fixed;
      top: 0;
      z-index:99;
      width:100%;
    }
  }


  .affix + .content {
      padding-top: 100px;
  }

  a:hover{
    text-decoration:none;

  }

.bilder-links{
  padding-right: 15px;
}
@media (min-width: 768px){
  .bilder-links {
    padding-right: 0px;
  }
}

.bilder-rechts{
  padding-left:9px;
}
@media (min-width: 768px){
  .bilder-rechts {
    padding-left: 0px;
  }
}

.navbar-collapse.in {
    overflow-y: auto;
    background-color:white;
    margin-left: -50px;
    margin-right: -50px;
    height: 600px;
    margin-top: 18px;
    opacity:1.0;

    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: opacity, visibility;
         -o-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
}

.collapsing {
  position: relative;
  opacity: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, opacity, visibility;
       -o-transition-property: height, opacity, visibility;
          transition-property: height, opacity, visibility;
          width:100%;
}

.title-series{
  font-size:30px;
  margin-top:18px;
  position:static;
  color: rgba(15,8,8,0.7);
  text-align: center;
}
@media (min-width: 768px){
  .title-series{
    font-size:30px;
    margin-top:18px;
    position:fixed;
    color: rgba(15,8,8,0.7);
    text-align:left;
  }
}

.title-description{
  font-size:16px;
  margin-top:0px;
  position:static;
  color: rgba(15,8,8,0.7);
  text-align: center;
}
@media (min-width: 768px){
  .title-description{
    font-size:16px;
    text-align: left;
    margin-top:60px;
    position:fixed;
    color: rgba(15,8,8,0.7);
  }
}

.bildkasten-default-rechts{
  height: 100%;
  overflow:hidden;
  width:100%;
  margin-top:25px;
  background-color: white;

}

.projektbilder img{
  width:100%;
  margin-top:0px;
}


.projektbilder img:hover{
  width:100%;
  margin-top:0px;
  opacity:1;
}
.overlay-hoch{
    position: absolute;
    width:100%;
    height: 250px;
    max-height:650px;
    background-color: white;
    opacity: 0;
    -moz-transition: ease-in-out 150ms;
   -o-transition: ease-in-out 150ms;
   -webkit-transition: ease-in-out 150ms;
   transition: ease-in-out 150ms;
}
@media (min-width: 768px){
  .overlay-hoch{
      position: absolute;
      width:100%;
      height: 100%;
      max-height:650px;
      background-color: white;
      opacity: 0;
      -moz-transition: ease-in-out 150ms;
     -o-transition: ease-in-out 150ms;
     -webkit-transition: ease-in-out 150ms;
     transition: ease-in-out 150ms;
  }
}

.overlay-hoch:hover{
  opacity: 0.9;
  -moz-transition: ease-in-out 150ms;
 -o-transition: ease-in-out 150ms;
 -webkit-transition: ease-in-out 150ms;
 transition: ease-in-out 150ms;
}

.overlay-quer{
    position: absolute;
    width:100%;
    height: 250px;
    max-height:410px;
    background-color: white;
    opacity: 0;
    -moz-transition: ease-in-out 150ms;
   -o-transition: ease-in-out 150ms;
   -webkit-transition: ease-in-out 150ms;
   transition: ease-in-out 150ms;
}
@media (min-width: 768px){
  .overlay-quer{
      position: absolute;
      width:100%;
      height: 100%;
      max-height:410px;
      background-color: white;
      opacity: 0;
      -moz-transition: ease-in-out 150ms;
     -o-transition: ease-in-out 150ms;
     -webkit-transition: ease-in-out 150ms;
     transition: ease-in-out 150ms;
  }
}


.overlay-quer:hover{
  opacity: 0.9;
  -moz-transition: ease-in-out 150ms;
 -o-transition: ease-in-out 150ms;
 -webkit-transition: ease-in-out 150ms;
 transition: ease-in-out 150ms;
}

.footer{
  height:70px;
  border-top: 1px solid black;
  margin-top:25px;
}

.affix{
  -moz-transition: ease-in-out 150ms;
 -o-transition: ease-in-out 150ms;
 -webkit-transition: ease-in-out 150ms;
 transition: ease-in-out 150ms;
}

.cv{
  color: rgba(15,8,8,0.7);
  font-size: 18px;
}

.about{
  height: 100%;
  background-color: white;
  margin-top:18px;
  width:100%;
}

.nav-wrapper{

}
@media (min-width: 768px){
  .nav-wrapper {
    min-height: 150px;

  }
}

.backlink{

  margin-top:18px;
  position:static;
  color: rgba(15,8,8,0.7);
  text-align: center;
  display: none;
}
@media (min-width: 768px){
  .backlink{
    font-size: 18px;
    margin-top:88px;
    position:fixed;
    color: rgba(15,8,8,0.7);
    text-align:left;
    display: block;
  }
}
.klein{
  font-size: 14px;
  bottom: 5px;
}

.klein-hoch{
  font-size: 14px;
  bottom: 7px;
}
