/******************************************************************
Site Name:
Author:

Stylesheet: Admin Stylesheet

If you like living on the edge, you can add some styles here to
customize the dashboard and WordPress admin area. This stylesheet
is empty, but you can just start dropping your styles here to
start customizing. All admin functions are located in lib/admin/

******************************************************************/
/**
 * IMPORTING PARTIALS
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none; }

/**
 * Variables
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Grid
   ========================================================================== */
.grid {
    margin: 0 0 5% 0; }
.grid:before, .grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
.grid:after {
    clear: both; }

[class*='col-'] {
    float: left;
    padding-right: 5%; }
.grid [class*='col-']:last-of-type {
    padding-right: 0; }

.col-1-2 {
    width: 50%; }

.col-1-3 {
    width: 33.33%; }

.col-2-3 {
    width: 66.66%; }

.col-1-4 {
    width: 25%; }

.col-3-4 {
    width: 75%; }

.col-1-8 {
    width: 12.5%; }

.col-7-8 {
    width: 87.5%; }

.module {
    padding: 5%; }

/* Opt-in outside padding */
.grid-pad {
    padding: 5% 0 5% 5%; }
.grid-pad [class*='col-']:last-of-type {
    padding-right: 5%; }

@media only screen and (max-width: 767px) {
    [class*='col-'] {
        float: none;
        width: 100%; } }

/**
 * Variables
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
.block-cta {
    background-color: #6bc62e; }
.block-cta .contact-cta {
    max-width: 1200px;
    margin: 2em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2em 3em; }
@media (max-width: 767px) {
    .block-cta .contact-cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 2em 2em; } }
.block-cta .contact-cta .information {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
.block-cta .contact-cta .information h2 {
    color: #000;
    margin: 0;
    line-height: 1.5em; }
@media (max-width: 480px) {
    .block-cta .contact-cta .information h2 {
        line-height: 1em;
        margin-bottom: .5em; } }
.block-cta .contact-cta .information h2:after {
    display: none; }
.block-cta .contact-cta .information p {
    color: #000;
    margin: 0; }
@media (max-width: 767px) {
    .block-cta .contact-cta .information {
        margin-bottom: 1em; } }
.block-cta .contact-cta .cta-button {
    margin: auto auto;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right; }
.block-cta .contact-cta .cta-button button {
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 800;
    border-radius: 25px;
    background-color: #fff;
    border: none;
    padding: 1em 2em;
    cursor: pointer; }

/**
 * Variables
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
.block-projects h3 {
    text-align: center;
    font-size: 2em;
    color: #000; }

.block-projects .projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
@media (max-width: 767px) {
    .block-projects .projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 96%;
        margin: 0 auto; } }
.block-projects .projects a {
    text-decoration: none; }
.block-projects .projects .project {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 2em; }
@media (max-width: 767px) {
    .block-projects .projects .project {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%; } }
.block-projects .projects .project-image {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 25px 0 0 0; }
.block-projects .projects .project-details {
    background: #A8E67E;
    border-radius: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5em;
    min-height: 5.8em; }
.block-projects .projects .project-details .content {
    padding-right: 1.75em; }
@media (max-width: 767px) {
    .block-projects .projects .project-details .content {
        padding-right: 1em; } }
.block-projects .projects .project-details .content .title, .block-projects .projects .project-details .content .description {
    color: #000; }
.block-projects .projects .project-details .content .title {
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: .4em 0 0;
    font-size: 1.4em; }
.block-projects .projects .project-details .content .description {
    font-family: "Arimo", sans-serif;
    font-size: .8em;
    margin: 0 0 0.6em; }
.block-projects .projects .project-details .link {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #000;
    padding: 0.4em 0.8em;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 800; }
.block-projects .projects .button {
    position: relative;
    margin: 0 auto; }

.block-projects .service-button {
    font-size: 0.9em;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    color: #000;
    font-weight: 800;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
.block-projects .service-button:hover {
    background-color: #6bc62e; }
.block-projects .service-button a {
    color: #fff;
    text-decoration: none; }
@media (max-width: 480px) {
    .block-projects .service-button a {
        text-align: center; } }

body.home article.hentry, body.archive article.hentry {
    padding-top: 1em;
    width: 1200px;
    max-width: 100%;
    margin: auto; }
body.home article.hentry .article-header .entry-title, body.archive article.hentry .article-header .entry-title {
    margin-bottom: 0; }
body.home article.hentry .article-header a, body.archive article.hentry .article-header a {
    color: #222; }
body.home article.hentry:after, body.archive article.hentry:after {
    display: block;
    content: '';
    border-bottom: 1px solid #ddd;
    padding-top: 1em; }
@media (max-width: 480px) {
    body.home article.hentry:first-child, body.archive article.hentry:first-child {
        padding-top: 0; } }
body.home article.hentry:last-child:after, body.archive article.hentry:last-child:after {
    border-bottom: 0px; }

body.post-type-archive-job .archive-wrapper{
    max-width: 1200px;
    margin: 4em auto; }
@media (max-width: 767px) {
    body.post-type-archive-job .archive-wrapper {
        max-width: 96%; } }


body.post-type-archive-job .archive-wrapper .projects{
    margin: 5em 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em; }
@media (max-width: 767px) {
    body.post-type-archive-job .archive-wrapper .projects {
        grid-gap: 0;
        grid-template-columns: 1fr;
        margin: 2em 0; } }

body.post-type-archive-job .archive-wrapper .projects a.link {
    text-decoration: none;
    width: 100%; }
@media (max-width: 767px) {
    body.post-type-archive-job .archive-wrapper .projects a.link {
        width: 100%; } }
body.post-type-archive-job .archive-wrapper .projects .image,
body.post-type-archive-job .archive-wrapper .projects .content {
    flex-basis: 45%;
    color: #000;
}
/* Main grid layout */
body.post-type-archive-job .archive-wrapper .projects {
    margin: 5em 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

/* Image container */
body.post-type-archive-job .archive-wrapper .projects .image {
    display: flex;
    flex-direction: column;
}

/* Image styling */
body.post-type-archive-job .archive-wrapper .projects .image img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: auto;
    max-height: 450px;
    /*border-radius: 25px 0 25px 0;*/
}

/* Title overlay */
body.post-type-archive-job .archive-wrapper .projects .image .title {
    z-index: 1;
}

body.post-type-archive-job .archive-wrapper .projects .image .title h2 {
    border-bottom-right-radius: 25px;
    background-color: #A8E67E;
    line-height: 1em;
    font-size: 1.25em;
    padding: .5em;
    margin-top: -1.5em;
}

/* Content container */
body.post-type-archive-job .archive-wrapper .projects .content {
    color: #000;
}

body.post-type-archive-job .archive-wrapper .projects .content h2 {
    margin-top: 0;
}

body.post-type-archive-job .archive-wrapper .projects .content p.title {
    margin: 0;
    font-size: 1.2em;
    font-weight: 800;
}

body.post-type-archive-job .archive-wrapper .projects .content p.text {
    margin: 0.5em auto;
    font-size: .9em;
}

/* Button styling */
body.post-type-archive-job .archive-wrapper .projects .content button {
    font-size: .8em;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    font-weight: 800;
    margin-top: 1em;
    padding: .8em 3em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer;
}

body.post-type-archive-job .archive-wrapper .projects .content button:hover {
    background-color: #6bc62e;
}

body.post-type-archive-job .archive-wrapper .projects .content button a {
    color: #000;
    text-decoration: none;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    body.post-type-archive-job .archive-wrapper .projects .image .title {
        margin-bottom: 1em;
    }

    body.post-type-archive-job .archive-wrapper .projects .content p.text {
        margin: 1em auto;
    }
}

body.post-type-archive-service .entry-projects .header {
    width: 100%;
    display: inline-block;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
body.post-type-archive-service .entry-projects .header h3 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: 0;
    float: left; }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .header h3 {
        line-height: .9em;
        font-size: 1.8em; } }
body.post-type-archive-service .entry-projects .header button {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    float: right;
    text-align: right;
    padding: 0.7em 0; }
body.post-type-archive-service .entry-projects .header button.service-button {
    font-family: inherit;
    display: block;
    font-size: .9em;
    border: none;
    font-weight: 800;
    text-align: center;
    color: #000;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .header button.service-button {
        padding: 0.6em 1em;
        display: none; } }
body.post-type-archive-service .entry-projects .header button.service-button:hover {
    background-color: #6bc62e; }

body.post-type-archive-service .entry-projects .related-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 1024px) {
    body.post-type-archive-service .entry-projects .related-projects {
        max-width: 100%;
        margin: 0 auto; } }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .related-projects {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
body.post-type-archive-service .entry-projects .related-projects .related-single {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%; }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .related-projects .related-single {
        padding: 1em .5em;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }
@media (max-width: 480px) {
    body.post-type-archive-service .entry-projects .related-projects .related-single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
body.post-type-archive-service .entry-projects .related-projects .related-single .image {
    height: auto;
    line-height: 0; }
body.post-type-archive-service .entry-projects .related-projects .related-single .image img {
    width: 100%;
    height: inherit;
    border-top-left-radius: 25px; }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .related-projects .related-single .image img {
        width: 100%; } }
body.post-type-archive-service .entry-projects .related-projects .related-single .content {
    background-color: #A8E67E;
    border-bottom-right-radius: 25px;
    padding-bottom: 1em;
    padding-top: .5em;
    position: relative; }
body.post-type-archive-service .entry-projects .related-projects .related-single .content h4 {
    padding: .5em .5em 0;
    margin: 0;
    line-height: .8em;
    color: #000;
    font-size: 1.2em; }
body.post-type-archive-service .entry-projects .related-projects .related-single .content p {
    color: #000;
    font-size: .8em;
    padding: 1.2em .8em;
    margin: 0; }
body.post-type-archive-service .entry-projects .related-projects .related-single .content a {
    background: #126627;
    color: #fff;
    font-weight: 800;
    padding: .4em .8em;
    border-radius: 25px;
    text-decoration: none;
    font-size: .8em;
    margin: .5em .6em;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -1.5em; }
body.post-type-archive-service .entry-projects .related-projects .related-single .content a:hover {
    background-color: #247137; }

body.post-type-archive-service .entry-projects .button {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: center;
    padding: 0.7em 0; }
body.post-type-archive-service .entry-projects .button a.projects-all {
    text-decoration: none; }
body.post-type-archive-service .entry-projects .button a.projects-all button.service-button-mobile {
    display: none;
    font-family: inherit;
    font-size: .9em;
    border: none;
    font-weight: 800;
    text-align: center;
    color: #000;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
@media (max-width: 767px) {
    body.post-type-archive-service .entry-projects .button a.projects-all button.service-button-mobile {
        padding: 0.6em 1em;
        display: block;
        margin: 0 auto; } }
body.post-type-archive-service .entry-projects .button a.projects-all button.service-button-mobile:hover {
    background-color: #6bc62e; }

body.single-project .entry-title {
    font-size: 3em;
    font-weight: 800;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body.single-project .entry-content .content.cf {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 2em; }
@media (max-width: 767px) {
    body.single-project .entry-content .content.cf {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin: 0 auto;
        max-width: 96%; } }
body.single-project .entry-content .content.cf .description {
    grid-area: 1;
    margin: .5em .5em .5em 0; }
body.single-project .entry-content .content.cf .description .content-header {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 800; }
body.single-project .entry-content .content.cf .details {
    grid-area: 1;
    background: #F6F6F6;
    border-radius: 25px 0 25px 0; }
@media (max-width: 767px) {
    body.single-project .entry-content .content.cf .details {
        grid-area: 2; } }
body.single-project .entry-content .content.cf .details h3 {
    background: #A8E67E;
    color: #000;
    margin: 0;
    padding: 0.5em 0.7em;
    border-radius: 25px 0 0;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: .5em; }
body.single-project .entry-content .content.cf .details .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em 1em; }
body.single-project .entry-content .content.cf .details .detail h4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: .8em;
    margin: 0; }
body.single-project .entry-content .content.cf .details .detail h4:after {
    display: none; }
body.single-project .entry-content .content.cf .details .detail p {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0; }

body.single-project .entry-content .project-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3em auto; }
body.single-project .entry-content .project-gallery div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
body.single-project .entry-content .project-gallery div:not(:first-child) {
    display: none; }
body.single-project .entry-content .project-gallery div img {
    width: 100%;
    height: auto; }
body.single-project .entry-content .project-gallery a.fancybox-gallery {
    position: relative; }
body.single-project .entry-content .project-gallery a.fancybox-gallery:before {
    content: "";
    background-image: url("./../../dist/icons/arrow-left.png");
    width: 50px;
    height: 50px;
    top: 85%;
    left: 5%;
    position: absolute; }
@media (max-width: 767px) {
    body.single-project .entry-content .project-gallery a.fancybox-gallery:before {
        top: 70%; } }
body.single-project .entry-content .project-gallery a.fancybox-gallery:after {
    content: "";
    background-image: url("./../../dist/icons/arrow-right.png");
    width: 50px;
    height: 50px;
    position: absolute;
    left: 90%;
    top: 85%; }
@media (max-width: 767px) {
    body.single-project .entry-content .project-gallery a.fancybox-gallery:after {
        top: 70%;
        left: 80%; } }

body.single-project .related-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
body.single-project .related-projects .related-single {
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
@media (max-width: 767px) {
    body.single-project .related-projects .related-single {
        max-width: 100%; } }
body.single-project .related-projects .related-single .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }

.pagination {
    width: 1200px;
    margin: 0 auto;
    padding: 1.5em 0;
    overflow: hidden;
    font-size: .9em; }
.pagination .pag-link {
    width: 50%;
    float: left; }
.pagination .pag-link a {
    text-decoration: none; }
.pagination .pag-link a:hover {
    border-bottom: #2980b9 solid 2px;
    padding-bottom: .25em; }
.pagination .pag-link span {
    color: #2980b9;
    font-size: 1.3em; }
.pagination .pag-link.next {
    text-align: right;
    float: right; }

body.single article,
body.page article {
    width: auto; }

body.single .article-header,
body.page .article-header {
    margin: 3em auto;
    max-width: 1200px;
    width: 100%; }
@media (max-width: 480px) {
    body.single .article-header,
    body.page .article-header {
        margin: 2em auto 0; } }
body.single .article-header h1,
body.page .article-header h1 {
    font-size: 2.5em;
    font-weight: 800;
    text-align: center; }
@media (max-width: 480px) {
    body.single .article-header h1,
    body.page .article-header h1 {
        font-size: 2em;
        margin-bottom: .5em; } }

body.single .entry-title,
body.page .entry-title {
    text-align: center; }

body.single .entry-content,
body.page .entry-content {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
@media (max-width: 1024px) {
    body.single .entry-content,
    body.page .entry-content {
        width: 96%; } }
body.single .entry-content .content,
body.page .entry-content .content {
    margin-bottom: .5em; }
body.single .entry-content .alignfull,
body.page .entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    position: relative; }

body.single .entry-projects .header,
body.page .entry-projects .header {
    width: 100%;
    display: inline-block;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
body.single .entry-projects .header h3,
body.page .entry-projects .header h3 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: 0;
    float: left; }
@media (max-width: 767px) {
    body.single .entry-projects .header h3,
    body.page .entry-projects .header h3 {
        line-height: .9em;
        font-size: 1.8em; } }
body.single .entry-projects .header .button,
body.page .entry-projects .header .button {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    float: right;
    text-align: right;
    padding: 0.7em 0; }
body.single .entry-projects .header .button a.projects-all,
body.page .entry-projects .header .button a.projects-all {
    float: right;
    text-decoration: none; }
body.single .entry-projects .header .button a.projects-all button.service-button,
body.page .entry-projects .header .button a.projects-all button.service-button {
    display: block;
    font-family: inherit;
    font-size: .9em;
    border: none;
    font-weight: 800;
    text-align: center;
    color: #000;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
@media (max-width: 767px) {
    body.single .entry-projects .header .button a.projects-all button.service-button,
    body.page .entry-projects .header .button a.projects-all button.service-button {
        padding: 0.6em 1em;
        display: none; } }
body.single .entry-projects .header .button a.projects-all button.service-button:hover,
body.page .entry-projects .header .button a.projects-all button.service-button:hover {
    background-color: #6bc62e; }

body.single .entry-projects .related-projects,
body.page .entry-projects .related-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 1024px) {
    body.single .entry-projects .related-projects,
    body.page .entry-projects .related-projects {
        max-width: 100%;
        margin: 0 auto; } }
@media (max-width: 767px) {
    body.single .entry-projects .related-projects,
    body.page .entry-projects .related-projects {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
body.single .entry-projects .related-projects .related-single,
body.page .entry-projects .related-projects .related-single {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%; }
@media (max-width: 767px) {
    body.single .entry-projects .related-projects .related-single,
    body.page .entry-projects .related-projects .related-single {
        padding: 1em .5em;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; } }
@media (max-width: 480px) {
    body.single .entry-projects .related-projects .related-single,
    body.page .entry-projects .related-projects .related-single {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
body.single .entry-projects .related-projects .related-single .image,
body.page .entry-projects .related-projects .related-single .image {
    height: auto;
    line-height: 0; }
body.single .entry-projects .related-projects .related-single .image img,
body.page .entry-projects .related-projects .related-single .image img {
    width: 100%;
    height: inherit;
    border-top-left-radius: 25px; }
@media (max-width: 767px) {
    body.single .entry-projects .related-projects .related-single .image img,
    body.page .entry-projects .related-projects .related-single .image img {
        width: 100%; } }
body.single .entry-projects .related-projects .related-single .content,
body.page .entry-projects .related-projects .related-single .content {
    background-color: #A8E67E;
    border-bottom-right-radius: 25px;
    padding-bottom: 1em;
    padding-top: .5em;
    position: relative; }
body.single .entry-projects .related-projects .related-single .content h4,
body.page .entry-projects .related-projects .related-single .content h4 {
    padding: .5em .5em 0;
    margin: 0;
    line-height: .8em;
    color: #000;
    font-size: 1.2em; }
body.single .entry-projects .related-projects .related-single .content p,
body.page .entry-projects .related-projects .related-single .content p {
    color: #000;
    font-size: .8em;
    padding: .8em .8em;
    margin: 0; }
body.single .entry-projects .related-projects .related-single .content a,
body.page .entry-projects .related-projects .related-single .content a {
    background: #126627;
    color: #fff;
    font-weight: 800;
    padding: .4em .8em;
    border-radius: 25px;
    text-decoration: none;
    font-size: .8em;
    margin: .5em .6em;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -1.5em; }

body.single .entry-projects .button,
body.page .entry-projects .button {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: center;
    padding: 0.7em 0; }
body.single .entry-projects .button a.projects-all,
body.page .entry-projects .button a.projects-all {
    text-decoration: none; }
body.single .entry-projects .button a.projects-all button.service-button-mobile,
body.page .entry-projects .button a.projects-all button.service-button-mobile {
    display: none;
    font-family: inherit;
    font-size: .9em;
    border: none;
    font-weight: 800;
    text-align: center;
    color: #000;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
@media (max-width: 767px) {
    body.single .entry-projects .button a.projects-all button.service-button-mobile,
    body.page .entry-projects .button a.projects-all button.service-button-mobile {
        padding: 0.6em 1em;
        display: block;
        margin: 0 auto; } }
body.single .entry-projects .button a.projects-all button.service-button-mobile:hover,
body.page .entry-projects .button a.projects-all button.service-button-mobile:hover {
    background-color: #6bc62e; }

body.single .block-testimonials,
body.page .block-testimonials {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    position: relative; }
body.single .block-testimonials .entry-testimonials,
body.page .block-testimonials .entry-testimonials {
    background-color: #F7F7F7;
    margin: 2em 0;
    padding: 2em 0; }
body.single .block-testimonials .entry-testimonials h3,
body.page .block-testimonials .entry-testimonials h3 {
    margin-top: 0;
    text-align: center; }
body.single .block-testimonials .entry-testimonials .testimonial,
body.page .block-testimonials .entry-testimonials .testimonial {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
@media (max-width: 767px) {
    body.single .block-testimonials .entry-testimonials .testimonial,
    body.page .block-testimonials .entry-testimonials .testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 .5em; } }
body.single .block-testimonials .entry-testimonials .testimonial .image,
body.page .block-testimonials .entry-testimonials .testimonial .image {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 1em; }
body.single .block-testimonials .entry-testimonials .testimonial .image img,
body.page .block-testimonials .entry-testimonials .testimonial .image img {
    border-radius: 25px 0 25px 0; }
body.single .block-testimonials .entry-testimonials .testimonial .content,
body.page .block-testimonials .entry-testimonials .testimonial .content {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 1em; }
@media (max-width: 767px) {
    body.single .block-testimonials .entry-testimonials .testimonial .content,
    body.page .block-testimonials .entry-testimonials .testimonial .content {
        text-align: center; } }
body.single .block-testimonials .entry-testimonials .testimonial .content p,
body.page .block-testimonials .entry-testimonials .testimonial .content p {
    color: #000; }
body.single .block-testimonials .entry-testimonials .testimonial .content p.text,
body.page .block-testimonials .entry-testimonials .testimonial .content p.text {
    margin: 1em auto; }
body.single .block-testimonials .entry-testimonials .testimonial .content p.author,
body.page .block-testimonials .entry-testimonials .testimonial .content p.author {
    font-weight: 700; }

body.single #contact-page .contact-page,
body.page #contact-page .contact-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media (max-width: 767px) {
    body.single #contact-page .contact-page,
    body.page #contact-page .contact-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1em; } }
body.single #contact-page .contact-page .information,
body.page #contact-page .contact-page .information {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
@media (max-width: 767px) {
    body.single #contact-page .contact-page .information,
    body.page #contact-page .contact-page .information {
        margin-bottom: 2em; } }
body.single #contact-page .contact-page .information h3.title,
body.page #contact-page .contact-page .information h3.title {
    border-top-left-radius: 25px;
    font-size: 1.4em;
    margin-top: 0;
    background-color: #A8E67E;
    color: #000;
    padding: .5em;
    line-height: 1em; }
body.single #contact-page .contact-page .information .text,
body.page #contact-page .contact-page .information .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: .5em; }
body.single #contact-page .contact-page .information .text h4,
body.page #contact-page .contact-page .information .text h4 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin: 0; }
body.single #contact-page .contact-page .information .text h4:after,
body.page #contact-page .contact-page .information .text h4:after {
    display: none; }
body.single #contact-page .contact-page .information .text p,
body.page #contact-page .contact-page .information .text p {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-top: 0;
    text-align: left; }
body.single #contact-page .contact-page .contact-content,
body.page #contact-page .contact-page .contact-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
@media (max-width: 767px) {
    body.single #contact-page .contact-page .contact-content,
    body.page #contact-page .contact-page .contact-content {
        padding: 0 .5em; } }
body.single #contact-page .contact-page .contact-content span,
body.page #contact-page .contact-page .contact-content span {
    font-weight: 800;
    font-size: 1.2em; }

body.single #contact-page .bakkenservice-form,
body.page #contact-page .bakkenservice-form {
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 4em auto;
    width: 80%; }
@media (max-width: 767px) {
    body.single #contact-page .bakkenservice-form,
    body.page #contact-page .bakkenservice-form {
        width: 90%; } }
body.single #contact-page .bakkenservice-form .gform_heading h3.gform_title,
body.page #contact-page .bakkenservice-form .gform_heading h3.gform_title {
    text-align: center;
    font-weight: 800;
    font-size: 1.5em;
    margin: 0 auto; }
body.single #contact-page .bakkenservice-form .gform_body ul,
body.page #contact-page .bakkenservice-form .gform_body ul {
    margin: 0 auto !important; }
body.single #contact-page .bakkenservice-form .gform_body ul li div span input,
body.page #contact-page .bakkenservice-form .gform_body ul li div span input {
    color: #000;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #6bc62e; }
body.single #contact-page .bakkenservice-form .gform_body ul li div input,
body.page #contact-page .bakkenservice-form .gform_body ul li div input {
    color: #000;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #6bc62e; }
body.single #contact-page .bakkenservice-form .gform_body ul li div textarea,
body.page #contact-page .bakkenservice-form .gform_body ul li div textarea {
    margin-top: .75em;
    padding: 0;
    color: #000;
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #6bc62e; }
body.single #contact-page .bakkenservice-form .gform_body ::-webkit-input-placeholder,
body.page #contact-page .bakkenservice-form .gform_body ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #838c92;
    font-size: .8em;
    font-weight: 700; }
body.single #contact-page .bakkenservice-form .gform_body ::-moz-placeholder,
body.page #contact-page .bakkenservice-form .gform_body ::-moz-placeholder {
    /* Firefox 19+ */
    color: #838c92;
    font-size: .8em;
    font-weight: 700; }
body.single #contact-page .bakkenservice-form .gform_body :-ms-input-placeholder,
body.page #contact-page .bakkenservice-form .gform_body :-ms-input-placeholder {
    /* IE 10+ */
    color: #838c92;
    font-size: .8em;
    font-weight: 700; }
body.single #contact-page .bakkenservice-form .gform_body :-moz-placeholder,
body.page #contact-page .bakkenservice-form .gform_body :-moz-placeholder {
    /* Firefox 18- */
    color: #838c92;
    font-size: .8em;
    font-weight: 700; }
body.single #contact-page .bakkenservice-form .gform_footer.top_label,
body.page #contact-page .bakkenservice-form .gform_footer.top_label {
    text-align: center; }
body.single #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button,
body.page #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button {
    padding-right: 16px;
    width: 25%;
    margin: 0 auto;
    font-family: inherit;
    font-size: .9em;
    border: none;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: .8em 1.2em;
    border-radius: 25px;
    background-color: #6bc62e;
    cursor: pointer; }
body.single #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button:hover,
body.page #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button:hover {
    background-color: #6bc62e; }
@media (max-width: 767px) {
    body.single #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button,
    body.page #contact-page .bakkenservice-form .gform_footer.top_label input.gform_button {
        width: 40%;
        line-height: 0; } }
body.single #contact-page .bakkenservice-form .gform_footer.top_label #gform_submit_button_1,
body.page #contact-page .bakkenservice-form .gform_footer.top_label #gform_submit_button_1 {
    line-height: 1; }

#site-header {
    position: relative;
    border-bottom: 1px solid #eee; }

.header-wrapper {
    background-position: 50% 50%;
    background-size: cover;
    min-height: 50vh; }
.header-wrapper .header-slogan {
    max-width: 1200px;
    margin: 0 auto;
    padding: 11em 0; }
@media (max-width: 1024px) {
    .header-wrapper .header-slogan {
        width: 96%;
        padding: 8em 0; } }
.header-wrapper .header-slogan .main, .header-wrapper .header-slogan .semi {
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: #000 0 0 15px;
    font-weight: 800; }
.header-wrapper .header-slogan .main {
    font-size: 2.5em;
    max-width: 10em;
    line-height: 1em;
    margin: 0 0 .5em; }
@media (max-width: 480px) {
    .header-wrapper .header-slogan .main {
        font-size: 1.8em; } }
.header-wrapper .header-slogan .main-subpage {
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: #000 0 0 15px;
    font-weight: 800;
    font-size: 2.5em;
    max-width: 100%;
    text-align: center;
    line-height: 1em;
    margin: 0; }
@media (max-width: 480px) {
    .header-wrapper .header-slogan .main-subpage {
        font-size: 1.8em; } }
.header-wrapper .header-slogan .semi {
    margin-top: 0;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.5em; }
@media (max-width: 480px) {
    .header-wrapper .header-slogan .semi {
        line-height: 1em;
        margin-top: 2em;
        max-width: 90%; } }

#site-header-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background: #fff; }
#site-header-inner nav {
    background: #6bc62e; }
@media (max-width: 767px) {
    #site-header-inner nav {
        background: none; } }
#site-header-inner .company-informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    max-width: 1200px;
    margin: 1em auto;
    width: 96%; }
#site-header-inner .company-informations .logo {
    font-size: 1.4em;
    margin: .5em 0 0; }
#site-header-inner .company-informations .logo a img {
    max-width: 80%; }
@media (max-width: 767px) {
    #site-header-inner .company-informations .logo a img {
        max-width: 60%; } }
#site-header-inner .company-informations .kontakt {
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
@media (max-width: 767px) {
    #site-header-inner .company-informations .kontakt {
        display: none; } }
#site-header-inner .company-informations .kontakt .mail, #site-header-inner .company-informations .kontakt .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
#site-header-inner .company-informations .kontakt .mail .icon, #site-header-inner .company-informations .kontakt .phone .icon {
    background: #6bc62e;
    border-radius: 15px 0;
    width: 1.75em;
    margin: .6em .6em 0.2em;
    padding: 0.2em; }
#site-header-inner .company-informations .kontakt .mail .info, #site-header-inner .company-informations .kontakt .phone .info {
    padding: 0;
    line-height: .75em;
    font-family: "Arimo", sans-serif; }
#site-header-inner .company-informations .kontakt .mail .info .title, #site-header-inner .company-informations .kontakt .phone .info .title {
    font-size: 1em;
    text-align: left;
    font-weight: 800;
    margin: 0;
    line-height: .9em; }
#site-header-inner .company-informations .kontakt .mail .info .content, #site-header-inner .company-informations .kontakt .phone .info .content {
    text-decoration: none;
    color: #000;
    font-size: .75em;
    line-height: 0;
    border-bottom: 0.5px solid #000000;
    padding-bottom: .2em; }
#site-header-inner .company-informations .kontakt .mail {
    margin-right: 1em; }

.nav {
    margin: 0 auto;
    padding: 0 1em;
    display: none;
    max-width: 1200px; }
.nav > ul {
    margin: 0; }
.nav li {
    display: block;
    text-align: left;
    margin: auto 0; }
.nav li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    border-bottom: 2px solid #6bc62e; }
@media (max-width: 767px) {
    .nav li a {
        text-align: center; } }
.nav li:last-child a {
    border-radius: 25px;
    color: #000;
    background: #fff;
    padding: .5em 1em;
    margin: auto 0; }
@media (max-width: 767px) {
    .nav li:last-child a {
        border-radius: 0;
        padding: 1em; } }
.nav li ul.sub-menu,
.nav li ul.children {
    font-size: .8em;
    margin: 0;
    display: none;
    padding-left: 10px; }
.nav li ul.sub-menu li a,
.nav li ul.children li a {
    border-bottom: 1px solid #ccc;
    padding: 1em; }
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    background: none;
    border-radius: 25px;
    color: #000;
    margin: auto 0; }
@media (max-width: 767px) {
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-radius: 0;
        padding: 1em; } }
.nav li.menu-item-has-children {
    position: relative; }
.nav li.menu-item-has-children::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: .3em;
    height: 1.65em;
    width: 1.65em;
    font-size: 2.15em;
    text-align: center;
    bottom: 0;
    font-size: 1.5em;
    padding-top: .1em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
.nav li.menu-item-has-children.expanded::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.nav li.menu-item-has-children.expanded > ul.sub-menu,
.nav li.menu-item-has-children.expanded > ul.children {
    display: block; }
@media (min-width: 768px) {
    .nav {
        background: #6bc62e;
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 0;
        width: 96%;
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */ }
    .nav li {
        position: relative;
        list-style: none;
        display: inline-block;
        border: none;
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
    .nav li a {
        border-bottom: 0;
        font-size: 1em;
        padding: 0 .5em;
        color: #000;
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        /*
              you can use hover styles here even though this size
              has the possibility of being a mobile device.
              */ }
    .nav li a:hover, .nav li a:focus {
        color: #000;
        -webkit-text-decoration: 2px solid #fff underline;
        text-decoration: 2px solid #fff underline; }
    .nav li.menu-item-has-children::after {
        display: none; }
    .nav li ul.sub-menu,
    .nav li ul.children {
        background: #eee;
        display: block;
        margin-top: 0;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
        padding-left: 0;
        /*
                if you need to go deeper, go nuts
                just remember deeper menus suck
                for usability. k, bai.
                */ }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 180px;
        border-bottom: 1px solid #333;
        text-overflow: ellipsis;
        overflow: hidden; }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0; }
    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%; }
    .nav li:hover > ul {
        top: auto;
        visibility: visible; }
    .nav li > a {
        padding: 1.6em 0; } }

#mobile-logo a {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none; }

@media (min-width: 768px) {
    #mobile-logo {
        display: none; } }

.kontakt-mobile {
    display: none;
    background: #fff; }
.kontakt-mobile .phone {
    padding: 2em 0; }
@media (max-width: 767px) {
    .kontakt-mobile .phone {
        padding: 0; } }
.kontakt-mobile .mail {
    padding-bottom: 4em; }
@media (max-width: 767px) {
    .kontakt-mobile .mail {
        padding-bottom: 2em; } }
.kontakt-mobile .mail, .kontakt-mobile .phone {
    text-align: center; }
.kontakt-mobile .mail .title, .kontakt-mobile .phone .title {
    margin: 0 auto;
    padding-top: 1em; }
@media (max-width: 767px) {
    .kontakt-mobile .mail .title, .kontakt-mobile .phone .title {
        font-size: 1.2em; } }
.kontakt-mobile .mail .content, .kontakt-mobile .phone .content {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black; }

#main-menu-toggle {
    display: none;
    position: absolute;
    top: 1.5em;
    right: .5em;
    font-size: 1.2em;
    color: #000; }
@media (max-width: 767px) {
    #main-menu-toggle {
        display: block; }
    #main-menu-toggle > span {
        height: 40px;
        width: 40px;
        display: block;
        text-align: center; }
    #main-menu-toggle .collapse {
        display: none; }
    #main-menu-toggle.menu-visible .expand {
        display: none; }
    #main-menu-toggle.menu-visible .collapse {
        display: block; }
    #main-menu-toggle.menu-visible .collapse:after {
        content: "+";
        position: absolute;
        right: .2em;
        top: .35em;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 2em;
        line-height: 0; }
    #main-menu-toggle.menu-visible + div .nav, #main-menu-toggle.menu-visible + .nav {
        display: block; }
    #main-menu-toggle.menu-visible ~ .kontakt-mobile {
        display: block; } }
@media (max-width: 480px) {
    #main-menu-toggle {
        top: 1.2em; } }

#site-footer {
    background: #F6F6F6;
    color: #000;
    padding: 3.5em 0 0 0;
    margin-top: 3em; }
#site-footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2em;
    max-width: 96%; }
#site-footer .outer {
    margin: 0 auto;
    background-color: #6bc62e; }
#site-footer .outer p {
    text-align: center;
    font-size: .8em; }
#site-footer .outer p span.copyright {
    color: #000; }
@media (max-width: 480px) {
    #site-footer .outer p {
        width: 70%;
        margin: 1em auto; } }
#site-footer .outer a, #site-footer .outer p {
    color: #000; }
@media (max-width: 767px) {
    #site-footer .box {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 2em; } }
#site-footer .box.information {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }
#site-footer .box.information .logo {
    width: 50px;
    margin-top: 1em; }
@media (max-width: 767px) {
    #site-footer .box.information .logo {
        margin: 0 auto; } }
#site-footer .box.information .description {
    width: 80%; }
@media (max-width: 767px) {
    #site-footer .box.information .description {
        width: auto; } }
#site-footer .box.information .badges {
    display: inline-block;
    margin-top: 1em;
    padding: 0 .5em 0 0; }
@media (max-width: 767px) {
    #site-footer .box.information {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
#site-footer .box.links {
    -ms-flex-preferred-size: 27.5%;
    flex-basis: 27.5%; }
#site-footer .box.links ul a {
    color: #000; }
#site-footer .box.links span.titel {
    font-size: 1.2em;
    font-weight: 800;
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }
@media (max-width: 767px) {
    #site-footer .box.links {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
#site-footer .box.contact {
    -ms-flex-preferred-size: 27.5%;
    flex-basis: 27.5%;
    font-family: "Arimo", sans-serif; }
#site-footer .box.contact .address {
    padding-bottom: 2em; }
#site-footer .box.contact span {
    padding-right: .2em; }
#site-footer .box.contact span.org-nr {
    margin-bottom: 2em;
    display: inline-block; }
#site-footer .box.contact span.titel {
    font-size: 1.2em;
    font-weight: 800;
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; }
@media (max-width: 767px) {
    #site-footer .box.contact {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
#site-footer .box.social {
    font-size: 1.3em; }
#site-footer .box.social ul {
    margin-top: 2em;
    display: block; }
@media (max-width: 767px) {
    #site-footer .box.social ul {
        display: inline-block; } }
#site-footer .box.social ul li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 1.25em; }
@media (max-width: 767px) {
    #site-footer .box.social ul li {
        display: inline-block; } }
#site-footer .box.social ul li a {
    margin-left: .5em; }
#site-footer .box.social ul li a::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
#site-footer .box.social ul li a.fb::before {
    background-image: url("../../dist/images/facebook-icon.svg"); }
#site-footer .box.social ul li a.insta::before {
    background-image: url("../../dist/images/instagram-icon.svg"); }
#site-footer .box h3, #site-footer .box h4 {
    margin: 0 auto; }
#site-footer .box h3 {
    font-size: 1.5em;
    line-height: .8em; }
#site-footer .box h4 {
    font-size: .7em;
    margin-bottom: 2.5em;
    line-height: 0; }
#site-footer .box a, #site-footer .box p, #site-footer .box span {
    font-size: .8em; }
#site-footer .box a {
    color: #000; }
#site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
@media (max-width: 767px) {
    #site-footer ul {
        padding: 0 0 0 0; } }
#site-footer ul li {
    margin: 0 0 .5em 0; }

/**
 * BREAKPOINTS
 */
body {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15pt;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    background: #fafafa;
    margin: 0 auto;
    overflow-x: hidden; }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

.clearfix:after, .cf:after {
    clear: both; }

.wrap, .inner {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto; }

#inner-content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto; }

img {
    max-width: 100%;
    height: auto; }

.aligncenter {
    margin: 0 auto;
    display: block; }

a, a:visited {
    color: #2980b9;
    /* on hover */
    /* on click */
    /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #216693; }
a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 800;
    font-family: "Raleway", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
    font-weight: normal; }

h2, .h2 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 0.375em; }

h3, .h3 {
    font-size: 2em;
    color: #000; }

h4, .h4 {
    font-size: 1.1em;
    font-weight: 800; }

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    letter-spacing: 2px; }

p {
    font-family: "Arimo", sans-serif; }

body.error404 .entry-content {
    padding: 3em 0 2em;
    text-align: center; }
body.error404 .entry-content span {
    color: #b41528; }

/*
// LARGER MOBILE DEVICES
@media only screen and (min-width: 481px) {

	// styles in 481up.scss
	@import "breakpoints/481up";

} // end of media query

// TABLET & SMALLER LAPTOPS
@media only screen and (min-width: 768px) {

	// styles in 768up.scss
	@import "breakpoints/768up";

}

*/
/**
 * PRINT


@media print {
	// styles in print.scss
	@import "partials/print";

}
*/
