html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: GenosGFG;
    font-style: normal;
    font-weight: 300;
    src: local('GenosGFG Regular'), local('GenosGFG-Regular'), url(../fonts/genosgfg/GenosGFG-Regular.woff2) format('woff2'), url(../fonts/genosgfg/GenosGFG-Regular.woff) format('woff')
}

@font-face {
    font-family: GenosGFG;
    font-style: italic;
    font-weight: 300;
    src: local('GenosGFG Regular Italic'), local('GenosGFG-RegularItalic'), url(../fonts/genosgfg/GenosGFG-RegularItalic.woff2) format('woff2'), url(../fonts/genosgfg/GenosGFG-RegularItalic.woff) format('woff')
}

@font-face {
    font-family: GenosGFG;
    font-style: normal;
    font-weight: 600;
    src: local('GenosGFG Bold'), local('GenosGFG-Bold'), url(../fonts/genosgfg/GenosGFG-Bold.woff2) format('woff2'), url(../fonts/genosgfg/GenosGFG-Bold.woff) format('woff')
}

@font-face {
    font-family: GenosGFG;
    font-style: italic;
    font-weight: 600;
    src: local('GenosGFG Bold Italic'), local('GenosGFG-BoldItalic'), url(../fonts/genosgfg/GenosGFG-BoldItalic.woff2) format('woff2'), url(../fonts/genosgfg/GenosGFG-BoldItalic.woff) format('woff')
}

body {
    margin: 0
}

body {
    font-family: "GenosGFG", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

.econ-container,
body {
    font-size: 13px
}

#main {
    margin: 0 auto;
    padding-bottom: 1.92307692em
}

#main:after,
#main:before {
    display: table;
    content: " "
}

#main:after {
    clear: both
}

@media(min-width:768px) {
    .page__header {
        min-height: 95px
    }
}

.page__logo {
    margin: 18px 0
}

@media(min-width:640px) {
    .page__logo {
        margin: 28px 0
    }
}

@media(min-width:768px) {
    .page__logo {
        margin: 15px 0
    }
}

@media(max-width:640px) {
    .page__logo img {
        max-height: 28px;
        max-width: 100%
    }
}

.econ-container .nav__inner>h2 {
    display: none
}

.econ-container .nav-primary {
    background-color: #e5eff7
}

.econ-container .nav-primary__list {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.econ-container .nav-primary__list:after,
.econ-container .nav-primary__list:before {
    display: table;
    content: " "
}

.econ-container .nav-primary__list:after {
    clear: both
}

.econ-container .nav-primary__list-item {
    float: left;
    position: relative;
    margin: 0;
    line-height: 1.5em
}

.econ-container .nav-primary__link {
    display: block;
    border-top: 3px solid transparent;
    padding: .25em .625em .4375em;
    font-size: 1.23076923em;
    line-height: 1.875em;
    white-space: nowrap;
    color: #0066b3
}

.econ-container .nav-primary__link:hover {
    text-decoration: underline
}

.econ-container .is-active .nav-primary__link {
    border-top: 3px solid #f60;
    color: #f60;
    background-color: #fff
}

.page__footer {
    font-size: 13px
}

.service-navigation {
    border-top: 1px solid #ccc;
    background-color: #fff
}

.service-navigation a:hover {
    text-decoration: underline
}

.service-navigation__inner {
    padding-top: 10px;
    padding-bottom: 11px
}

.service-navigation__inner:after,
.service-navigation__inner:before {
    display: table;
    content: " "
}

.service-navigation__inner:after {
    clear: both
}

.nav-service-1,
.nav-service-2 {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0
}

.nav-service-1:after,
.nav-service-1:before,
.nav-service-2:after,
.nav-service-2:before {
    display: table;
    content: " "
}

.nav-service-1:after,
.nav-service-2:after {
    clear: both
}

.nav-service-1 li,
.nav-service-2 li {
    float: left;
    margin: 0
}

.nav-service-1 a,
.nav-service-2 a {
    display: block;
    margin-right: 20px;
    color: #0066b3
}

.nav-service-2 li:first-child {
    border-left: 1px solid #ccc;
    padding-left: 20px
}

@media only screen and (max-width:991px) {
    .nav-service-1,
    .nav-service-2 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }
    .nav-service-1 a,
    .nav-service-2 a {
        display: inline
    }
    .nav-service-1 li,
    .nav-service-2 li {
        float: none
    }
    .nav-service-1 {
        padding-right: 15px
    }
    .nav-service-2 {
        padding-left: 15px
    }
    .nav-service-2 li:first-child {
        border-left: 0;
        padding-left: 0
    }
}

@media only screen and (max-width:500px) {
    .nav-service-1,
    .nav-service-2 {
        float: none;
        padding-right: 0;
        padding-left: 0;
        width: auto
    }
    .nav-service-2 li,
    .nav-service-2 li:first-child {
        padding-left: 0
    }
}

.econ-landing {
    background-image: url(../img/landing-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-color: #002d62
}

.econ-themenseite {
    background-image: url(../img/landing-bg-gauss.jpg)
}

.econ-landing .econ-container {
    background-color: transparent
}

.econ-landing .page__header {
    margin: 15px 0;
    min-height: 95px
}

.econ-landing .page__logo {
    margin-top: 0;
    margin-bottom: 0;
    float: right
}

.econ-landing .header__claim {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-decoration: underline
}

.econ-landing .service-navigation {
    background-color: transparent
}

.econ-landing .service-navigation .nav-service-1 a,
.econ-landing .service-navigation .nav-service-2 a {
    color: #fff
}

.econ-landing .page__stage {
    padding: 30px 20px 15px;
    border: 2px solid #fff;
    border-radius: 4px
}

.econ-landing .stage__headline {
    color: #fff;
    font-weight: 700
}

.econ-landing .stage__subline {
    display: block;
    font-weight: 400
}

.econ-landing .stage__subtext {
    font-size: 18px;
    color: #fff
}

.econ-landing .stage__nav {
    margin-top: 20px
}

.econ-landing .stage__nav .nav__item {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 15px;
    background-color: #0066b3;
    border: 1px solid #fff;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.econ-landing .stage__nav .nav__item:not(:last-child) {
    margin-right: 10px
}

.econ-landing .stage__nav .nav__item:hover {
    color: #0066b3;
    background-color: #fff
}

.econ-landing .stage__nav .nav__item--cta {
    background-color: #f60
}

.econ-landing .stage__nav .nav__item--cta:hover {
    color: #f60;
    background-color: #fff
}

@media(min-width:768px) {
    .econ-landing .header__claim {
        font-size: 28px
    }
    .econ-landing .page__stage {
        padding: 60px 30px 30px;
        margin-top: 30px
    }
    .econ-landing .stage__headline {
        font-size: 42px
    }
    .econ-landing .stage__subtext {
        font-size: 22px;
        max-width: 75%
    }
    .econ-landing .stage__nav .nav__item {
        padding: 12px 20px;
        margin-bottom: 15px
    }
}

@media(min-width:992px) {
    .econ-landing .page__stage {
        margin-bottom: 50px
    }
}

.econ-container .nav-themen {
    border-bottom: 1px solid #fff
}

.econ-container .nav-themen__nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.econ-container .nav-themen__item {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -1px
}

.econ-container .nav-themen__link {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.econ-container .nav-themen__link:hover {
    color: #0066b3;
    background-color: #fff
}

.econ-container .nav-themen__link--active {
    color: #0066b3;
    background-color: #fff
}

@media(min-width:768px) {
    .econ-container .nav-themen__link {
        font-size: 22px
    }
}

.econ-container .content-bottom {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.pia-standard .page__footer {
    margin-top: 40px
}

.pia-standard .pia-content h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px
}

.pia-standard .pia-content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0066b3;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .pia-standard .pia-content h1 {
        font-size: 30px;
        font-weight: 400
    }
}

.pia-page__header {
    margin: 18px 0;
    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
}

@media(min-width:640px) {
    .pia-page__header {
        margin: 28px 0
    }
}

@media(min-width:768px) {
    .pia-page__header {
        margin: 15px 0
    }
}

.pia-page__header .pia-page__logo-vr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 50px
}

.pia-page__header .pia-page__logo-vr img {
    max-width: 100%;
    max-height: 100%
}

.pia-page__header .pia-page__logo-pia {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.pia-page__header .pia-page__logo-pia img {
    max-width: 100%
}

.pia-page__visual {
    position: relative;
    max-width: 1600px;
    margin: 0 auto
}

.pia-page__visual>.container {
    position: relative
}

.page-visual--landing .page-visual__hero {
    position: absolute;
    height: 85%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/pia-standard/assets/Hero_Haus_Blurred.jpg);
    background-position: 50% 70%
}

.page-visual--landing .page-visual__character {
    position: relative;
    margin-top: 20px;
    margin-right: 50px
}

.page-visual--landing .page-visual__character img {
    max-width: 100%
}

.page-visual--landing .page-visual__claim {
    position: absolute;
    bottom: 20%;
    right: 20px;
    width: 105px
}

.page-visual--landing .page-visual__claim img {
    max-width: 100%
}

@media(min-width:768px) {
    .page-visual--landing {
        margin-bottom: 0
    }
    .page-visual--landing .page-visual__hero {
        height: 78%
    }
    .page-visual--landing .pia-page__visual {
        margin-bottom: 0
    }
    .page-visual--landing .page-visual__claim {
        width: 135px;
        bottom: 22%;
        right: 40px;
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    .page-visual--landing .page-visual__hero {
        height: 80%
    }
    .page-visual--landing .page-visual__character {
        margin-top: 27px
    }
    .page-visual--landing .pia-page__visual {
        margin-bottom: 0
    }
    .page-visual--landing .page-visual__claim {
        width: auto;
        bottom: 22%;
        right: 40px;
        margin-bottom: 20px
    }
}

.page-visual--standard {
    margin-bottom: 30px
}

.page-visual--standard .page-visual__hero {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/pia-standard/assets/Hero-Image_Blurred.jpg);
    background-position: 50% 70%
}

.page-visual--standard .page-visual__character {
    position: relative;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 50px
}

.page-visual--standard .page-visual__character img {
    max-width: 100%
}

.page-visual--standard .page-visual__claim {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 105px
}

.page-visual--standard .page-visual__claim img {
    max-width: 100%
}

@media(min-width:768px) {
    .page-visual--standard .pia-page__visual {
        margin-bottom: 0
    }
    .page-visual--standard .page-visual__character {
        position: relative;
        margin-top: 40px;
        margin-bottom: 50px
    }
    .page-visual--standard .page-visual__claim {
        width: 135px;
        bottom: 0;
        right: 40px;
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    .page-visual--standard .page-visual__claim {
        width: auto;
        bottom: 20%;
        right: 40px
    }
}

.pia-page__nav {
    margin-bottom: 20px
}

.pia-nav {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pia-nav .nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 2px;
    background-color: #0066b3
}

.pia-nav .nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    background-color: transparent
}

.pia-nav .nav__link:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent
}

.pia-nav .nav__item--active {
    background-color: #f60
}

.pia-nav .nav__item--active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 28px);
    -ms-transform: translate(-50%, 28px);
    -o-transform: translate(-50%, 28px);
    transform: translate(-50%, 28px);
    border: 14px solid transparent;
    border-top-color: #f60
}

@media(min-width:768px) {
    .pia-nav {
        font-size: 18px
    }
    .pia-nav .nav__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .pia-nav .nav__link {
        padding: 10px 30px;
        min-width: 200px
    }
}

.econ-container .pia-hl--ueber-pia {
    font-size: 22px;
    font-weight: 400;
    color: #5a5a5a;
    text-align: center;
    margin-bottom: 8px
}

.pia-dialog {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 20px;
    background-color: #f3f3f3
}

.pia-dialog__img {
    width: 120px;
    margin-bottom: 14px
}

.pia-dialog__img img {
    max-width: 100%
}

.pia-dialog__text {
    width: 100%
}

.pia-dialog__text p:last-child {
    margin-bottom: 0
}

.pia-dialog h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0066b3;
    margin-bottom: 5px
}

@media(min-width:768px) {
    .pia-dialog {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0
    }
    .pia-dialog__img {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        margin-bottom: 0;
        margin-right: 40px;
        margin-left: 30px
    }
    .pia-dialog__img img {
        max-width: 100%
    }
    .pia-dialog__text {
        width: auto
    }
}

.pia-help {
    position: relative
}

.pia-help__item {
    position: absolute;
    right: 0;
    width: 90px
}

.pia-help__item a {
    display: block
}

.pia-help__item img {
    max-width: 100%
}

.pia-nav-landing {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.pia-nav-landing .nav__item {
    margin-bottom: 15px
}

.pia-nav-landing .nav__link {
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    background-color: #0066b3
}

.pia-nav-landing .nav__link::after {
    font-family: 'font awesome 5 free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    line-height: 1;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\00A0\f054";
    margin-left: 10px
}

.pia-nav-landing .nav__link:hover {
    color: #fff;
    text-decoration: underline
}

.pia-nav-landing .nav__link--cta {
    background-color: #f60
}

@media(min-width:768px) {
    .pia-nav-landing {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pia-nav-landing .nav__item {
        margin: 0 2px
    }
    .pia-nav-landing .nav__link {
        padding-right: 15px;
        padding-left: 15px
    }
    .pia-nav-landing .nav__link::after {
        margin-left: 5px
    }
}

@media(min-width:992px) {
    .pia-nav-landing .nav__link {
        min-width: 200px
    }
}