
/* extra font styles */
body {
    font-size: 1.3rem;
    line-height: 1.5;
    background-color: #f7f7f7;
}

/* font-stack reset for pure grid */
html, body, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #606060;
    -webkit-font-smoothing: subpixel-antialiased;
}

p {
    margin-bottom: 0;
}

h1, h2, .kontakt section .text, .impressum section .text {
    text-align: center;
}

h1, h2, h3 {
    line-height: 1.2em;
}

h1 {
    font-weight: 300;
    font-size: 2.4em;
    color: #686868;
    margin-top:0;
    padding-top: 20vh;
}
h1 strong {
    font-weight: 600;
    font-size: 1.4em;
    display: block;
}

.home h1 {
    font-size: 1.8em;
    margin-bottom:10vh;
    line-height: 1.5em;
}

h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #777777;
    font-size: 1.9em;
    font-weight: 500;
}

h3 {
    font-weight: 400;
    font-size: 1.2em;
    color: #709e0f;
    margin-top: 4em;
    font-weight: 400;
}

a {
    font-weight: 500;
    color: #709e0f;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover {
    color: #555555;
}



/**** EXTRA LAYOUT ****/
html, body {
    min-height: 80vh;
}

.box-air{
    padding: 1.2em;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    padding: 2em;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
header .logo img {
    width: 40%;
}

.wrapper--center-max {
    padding: 0 1em 0 1em;
    max-width: 1500px;
    margin: auto;
}

section {
    background-color: #ffffff;
    padding-bottom: 3em;
}

section#body {
    min-height: 80vh;
    overflow: hidden;
}

footer {
    padding: 2em;
    text-align: right;
    font-size: 0.8em;
    line-height: 2em;
}
footer a {
    margin-right: 2em;
}




/*navigation*/
.main-nav ul li a {
    font-size: 0.8em;
    font-weight: 500;
    color: #709e0f;
    padding: 0;
    line-height: 1em;
}
.main-nav ul li:hover > a {
    background-color: transparent;
    color: #555555;
}



/* Showcase */
.showcase.flush-top {
    background-position:  center;
    background-size: cover;
    min-height: 40vh;
    background-color: #d1d1d1;
    text-align: center;
}
.showcase-buttons {
    margin-bottom:10vh;
}
.showcase.flush-top:after {
    content: "";
    display: table;
    clear: both;
}
.showcase-buttons .pure-button {
    color: #709e0f;
    background-color: rgba(255, 255, 255, 0.5);
}
.showcase-buttons .pure-button:hover,
.showcase-buttons .pure-button:focus,
.showcase-buttons .pure-button:active {
    background-color: rgba(255, 255, 255, 0.7);;
    background-image: none;
}

/* References */
.reference-content h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.reference-content p {
    font-size: 0.9em;
}
p.reference-content__tech {
    color: #a9a9a9;
    font-size: 0.7em;
}

/* Feedback */
.feedback-content blockquote {
    margin-top: 0em;
    margin-bottom: 1em;
    padding-left: 2em;
    font-style: italic;
    border-left: none;
    font-weight: 300;
    font-size: 0.9em;
    color: #709e0f;
    line-height: 1.3em;
}
.feedback-content blockquote:before {
    content:"»";
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 0.4em;
    margin-left: -1em;
    color: #709e0f;
    line-height:0;
}



/* Divider images */
.divider-1, .divider-2, .divider-3 {
    background-image: url(../images/divider-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 10%;
}
.divider-2 {
    background-image: url(../images/divider-2.png);
}
.divider-3 {
    background-image: url(../images/divider-3.png);
}
