/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*==========================================================================*/
/*Global Settings*/
/*Eliminate Marching Ants in Firefox*/ 
a:active, a:focus {
     outline:none;
 } 

 .fulljustify {
  text-align: justify;
}

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/*==========================================================================*/
/*Navbar Settings*/ 
.navbar .container { 
    min-height: 20px; 
}

/*  Change the HTML References in the navigation bar
    => move to the bottom line with the brand */
.navbar .nav > li > a
{
    padding: 16px 8px 0px 8px;
    line-height: 40px;
}

/*  Change the collaped navbar visualization 
    => minimize the padding and move to the center from bottom */
.navbar-collapse.in > ul > li > a, .navbar-collapse.collapsing > ul > li > a {
    padding: 4px 8px 4px 8px;
    line-height: 20px;    
}

/*For Chrome, because outline-color would shine through*/
.btn-default {
    outline-color: transparent;
}

/*.navbar-toggle {
    color: #428bca !important; 
}*/

.navbar-toggle:after {
    content: " \25b2"; /*Pfeil nach oben*/
    font-size: 1.2rem;
}

.navbar-toggle.collapsed:after {
    content: " \25bc"; /*Pfeil nach untern*/
    font-size: 1.2rem;
}

.nav .nav-divider {
    background-color: #e5e5e5;
}

@media (min-width: 768px) {
    .nav .nav-divider {
        height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        width: 2px;
        overflow: hidden;
        /*background-color: #e5e5e5;*/
        /*background-color: #900;*/
        /*margin-left: px;*/
  }
}

.navbar-brand {
  float: left;
  padding: 8px 30px 8px 8px;
  /*font-size: 18px;*/
}

#brand {
    display: inline-block;
}
.brand-type {
  font-family: 'Open Sans Condensed', sans-serif;  
  /*font-family: 'Open Sans Condensed';*/
  font-weight: 300;    
}

.brand-main {
  font-size: 20px;
  line-height: 20px;
}

.brand-sub {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow:hidden;
  letter-spacing: 0.09em
}

.navbar .navbar-nav > li > a {
    color: #777777;
}

/*==========================================================================*/
/*Body Settings*/ 
/*==========================================================================*/
/*Body Settings - Start Page */
#start {
    min-height:500px;/*
    /*max-width:100%;*/
    background: url('../img/JPG_Pics/Skizzen_Dachbodenausbau.jpg') no-repeat center center; 
            -webkit-background-size: cover;
            -moz-background-size:  cover;
            -o-background-size:  cover;
            background-size: cover;
}

#start .panel {
    margin-top: 170px;
    background-color: rgba(255, 255, 255, 0.6);
    
    -webkit-transform: scale(1.0);
       -moz-transform: scale(1.0);
         -o-transform: scale(1.0);
            transform: scale(1.0);
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
}

@keyframes titlezoom {
    0% {    opacity: 0;
            -webkit-transform: scale(0.0);
               -moz-transform: scale(0.0);
                 -o-transform: scale(0.0);
                    transform: scale(0.0);
            -webkit-transform-origin: center center;
               -moz-transform-origin: center center;
                 -o-transform-origin: center center;
                    transform-origin: center center;
        }
    100% {  opacity: 1;
            -webkit-transform: scale(1.0);
               -moz-transform: scale(1.0);
                 -o-transform: scale(1.0);
                    transform: scale(1.0);
            -webkit-transform-origin: center center;
               -moz-transform-origin: center center;
                 -o-transform-origin: center center;
                    transform-origin: center center;
        }
}

@-webkit-keyframes titlezoom {
    0% {    opacity: 0;
            -webkit-transform: scale(0.0);
               -moz-transform: scale(0.0);
                 -o-transform: scale(0.0);
                    transform: scale(0.0);
            -webkit-transform-origin: center center;
               -moz-transform-origin: center center;
                 -o-transform-origin: center center;
                    transform-origin: center center;}
    100% {  opacity: 1;
            -webkit-transform: scale(1.0);
               -moz-transform: scale(1.0);
                 -o-transform: scale(1.0);
                    transform: scale(1.0);
            -webkit-transform-origin: center center;
               -moz-transform-origin: center center;
                 -o-transform-origin: center center;
                    transform-origin: center center;}
}

#start .panel.animated {
    /*animation-play-state: running;*/
    -webkit-animation-name: titlezoom;
       -moz-animation-name: titlezoom;
         -o-animation-name: titlezoom;
            animation-name: titlezoom;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
       -moz-animation-timing-function: ease;
         -o-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s; 
         -o-animation-delay: 0s;      
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1; 
         -o-animation-iteration-count: 1;
            animation-iteration-count: 1;         
    -webkit-animation-direction: normal;
       -moz-animation-direction: normal;
         -o-animation-direction: normal;
            animation-direction: normal;    
}

/*==========================================================================*/
/*Body Settings - Project Pages */
#makeMeScrollable {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
}

#proj-imgs {
    /*background: #00D;*/
    height: 600px;
    margin-left: 0px;
    padding-left: 0px;  
    margin-right: 0px;
    padding-right: 0px;      
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea img {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
           block of code. It's just a nice feature that prevent the images from
           accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        background-image: url(../img/ajax-loader.gif); 
        background-repeat: no-repeat;
        background-position:center;
}

#proj-imgs img {
    height: 100%;
    border: 2px solid #CCC;
    border-top: 0px;
    border-right: 0px;
    border-left-color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#proj-imgs img:first-child {
    border-left-color: #CCC;
}    

#proj-imgs img:last-child {
    border-right: 2px solid #CCC;
}    

#proj-desc {   
    height: auto;
    /*width: 100%;*/
    background: #C6D1C9;
    margin-bottom: 0px;
    padding-bottom:  0px;
    border-radius: 15px 15px 0px 0px;
    border: 2px solid #CCC;
}

#proj-desc h4 {
    padding-top:3px;
    padding-bottom: 0px;
}

.fit-desc {
    height: 90%;
    width: 100%;
    /*background: #0B0;*/
}

@media screen and (orientation:landscape) {
/*@media (min-width: 992px) {*/
    #proj-desc{    
        height: 600px;
        /*display: inline-block;*/
        /*background: #D00;*/        
        margin-right: 0px;
        /*padding-right:  0px;*/
        border-radius: 15px 0px 0px 15px;
    }    

    #proj-desc h4 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    
    #proj-imgs img {
        border: 2px solid #CCC;
        border-right-color: #999;
        /*border: 2px solid #777;*/
        border-left: 0px;
    }
}

/*==========================================================================*/
/*Body Settings - Service Page */
.services-content img {
    display: none;
    margin-top: 10px;   
    width: 100%;
}

@media (min-width: 992px) {
    .services-content img {
        display: inherit;
    }    
}

/*==========================================================================*/
/*Body Settings - About Page */
.about-content img {
    width: 100%;
    margin-top: 10px;
}

.about-content h3:first-child {
    margin-top: 10px;
}

/*==========================================================================*/
/*Body Settings - Client Page */
.clients-content h3:first-child {
    margin-top: 10px;
}

.clients-content ul {
    list-style-type: none;
    text-indent: 0px;
    padding-left: 15px;
    line-height: 160%;
}

.clients-content img {
    display: none;
    margin-top: 10px;   
    width: 100%;
}

@media (min-width: 992px) {
    .clients-content img {
        display: inherit;
    }    
}

/*==========================================================================*/
/*Body Settings - Contact Page */
#contact {
    min-height:500px;/*
    /*max-width:100%;*/
    background: url('../img/JPG_Pics/buntstifte_lachend.jpg') no-repeat center center; 
            -webkit-background-size: cover;
            -moz-background-size:  cover;
            -o-background-size:  cover;
            background-size: cover;
}

#contact .panel {
    margin-top: 170px;
    background-color: rgba(255, 255, 255, 0.92);
    /*padding-left: 20px;*/
}

#contact #brand {
    margin-top: 15px;
}

.contact-content img {
    width: 100%;
    margin-top: 20px;
}


/*==========================================================================*/
/*  Änderung: 28.11.2013 V2                                                 */
/*==========================================================================*/
/*dunkler Graugrün Gradient als Background in Header*/
/*.navbar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b9cbbf), to(#a1b3a7));
  background-image: -webkit-linear-gradient(top, #b9cbbf, 0%, #a1b3a7, 100%);
  background-image: -moz-linear-gradient(top, #b9cbbf 0%, #a1b3a7 100%);
  background-image: linear-gradient(to bottom, #b9cbbf 0%, #a1b3a7 100%);
}

dünkleres Blau bei Hover und Active
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #2879bf;
}

.navbar .navbar-brand:hover {
    color: #3399f3
    color: #2879bf;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #2879bf;
}

.navbar .navbar-brand.active {
    color: #3399f3
    color: #2879bf;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #2879bf;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #2879bf;
    border-top-color: #2879bf;
}

Divider an Navbar Farbe anpassen
.nav .nav-divider {
    background-color: #b9cbbf;
} 

#proj-imgs img {
    border: 2px solid #CCC;
    border-top: 0px;
    border-right: 0px;
    border-left: 10px solid #FFF;
}

#proj-imgs img:first-child {
    border-left: 2px solid #CCC;
}    

#proj-imgs img:last-child {
    border-right: 2px solid #CCC;
}    

@media screen and (orientation:landscape) {
    #proj-imgs img {
        border: 2px solid #CCC;
        border-right: 0px;
        padding-right: 10px !important;
        border-left: 0px;
    }
    
    #proj-imgs img:first-child {
        border-left: 0px;
    }        
    
    #proj-imgs img:last-child {
        padding-right: 0px !important;
    }  
}*/

/*    Text auf Startseite in Grün der Karten */
/*#start h3 {
    color: #a1b3a7
}*/

/*==========================================================================*/
/*Old CODE */
/*#proj-imgs section.infobox {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: inline-block;
    border-right: 2px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#proj-imgs section.infobox figcaption {
    height: 20%;
}

#proj-imgs section.infobox img {
    height: 40%;
}

#proj-imgs section.infobox figure {
    height: 80%;
}

#proj-imgs section.infobox p {
    height: 20%;
}*/

/*.teaser {
    font-size: 2rem;
    font-style: italic;
}*/

/*.services-image {
    display:none;
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    background: #0E0;
}

.services-content figure {
    overflow: hidden;       
    max-height: 100%;
    width: auto;
    margin-top: 20px;    
}
.services-content img {
    margin-top: 20px;   
    width: 100%;
    max-height: 100%;
    width: auto;
    margin-left: 0%;
}

@media (min-width: 992px) {
    .services-image {
        display: inherit;
        background: #0E0;
    }

    .services-content img {
        height: 100%;
        margin-left: -35%;
    }    
}

@media (min-width: 1200px) {
    .services-image {
        display: inherit;        
        background: #00E;       
    }

    .services-content img {
        height: 100%;
        margin-left: -35%;
    }    
}*/