@CHARSET "UTF-8";
/**
 * (c) Copyright 2015 ATBO. All Rights Reserved.
 * ATBO Studio. 04.05.2015. 21:33:09
 * 
 * 0.9 Landingpage
 * 1.0 Main Menu
 * 1.1 Dropdown-menu
 * 1.2 Footer-menu
 * 1.5 Main Content
 * 2.0 Inner Column
 * 3.0 ACF Flex Bullet
 * 4.0 Footer 
 * 4.1 Scroll to Top
 */

p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.entry li {
    margin-bottom: 14px;
}

h1, h2 {
    line-height: 1.2;
    letter-spacing: 0.02em;
}

ul, li, div {
    letter-spacing: 0.02em;
}

.zitat,
.zitat p {
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
}

.bigger,
.bigger p {
    font-size: 18px;
    text-align: inherit;
}

.row {
    max-width: 100%;
}

/*
 * 0.9 Landingpage
 */
.landingpage {
    height: 100%;
    width: 100%;
    background-color: #A2D165;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
}

.landingpage .logo {
    width: 440px;
    margin: 0 auto;
    display: block;
}

.landingpage .arrow {
    width: 30px;
    margin: 60px auto;
    display: block;
}

.landingpage .zitat {
    margin: 60px auto;
    display: block;
    max-width: 400px;
    width: 100%;
    font-style: italic;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}

.landingpage .zitat div {
    margin-top: 10px;
    font-style: normal;
}

@media only screen and (min-width: 40.063em) and (min-height: 43.750em) {

    .landingpage {
        padding: 0;
    }

    .landingpage .logo {
        margin: 0;
        position: absolute;
        left: calc(50% - 220px);
        top: calc(28%);
        margin-top: 0;
    }

    .landingpage .arrow {
        position: absolute;
        bottom: calc(20%);
        left: calc(50% - 15px);
    }

    .landingpage .zitat {
        margin: 0;
        position: absolute;
        left: calc(50% - 200px);
        top: calc(35% + 80px);
    }

}

/*
 * 1.0 Main Menu
 */
nav {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

#nav-toggle {
    cursor: pointer;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -8px;
}

#nav-toggle span:after {
    bottom: -8px;
}

.nav-right-fix {
    width: 30px;
}

#navigation {
    height: 70px;
    overflow: hidden;
}

.columns.no-padding-mobile,
.column.no-padding-mobile {
    padding: 5px;
}

#nav-toggle div {
    padding: 34px 0;
    width: 30px;
}

@media only screen and (min-width: 40.063em) {
    .columns.no-padding-mobile,
    .column.no-padding-mobile {
        padding: 0px 0.9375em;
    }
}

@media only screen and (min-width: 64.062em) {
    nav {
        height: auto;
        overflow: visible;
    }
}

nav img.logo {
    margin-top: 28px;
    /* margin-left: 10px; */
    height: 16px;
}

.column, .columns {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 40.063em) {
    .column, .columns {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.main-menu {
    margin: 0;
    padding: 0;
    max-height: calc(100vh - 73px);
    overflow: auto;
}

.main-menu ul {
    margin: 10px 0px 0px 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    display: block;
}

.main-menu ul li a {
    color: rgba(0, 0, 0, 0.2);
}

.main-menu ul li a:hover {
    background-color: #A2D165;
}

.main-menu ul li.active > a {
    background-color: rgba(200, 200, 200, 0.1);
}

.main-menu ul li a:last-child {

}

.main-menu ul li a {
    color: #111111;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    line-height: 30px;
    position: relative;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    outline: none;
}

@media only screen and (min-width: 64.062em) {

    .main-menu ul li {
        display: inline-block;
    }

    .main-menu {
        float: right;
    }

    .main-menu ul {
        margin: 0;
    }

    .main-menu ul li a {
        padding: 20px 10px;
    }

    #navigation {
        overflow: visible;
    }

}

@media only screen and (min-width: 64.062em) and (max-width: 68.750em) {
    #navigation .large-4 {
        width: 28%;
        padding-right: 0;
    }

    #navigation .large-8 {
        width: 72%;
    }
}

/* 
 * 1.1 Dropdown-menu
 */

.no-touch .main-menu ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li .dropdown-menu {
}

@media only screen and (min-width: 64.062em) {

    .no-touch .main-menu ul li .dropdown-menu {
        margin: 0px !important;
        opacity: 0;
        visibility: hidden;
        display: block;
    }

    .main-menu ul li .dropdown-menu {
        -moz-transition: display 1s ease, opacity 500ms ease;
        -webkit-transition: display 1s ease, opacity 500ms ease;
        -o-transition: display 1s ease, opacity 500ms ease;
        transition: display 1s ease, opacity 500ms ease;
        position: absolute;
        display: none;
        height: auto;
        overflow: visible;
        z-index: 99;
        -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    }

}

.main-menu .dropdown-menu li {
    display: block;
}

.main-menu .dropdown-menu li a {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 14px 20px;
    width: 100%;
}

.main-menu .dropdown-menu li a:last-child {
    padding: 14px 20px;
}

/*
 * 1.2 Footer-menu
 */

.footer-menu ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
}

.footer-menu > ul > li {
    position: relative;
}

.footer-menu > ul > li:last-child {
    border-right: none;
}

.footer-menu ul li .dropdown-menu {
    margin: 20px 0;
}

@media only screen and (min-width: 40.063em) {

    .footer-menu > ul > li {
        display: inline-block;
        border-right: 1px solid #e1e1e1;
        position: relative;
    }

    .footer-menu > ul > li:nth-child(1) {
        width: 30%;
        margin-right: 3%;
    }

    .footer-menu > ul > li:nth-child(2) {
        width: 30%;
        margin-right: 3%;
    }

    .footer-menu > ul > li:nth-child(3) {
        width: 33%;
        border-right: 0;
    }

    .footer-menu > ul > li:nth-child(4) {
        width: 30%;
        margin-right: 3%;
        margin-top: 20px;
    }

    .footer-menu > ul > li:nth-child(5) {
        width: 30%;
        margin-right: 3%;
        margin-top: 20px;
    }

    .footer-menu ul li .dropdown-menu {
        margin: 0;
    }

}

.footer-menu ul li a {
    color: #868686;
    font-weight: 400;
}

.footer-menu ul li .dropdown-menu li {
    width: 100%;
    float: none;
}

.footer-menu ul li .dropdown-menu li a {
    font-size: 13px;
    font-weight: 300;
}

/*
 * 1.5 Main Content
 */
.main-content {

}

.center-content {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    -webkit-justify-content: center; /* Safari 6.1+ */
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.parallax-background {
    background-size: cover;
    background-position: 50% 50%;
}

/*
 * 2.0 Inner Column
 */
.inner-column {
    padding: 80px 0;
}

.inner-column p {
    font-size: 16px;
}

.fill-width {
    width: 100%;
}

.arrow-after::after {
    content: " ";
    position: absolute;
    bottom: -33px;
    left: 50%;
    margin-left: -50px;
    border-style: solid;
    border-width: 34px 50px 0 50px;
    line-height: 0;
    display: block;
    z-index: 10;
}

/*
 * Headline fix
 */

.inner-column h1,
.inner-column h2,
.inner-column h3 {
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

/*
 * 3.0 ACF Flex Bullet
 */

.bullet-container {
    opacity: 0.35;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.bullet-container.center-of-viewport {
    opacity: 1;
}

.bullet-content .row:first-of-type {
    margin-top: 80px;
}

.bullet-content .row:last-of-type .bullet-after-line {
    opacity: 0;
    height: 1px;
    margin-top: 139px;
}

.bullet {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #A2D165;
    margin: 40px auto 0px auto;
}

.bullet-container {
    overflow-x: hidden;
}

.bullet-inner {
    color: #fff;
    float: left;
    line-height: 1;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}

.bullet-inner,
.bullet-inner p {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}

.bullet-title {
    max-width: 760px;
    text-align: center;
    margin: 20px auto 0px auto;
    color: #A2D165;
    font-weight: 400;
    font-size: 26px;
}

.bullet-text {
    max-width: 760px;
    text-align: center;
    margin: 0px auto 40px auto;
    color: #989898;
}

.bullet-text p {
    font-size: 16px;
}

.bullet-after-line {
    width: 1px;
    margin: 0 auto;
    background-color: #CBCBCB;
    height: 60px;
}

/*
 * 3.1 lm Maps
 */
.lm-map {
    width: 100%;
    height: 400px;
}

/*
 * 4.0 Footer
 */

.footer {
    background-color: #F1F1F1;
    color: #868686;
    text-transform: uppercase;
    position: relative;
}

.footer h3 {
    font-size: 16px;
    color: #868686;
}

.footer .logo-container {
    background-color: #A2D165;
    min-height: 220px;
}

.footer .logo-container .logo {
    max-height: 40px;
}

.footer .meta-container {
    padding: 40px;
}

.footer .meta-container .column,
.footer .meta-container .columns {
    border-right: 1px solid #FFFFFF;
}

.footer .meta-container .column:last-of-type,
.footer .meta-container .columns:last-of-type {
    border: none;
}

.footer .column,
.footer .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.imprint {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (min-width: 40.063em) {

    .imprint {
        margin-top: 0;
        /*
        position: absolute;
        left: 0;
        bottom: 0;
         */
        font-size: 13px;
        font-weight: 300;
    }

}

.imprint a {
}

.footer .imprint a {
    color: #868686;
}

/*
 * 4.1 Scroll to Top
 */

.scroll-to-top {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 40.063em) {

    .scroll-to-top {
        right: 50px;
        bottom: 50px;
        height: 50px;
        width: 50px;
    }

}

.scroll-to-top img {
    width: 100%;
    height: 100%;
}

body.scroll-to-top-enabled .scroll-to-top {
    opacity: 0.6;
    visibility: visible;
}

body.scroll-to-top-enabled .scroll-to-top:hover {
    opacity: 0.8;
}