:root {
    --contentSidePadding: 80px;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.44;
    text-size-adjust: 100%;
}

body {
    background-color: #EFEFEF;
    max-width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.44;
    text-size-adjust: 100%;
    margin: 0;
}

#wrapper {
    max-width: 1024px;
    background: #fff;
    margin: 0 auto;
}

main section {
    margin-top: 60px;
    margin-bottom: 60px;
}

/**
 * Content.
 */
h1, h2 , h3, h4, h5, h6 {
    font-family: 'Nunito Sans', sans-serif;
}

#title,
#content h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    color: #000;
    font-size: 30px;
    line-height: 36px;
}

#title {
    margin: 0;
}

h2#subtitle {

    margin: 0 0 30px 0;
    font-size: 18px;
}

#content {
    padding: 0 0 60px 0;
    overflow: hidden;
}

.contentSidePadding {
    padding-left: var(--contentSidePadding);
    padding-right: var(--contentSidePadding);
}

#content ul {
    margin-top: 0;
    padding-left: 25px;
}

a {
    color: #257877;
}

#content strong {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}

#content .phone-number {
    color: #000;
    text-decoration: none;
}

#content h2.black-colored,
#content h2.green-colored {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    padding: 35px 0 32px;
    border-top: 1px solid #b9b9b9;
    margin-top: 45px;
    margin-bottom: 0;
}

#content h2.black-colored,
#content h3.black-colored {
    color: #000;
}

#content h2.green-colored,
#content h3.green-colored {
    color: #b6d223;
}

#content h3.black-colored,
#content h3.green-colored {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    padding: 5px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}

#content h3.green-colored {
    margin-bottom: 8px;
}

.phoneContainer {
    display: block;
}

/* Testimonials - Blockquotes - Zitate */
.blockquoteContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: space-between;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    padding-top: 45px;
    padding-bottom: 45px;
}

.blockquoteTextContainer {
    max-width: 640px;
}

#blockquotes h3 {
    font-size: 30px !important;
    line-height: 36px !important;
}
#blockquotes img, .blockquoteImageContainer {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
}

.blockquoteImageContainer {
    display: flex;
    border: 1px solid #aaa;
}

@media only screen and (max-width:767px) {
    .blockquoteContainer {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #blockquotes img, .blockquoteImageContainer {
        max-width: 220px;
    }
}

/* About */
#about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #b6d223;
}

#about .links a {
    display: block;
}

#google-maps {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    overflow: hidden;
    width: 100%;
}

#google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

/* Header */
#header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding: 30px var(--contentSidePadding);
    width: 100%;
    will-change: transform;
}

.headerContainer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

#logo a {
    display: flex;
}

#logo img {
    width: 180px;
    height: auto;
}

/* KeyVisual */
#keyVisual {
    display: flex;
}

#keyVisual img {
    width: 100%;
    height: auto;
}

/* Headline */
#headline {
    margin-bottom: 40px;
}

/* Tasks Profile */
#description {
    margin-top: 40px;
    margin-bottom: 20px;
}

#energy {
    margin-top: 40px;
}

/**
 * Navigation
 */
#navigation {
    overflow: hidden;
    position: relative;
}

#navigation ul {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin: 0;
    padding: 0;
}

#navigation li {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    list-style: none;
}

#navigation li:last-child {
    margin-right: 0;
}

#navigation li a {
    color: #000;
}

#navigation li.active a {
    color: #b6d223;
}

#navigation .slicknav_menu {
    display: none;
}

@media screen and (max-width: 995px) {
    #navigation {
        overflow: auto;
        position: static;
        top: auto;
        left: auto;
    }
    
    #navigation ul.menu {
        display: none;
    }
    
    #navigation .slicknav_menu {
        display: block;
        z-index: 99;
        position: fixed;
        top: 106px;
        left: 0;
        font-size: 16px;
        background: #fff;
        width: 100%;
    }

    #navigation .slicknav_nav {
        padding: 0 var(--contentSidePadding) !important;
    }
    
    #navigation .slicknav_menu,
    #navigation .slicknav_menu * {
        box-sizing: border-box;
    }
    
    #navigation .slicknav_btn,
    #navigation .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
    
    #navigation .slicknav_btn {
        position: fixed;
        top: 30px;
        right: var(--contentSidePadding);
        display: block;
        vertical-align: middle;
        padding: 15px;
        line-height: 1.125em;
    }
    
    #navigation .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em;
    }
    
    #navigation .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.825em;
        height: 1.525em;
        margin: .188em 0 0 .438em;
    }
    
    #navigation .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.825em;
        height: 1.725em;
        display: block;
        content: "";
        position: absolute;
    }
    
    #navigation .slicknav_menu .slicknav_no-text {
        margin: 0;
    }
    
    #navigation .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.725em;
        height: .325em;
        border-bottom: 1px solid #000;
    }
    
    #navigation .slicknav_menu:after,
    #navigation .slicknav_menu:before {
        content: " ";
        display: table;
    }
    
    #navigation .slicknav_menu:after {
        clear: both;
    }
    
    #navigation .slicknav_nav li,
    #navigation .slicknav_nav ul {
        display: block;
    }
    
    #navigation .slicknav_nav li {
        display: block;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    #navigation .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
    }
    
    #navigation .slicknav_nav .slicknav_item a {
        display: inline;
    }
    
    #navigation .slicknav_nav .slicknav_row,
    #navigation .slicknav_nav a {
        display: block;
    }
    
    #navigation .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
    
    #navigation .slicknav_nav,
    #navigation .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
    }
    
    #navigation .slicknav_menu .slicknav_icon-bar {
        background: #fff;
    }
    
    #navigation .slicknav_btn {
        float: left;
        text-decoration: none;
       border: 1px solid #000;
    }
    
    #navigation .slicknav_nav {
        clear: both;
        color: #000;
        margin: 0;
        font-size: .875em;
        border-bottom: 1px solid #000000;
        width: 100%;
    }
    
    #navigation .slicknav_nav .slicknav_row:hover {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #ccc;
        color: #000;
    }
    
    #navigation .slicknav_nav a {
        text-decoration: none;
        color: #000;
        padding: 0;
        font-size: 24px;
    }
    
    #navigation .slicknav_nav a:hover {
        background: #f0efed;
        color: #222;
    }
    
    #navigation .slicknav_nav .slicknav_item a,
    #navigation .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }
}

/**
 * Jobs.
 */
.job {
    position: relative;
    background: #e6e6e6;
    display: block;
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    height: 180px;
    width: 273px;
    padding: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.job:last-child {
    margin-right: 0;
}

.job:hover {
    background-color: #b6d223;
}

.job h3.job-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 0;
    margin-bottom: 7px;
}

.job .job-content {
    color: #000;
    font-size: 16px;
    padding: 0;
}

.job .job-meta {
    position: absolute;
    bottom: 20px;
    color: #2a619c;
}

.job .job-meta span {
    display: block;
}

/**
 * Footer
 */
#footer {
    position: fixed;
    bottom: 0;
    max-width: 1024px;
    z-index: 90;
}

#footer .left {
    height: 50px;
}

#footer .right {
    float: right;
    width: 220px;
    height: 50px;
    border-left: 4px solid #fff;
}
#follow-text {
    position: absolute;
    bottom: 49px;
    background-color: #b9b9b9;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
}
#social-icons {
    background: #b9b9b9;
    padding: 10px 74px;
    height: 50px;
    overflow: hidden;
}

#social-icons a {
    margin-right: 10px;
}

.apply.button {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    background: #e77a06;
    border-radius: 0 !important;
    color: #fff;
    font-size: 18px !important;
    line-height: 22px !important;
}

.apply.button:hover {
    background: #B75F2A !important;
    color: #fff !important;
}

/* Media Queries */
@media screen and (max-width: 980px) {
    :root {
        --contentSidePadding: 50px;
    }
    body {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --contentSidePadding: 30px;
    }
    #header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #logo img {
        width: 120px;
        height: auto;
    }
    main section {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #content {
        padding: 0 0 120px 0;
    }
    .print {
        display: none;
    }
    #navigation .slicknav_btn {
        top: 10px;
    }
    #navigation .slicknav_nav {
        flex-direction: column;
        gap: 0;
    }
    #navigation .slicknav_nav li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #navigation .slicknav_menu {
        top: 74px;
    }
    .job {
        width: 100%;
        height: 140px;
    }
    #place-of-work {
        padding-top: 0;
    }
    #social-icons {
        padding: 10px 30px;
    }
    #footer {
        display: flex;
        flex-direction: column;
    }
    #footer .right {
        width: 100%;
        border-left: 0;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 557px) {
    #social-icons a {
        margin-right: 4px;
    }
}

@media screen and (max-width: 480px) {
    #social-icons a {
        margin-right: 0;
    }
}