@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/source-sans-pro-v13-latin-200.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
        url('../fonts/source-sans-pro-v13-latin-200.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/source-sans-pro-v13-latin-200.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-200.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-200.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/source-sans-pro-v13-latin-200.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
        url('../fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v13-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v13-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('../fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}


body {
    font-size: 18px;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    color: #5A5A5A;
    line-height: 30px;
}

* {
    -webkit-overflow-scrolling: touch;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #10824A;
}

:focus {
    outline: 0;
}

.clearme {
    clear: both;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

/**/

header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    z-index: 1000;
}

.logo img {
    float: left;
}

.meta {
    float: right;
}

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

.meta ul li {
    display: inline;
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #6C6C6C;
    margin-left: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/**/


/**/

#cssmenu {
    /*background: rgba(255, 255, 255, 1.0);*/
    width: auto;
    margin: 0px auto;
    padding: 52px 0 0 0;
    font-weight: 400;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

#cssmenu ul li {
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

#cssmenu ul li a {
    padding: 10px 10px 36px 10px;
    margin: 0 0 0 20px;
    z-index: 2;
    position: relative;
    color: #5A5A5A;
}

#cssmenu ul li a:hover,
#cssmenu ul li.active a {
    color: #fff;
    background: #03a678;
}

#cssmenu #menu-button {
    display: none;
}

@media all and (max-width: 767px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 767px),
only screen and (min-resolution: 192dpi) and (max-width: 767px),
only screen and (min-resolution: 2dppx) and (max-width: 767px) {

    #cssmenu {
        width: auto;
        margin: 0;
        padding: 0 0 0 0;
        font-weight: 400;
    }

    #cssmenu > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
        -moz-transition: max-height 0.35s ease-out;
        -ms-transition: max-height 0.35s ease-out;
        -o-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out;
    }

    #cssmenu > ul.open {
        max-height: 1000px;
        background: rgba(0, 159, 227, 0.9);
        border-radius: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
    }

    nav ul li:first-child {
        order: 5;
    }

    nav ul li:nth-child(2) {
        order: 4;
    }

    nav ul li:nth-child(3) {
        order: 3;
    }

    nav ul li:nth-child(4) {
        order: 6;
    }

    nav ul li:nth-child(5) {
        order: 7;
    }

    #cssmenu ul {
        width: 100%;
        line-height: 26px;
        text-align: left;
    }

    #cssmenu ul > li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    #cssmenu ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 0 5%;
        border-right: none;
        color: #fff;
        line-height: 46px;
        display: block;
    }

    #cssmenu ul li:last-child {
        border-bottom: none;
    }

    #cssmenu ul > li:after {
        display: none;
    }

    #cssmenu #menu-button {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        float: right;
        margin-right: 30px;
        width: 40px;
        height: 24px;
        margin-top: 0px;
        position: relative;
    }

    #cssmenu #menu-button:after {
        border-bottom: 4px solid #07324A;
        border-top: 4px solid #07324A;
        content: "";
        display: block;
        height: 16px;
        position: absolute;
        right: 0;
        width: 40px;
    }

    #cssmenu #menu-button:before {
        border-top: 4px solid #07324A;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 40px;
    }

    header.mobile #cssmenu #menu-button:after {
        border-bottom: none;
        border-top: none;
        border-right: 4px solid #fff;
        border-left: 4px solid #fff;
        content: "";
        display: block;
        height: 24px;
        position: absolute;
        right: 0px;
        top: 0;
        width: 10px;
    }

    header.mobile #cssmenu #menu-button:before {
        border-top: none;
        border-left: 4px solid #fff;
        content: "";
        display: block;
        height: 24px;
        position: absolute;
        right: -12px;
        top: 0;
        width: 40px;
    }

}

/**/

#section1 {
    background: url(../img/bg_sec1.jpg) no-repeat center center;
    background-size: cover;
}

.section h1 {
    font-size: 56px;
    line-height: 86px;
    margin: 0;
    padding: 0;
    font-weight: 200;
    text-align: center;
}

.section h1 span {
    background: rgba(255, 255, 255, 0.85);
    padding: 0 10px;
    color: #118249;
}

.section .headline p,
.section .headline ul,
.section .headline form {
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
    font-weight: 200;
    font-size: 22px;
    line-height: 42px;
    display: inline-block;
    max-width: 70%;
}

.section .headline form i {
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
}

.section .headline ul {
    list-style: disc;
    margin: 0;
    padding: 10px;
}

.section .headline ul li {
    margin: 0 0 0 16px;
    padding: 0 10px;
    color: #118249;
}

.section .headline ul li span {
    color: #5A5A5A;
}

.section h2 {
    font-size: 44px;
    line-height: 74px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 200;
    text-align: center;
}

.section h2 span {
    background: rgba(17, 130, 73, 0.75);
    padding: 0 10px;
    color: #fff;
}

.section .headline {
    vertical-align: middle;
    text-align: center;
}

.scrolldown {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
}

.scrolldown i {
    font-weight: 200;
    font-size: 50px;
}


#section2 {
    background: url(../img/bg_sec2.jpg) no-repeat center center;
    background-size: cover;
}

#section3 {
    background: url(../img/bg_sec3.jpg) no-repeat center center;
    background-size: cover;
}

#section4 {
    background: url(../img/bg_sec4.jpg) no-repeat center center;
    background-size: cover;
}

#section5 {
    background: url(../img/bg_sec6.jpg) no-repeat center center;
    background-size: cover;
}

#section6 {
    background: url(../img/bg_sec5.jpg) no-repeat center center;
    background-size: cover;
}

.logo img.scale,
a.scale img {
    width: 60%;
    height: auto;
}

.stoerer {
    width: 100px;
    height: 100px;
    background: #c8f7c5;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: table;
    text-align: center;
    position: absolute;
    bottom: -16px;
    right: 54px;
    transform: rotate(-30deg);
}

.section h1 .stoerer span {
    display: table-cell;
    vertical-align: middle;
    background: none;
    color: #03a678;
}

.head {
    background: #03a678;
    height: 400px;
    margin-bottom: 40px;
}

.head-line {
    text-align: center;
    padding-top: 214px;
}

.head-line h2 {
    font-size: 44px;
    line-height: 74px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 200;
    text-align: center;
}

.head-line h2 span {
    background: rgba(17, 130, 73, 0.75);
    padding: 0 10px;
    color: #fff;
}

.text p {
    margin-bottom: 16px;
}

.text h3 {
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    color: rgba(17, 130, 73, 1.0);
}

.text h4 {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    color: rgba(17, 130, 73, 1.0);
}

footer {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background: #03a678;
    text-align: center;
    margin-top: 20px;
}

.misc strong {
    font-weight: 600;
}

/*#####################################################################################################################*/

/*Tablet Landscape*/
@media only screen and (min-width: 960px) and (max-width: 1024px) {

    .logo a img {
        margin-left: 10%;
    }

    .section h1 {
        font-size: 46px;
    }

    .section h2 {
        font-size: 34px;
        line-height: 64px;
    }

    .stoerer {
        right: 28px;
    }

    .scrolldown {
        line-height: 30px;
        padding-bottom: 6px;
    }

    .scrolldown i {
        display: none;
    }

    .scrolldown .left,
    .scrolldown .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .section .headline p,
    .section .headline ul,
    .section .headline form {
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
    }

    .misc .text {
        padding: 0 2%;
    }

    footer {
        height: auto;
        line-height: 30px;
    }

}

/*#####################################################################################################################*/

/*Tablet Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .logo a img {
        margin-left: 10%;
    }

    #cssmenu {
        padding: 36px 0 0 0;
    }

    .meta ul li {
        font-size: 14px;
    }

    #cssmenu ul li a {
        padding: 10px 10px 36px 10px;
        margin: 0 0 0 10px;
        font-size: 15px;
    }

    .section h1 {
        font-size: 34px;
        line-height: 74px;
    }

    .section h2 {
        font-size: 28px;
        line-height: 56px;
    }

    .stoerer {
        right: -5px;
    }

    .scrolldown {
        line-height: 30px;
        padding-bottom: 6px;
    }

    .scrolldown i {
        display: none;
    }

    .scrolldown .left,
    .scrolldown .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .section .headline p,
    .section .headline ul,
    .section .headline form {
        font-weight: 400;
        font-size: 18px;
        line-height: 36px;
    }

    .misc .text {
        padding: 0 2%;
    }

    footer {
        height: auto;
        line-height: 30px;
    }

}

/*#####################################################################################################################*/

/*Smartphone Portrait*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

    header .col.span_2.clr.logo {
        width: 30%;
    }

    header .col.span_14.clr {
        width: 70%;
    }

    .meta {
        float: right;
        padding-top: 6px;
    }

    .logo img.scale,
    a.scale img {
        width: 40%;
        height: auto;
    }

    .logo a img {
        margin-left: 10%;
    }

    #cssmenu {
        display: none;
    }

    .meta ul li {
        font-size: 14px;
        font-weight: 400;
    }

    #cssmenu ul li a {
        padding: 10px 10px 36px 10px;
        margin: 0 0 0 10px;
        font-size: 15px;
    }

    .section h1 {
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
    }

    .section h2 {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .section h2 span {
        padding: 0;
    }

    .stoerer {
        display: none;
    }

    #pp-nav.right {
        right: 0px;
    }

    .scrolldown {
        line-height: 18px;
        padding-bottom: 6px;
        font-size: 10px;
    }

    .scrolldown i {
        display: none;
    }

    #section2 .headline h2 br,
    #section3 .headline h2 br,
    #section4 .headline h2 br {
        display: none;
    }

    .headline div {
        width: 96%;
        margin: 0 2%;
    }

    .scrolldown .left,
    .scrolldown .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .section .headline p,
    .section .headline ul,
    .section .headline form {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        max-width: 80%;
    }

    .misc .text {
        padding: 0 2%;
        font-size: 16px;
        line-height: 26px;
    }

    footer {
        height: auto;
        line-height: 24px;
    }

    p.nobr span br {
        display: none;
    }

    #section3 .headline {
        padding-top: 20px;
    }

    .text h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .misc footer {
        font-size: 10px;
        padding: 0 2%;
    }

    .head {
        height: 160px;
        margin-bottom: 20px;
    }

    .head-line {
        padding-top: 100px;
    }

    .head-line h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0 0;
    }



}

/*#####################################################################################################################*/

/*Smartphone Landscape*/

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }

    header .col.span_2.clr.logo {
        width: 30%;
    }

    header .col.span_14.clr {
        width: 70%;
    }

    .meta {
        float: right;
        padding-top: 6px;
    }

    .logo img.scale,
    a.scale img {
        width: 40%;
        height: auto;
    }

    .logo a img {
        margin-left: 10%;
    }

    #cssmenu {
        display: none;
    }

    .meta ul li {
        font-size: 14px;
        font-weight: 400;
    }

    #cssmenu ul li a {
        padding: 10px 10px 36px 10px;
        margin: 0 0 0 10px;
        font-size: 15px;
    }

    .section h1 {
        font-size: 18px;
        line-height: 36px;
        font-weight: 400;
    }

    .section h2 {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    .section h2 span {
        padding: 0;
    }

    .stoerer {
        display: none;
    }

    #pp-nav.right {
        right: 0px;
    }

    .scrolldown {
        line-height: 18px;
        padding-bottom: 6px;
        font-size: 10px;
    }

    .scrolldown i {
        display: none;
    }

    #section2 .headline h2 br,
    #section3 .headline h2 br,
    #section4 .headline h2 br {
        display: none;
    }

    .headline div {
        width: 96%;
        margin: 0 2%;
    }

    .scrolldown .left,
    .scrolldown .right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .section .headline p,
    .section .headline ul,
    .section .headline form {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        max-width: 80%;
    }

    .misc .text {
        padding: 0 2%;
        font-size: 16px;
        line-height: 26px;
    }

    footer {
        height: auto;
        line-height: 24px;
    }

    p.nobr span br {
        display: none;
    }

    #section3 .headline {
        padding-top: 20px;
    }

    .text h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .misc footer {
        font-size: 10px;
        padding: 0 2%;
    }

    .head {
        height: 160px;
        margin-bottom: 20px;
    }

    .head-line {
        padding-top: 100px;
    }

    .head-line h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 0 0;
    }

}
