html.w-mod-touch * {
    background-attachment: scroll !important;
}

div, p, h1, h2, h3, a {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    color: #0b3738;
    font-size: 1rem;
    line-height: 1.4em;
    font-weight: 300;
}

.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddecea;
}

.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    position: relative;
    width: 66.667%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4rem 1.5rem 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dde1ec;
    -webkit-transition: background-color .6s, padding .6s;
    transition: background-color .6s, padding .6s;
    color: #0b3738;
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.cta-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dde1ec;
    -webkit-transition: color .6s, background-color .6s;
    transition: color .6s, background-color .6s;
    color: #0b3738;
    font-size: .875rem;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.cta-small:hover {
    background-color: #168381;
    color: #fff;
}

.cta:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ddecea;
}

.full-btn {
    width: 100% !important;
}

.position-relative {
    position: relative;
}

.margin0 {
    margin: 0;
}

.margin-bottom1 {
    margin-bottom: 1rem;
}

.margin-bottom3 {
    margin-bottom: 3rem;
}

.padding-bottom4 {
    padding-bottom: 4rem;
}

.text-link {
    color: #128271;
    text-decoration: none;
}

.t-white {
    color: #fff;
}

.t-green {
    color: #128271;
}

h1 .t-green {
    color: #18A5A7;
}

h2 .t-green {
    color: #18A5A7;
}

h3 .t-green {
    color: #18A5A7;
}

h4 .t-green {
    color: #18A5A7;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (max-width: 1230px) and (min-width: 992px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .cta {
        padding-top: 2rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .flexbox,
    .reverse-flex {
        display: block;
    }

    .cta {
        padding: 1.5rem 1rem;
        width: auto;
    }
}

.main {
    padding-top: 57px;
}

/** Header **/
.nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddecea;
    background-color: #fff;
}

.nav-logo {
    width: 220px;
    height: 46px;
}

.nav-stage {
    text-align: right;
}

.nav-meta-stage {
    margin-right: -10px;
    padding-bottom: 5px;
}

.nav-meta-link {
    display: inline-block;
    padding: 2px 10px;
    -webkit-transition: color .6s;
    transition: color .6s;
    color: #0b3738;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-meta-link.meta-active {
    color: #128082;
    cursor: default;
}

.nav-link-stage {
    margin-right: -10px;
}

.nav-link {
    display: inline-block;
    padding: 5px 10px;
    -webkit-transition: color .6s;
    transition: color .6s;
    color: #0b3738;
    font-size: .875rem;
    line-height: 1em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link.w--current, .nav-link:hover {
    color: #128271;
}

.menu-icon-stage {
    display: none;
}

@media screen and (max-width: 991px) {
    .nav {
        padding-right: 0;
        padding-left: 0;
        max-width: 100vw;
    }

    .nav-logo-link {
        padding-left: 15px;
    }

    .nav-stage {
        display: none;
    }

    .nav-logo {
        width: 175px;
        height: 36px;
    }

    .nav-stage {
        position: fixed;
        left: 0;
        top: 57px;
        right: 0;
        bottom: 0;
        display: none;
        overflow: hidden;
        background-color: #0b3738;
        text-align: left;
    }

    .nav-content-wrap {
        padding: 30px 15px;
    }

    .nav-meta-link {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        font-size: .875rem;
        line-height: 1.2em;
    }

    .nav-link-stage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    .menu-icon-stage {
        position: absolute;
        left: auto;
        top: 0;
        right: 0;
        bottom: auto;
        display: block;
        width: 57px;
        height: 57px;
        cursor: pointer;
    }

    .open-menu {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Basic icon font', sans-serif;
        font-size: 18px;
        line-height: 1em;
    }

    #mobile-menu {
        width: 25px;
        height: 15px;
        position: relative;
        margin: 50px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #mobile-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #0b3738;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #mobile-menu span:nth-child(1) {
        top: 0px;
    }

    #mobile-menu span:nth-child(2), #mobile-menu span:nth-child(3) {
        top: 8px;
    }

    #mobile-menu span:nth-child(4) {
        top: 16px;
    }

    #mobile-menu.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #mobile-menu.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mobile-menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #mobile-menu.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}


/** Footer **/
.section.footer-sec {
    padding-top: 0;
    padding-bottom: 30px;
    background-color: #168381;
    color: #fff;
    font-size: .875rem;
    line-height: 1.6em;
}

.footer-contact-stage {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #18A5A7;*/
}

.footer-kontakt-text {
    width: 66.66%;
}

.container.footer-box {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 40% 20% 20% 20%;
    grid-template-columns: 40% 20% 20% 20%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-logo {
    width: 280px;
}

.footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-link {
    display: inline-block;
    margin-bottom: 6px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .footer-kontakt-text {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .container.footer-box, .container.reverse-flex {
        display: block;
    }

    .footer-logo {
        margin-bottom: 3rem;
    }

    .footer-list {
        padding-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-link {
        padding-right: 10px;
    }
}

/** Lines **/
.vertical-line-stage {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16.667%;
    padding-left: 16.667%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vertical-line {
    width: 1px;
    height: 100%;
    background-color: #ddecea;
}

.line-top {
    border-top: 1px solid #ddecea;
}

.line-bottom {
    border-bottom: 1px solid #ddecea;
}

@media screen and (max-width: 991px) {
    .vertical-line-stage {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/** Paddings **/
.padding0 {
    padding: 0 !important;
}

.padding1 {
    position: relative;
    padding: 1rem;
}


/** Headings **/
h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-size: 6.5rem;
    line-height: 1em;
    margin: 40px 0;
}

h2 {
    font-size: 4rem;
    line-height: 1em;
}

h3 {
    font-size: 3rem;
    line-height: 1.2em;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }
}


/** Forms **/
.text-field-wrap {
    margin-bottom: 1rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: .875rem;
    font-weight: 300;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.text-field {
    margin-bottom: 0;
    border: 1px solid rgba(26, 167, 169, 0);
    border-radius: 5px;
    background-color: rgba(26, 167, 169, .15);
    -webkit-transition: border-color .6s;
    transition: border-color .6s;
}

.text-field:hover {
    border-style: solid;
    border-color: #18A5A7;
}

.w-input:focus, .w-select:focus {
    border-color: #3898ec;
    outline: 0;
}

.formular-agbs {
    position: relative;
    margin-bottom: 1rem;
    padding-top: 2px;
    padding-left: 25px;
    font-size: .75rem;
    line-height: 1.2em;
}

.check-box {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14px;
    height: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    font-size: .7rem;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.large-image-wrap {
    position: relative;
    padding: 1.5rem;
}

.footer-box a {
    color: #fff;
}