/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.01.2017, 16:34:38
    Author     : jessi & Matthias
*/

body
{
    color: #252d61;
    -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

p
{
    margin-top: 20px;
}

a
{
    color: #252d61;
    text-decoration: none;
}

/*a:hover
{
    font-weight: bold;
    text-decoration: none;
}

a::after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
}*/

h1
{
    font-family: chaparral-pro, serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.07em;
}


@media screen and (max-width: 770px)
{
    h1
    {
        font-size: 25px;
        line-height: 27px;
    }

    h5
    {
        font-size: 30px;
    }

}

@media screen and (min-width: 771px)
{
    h1
    {
        font-size: 45px;
        line-height: 47px;
    }
    
    .col-datum
    {
        text-align: right;
    }
    
    h5
    {
       font-size: 50px;
    }

}



#navigation
{
    margin-top: 25px;
}

#home
{
    margin-top: 25px;
    margin-bottom: 50px;
}



#projekts
{
    min-height: 200px;
    margin-top: 100px;
}

.bild {display: none;}
.bild:hover {display: inline;}

#contact
{
    background-color: #d8d8d9;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 200px;
}

.abstandrechts
{
    width: 200px;
}

button .comment { display: none; }
button:hover .replies { display: none; }
button:hover .comment { display: inline; }

#footer
{
    
    bottom: 0px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 45px;
    background-color: #fff;
}

button
{
    background-color: transparent;
    border-color: #252d61;
    border-style: solid;
    color: #252d61;
    min-width: 90%;
    margin-bottom: 15px;
}

@media screen and (max-width: 770px)
{
    button
    {
        padding-bottom: 12px;
        padding-top: 12px;
        padding-left: 17px;
        padding-right: 17px;
        min-width: 140px;
        font-size: 10px;
        letter-spacing: 0.25em;
        margin-left: 0px;
        font-weight: bold;
    }
    
    .carousel-caption button
    {
       margin-left: 0px;
       letter-spacing: 0.25em;
       font-weight: bold;
    }
    
    .xs-imp-button
    {
        text-align: right;
        padding-right: 0;
    }
    
}

@media screen and (min-width: 771px)
{
    button
    {
        padding-bottom: 18px;
        padding-top: 18px;
        padding-left: 10px;
        padding-right: 10px;
/*        min-width: 190px;*/
        font-size: 12px;
        letter-spacing: 0.25em;
        margin-left: 0px;
        font-weight: bold;
    
    }
    
    .item button
    {
        padding-bottom: 18px;
        padding-top: 18px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 220px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.25em;
        margin-left: 0px;
        
    }
  

}



.startreg
{
    font-family: chaparral-pro, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.07em;
}

.startreg2
{
    font-family: chaparral-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
}

.startreg > i
{
    font-style: italic; 
}



.startreg2 > i
{
    font-style: italic; 
    font-weight: 700;
}

h2
{
    font-family: chaparral-pro, serif;
    font-weight: 700;
    font-size: 16px;
    color: #252d61;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-bottom: 3px;
}

h3
{
    font-family: chaparral-pro, serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin-top: 0px;
    letter-spacing: 0.08em;
    
}

h5
{
    font-family: chaparral-pro, serif;
    font-style: italic;
    margin-top: 0px;
    letter-spacing: 0.08em;
    
}

.contact-text
{
    font-family: chaparral-pro, serif;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.08em;
}

h4
{
    font-family: chaparral-pro, serif;
    font-weight: 400;
    font-size: 14px;
}

.projektti
{
    font-family: chaparral-pro, serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-transform: lowercase;
}

.abstandprojekt
{
    margin-top: 50px;
}



.detaildatum
{
    float: right;
    display: inline;
    padding-right: 100px;
}

@media screen and (max-width: 770px)
{
    .detaildatum
{
    float: left;
    display: inline;
    padding-right: 15px;
}


}

.abstanprojektoben
{
    padding-top: 100px;
}

.heit
{
    font-style: italic;
}

.abstandhome
{
    margin-top: 80px;
    margin-bottom: 80px;
}

.fa-gross
{
    font-size: 1.5em;
    line-height: 1.5em;
}

button .pfeil
{
    color: rgba(255, 255, 255, 0.0);
}

.pfeilw
{
    color: #fff;
}

.portfoliocol > .portbild
{
   display:none;
   position: fixed;
   z-index: 1;
}

.portfoliocol:hover > .portbild
{
    display:block!important;
    z-index: 1;
}

.portfoliocol:hover > *
{
    color: rgba(0,0,0,0.0);
}


.portfoliocol > h2
{
    z-index: 10000;
}

#hoverportfolio
{
   position: fixed;
   z-index: 1;
}

#projekts
{
    z-index: 200;
    position: relative;

}
.full-screen
{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navicarousel
{
    position: absolute;
    top: 40px;
    z-index: 15;
    width: 100%;
    color: white;
}

#navigation
{
    font-size: 12px;
}


.starttext
{
    color: white;
}

.navicarousel a
{
    color: white;
}

.carousel-inner button
{
    border-color: white;
    color: white;
}


@media screen and (max-width: 770px)
{
    .starttext
    {
        font-size: 25px;
        line-height: 27px;
        margin-top: 70px;

    }
    
    .navicarousel
    {
        font-size: 10px!important
    }
    
    #navigation
    {
        font-size: 10px;
    }
    
    .vmitte
    {
        font-size: 12px;
    }
    
    .carousel-control
    {
        width: 20px;
    }
    
    .morebutton
    {
        margin-top: 40px;
        color: #fff;
    }
    
    .portfolio-button
    {
        margin-left: -15px;
    }

    
}

@media screen and (min-width: 771px)
{
    
    .starttext
    {
        font-size: 53px;
        line-height: 56px;
        margin-top: 130px;

    }
    
    .carousel-control
    {
        width: 60px;
    }

    .morebutton
    {
        margin-top: 80px;
    }
    
    .jm-carousel-caption-row
    {
        margin-left: -15px;
    }
    
    .portfolio-button
    {
        margin-left: -10px;
    }
    

}

.morebutton
{
    z-index: 10;
    color: #fff;
}


.vmitte
{
    position: absolute;
    top: 50%;
}

.left .vmitte
{
    right: 0;
}

.right .vmitte
{
    left: 0;
}



.headertext
{
    line-height: 0.1em;
}

.jm-bold
{
    font-weight: bold;
}

.jm-bold-italic
{
    font-weight: bold;
    font-style: italic;
}

.datumportfolio
{
    font-size: 12px;
    margin-top: 19px;
   
}

.portfoliorow
{
    margin-bottom: 100px;
}

.portfoliocol
{
     padding-right: 30px;
     min-height: 133px;
}

 .laufweite1
{
    letter-spacing: 0.25em;
    line-height: 1.7em;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.datumportfoliorechts
{
    float: right;
}

.btn:focus,.btn:active {
   outline: none !important;
}

.navicarousel
{
    font-size: 12px;
}

@media screen and (min-width: 771px) and (max-width: 969px)
{

    .navicarousel,
    #navigation
    {
        font-size: 10px;
    }
}

@media screen and (min-width: 970px) and (max-width: 1169px)
{

    .navicarousel,
    #navigation
    {
        font-size: 10px;
    }
}


@media screen  and (max-height: 430px)
{
    .carousel-caption
    {
        padding-bottom: 0px;
        bottom: 0;
    }
    
}

@media screen  and (max-width: 969px)
{

    button
    {
        width: 100%;
    }
}

@media screen  and (min-width: 970px) and (max-width: 1169px)
{

    button
    {
        width: 80%;
    }
}


input[type="button"],
input[type="button"]:focus
{
    outline: 0!important;
}

*:focus 
{
    outline: none!important;
}



.Einleitungstext
{
    font-family: chaparral-pro, serif;
    font-weight: 400;
    font-size: 53px;
    font-style: italic;
    letter-spacing: 0.07em;
    line-height: 1.2;
}


.Agenturtext
{
    font-family: chaparral-pro, serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.08em;
}

