/*
Theme Name: WKS
Theme URI: http://example.com/mein-custom-theme/
Author: Matthias Gütt
Author URI: http://example.com/
Description: WKS Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mein-custom-theme
Tags: responsive-layout, custom-menu, featured-images

Dies ist der Ort für Ihre Theme-spezifischen Styles.
*/


@font-face {
    font-family: "flaticon";
    src: url("/wp-content/themes/wks/font/Flaticon.eot");
    src: url("/wp-content/themes/wks/font/Flaticon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/wks/font/Flaticon.woff") format("woff"), url("/wp-content/themes/wks/font/Flaticon.ttf") format("truetype"), url("/wp-content/themes/wks/font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/wp-content/themes/wks/font/Flaticon.svg#Flaticon") format("svg")
    }
}

:root {
    --arc-palette-title: #0A0D4BFF;
    --arc-palette-subtitle: #A6AAFBFF;
    --arc-background-gradient-color0: #C8CAFEFF;
    --arc-palette-hover: #D3D4FDFF;
    --arc-palette-focus: #9094FBFF;
    --arc-palette-foregroundSecondary: #8489FBFF;
    --arc-palette-background: #E9EAFEFF;
    --arc-palette-backgroundExtra: #FDFDFFFF;
    --arc-palette-cutoutColor: #ECEDFEFF;
    --arc-palette-foregroundTertiary: #ECEDFEFF;
    --arc-background-gradient-color1: #FFE6E6FF;
    --arc-palette-minContrastColor: #ECEDFEFF;
    --arc-palette-maxContrastColor: #212AFBFF;
    --arc-palette-foregroundPrimary: #3139FBFF;
}

html {
    overflow: auto !important;
}

html {
    height: 100%;
}

html body {
    overflow: auto !important;
    position: relative;
}

body {
    font-family: "RobotoRegular", Arial, sans-serif;
    font-weight: normal;
}

html a,
.aui a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


html header.page,
.aui header.page {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html header.page,
.aui header.page {
    z-index: 100;
    position: relative;
    margin: auto;
    width: 100%;
    left: 0;
}

@media (max-width: 1199px) {

    html header.page,
    .aui header.page {
        padding-right: 0;
    }
}

html .navbar,
.aui .navbar {
    overflow: visible;
    margin-bottom: 20px;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html nav,
html section,
.aui article,
.aui aside,
.aui details,
.aui figcaption,
.aui figure,
.aui footer,
.aui header,
.aui hgroup,
.aui nav,
.aui section {
    display: block;
}


@media (max-width: 979px) {

    html header.page .navbar .brand,
    .aui header.page .navbar .brand {
        top: 15px;
        left: 20px;
        width: 160px;
        height: 40px;
        margin: 0 !important;
        background-size: 160px 40px;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .brand,
    .aui header.page .navbar .brand {
        position: fixed;
        top: 15px;
        left: 20px;
        width: 220px;
        height: 85px;
    }
}

html header.page .navbar .brand,
.aui header.page .navbar .brand {
    position: absolute;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 54px;
    font-size: 18px;
    top: 15px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-size: 200px 54px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 979px) {

    html .navbar .brand,
    .aui .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }
}

html .navbar .meta .brand,
.aui .navbar .meta .brand {
    display: none;
}

html .navbar .brand,
.aui .navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
}

@media (max-width: 979px) {

    html .navbar .meta .brand,
    .aui .navbar .meta .brand {
        display: block;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar,
    .aui header.page .navbar {
        width: 100%;
        padding: 0;
        background: #fff;
    }
}

html header.page .navbar,
.aui header.page .navbar {
    height: 80px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: none;
    box-sizing: border-box;
}

@media (max-width: 979px) {

    html .navbar,
    .aui .navbar {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    }
}

html .navbar ul#menu-haupt-1 {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

html .navbar ul#menu-haupt-1 {
    float: right;
    margin-right: 0;
}


html .navbar ul#menu-haupt-1>li>a,
.aui .navbar ul#menu-haupt-1>li>a {
    display: block;
}



html header.page .navbar li,
.aui header.page .navbar li {
    display: inline-block;
    float: left;
    position: relative;
}

html header.page .navbar .menu>li>a:hover,
html header.page .navbar .menu>li>a:focus,
html header.page .navbar .menu>li.active>a,
html header.page .navbar .menu>li.active>a:hover,
html header.page .navbar .menu>li.active>a:focus,
.aui header.page .navbar .menu>li>a:hover,
.aui header.page .navbar .menu>li>a:focus,
.aui header.page .navbar .menu>li.active>a,
.aui header.page .navbar .menu>li.active>a:hover,
.aui header.page .navbar .menu>li.active>a:focus {
    color: #009dd9;
    background: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



html header.page .navbar .menu>li>a,
.aui header.page .navbar .menu>li>a {
    float: none;
    position: relative;
    padding: 30px 16px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #424242;
    border-top: none;
    text-transform: none;
}


html header.page .navbar ul.sub-menu,
.aui header.page .navbar ul.sub-menu {
    position: absolute;
    min-width: 330px;
    padding: 0;
    margin: 0;
    display: block;
    right: auto;
    top: 100%;
    border: none;
    font-size: 15px;
    z-index: 40;
    background: #009dd9;
    margin: 0 0 0 50px;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html header.page .navbar li.open ul.sub-menu,
.aui header.page .navbar li.open ul.sub-menu {
    margin: 0;
    animation-fill-mode: forwards;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}


html header.page .navbar .sub-menu li,
.aui header.page .navbar .sub-menu li {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

html header.page .navbar .sub-menu li>a,
.aui header.page .navbar .sub-menu li>a {
    font-size: 15px;
    display: block;
    padding: 15px 30px;
    color: #fff;
    border-bottom: none;
    background: none;
}

html header.page .navbar .sub-menu li>a:before,
.aui header.page .navbar .sub-menu li>a:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    color: #fff;
    margin: 0 7px 0 0;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html header.page .navbar .sub-menu li>a:hover,
html header.page .navbar .sub-menu li>a:focus,
html header.page .navbar .sub-menu li.current_page_item>a,
.aui header.page .navbar .sub-menu li>a:hover,
.aui header.page .navbar .sub-menu li>a:focus,
.aui header.page .navbar .sub-menu li.current_page_item>a {
    color: #009dd9;
    background: #fff;
    border-bottom: none;
    padding: 15px 30px 15px 35px;
}

html header.page .navbar .sub-menu li>a:hover:before,
html header.page .navbar .sub-menu li>a:focus:before,
html header.page .navbar .sub-menu li.current_page_item>a:before,
.aui header.page .navbar .sub-menu li>a:hover:before,
.aui header.page .navbar .sub-menu li>a:focus:before,
.aui header.page .navbar .sub-menu li.current_page_item>a:before {
    color: #009dd9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



@media (min-width: 1200px) {

    html .row-fluid,
    .aui .row-fluid {
        width: 100%;
    }
}

html .row-fluid,
.aui .row-fluid {
    width: 100%;
}

@media (min-width: 1200px) {

    html .row-fluid:before,
    html .row-fluid:after,
    .aui .row-fluid:before,
    .aui .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}

html .row-fluid:before,
html .row-fluid:after,
.aui .row-fluid:before,
.aui .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

@media (min-width: 1200px) and (max-width: 1479px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    .aui .container,
    html .portlet-breadcrumb .aui .breadcrumb,
    .aui .portlet-breadcrumb .breadcrumb {
        width: 1090px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 1200px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    html .navbar-static-top .container,
    html .navbar-fixed-top .container,
    html .navbar-fixed-bottom .container,
    .aui .container,
    .aui .portlet-breadcrumb .breadcrumb,
    .aui .navbar-static-top .container,
    .aui .navbar-fixed-top .container,
    .aui .navbar-fixed-bottom .container {
        width: 1170px;
    }
}

html .container,
html .portlet-breadcrumb .breadcrumb,
.aui .container,
html .portlet-breadcrumb .aui .breadcrumb,
.aui .portlet-breadcrumb .breadcrumb {
    margin-right: auto;
    margin-left: auto;
}

html .container,
html .portlet-breadcrumb .breadcrumb,
html .navbar-static-top .container,
html .navbar-fixed-top .container,
html .navbar-fixed-bottom .container,
.aui .container,
html .portlet-breadcrumb .aui .breadcrumb,
.aui .portlet-breadcrumb .breadcrumb,
.aui .navbar-static-top .container,
.aui .navbar-fixed-top .container,
.aui .navbar-fixed-bottom .container {
    width: 940px;
}

html .container:before,
html .portlet-breadcrumb .breadcrumb:before,
html .container:after,
html .portlet-breadcrumb .breadcrumb:after,
.aui .container:before,
html .portlet-breadcrumb .aui .breadcrumb:before,
.aui .portlet-breadcrumb .breadcrumb:before,
.aui .container:after,
html .portlet-breadcrumb .aui .breadcrumb:after,
.aui .portlet-breadcrumb .breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}

html header.page .navbar .affix-top,
html header.page .navbar.affix-top,
.aui header.page .navbar .affix-top,
.aui header.page .navbar.affix-top {
    top: -25px;
}

@media (max-width: 979px) {

    html .navbar .navbar-affix,
    .aui .navbar .navbar-affix {
        display: none;
    }
}

html .navbar .navbar-affix,
.aui .navbar .navbar-affix {
    background: #fff;
}

@media (max-width: 979px) {

    html header.page .navbar,
    .aui header.page .navbar {
        position: fixed;
        width: 100%;
        height: 70px;
        padding: 0;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar,
    .aui header.page .navbar {
        width: 100%;
        padding: 0;
        background: #fff;
    }
}

html header.page .navbar,
.aui header.page .navbar {
    height: 80px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: none;
    box-sizing: border-box;
}

@media (max-width: 979px) {

    html .navbar,
    .aui .navbar {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    }
}

html .navbar,
.aui .navbar {
    overflow: visible;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    html .row-fluid,
    .aui .row-fluid {
        width: 100%;
    }
}

@media (max-width: 979px) {

    html header.page .navbar .container,
    html header.page .navbar .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb header.page .navbar .breadcrumb,
    .aui header.page .navbar .container,
    .aui header.page .navbar .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb header.page .navbar .breadcrumb {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .container,
    html header.page .navbar .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb header.page .navbar .breadcrumb,
    .aui header.page .navbar .container,
    .aui header.page .navbar .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb header.page .navbar .breadcrumb {
        width: auto;
        padding: 0 5px !important;
    }
}

@media (max-width: 979px) {

    html .navbar .container,
    html .navbar .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb .navbar .breadcrumb,
    .aui .navbar .container,
    .aui .navbar .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb .navbar .breadcrumb {
        width: auto;
        padding: 0;
    }
}

@media (max-width: 767px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    .aui .container,
    .aui .portlet-breadcrumb .breadcrumb {
        width: auto;
    }
}

html .container,
html .portlet-breadcrumb .breadcrumb,
.aui .container,
html .portlet-breadcrumb .aui .breadcrumb,
.aui .portlet-breadcrumb .breadcrumb {
    margin-right: auto;
    margin-left: auto;
}

html .container,
html .portlet-breadcrumb .breadcrumb,
html .navbar-static-top .container,
html .navbar-fixed-top .container,
html .navbar-fixed-bottom .container,
.aui .container,
html .portlet-breadcrumb .aui .breadcrumb,
.aui .portlet-breadcrumb .breadcrumb,
.aui .navbar-static-top .container,
.aui .navbar-fixed-top .container,
.aui .navbar-fixed-bottom .container {
    width: 940px;
}

@media (max-width: 979px) {
    .navbar .container {
        position: relative;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .meta,
    .aui header.page .navbar .meta {
        margin: 0;
        padding: 0;
        background: none;
    }
}

html header.page .navbar .meta,
.aui header.page .navbar .meta {
    height: 0;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 979px) {

    html .navbar .meta,
    .aui .navbar .meta {
        padding: 14px 0 0 0 !important;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .meta li:first-child,
    .aui header.page .navbar .meta li:first-child {
        border: none;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .meta li,
    .aui header.page .navbar .meta li {
        padding: 0;
    }
}

html header.page .navbar .meta li,
.aui header.page .navbar .meta li {
    padding: 4px 0;
    margin: 0 0 0 15px;
    list-style: none;
    font-size: 14px;
    border-left: none;
    border-right: none;
}

@media (max-width: 979px) {

    html header.page .navbar .brand,
    .aui header.page .navbar .brand {
        top: 15px;
        left: 20px;
        width: 160px;
        height: 40px;
        margin: 0 !important;
        background-size: 160px 40px;
    }
}

@media (max-width: 1199px) {

    html header.page .navbar .brand,
    .aui header.page .navbar .brand {
        position: fixed;
        top: 15px;
        left: 20px;
        width: 220px;
        height: 85px;
    }
}

@media (max-width: 767px) {

    html header.page .navbar .meta li a.menu-btn,
    .aui header.page .navbar .meta li a.menu-btn {
        display: block;
    }
}

html header.page .navbar .meta a.menu-btn,
.aui header.page .navbar .meta a.menu-btn {
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

html header.page .navbar .meta a,
.aui header.page .navbar .meta a {
    color: #009dd9;
}

@media (max-width: 979px) {

    html .navbar .meta .menu-btn,
    .aui .navbar .meta .menu-btn {
        display: block;
        top: 12px;
        left: -5px;
    }
}

html .navbar .meta .menu-btn,
.aui .navbar .meta .menu-btn {
    display: none;
}

html header.page .navbar .meta li:last-child,
.aui header.page .navbar .meta li:last-child {
    border-left: 0px;
}

@media (max-width: 1199px) {

    html header.page .navbar .meta li,
    .aui header.page .navbar .meta li {
        padding: 0;
    }
}

html header.page .navbar .meta li,
.aui header.page .navbar .meta li {
    padding: 4px 0;
    margin: 0 0 0 15px;
    list-style: none;
    font-size: 14px;
    border-left: none;
    border-right: none;
}

@media (max-width: 767px) {

    html .hidden-desktop,
    .aui .hidden-desktop {
        display: inherit !important;
    }
}

html .hidden-desktop,
.aui .hidden-desktop {
    display: none !important;
}

html .pull-right,
.aui .pull-right {
    float: right !important;
}

@media (max-width: 979px) {

    html header.page .navbar .brand,
    .aui header.page .navbar .brand {
        top: 15px;
        left: 20px;
        width: 160px;
        height: 40px;
        margin: 0 !important;
        background-size: 160px 40px;
        padding: 0 !important;
    }
}

html header.page .navbar .meta ul,
.aui header.page .navbar .meta ul {
    margin: 0px;
}

@media (max-width: 767px) {

    html .hidden-desktop,
    .aui .hidden-desktop {
        display: inherit !important;
    }
}

html header.page .navbar .meta a.menu-btn .bars,
.aui header.page .navbar .meta a.menu-btn .bars {
    position: absolute;
    width: 25px;
    height: 30px;
    left: auto;
    right: 0;
    top: -7px;
    display: block;
}

@media (max-width: 767px) {

    html header.page .navbar .meta li a.menu-btn .bars,
    .aui header.page .navbar .meta li a.menu-btn .bars {
        display: block;
        position: relative;
        top: -4px;
    }
}

@media (max-width: 767px) {

    html .navbar .meta .menu-btn .bars,
    .aui .navbar .meta .menu-btn .bars {
        top: -7px !important;
    }
}

@media (max-width: 767px) {

    html header.page .navbar .meta li a span,
    .aui header.page .navbar .meta li a span {
        display: none;
    }
}

html header.page .navbar .meta a.menu-btn .bars .bar-top,
.aui header.page .navbar .meta a.menu-btn .bars .bar-top {
    top: 6px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

html header.page .navbar .meta a.menu-btn .bars .bar-top,
html header.page .navbar .meta a.menu-btn .bars .bar-middle,
html header.page .navbar .meta a.menu-btn .bars .bar-bottom,
.aui header.page .navbar .meta a.menu-btn .bars .bar-top,
.aui header.page .navbar .meta a.menu-btn .bars .bar-middle,
.aui header.page .navbar .meta a.menu-btn .bars .bar-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #009dd9;
}

@media (max-width: 767px) {

    html header.page .navbar .meta li a.menu-btn .bars span,
    .aui header.page .navbar .meta li a.menu-btn .bars span {
        display: block;
    }
}

html header.page .navbar .meta a.menu-btn .bars .bar-middle,
.aui header.page .navbar .meta a.menu-btn .bars .bar-middle {
    top: 50%;
    margin-top: -1px;
}

html header.page .navbar .meta a.menu-btn .bars .bar-bottom,
.aui header.page .navbar .meta a.menu-btn .bars .bar-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

@media (max-width: 979px) {

    html .navbar .meta .menu-btn,
    .aui .navbar .meta .menu-btn {
        display: block;
        top: 12px;
        left: -5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .hidden-desktop,
    .aui .hidden-desktop {
        display: inherit !important;
    }
}

@media (max-width: 1199px) {

    html .mm-menu.mm-offcanvas,
    .aui .mm-menu.mm-offcanvas {
        display: none;
    }
}

html .mm-menu.mm-effect-menu-slide,
.aui .mm-menu.mm-effect-menu-slide {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html .mm-menu.mm-offcanvas,
.aui .mm-menu.mm-offcanvas {
    position: fixed;
    z-index: 102;
    display: none;
}

@media (max-width: 979px) {

    html .mm-menu,
    .aui .mm-menu {
        width: 450px;
        left: 0;
        right: auto;
        left: auto;
        right: 0;
    }
}

html .mm-menu,
.aui .mm-menu {
    display: block;
    padding: 0;
    position: absolute;
    display: block;
    padding: 0;
    width: 450px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
}

html .mm-btn,
html .mm-menu,
.aui .mm-btn,
.aui .mm-menu {
    box-sizing: border-box;
}

html .mm-menu,
html .mm-panels,
html .mm-panels>.mm-panel,
.aui .mm-menu,
.aui .mm-panels,
.aui .mm-panels>.mm-panel {
    margin: 0;
    /*left: 0;*/
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
}

html .main-nav,
.aui .main-nav {
    background: #fff;
    box-shadow: 3px 0 0 rgba(255, 255, 255, .06);
    width: 450px;
    z-index: 1;
    position: fixed;
    display: block;
}

/*
@media (max-width: 979px) {

    html.mm-opening .mm-menu.mm-effect-menu-slide,
    .aui.mm-opening .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 979px) {

    html.mm-opened .mm-menu.mm-effect-menu-slide,
    .aui.mm-opened .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@media (max-width: 979px) {

    html.mm-opening .mm-menu.mm-effect-menu-slide,
    .aui.mm-opening .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 979px) {

    html.mm-opened .mm-menu.mm-effect-menu-slide,
    .aui.mm-opened .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@media (max-width: 1199px) {

    html.mm-opening .mm-menu.mm-effect-menu-slide,
    .aui.mm-opening .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1199px) {

    html.mm-opened .mm-menu.mm-effect-menu-slide,
    .aui.mm-opened .mm-menu.mm-effect-menu-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

html.mm-opening .mm-menu.mm-effect-menu-slide,
.aui.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.mm-opened .mm-menu.mm-effect-menu-slide,
.aui.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

*/

html .mm-menu.mm-offcanvas.mm-current,
.aui .mm-menu.mm-offcanvas.mm-current {
    display: block;
}

@media (max-width: 1199px) {

    html .mm-menu.mm-offcanvas,
    .aui .mm-menu.mm-offcanvas {
        display: none;
    }
}

html .mm-menu.mm-effect-menu-slide,
.aui .mm-menu.mm-effect-menu-slide {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html .mm-menu.mm-offcanvas,
.aui .mm-menu.mm-offcanvas {
    position: fixed;
    z-index: 102;
    display: none;
}

@media (max-width: 979px) {

    html .mm-menu,
    .aui .mm-menu {
        width: 450px;
        left: 0;
        right: auto;
        left: auto;
        right: 0;
    }
}

html .mm-menu,
.aui .mm-menu {
    display: block;
    padding: 0;
    position: absolute;
    display: block;
    padding: 0;
    width: 450px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
}

@media (max-width: 1199px) {

    html .mm-menu.mm-offcanvas,
    .aui .mm-menu.mm-offcanvas {
        display: none;
    }
}


html .mm-panels,
.aui .mm-panels {
    margin-top: 65px;
    background: #fff;
}

@media (max-width: 1199px) {

    html .mm-panels,
    .aui .mm-panels {
        margin-top: 60px;
    }
}

html .mm-panels,
.aui .mm-panels {
    overflow: hidden;
    margin-top: 60px;
}

html .mm-panels,
html .mm-panels>.mm-panel,
.aui .mm-panels,
.aui .mm-panels>.mm-panel {
    position: absolute;
}

html .mm-menu,
html .mm-panels,
html .mm-panels>.mm-panel,
.aui .mm-menu,
.aui .mm-panels,
.aui .mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
}

html .mm-panels,
.aui .mm-panels {
    margin-top: 65px;
    background: #fff;
}

}

html .mm-panels>.mm-panel,
.aui .mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

html .mm-panel.mm-opened,
.aui .mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html .mm-panels,
html .mm-panels>.mm-panel,
.aui .mm-panels,
.aui .mm-panels>.mm-panel {
    position: absolute;
}


.mm-panel .menu {
    margin: 0 30px;
}

.mm-panels .menu {
    margin-top: 20px;
}

html .main-nav .side-nav li,
.aui .main-nav .side-nav li {
    float: none;
    list-style: none;
}

html .menu>li,
.aui .menu>li {
    margin-top: 2px;
}

html .menu>li,
html .menu>li .mm-next,
html .menu>li .mm-next:before,
html .menu>li:after,
.aui .menu>li,
.aui .menu>li .mm-next,
.aui .menu>li .mm-next:before,
.aui .menu>li:after {
    border-color: inherit;
}

html .menu>li,
.aui .menu>li {
    position: relative;
}

html .menu,
html .menu>li,
.aui .menu,
.aui .menu>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

html .mm-menu .mm-divider,
html .mm-menu .menu>li.mm-opened.mm-vertical>.mm-panel,
html .mm-menu .menu>li.mm-opened.mm-vertical>a.mm-next,
html .mm-menu.mm-vertical .menu>li.mm-opened>.mm-panel,
html .mm-menu.mm-vertical .menu>li.mm-opened>a.mm-next {
    background: none;
}

@media (max-width: 979px) {
    html .mm-menu {
        width: 450px;
        left: 0;
        right: auto;
        left: auto;
        /* right: 0; */
    }
}

html .menu>li.mm-vertical>.mm-next,
html .mm-vertical .menu>li>.mm-next,
.aui .menu>li.mm-vertical>.mm-next,
.aui .mm-vertical .menu>li>.mm-next {
    height: 53px;
    bottom: auto;
}

html .menu .mm-next.mm-fullsubopen,
.aui .menu .mm-next.mm-fullsubopen {
    width: 100%;
}

html .menu>li,
html .menu>li .mm-next,
html .menu>li .mm-next:before,
html .menu>li:after,
.aui .menu>li,
.aui .menu>li .mm-next,
.aui .menu>li .mm-next:before,
.aui .menu>li:after {
    border-color: inherit;
}

html .menu .mm-next,
.aui .menu .mm-next {
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

html .menu>li>a,
html .menu>li>span,
.aui .menu>li>a,
.aui .menu>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

html .menu .mm-divider,
html .menu>li>a,
html .menu>li>span,
html .mm-navbar .mm-title,
.aui .menu .mm-divider,
.aui .menu>li>a,
.aui .menu>li>span,
.aui .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    color: #212121;
}

html li,
.aui li {
    line-height: 20px;
}

html #mm-0>ul>li.mm-vertical.mm-opened>span,
.aui #mm-0>ul>li.mm-vertical.mm-opened>span {
    background: #009dd9;
    color: #fff;
}

html .main-nav .side-nav li a.item:hover,
html .main-nav .side-nav li a.item:focus,
html .main-nav .side-nav li.active a.item,
html .main-nav .side-nav li.active a.item:hover,
html .main-nav .side-nav li.active a.item:focus,
html .main-nav .side-nav li a.item.active,
html .main-nav .side-nav li span.item:hover,
html .main-nav .side-nav li span.item:focus,
html .main-nav .side-nav li.active span.item,
html .main-nav .side-nav li.active span.item:hover,
html .main-nav .side-nav li.active span.item:focus,
html .main-nav .side-nav li span.item.active,
.aui .main-nav .side-nav li a.item:hover,
.aui .main-nav .side-nav li a.item:focus,
.aui .main-nav .side-nav li.active a.item,
.aui .main-nav .side-nav li.active a.item:hover,
.aui .main-nav .side-nav li.active a.item:focus,
.aui .main-nav .side-nav li a.item.active,
.aui .main-nav .side-nav li span.item:hover,
.aui .main-nav .side-nav li span.item:focus,
.aui .main-nav .side-nav li.active span.item,
.aui .main-nav .side-nav li.active span.item:hover,
.aui .main-nav .side-nav li.active span.item:focus,
.aui .main-nav .side-nav li span.item.active {
    color: #fff;
    background: #009dd9;
    outline: 0;
}

html .main-nav .side-nav li a.item,
html .main-nav .side-nav li span.item,
.aui .main-nav .side-nav li a.item,
.aui .main-nav .side-nav li span.item {
    float: none;
    display: block;
    padding: 18px 10px 16px 20px;
    color: #009dd9;
    font-size: 16px;
    text-align: left;
    text-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    cursor: pointer;
    text-transform: none;
}

html .menu .mm-next.mm-fullsubopen+a,
html .menu .mm-next.mm-fullsubopen+span,
.aui .menu .mm-next.mm-fullsubopen+a,
.aui .menu .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0;
}

html .menu .mm-next+a,
html .menu .mm-next+span,
.aui .menu .mm-next+a,
.aui .menu .mm-next+span {
    margin-right: 50px;
}

html .menu>li>a,
html .menu>li>span,
.aui .menu>li>a,
.aui .menu>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

html .menu .mm-divider,
html .menu>li>a,
html .menu>li>span,
html .mm-navbar .mm-title,
.aui .menu .mm-divider,
.aui .menu>li>a,
.aui .menu>li>span,
.aui .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    color: #212121;
}

html .main-nav .sub-menu li,
.aui .main-nav .sub-menu li {
    float: none;
    list-style: none;
}


html .main-nav .sub-menu li a {
    float: none;
    display: block;
    padding: 18px 10px 16px 20px;
    color: #009dd9;
    font-size: 16px;
    text-align: left;
    text-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    cursor: pointer;
    text-transform: none;
}

html .menu>li,
.aui .menu>li {
    margin-top: 2px;
}

html .main-nav .sub-menu a,
html .main-nav .sub-menu span.item,
.aui .main-nav .sub-menu a,
.aui .main-nav .sub-menu span.item {
    background: #1976d2;
    padding: 18px 10px 16px 35px;
    color: #fff;
    font-size: 14px;
    border-bottom: none;
    text-transform: none;
}

html .main-nav .sub-menu li a {
    margin-top: 2px;
}

html .main-nav .sub-menu a:hover,
html .main-nav .sub-menu a:focus,
html .main-nav .sub-menu a.active,
html .main-nav .sub-menu a.active:hover,
html .main-nav .sub-menu a.active:focus {
    color: #009dd9;
    background: transparent;
    border-left: none;
}

html .main-nav .sub-menu li a {
    background: #1976d2;
    padding: 18px 10px 16px 35px;
    color: #fff;
    font-size: 14px;
    border-bottom: none;
    text-transform: none;
}


html .mm-panel .sub-menu>li>a:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    font-style: normal;
    color: #fff;
    margin-right: 7px;
    margin-left: -10px;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html .mm-panel .sub-menu>li>a:hover:before {
    color: #009dd9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

html .mm-panel .sub-menu {
    margin: 0;
    border-top: none;
    padding: 0;
}


html .mm-panel .sub-menu>li.current-menu-item>a {
    color: #009dd9;
    background: transparent;
    border-left: none;
}

html .mm-panel .sub-menu>li.current-menu-item>a:before {
    color: #009dd9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 979px) {

    html .mm-menu,
    .aui .mm-menu {
        width: 450px;
        left: 0;
        right: auto;
        left: auto;
        right: 0;
    }
}

html .mm-menu,
.aui .mm-menu {
    display: block;
    padding: 0;
    position: absolute;
    display: block;
    padding: 0;
    width: 450px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
}

@media (max-width: 480px) {

    html .mm-menu,
    .aui .mm-menu {
        width: 100%;
    }
}

html .mm-panels>.mm-panel,
.aui .mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

html .main-nav .close-menu-btn,
.aui .main-nav .close-menu-btn {
    position: absolute;
    left: auto;
    right: 20px;
    top: 30px;
    font-size: 30px;
    width: 25px;
    height: 30px;
}

html .main-nav .close-menu-btn .bar-top {
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -ms-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

html .main-nav .close-menu-btn .bar-top,
html .main-nav .close-menu-btn .bar-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #424242;
}

html .main-nav .close-menu-btn .bar-bottom,
.aui .main-nav .close-menu-btn .bar-bottom {
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -moz-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -ms-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    -o-transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: all .2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

html .main-nav .close-menu-btn .bar-top,
html .main-nav .close-menu-btn .bar-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #424242;
}

html .main-nav .close-menu-btn .bar-top,
html .main-nav .close-menu-btn .bar-bottom {
    background: #009dd9;
}

html.mm-opened #mm-blocker {
    display: block;
    -webkit-animation: shadow-fade-in 1s 1;
    -moz-animation: shadow-fade-in 1s 1;
    -ms-animation: shadow-fade-in 1s 1;
    -o-animation: shadow-fade-in 1s 1;
    animation: shadow-fade-in 1s 1;
    opacity: .7;
    filter: alpha(opacity=30);
}

html #mm-blocker,
.aui #mm-blocker {
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    filter: alpha(opacity=0);
    box-sizing: border-box;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html .main-nav li a,
html .main-nav li span {
    float: none;
    display: block;
    padding: 18px 10px 16px 20px;
    color: #009dd9;
    font-size: 16px;
    text-align: left;
    text-shadow: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: none;
    cursor: pointer;
    text-transform: none;
}

@media (max-width: 979px) {

    html header.page .navbar,
    .aui header.page .navbar {
        position: fixed;
        width: 100%;
        height: 70px;
        padding: 0;
    }
}

@media (max-width: 979px) {

    html .navbar,
    .aui .navbar {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
    }
}

@media (max-width: 979px) {

    html body,
    .aui body {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    html body,
    .aui body {
        padding-left: 10px;
        padding-right: 10px;
    }
}

html body,
.aui body {
    margin: 0;
    font-family: "open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

@media (max-width: 767px) {

    html body,
    .aui body {
        padding-left: 0;
        padding-right: 0;
    }
}

html body,
.aui body {
    position: relative;
    height: auto !important;
    min-height: auto;
    color: #424242;
    background: #fff;
    font-size: 100%;
    line-height: 1.5em;
}

html body,
.aui body {
    overflow: auto !important;
    position: relative;
}

html .navbar #menu-haupt-1 {
    float: right;
    margin-right: 0;
}

html .carousel,
.aui .carousel {
    padding: 0;
}

html .carousel,
.aui .carousel {
    position: relative;
    margin-bottom: 20px;
}

html .carousel .item.style3.small,
.aui .carousel .item.style3.small {
    -webkit-box-shadow: inset 0px -200px 200px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0px -200px 200px rgba(0, 0, 0, .4);
    box-shadow: inset 0px -200px 200px rgba(0, 0, 0, .4);
}

html .carousel .item.style3,
.aui .carousel .item.style3 {
    -webkit-box-shadow: inset 0 -250px 250px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 -250px 250px rgba(0, 0, 0, .3);
    box-shadow: inset 0 -250px 250px rgba(0, 0, 0, .3);
    box-sizing: border-box;
}

html .carousel .item.small,
.aui .carousel .item.small {
    height: 450px;
    margin: 0;
}

html .carousel .item,
.aui .carousel .item {
    height: 600px;
    overflow: hidden;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html .carousel .item.style3.small .carousel-caption,
.aui .carousel .item.style3.small .carousel-caption {
    height: 450px;
}

@media (max-width: 979px) {

    html .carousel .item.style3.small .carousel-caption,
    html .carousel .item.style3 .carousel-caption,
    .aui .carousel .item.style3.small .carousel-caption,
    .aui .carousel .item.style3 .carousel-caption {
        width: 100%;
    }
}

html .carousel-caption,
.aui .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333;
    background: rgba(0, 0, 0, .75);
}

html .carousel .item.style3 .carousel-caption,
.aui .carousel .item.style3 .carousel-caption {
    position: relative;
    display: table;
    padding: 0;
    margin: 0;
    z-index: 20;
    background: none;
    box-sizing: border-box;
    width: 60%;
    height: 600px;
}

html .carousel .item.style3 .carousel-caption,
.aui .carousel .item.style3 .carousel-caption {
    background: rgba(0, 157, 217, .7);
    background: -moz-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(0, 200, 93, 0.95) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0, 157, 217, 0.95)), color-stop(100%, rgba(0, 200, 93, 0.95)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(0, 200, 93, 0.95) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(0, 200, 93, 0.95) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(0, 200, 93, 0.95) 100%);
    background: linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(0, 200, 93, 0.95) 100%);
}

@media (max-width: 1199px) {

    html .carousel,
    .aui .carousel {
        margin: 0;
    }
}

html .carousel-inner,
.aui .carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

html .container:before,
html .portlet-breadcrumb .breadcrumb:before,
html .container:after,
html .portlet-breadcrumb .breadcrumb:after,
.aui .container:before,
html .portlet-breadcrumb .aui .breadcrumb:before,
.aui .portlet-breadcrumb .breadcrumb:before,
.aui .container:after,
html .portlet-breadcrumb .aui .breadcrumb:after,
.aui .portlet-breadcrumb .breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}

html .carousel .item.style3 .carousel-caption .text,
.aui .carousel .item.style3 .carousel-caption .text {
    display: table-cell;
    vertical-align: middle;
    padding: 45px 70px 35px 70px;
}


@media (max-width: 979px) {

    html .carousel .item.style3.small .carousel-caption h1,
    html .carousel .item.style3.small .carousel-caption span.title,
    html .carousel .item.style3 .carousel-caption h1,
    html .carousel .item.style3 .carousel-caption span.title,
    .aui .carousel .item.style3.small .carousel-caption h1,
    .aui .carousel .item.style3.small .carousel-caption span.title,
    .aui .carousel .item.style3 .carousel-caption h1,
    .aui .carousel .item.style3 .carousel-caption span.title {
        margin: 0 0 15px;
        line-height: 120%;
    }
}

html .carousel .item.style3 .carousel-caption h1,
html .carousel .item.style3 .carousel-caption span.title,
.aui .carousel .item.style3 .carousel-caption h1,
.aui .carousel .item.style3 .carousel-caption span.title {
    margin: 0 0 25px 0;
    text-decoration: none;
}

html .color1,
html .keyfacts .fact .text p,
html .keyfacts article h2,
html .carousel-teaser .teaser.style1 p,
html .carousel-teaser .teaser.style1 span,
html .carousel-teaser .teaser.style1 h2,
html .topic.style5 .text,
html .topic.style5 p,
html .aui .topic.style5 .text,
.aui .topic.style5 html .text,
html .aui .topic.style5 p,
.aui .topic.style5 html p,
html .topic.style5 .header h3,
html .topic.style2 .header h3,
html .carousel .item.style3 .carousel-caption p,
html .carousel .item.style3 .carousel-caption h1,
html .carousel .item.style3 .carousel-caption span.title,
html footer.page .foot-copy,
html .aui footer.page .foot-copy,
.aui footer.page html .foot-copy,
html footer.page .copyright span,
.aui .color1,
.aui .keyfacts .fact .text p,
.aui .keyfacts article h2,
.aui .carousel-teaser .teaser.style1 p,
.aui .carousel-teaser .teaser.style1 span,
.aui .carousel-teaser .teaser.style1 h2,
html .topic.style5 .aui .text,
.aui html .topic.style5 p,
html .topic.style5 .aui p,
.aui .topic.style5 .text,
.aui .topic.style5 p,
.aui .topic.style5 .header h3,
.aui .topic.style2 .header h3,
.aui .carousel .item.style3 .carousel-caption p,
.aui .carousel .item.style3 .carousel-caption h1,
.aui .carousel .item.style3 .carousel-caption span.title,
html footer.page .aui .foot-copy,
.aui footer.page .foot-copy,
.aui footer.page .copyright span {
    color: #fff !important;
}

html h1,
.aui h1 {
    font-size: 56px;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    padding: 0;
}



@media (max-width: 979px) {

    html .carousel .item.style3.small .carousel-caption h1,
    html .carousel .item.style3.small .carousel-caption span.title,
    html .carousel .item.style3 .carousel-caption h1,
    html .carousel .item.style3 .carousel-caption span.title,
    .aui .carousel .item.style3.small .carousel-caption h1,
    .aui .carousel .item.style3.small .carousel-caption span.title,
    .aui .carousel .item.style3 .carousel-caption h1,
    .aui .carousel .item.style3 .carousel-caption span.title {
        margin: 0 0 15px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3.small .carousel-caption h1,
    html .carousel .item.style3.small .carousel-caption span.title,
    html .carousel .item.style3 .carousel-caption h1,
    html .carousel .item.style3 .carousel-caption span.title,
    .aui .carousel .item.style3.small .carousel-caption h1,
    .aui .carousel .item.style3.small .carousel-caption span.title,
    .aui .carousel .item.style3 .carousel-caption h1,
    .aui .carousel .item.style3 .carousel-caption span.title {
        font-size: 38px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3.small .carousel-caption .text,
    html .carousel .item.style3 .carousel-caption .text,
    .aui .carousel .item.style3.small .carousel-caption .text,
    .aui .carousel .item.style3 .carousel-caption .text {
        padding: 0 50px;
    }
}



@media (max-width: 767px) {

    html .carousel .item.style3.small .carousel-caption,
    html .carousel .item.style3 .carousel-caption,
    .aui .carousel .item.style3.small .carousel-caption,
    .aui .carousel .item.style3 .carousel-caption {
        height: 350px;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3.small .container,
    html .carousel .item.style3.small .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb .carousel .item.style3.small .breadcrumb,
    .aui .carousel .item.style3.small .container,
    .aui .carousel .item.style3.small .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb .carousel .item.style3.small .breadcrumb {
        height: 350px;
    }
}

html .carousel .item.style3.small .container,
html .carousel .item.style3.small .portlet-breadcrumb .breadcrumb,
html .portlet-breadcrumb .carousel .item.style3.small .breadcrumb,
.aui .carousel .item.style3.small .container,
.aui .carousel .item.style3.small .portlet-breadcrumb .breadcrumb,
.aui .portlet-breadcrumb .carousel .item.style3.small .breadcrumb {
    height: 450px;
}

@media (max-width: 767px) {

    html .carousel .item.style3 .container,
    html .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb .carousel .item.style3 .breadcrumb,
    .aui .carousel .item.style3 .container,
    .aui .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb .carousel .item.style3 .breadcrumb {
        height: 350px !important;
    }
}

html .carousel .item.style3 .container,
html .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
html .portlet-breadcrumb .carousel .item.style3 .breadcrumb,
.aui .carousel .item.style3 .container,
.aui .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
.aui .portlet-breadcrumb .carousel .item.style3 .breadcrumb {
    position: relative;
    z-index: 11;
    height: 600px;
}

@media (max-width: 767px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    .aui .container,
    .aui .portlet-breadcrumb .breadcrumb {
        width: auto;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3.small,
    .aui .carousel .item.style3.small {
        height: 350px;
        background-size: 1125px 500px;
        -o-background-size: 1125px 500px;
        -moz-background-size: 1125px 500px;
    }
}



html #content,
.aui #content {
    position: relative;
    z-index: 10;
    min-height: 100%;
    margin: 0 0 0;
    padding: 0;
    background: inherit;
}





@media (max-width: 1199px) {

    html #content,
    .aui #content {
        padding: 0px;
        margin: 0 0 0 0;
    }
}

@media (max-width: 1199px) {

    html #content,
    .aui #content {
        padding-right: 0;
    }
}

@media (max-width: 979px) {

    html #content,
    .aui #content {
        margin: 0 0 0 0;
        padding: 64px 0 0 0;
    }
}


html .row-fluid [class*=span],
.aui .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
}



html .span4,
.aui .span4 {
    width: 300px;
}

html [class*=span],
.aui [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}



html .row-fluid [class*=span],
.aui .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
}

html .row-fluid [class*=span]:first-child,
.aui .row-fluid [class*=span]:first-child {
    margin-left: 0;
}

html .layout-sidebar-right .content-column,
.aui .layout-sidebar-right .content-column {
    padding: 60px 0px 60px 0px;
}

html .row-fluid .span8,
.aui .row-fluid .span8 {
    width: 65.9574468085%;
}

html .row-fluid .span4,
.aui .row-fluid .span4 {
    width: 31.914893617%;
}

html .layout-sidebar-right .sidebar-column,
.aui .layout-sidebar-right .sidebar-column {
    padding: 60px 0px 60px 3%;
}


@media (max-width: 979px) {

    html .layout-sidebar-left .sidebar-column,
    html .layout-sidebar-right .sidebar-column,
    .aui .layout-sidebar-left .sidebar-column,
    .aui .layout-sidebar-right .sidebar-column {
        padding: 0px;
    }
}

@media (max-width: 979px) {

    html .full-width,
    html .portlet-nested-portlets .columns-2-left .nested-sidebar-column,
    html .portlet-nested-portlets .columns-2-left .nested-content-column,
    html .portlet-nested-portlets .columns-2-right .nested-sidebar-column,
    html .portlet-nested-portlets .columns-2-right .nested-content-column,
    html .layout-sidebar-left .sidebar-column,
    html .layout-sidebar-right .sidebar-column,
    html .layout-sidebar-left .content-column,
    html .layout-sidebar-right .content-column,
    html .fullwidth,
    .aui .full-width,
    .aui .portlet-nested-portlets .columns-2-left .nested-sidebar-column,
    .aui .portlet-nested-portlets .columns-2-left .nested-content-column,
    .aui .portlet-nested-portlets .columns-2-right .nested-sidebar-column,
    .aui .portlet-nested-portlets .columns-2-right .nested-content-column,
    html .layout-sidebar-left .aui .sidebar-column,
    html .layout-sidebar-right .aui .sidebar-column,
    .aui .layout-sidebar-left .sidebar-column,
    .aui .layout-sidebar-right .sidebar-column,
    html .layout-sidebar-left .aui .content-column,
    html .layout-sidebar-right .aui .content-column,
    .aui .layout-sidebar-left .content-column,
    .aui .layout-sidebar-right .content-column,
    .aui .fullwidth {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


html .box,
.aui .box {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


html .box .contact,
.aui .box .contact {
    padding: 30px;
    border: 1px solid #ddd;
    line-height: 22px;
    font-size: 16px;
}


html .box .contact,
.aui .box .contact {
    border-top: 3px solid #00c853;
}

html .color9,
html .forms .content label,
html .forms .heading label,
html .box .teaser time,
html .box .contact .text h3,
html .box .contact .text .headline,
html .box .contact .text .h3,
html .box .box-title,
html .main h2,
html .aui .main h2,
.aui .main html h2,
html .main h1,
html .aui .main h1,
.aui .main html h1,
html .lead h2,
html .lead h1,
.aui .color9,
.aui .forms .content label,
.aui .forms .heading label,
.aui .box .teaser time,
.aui .box .contact .text h3,
.aui .box .contact .text .headline,
.aui .box .contact .text .h3,
.aui .box .box-title,
html .main .aui h2,
.aui .main h2,
html .main .aui h1,
.aui .main h1,
.aui .lead h2,
.aui .lead h1 {
    color: #00c853 !important;
}

html .font3,
html .keyfacts article h2,
html .forms .btn-group .btn,
html .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.selector-button,
html .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.dropdown-toggle,
html .box .teaser h3,
html .box .contact .text h3,
html .box .contact .text .headline,
html .box .contact .text .h3,
html .main .btn,
html .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
html .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
html .main h3,
html .aui .main h3,
.aui .main html h3,
html .main h2,
html .aui .main h2,
.aui .main html h2,
html .main h1,
html .aui .main h1,
.aui .main html h1,
html .teaser.style2 h4,
html .teaser.style2 .title,
html .teaser h4,
html .teaser h3,
html .topic.style2 .header h3,
html .lead h2,
html .lead h1,
html .carousel .item.style3 .carousel-caption h1,
html .carousel .item.style3 .carousel-caption span.title,
html footer.page .address-box h5,
html footer.page .address-box h4,
html footer.page .links h5,
html header.page .navbar .nav,
html .btn.cta,
html .dialog-iframe-popup.portal-popup #content .cta.btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .cta.btn.dropdown-toggle,
.aui .font3,
.aui .keyfacts article h2,
.aui .forms .btn-group .btn,
.aui .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.selector-button,
.aui .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.dropdown-toggle,
.aui .box .teaser h3,
.aui .box .contact .text h3,
.aui .box .contact .text .headline,
.aui .box .contact .text .h3,
.aui .main .btn,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
html .main .aui h3,
.aui .main h3,
html .main .aui h2,
.aui .main h2,
html .main .aui h1,
.aui .main h1,
html .teaser.style2 .aui h4,
.aui .teaser.style2 h4,
.aui .teaser.style2 .title,
.aui .teaser h4,
.aui .teaser h3,
.aui .topic.style2 .header h3,
.aui .lead h2,
.aui .lead h1,
.aui .carousel .item.style3 .carousel-caption h1,
.aui .carousel .item.style3 .carousel-caption span.title,
.aui footer.page .address-box h5,
.aui footer.page .address-box h4,
.aui footer.page .links h5,
.aui header.page .navbar .nav,
.aui .btn.cta,
.aui .dialog-iframe-popup.portal-popup #content .cta.btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .cta.btn.dropdown-toggle {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}


html .color2,
html .box .contact span,
html .aui .box .contact span,
.aui .box .contact html span,
html .box .contact .text .text-wrapper,
html .main ul,
html .aui .main ul,
.aui .main html ul,
html .teaser.style2 p,
html .teaser .text,
.aui .color2,
.aui html .box .contact span,
html .box .contact .aui span,
.aui .box .contact span,
.aui .box .contact .text .text-wrapper,
html .main .aui ul,
.aui .main ul,
html .teaser.style2 .aui p,
.aui .teaser.style2 p,
.aui .teaser .text {
    color: #757575 !important;
}

html .box .contact .text h3,
html .box .contact .text .headline,
html .box .contact .text .h3,
.aui .box .contact .text h3,
.aui .box .contact .text .headline,
.aui .box .contact .text .h3 {
    display: block;
    font-size: 22px;
    margin: 0 0 15px 0;
    line-height: 120%;
}


html p,
.aui p {
    margin: 0 0 10px;
}

html .box .contact .fa,
.aui .box .contact .fa {
    font-size: 16px;
    color: #757575;
    margin: 0 8px 0 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-phone:before {
    content: "";
}

html .box .contact address a,
.aui .box .contact address a {
    color: #757575;
}

html .box .contact address a:hover,
.aui .box .contact address a:hover {
    text-decoration: underline;
}

html address,
.aui address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

html .nav-menu,
.aui .nav-menu {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 3px solid #1976d2;
    font-size: 16px;
}

html .color7,
html .lead.style1 h2,
html .lead.style1 h1,
.aui .color7,
.aui .lead.style1 h2,
.aui .lead.style1 h1 {
    color: #1976d2 !important;
}

html .nav-menu h2,
.aui .nav-menu h2 {
    font-size: 22px;
    padding: 0;
    margin-top: 0;
}


html .font1,
html .box .box-title,
html .main ul,
html .aui .main ul,
.aui .main html ul,
html .teaser.style2 p,
html .topic.style5 .text,
html .topic.style5 p,
html .aui .topic.style5 .text,
.aui .topic.style5 html .text,
html .aui .topic.style5 p,
.aui .topic.style5 html p,
html .lead p,
html .carousel .item.style3 .carousel-caption p,
.aui .font1,
.aui .box .box-title,
html .main .aui ul,
.aui .main ul,
html .teaser.style2 .aui p,
.aui .teaser.style2 p,
html .topic.style5 .aui .text,
.aui html .topic.style5 p,
html .topic.style5 .aui p,
.aui .topic.style5 .text,
.aui .topic.style5 p,
.aui .lead p,
.aui .carousel .item.style3 .carousel-caption p {
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: normal;
}

html ul,
html ol,
.aui ul,
.aui ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

html .nav-menu ul,
.aui .nav-menu ul {
    margin: 0px;
}

html .nav-menu li,
.aui .nav-menu li {
    margin-left: 0;
    list-style: none;
    line-height: 25px;
}

html .nav-menu li a,
.aui .nav-menu li a {
    display: block;
    padding: 15px 0 15px 0;
    color: #757575;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: .4s ease;
}

html .nav-menu li a:before,
.aui .nav-menu li a:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 15px;
    font-style: normal;
    color: #1976d2;
    margin-right: 7px;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html .nav-menu li a:hover,
.aui .nav-menu li a:hover {
    padding-left: 10px;
    text-decoration: none;
    color: #1976d2;
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: .4s ease;
}

html .nav-menu li a:hover:before,
.aui .nav-menu li a:hover:before {
    color: #1976d2;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

html .nav-menu li a.selected,
.aui .nav-menu li a.selected {
    color: #1976d2;
    background: #fff;
    padding-left: 0;
}

html .nav-menu li a.selected:before,
.aui .nav-menu li a.selected:before {
    color: #1976d2;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1199px) {

    html footer.page,
    .aui footer.page {
        padding-left: 0px;
    }
}

html footer.page,
.aui footer.page {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    color: #757575;
    font-size: 14px;
    line-height: inherit;
    text-align: left;
    margin-top: -30px;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html nav,
html section,
.aui article,
.aui aside,
.aui details,
.aui figcaption,
.aui figure,
.aui footer,
.aui header,
.aui hgroup,
.aui nav,
.aui section {
    display: block;
}

html footer.page,
.aui footer.page {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    color: #757575;
    font-size: 14px;
    line-height: inherit;
    text-align: left;
    margin-top: -30px;
}

@media (max-width: 1199px) {

    html footer.page,
    .aui footer.page {
        padding-left: 0px;
    }
}

@media (min-width: 980px) {

    html .row-3-mobile .portlet-journal-content,
    .aui .row-3-mobile .portlet-journal-content {
        width: 31.6239316239%;
        margin-left: 2.5641025641%;
        display: block;
        float: left;
        clear: none;
    }
}

html .portlet-nested-portlets .portlet-boundary,
.aui .portlet-nested-portlets .portlet-boundary {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

@media (min-width: 980px) {

    html .row-3-mobile .portlet-journal-content:nth-child(3n-2),
    .aui .row-3-mobile .portlet-journal-content:nth-child(3n-2) {
        margin-left: 0px;
        clear: both;
    }
}

html,
.aui {
    overflow: auto !important;
}

html,
.aui {
    height: 100%;
}

html .mm-page,
.aui .mm-page {
    box-sizing: border-box;
    position: relative;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 0;
}


html header.page .navbar .affix,
html header.page .navbar.affix,
.aui header.page .navbar .affix,
.aui header.page .navbar.affix,
html header.page .navbar .affix-top {
    top: 0px;
    height: auto;
    width: 100%;
    padding: 0;
    position: fixed;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: none;
}

html footer.page .address-box h5,
.aui footer.page .address-box h5 {
    font-size: 18px;
    margin: 30px 0 15px 0;
}

html .color6,
html .teaser.style2 h4,
html .teaser h4,
html .teaser h3,
html footer.page .address-box h5,
html footer.page .address-box h4,
html footer.page .links h5,
html header.page .navbar .nav .dropdown-nav .teaser.style1 .text span.link,
.aui .color6,
html .teaser.style2 .aui h4,
.aui .teaser.style2 h4,
.aui .teaser h4,
.aui .teaser h3,
.aui footer.page .address-box h5,
.aui footer.page .address-box h4,
.aui footer.page .links h5,
.aui header.page .navbar .nav .dropdown-nav .teaser.style1 .text span.link {
    color: #009dd9 !important;
}

html footer.page .links h5,
.aui footer.page .links h5 {
    margin: 30px 0 15px;
    font-size: 18px;
}

html footer.page .address-box address ul,
.aui footer.page .address-box address ul {
    margin: 0;
}

html footer.page .address-box address li,
.aui footer.page .address-box address li {
    margin: 0;
    display: block;
    line-height: 22px;
}

html footer.page .links li,
.aui footer.page .links li {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

html footer.page .copyright,
.aui footer.page .copyright {
    margin: 30px 0 0 0;
    padding: 15px 0;
    background: #009dd9;
    font-size: 13px;
    text-align: center;
}

html footer.page .links ul,
.aui footer.page .links ul {
    margin: 0;
}

html footer.page .links a,
.aui footer.page .links a {
    color: #757575;
}

html footer.page .address-box address .mail+a,
.aui footer.page .address-box address .mail+a {
    color: #757575;
}

html .portlet-boundary,
.aui .portlet-boundary {
    clear: both;
}

html .portlet-borderless-container,
.aui .portlet-borderless-container {
    min-height: 2.5em;
    position: relative;
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid:after,
    .aui .row-fluid:after {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid:before,
    html .row-fluid:after,
    .aui .row-fluid:before,
    .aui .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid:after,
    .aui .row-fluid:after {
        clear: both;
    }
}

html .row-fluid:after,
.aui .row-fluid:after {
    clear: both;
}

@media (max-width: 767px) {

    html footer.page .address-box li,
    .aui footer.page .address-box li {
        display: block !important;
    }
}

@media (max-width: 767px) {

    html footer.page,
    .aui footer.page {
        text-align: center;
    }
}

@media (max-width: 767px) {

    html footer.page .address-box,
    .aui footer.page .address-box {
        margin: 0px 20px 30px 20px;
        padding: 0px;
        text-align: center;
    }
}

html .container,
html .portlet-breadcrumb .breadcrumb,
.aui .container,
html .portlet-breadcrumb .aui .breadcrumb,
.aui .portlet-breadcrumb .breadcrumb {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) and (max-width: 979px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    html .navbar-static-top .container,
    html .navbar-fixed-top .container,
    html .navbar-fixed-bottom .container,
    .aui .container,
    .aui .portlet-breadcrumb .breadcrumb,
    .aui .navbar-static-top .container,
    .aui .navbar-fixed-top .container,
    .aui .navbar-fixed-bottom .container {
        width: 724px;
    }
}

@media (max-width: 767px) {

    html .box,
    .aui .box {
        max-width: 560px;
        margin: auto;
        margin-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {

    html aside .portlet-borderless-container,
    .aui aside .portlet-borderless-container {
        min-height: 0px;
    }
}

@media (max-width: 979px) {

    html .nav-menu,
    aui .nav-menu {
        display: none;
    }
}

/*   CONTENT */

html .main ul,
.aui .main ul {
    background: transparent;
    margin: 0 0 35px 0;
    padding: 25px 35px 20px 35px;
    line-height: 30px;
    border: 1px solid #ddd;
    list-style-type: none;
}

html .main ul li,
.aui .main ul li {
    padding: 0 0 0 35px;
    margin: 0 0 5px 0;
    position: relative;
    line-height: 30px;
    font-size: inherit;
}

html .main ul li:before,
.aui .main ul li:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 18px;
    color: #009dd9;
    position: absolute;
    top: 0px;
    left: 2px;
    margin-right: 8px;
    font-style: normal;
}

@media (max-width: 480px) {

    html .main ul,
    .aui .main ul {
        padding: 25px 20px 20px 10px;
        line-height: 24px;
        margin: 0;
    }
}

@media (max-width: 767px) {

    html .main,
    .aui .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

html .main .text h3,
.aui .main .text h3 {
    font-size: 24px;
    margin: 0 0 25px 0;
}

@media (max-width: 480px) {

    html .main h3,
    .aui .main h3 {
        font-size: 18px;
    }
}


html .main p,
.aui .main p {
    padding: 0;
    margin: 0 0 30px 0;
}

html .main,
.aui .main {
    font-size: 16px;
    line-height: 28px;
}


html .main h2,
.aui .main h2 {
    font-size: 42px;
    line-height: 120%;
}


@media (max-width: 480px) {

    html .main h2,
    .aui .main h2 {
        font-size: 24px;
    }
}

html .main header,
.aui .main header {
    margin: 0 0 25px 0;
}

html .main p:last-child,
.aui .main p:last-child {
    margin: 0;
}

html .main header p,
.aui .main header p {
    font-size: 22px;
    line-height: 150%;
}

html .main,
html .main .image,
html .main .image.banner,
html .main .text,
html .main .btn,
html .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
html .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
html .main header,
html .main h1,
html .main h2,
html .main p,
html .main ul,
.aui .main,
.aui .main .image,
.aui .main .image.banner,
.aui .main .text,
.aui .main .btn,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
.aui .main header,
.aui .main h1,
.aui .main h2,
.aui .main p,
.aui .main ul {
    margin: 0px 0px 30px 0;
}

html .main .image.banner,
.aui .main .image.banner {
    overflow: hidden;
}

html .main,
html .main .image,
html .main .image.banner,
html .main .text,
html .main .btn,
html .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
html .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
html .main header,
html .main h1,
html .main h2,
html .main p,
html .main ul,
.aui .main,
.aui .main .image,
.aui .main .image.banner,
.aui .main .text,
.aui .main .btn,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.selector-button,
.aui .main .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .main .btn.dropdown-toggle,
.aui .main header,
.aui .main h1,
.aui .main h2,
.aui .main p,
.aui .main ul {
    margin: 0px 0px 30px 0;
}

html .main .image,
.aui .main .image {
    margin: 0;
}

html .main .image img,
.aui .main .image img {
    width: 100%;
}

html img,
.aui img {
    max-width: none;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}



/*home page*/


html .carousel-inner>.item,
.aui .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

html .carousel.carousel-fade .carousel-inner .item,
.aui .carousel.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

html .carousel.carousel-fade .carousel-inner .active,
.aui .carousel.carousel-fade .carousel-inner .active {
    opacity: 1;
}

html .carousel .item,
.aui .carousel .item {
    height: 600px;
    overflow: hidden;
    margin: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html .carousel-inner>.active,
html .carousel-inner>.next,
html .carousel-inner>.prev,
.aui .carousel-inner>.active,
.aui .carousel-inner>.next,
.aui .carousel-inner>.prev {
    display: block;
}

html .carousel .item.style3 .carousel-caption p,
.aui .carousel .item.style3 .carousel-caption p {
    font-size: 22px;
    line-height: 150%;
}

html .carousel .item.style3 .carousel-caption .btn {
    margin: 55px 0 0 0;
    color: #009dd9;
    background: #fff;
    border-color: #fff;
    text-transform: uppercase;
    border-radius: 500px !important;
}

@media (max-width: 767px) {
    html .carousel .item.style3 .carousel-caption .btn {
        margin: 30px 0 0 0;
        width: auto;
    }
}

@media (max-width: 979px) {
    html .carousel .item.style3 .carousel-caption .btn {
        padding: 12px 20px 11px 20px;
        font-size: 13px !important;
    }
}

html .carousel .carousel-indicators li,
.aui .carousel .carousel-indicators li {
    display: inline-block;
    float: none;
    text-indent: -999px;
    width: 10px;
    height: 10px;
    margin: 40px 0 0 3px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

html .carousel .carousel-indicators li.active,
.aui .carousel .carousel-indicators li.active {
    background-color: #fff;
}

html .carousel .carousel-indicators,
.aui .carousel .carousel-indicators {
    position: absolute;
    right: 0;
    left: inherit;
    top: inherit;
    bottom: 0px;
    width: 150px;
    height: 100px;
    text-align: center;
    margin: 0;
    z-index: 99;
    background: none;
}


html .lead.style2 h2,
.aui .lead.style2 h2 {
    padding: 5px 15px;
    display: block;
}

html .lead h2,
.aui .lead h2 {
    margin: 0 0 5px 0;
    font-size: 42px;
}

html .lead,
.aui .lead {
    margin: 0px 6% 40px 6%;
    padding: 0px;
    font-size: 18px;
    line-height: 120%;
}

@media (max-width: 767px) {

    html .lead h2,
    .aui .lead h2 {
        font-size: 28px;
        margin: 0 0 25px 0;
    }
}

html .lead,
.aui .lead {
    margin: 0px 6% 40px 6%;
    padding: 0px;
    font-size: 18px;
    line-height: 120%;
}

html .lead p,
.aui .lead p {
    font-size: 22px;
    margin: auto;
    word-wrap: break-word;
    line-height: 150%;
    width: auto;
}


@media (max-width: 979px) {

    html .lead p,
    .aui .lead p {
        padding: 0;
    }
}

html .topic,
.aui .topic {
    position: relative;
    font-size: 16px;
    padding: 0;
    line-height: 140%;
}

html .text-center,
.aui .text-center {
    text-align: center;
}

@media (max-width: 767px) {

    html .topic,
    .aui .topic {
        margin: 0 0px 35px 0px;
    }
}

@media (max-width: 767px) {

    html .row-4-mobile .topic,
    html .row-4-mobile .teaser,
    .aui .row-4-mobile .topic,
    .aui .row-4-mobile .teaser {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

html .topic.style2,
.aui .topic.style2 {
    margin: 0 0 30px 0;
    padding: 0 30px;
    box-sizing: border-box;
    min-height: 350px;
}

@media (max-width: 767px) {

    html .topic.style2,
    .aui .topic.style2 {
        min-height: inherit;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        padding: 0px;
    }
}

html .topic.style2 a,
.aui .topic.style2 a {
    padding: 12% 10%;
}

html .topic a,
.aui .topic a {
    display: block;
    height: 100%;
    color: #666;
}

html .topic.style2 .image,
.aui .topic.style2 .image {
    margin: 0 0 20px 0;
    position: relative;
    z-index: 20;
}

html .topic .image,
.aui .topic .image {
    overflow: hidden;
}

html .iconbox,
.aui .iconbox {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 38px;
    line-height: 38px;
    width: 38px;
    color: #00c853;
    background: none;
    border: 2px solid #00c853;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

html .round-icon,
.aui .round-icon {
    display: inline-block;
    overflow: hidden;
    padding: 25px 0;
    height: 25px;
    width: 75px;
    font-size: 34px;
    line-height: 25px;
    background: #fff;
    color: #424242;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.flaticon-clipboard:before {
    content: "";
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-shop:before {
    content: "";
}

.flaticon-wrench:before {
    content: "";
}


html .topic.style2 .header h3,
.aui .topic.style2 .header h3 {
    margin: 0;
    font-size: 22px;
    line-height: 120%;
}

@media (max-width: 767px) {

    html .topic.style2 .header h3,
    .aui .topic.style2 .header h3 {
        font-size: 22px;
    }
}

html .topic.style2 p,
html .topic.style2 .text,
.aui .topic.style2 p,
.aui .topic.style2 .text {
    margin: 0;
    padding: 0 3%;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

html .topic.style2:hover,
.aui .topic.style2:hover {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009dd9), color-stop(100%, #00c85d));
    background: -webkit-linear-gradient(-45deg, #009dd9 0%, #00c85d 100%);
    background: -o-linear-gradient(-45deg, #009dd9 0%, #00c85d 100%);
    background: -ms-linear-gradient(-45deg, #009dd9 0%, #00c85d 100%);
    background: linear-gradient(-45deg, #009dd9 0%, #00c85d 100%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: .4s ease;
}

.portlet-journal-content .journal-content-article {
    clear: right;
}

html .keyfacts,
.aui .keyfacts {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.portlet-journal-content .journal-content-article:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

html .keyfacts .gradient,
.aui .keyfacts .gradient {
    background: -moz-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(25, 118, 210, 0.9) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(25, 118, 210, 0.9)), color-stop(100%, rgba(0, 200, 93, 0.95)));
    background: -webkit-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(25, 118, 210, 0.9) 100%);
    background: -o-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(25, 118, 210, 0.9) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(25, 118, 210, 0.9) 100%);
    background: linear-gradient(-45deg, rgba(0, 157, 217, 0.95) 0%, rgba(25, 118, 210, 0.9) 100%);
}

html .keyfacts .gradient,
.aui .keyfacts .gradient {
    padding: 90px 0 30px 0;
}

html .keyfacts article h2,
.aui .keyfacts article h2 {
    margin: 0 0 5px 0;
}

html .container:after,
html .portlet-breadcrumb .breadcrumb:after,
.aui .container:after,
html .portlet-breadcrumb .aui .breadcrumb:after,
.aui .portlet-breadcrumb .breadcrumb:after {
    clear: both;
}

html .container:before,
html .portlet-breadcrumb .breadcrumb:before,
html .container:after,
html .portlet-breadcrumb .breadcrumb:after,
.aui .container:before,
html .portlet-breadcrumb .aui .breadcrumb:before,
.aui .portlet-breadcrumb .breadcrumb:before,
.aui .container:after,
html .portlet-breadcrumb .aui .breadcrumb:after,
.aui .portlet-breadcrumb .breadcrumb:after {
    display: table;
    content: "";
    line-height: 0;
}

html .keyfacts .fact,
.aui .keyfacts .fact {
    margin: 0 0 60px 0;
    color: #00c853;
    min-height: 260px;
    border: 3px solid #fff;
}

html .keyfacts article,
.aui .keyfacts article {
    margin: 0 6% 80px;
    line-height: 24px;
}

html .keyfacts .fact .icon,
.aui .keyfacts .fact .icon {
    margin: -65px auto 20px;
}

html .keyfacts .fact .icon .round-icon,
.aui .keyfacts .fact .icon .round-icon {
    padding: 20px 0;
    margin: auto;
    color: #00c853;
    height: 20px;
    width: 60px;
    font-size: 30px;
    line-height: 22px;
}

html .keyfacts .fact .text,
.aui .keyfacts .fact .text {
    padding: 30px 40px 20px;
    min-height: 160px;
}

@media (max-width: 979px) {

    html .carousel .item.style3.small .carousel-caption,
    html .carousel .item.style3 .carousel-caption,
    .aui .carousel .item.style3.small .carousel-caption,
    .aui .carousel .item.style3 .carousel-caption {
        width: 100%;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3.small .carousel-caption,
    html .carousel .item.style3 .carousel-caption,
    .aui .carousel .item.style3.small .carousel-caption,
    .aui .carousel .item.style3 .carousel-caption {
        height: 350px;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3 .container,
    html .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
    html .portlet-breadcrumb .carousel .item.style3 .breadcrumb,
    .aui .carousel .item.style3 .container,
    .aui .carousel .item.style3 .portlet-breadcrumb .breadcrumb,
    .aui .portlet-breadcrumb .carousel .item.style3 .breadcrumb {
        height: 350px;
    }
}

@media (max-width: 767px) {

    html .carousel .item.style3,
    .aui .carousel .item.style3 {
        height: 350px;
    }
}

html h1,
html h2,
html h3,
.aui h1,
.aui h2,
.aui h3 {
    line-height: 55px;
}

@media (min-width: 1200px) {

    html .row-4-mobile .portlet-journal-content,
    .aui .row-4-mobile .portlet-journal-content {
        width: 23.0769230769%;
        margin-left: 2.5641025641%;
        display: block;
        float: left;
        clear: none;
    }
}

html .portlet-nested-portlets .portlet-boundary,
.aui .portlet-nested-portlets .portlet-boundary {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

@media (min-width: 1200px) {

    html .row-4-mobile .portlet-journal-content:nth-child(4n+1),
    .aui .row-4-mobile .portlet-journal-content:nth-child(4n+1) {
        margin-left: 0px;
        clear: both;
    }
}

@media (min-width: 1200px) {

    html .row-fluid [class*=span],
    .aui .row-fluid [class*=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641025641%;
    }
}

@media (min-width: 1200px) {

    html .row-fluid .span3,
    .aui .row-fluid .span3 {
        width: 23.0769230769%;
    }
}

html .row-fluid [class*=span]:first-child,
.aui .row-fluid [class*=span]:first-child {
    margin-left: 0;
}

@media (min-width: 1200px) {

    html .row-fluid [class*=span]:first-child,
    .aui .row-fluid [class*=span]:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    html .row-fluid:after,
    .aui .row-fluid:after {
        clear: both;
    }
}

@media (min-width: 1200px) {

    html .row-fluid:before,
    html .row-fluid:after,
    .aui .row-fluid:before,
    .aui .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}

@media (min-width: 1200px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    html .navbar-static-top .container,
    html .navbar-fixed-top .container,
    html .navbar-fixed-bottom .container,
    .aui .container,
    .aui .portlet-breadcrumb .breadcrumb,
    .aui .navbar-static-top .container,
    .aui .navbar-fixed-top .container,
    .aui .navbar-fixed-bottom .container {
        width: 1170px;
    }
}

@media (min-width: 1480px) {

    html .container,
    html .portlet-breadcrumb .breadcrumb,
    html .navbar-fixed-top .container,
    .aui .container,
    html .portlet-breadcrumb .aui .breadcrumb,
    .aui .portlet-breadcrumb .breadcrumb,
    .aui .navbar-fixed-top .container {
        width: 1300px !important;
    }
}

html h2,
.aui h2 {
    font-size: 42px;
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

html .keyfacts .fact .text p,
.aui .keyfacts .fact .text p {
    font-size: 18px;
}

html .keyfacts .span3:nth-child(5n),
.aui .keyfacts .span3:nth-child(5n) {
    margin-left: 0;
}

@media (max-width: 767px) {

    html .keyfacts .span3,
    .aui .keyfacts .span3 {
        width: auto;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {

    html .keyfacts .span3,
    .aui .keyfacts .span3 {
        width: 48.9361702128%;
        margin-left: 2.1276595745%;
    }
}

@media (max-width: 980px) and (min-width: 768px) {

    html .keyfacts .span3:nth-child(2n+1),
    .aui .keyfacts .span3:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

    html .row-4-mobile .portlet-journal-content,
    .aui .row-4-mobile .portlet-journal-content {
        width: 48.7179487179%;
        margin-left: 2.5641025641%;
        display: block;
        float: left;
        clear: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

    html .row-4-mobile .portlet-journal-content:nth-child(odd),
    .aui .row-4-mobile .portlet-journal-content:nth-child(odd) {
        margin-left: 0px;
        clear: both;
    }
}


@media (min-width: 1200px) {

    html .row-fluid .span4,
    .aui .row-fluid .span4 {
        width: 31.6239316239%;
    }
}

html .layout-sidebar-right .sidebar-column,
.aui .layout-sidebar-right .sidebar-column {
    padding: 60px 0px 60px 3%;
}

@media (min-width: 1200px) {

    html .row-fluid .span8,
    .aui .row-fluid .span8 {
        width: 65.811965812%;
    }
}

html .carousel .item.style3 .carousel-caption .btn,
html .carousel .item.style3 .carousel-caption .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .carousel .item.style3 .carousel-caption .btn.selector-button,
html .carousel .item.style3 .carousel-caption .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .carousel .item.style3 .carousel-caption .btn.dropdown-toggle,
.aui .carousel .item.style3 .carousel-caption .btn,
.aui .carousel .item.style3 .carousel-caption .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .carousel .item.style3 .carousel-caption .btn.selector-button,
.aui .carousel .item.style3 .carousel-caption .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .carousel .item.style3 .carousel-caption .btn.dropdown-toggle {
    margin: 55px 0 0 0;
    cursor: pointer;
}

html .btn,
html .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle {
    position: relative;
    min-width: 140px;
    padding: 14px 40px 12px 40px;
    border: 2px solid #00c853;
    background: #00c853;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: none;
    font-size: 17px;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    -ms-border-radius: 500px !important;
    -o-border-radius: 500px !important;
    border-radius: 500px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html .carousel .item.style3 .carousel-caption .btn:hover {
    background: #00c853;
    color: #fff;
    border-color: #00c853;
}

html .referenz .teaser.border,
.aui .referenz .teaser.border {
    padding: 30px 15px 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

html .teaser,
.aui .teaser {
    line-height: 150%;
    margin: 0 0 30px 0;
    padding: 0px;
}

html .referenz .teaser.border .image img,
.aui .referenz .teaser.border .image img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto;
    max-width: 100%;
}

html .teaser .image img,
.aui .teaser .image img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

html .referenz .teaser.border .image img:hover,
.aui .referenz .teaser.border .image img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

html .referenz .teaser.border:hover,
.aui .referenz .teaser.border:hover {
    border: 1px solid #009dd9;
}

html .referenz .span3:nth-child(4n+1),
.aui .referenz .span3:nth-child(4n+1) {
    margin-left: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {

    html .referenz .span3:nth-child(2n+1),
    .aui .referenz .span3:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {

    html .referenz .span3,
    .aui .referenz .span3 {
        width: 48.9361702128%;
        margin-left: 2.1276595745%;
    }
}

@media (max-width: 767px) {

    html [class*=span],
    html .uneditable-input[class*=span],
    html .row-fluid [class*=span],
    .aui [class*=span],
    .aui .uneditable-input[class*=span],
    .aui .row-fluid [class*=span] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {

    html .referenz .span3,
    .aui .referenz .span3 {
        width: auto;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

html .carousel .item.style3 .carousel-caption h1,
html .carousel .item.style3 .carousel-caption span.title,
.aui .carousel .item.style3 .carousel-caption h1,
.aui .carousel .item.style3 .carousel-caption span.title {
    margin: 0 0 25px 0;
    text-decoration: none;
}

@media (max-width: 480px) {

    html .carousel .item.style3.small .carousel-caption h1,
    html .carousel .item.style3.small .carousel-caption span.title,
    html .carousel .item.style3 .carousel-caption h1,
    html .carousel .item.style3 .carousel-caption span.title,
    .aui .carousel .item.style3.small .carousel-caption h1,
    .aui .carousel .item.style3.small .carousel-caption span.title,
    .aui .carousel .item.style3 .carousel-caption h1,
    .aui .carousel .item.style3 .carousel-caption span.title {
        margin: 0 0 10px 0;
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    html .carousel .item.style3 .carousel-caption .btn {
        display: none;
    }
}

@media (max-width: 480px) {

    html .carousel .item.style3.small .carousel-caption p,
    html .carousel .item.style3 .carousel-caption p,
    .aui .carousel .item.style3.small .carousel-caption p,
    .aui .carousel .item.style3 .carousel-caption p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    html .lead h2,
    .aui .lead h2 {
        font-size: 24px;
        word-wrap: break-word;
        display: block;
    }
}

@media (max-width: 767px) {

    html .margin-top,
    .aui .margin-top {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {

    html .keyfacts .span3,
    .aui .keyfacts .span3 {
        width: auto !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media (max-width: 480px) {

    html footer.page,
    .aui footer.page {
        padding: 40px 0px 0px;
    }
}

@media (max-width: 1199px) {

    html #content,
    .aui #content {
        padding-right: 0;
    }
}

html .teaser.style2,
.aui .teaser.style2 {
    margin: 0 0 20px 0;
}

html #content .teaser.style2 .item,
.aui #content .teaser.style2 .item {
    border-top: 3px solid #009dd9;
}

html .teaser.style2 .item:last-child,
.aui .teaser.style2 .item:last-child {
    margin-bottom: 0;
}

html .teaser.style2 .item,
.aui .teaser.style2 .item {
    display: block;
    margin: 0 0 20px 0;
    padding: 25px 15px 15px 15px;
    position: relative;
    border: 1px solid #ddd;
}


html .teaser .image,
.aui .teaser .image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

html .teaser.style2 span,
.aui .teaser.style2 span {
    margin: 0 0 3px 0;
    font-size: 15px;
    line-height: 110%;
}

html #content .teaser.style2 .round-icon,
.aui #content .teaser.style2 .round-icon {
    color: #009dd9;
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fa-file-pdf-o:before {
    content: "";
}

html .teaser.style2 .text,
.aui .teaser.style2 .text {
    margin-bottom: 0px;
    padding-right: 50px;
    text-align: left;
}

html .teaser.style2 h4,
.aui .teaser.style2 h4 {
    margin: 18px 0 7px 0;
    font-size: 17px;
    line-height: 110%;
}

html .teaser.style2 p,
.aui .teaser.style2 p {
    font-size: 16px;
    padding: 0 50px 0 0;
    margin: 0;
}

html .teaser.style2 .text:after,
.aui .teaser.style2 .text:after {
    font-family: FontAwesome;
    content: "";
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: #009dd9;
    position: absolute;
    top: 40%;
    right: 55px;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

html .row-fluid .span10,
.aui .row-fluid .span10 {
    width: 82.9787234043%;
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid [class*=span],
    .aui .row-fluid [class*=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid .span10,
    .aui .row-fluid .span10 {
        width: 82.8729281768%;
    }
}

html .row-fluid .span2,
.aui .row-fluid .span2 {
    width: 14.8936170213%;
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid [class*=span],
    .aui .row-fluid [class*=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid .span2,
    .aui .row-fluid .span2 {
        width: 14.364640884%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    html .row-fluid .span10,
    .aui .row-fluid .span10 {
        width: 82.8729281768%;
    }
}

@media (max-width: 979px) {

    html .layout-sidebar-left .sidebar-column,
    html .layout-sidebar-right .sidebar-column,
    .aui .layout-sidebar-left .sidebar-column,
    .aui .layout-sidebar-right .sidebar-column {
        padding: 0px;
    }
}

@media (max-width: 979px) {

    html .full-width,
    html .portlet-nested-portlets .columns-2-left .nested-sidebar-column,
    html .portlet-nested-portlets .columns-2-left .nested-content-column,
    html .portlet-nested-portlets .columns-2-right .nested-sidebar-column,
    html .portlet-nested-portlets .columns-2-right .nested-content-column,
    html .layout-sidebar-left .sidebar-column,
    html .layout-sidebar-right .sidebar-column,
    html .layout-sidebar-left .content-column,
    html .layout-sidebar-right .content-column,
    html .fullwidth,
    .aui .full-width,
    .aui .portlet-nested-portlets .columns-2-left .nested-sidebar-column,
    .aui .portlet-nested-portlets .columns-2-left .nested-content-column,
    .aui .portlet-nested-portlets .columns-2-right .nested-sidebar-column,
    .aui .portlet-nested-portlets .columns-2-right .nested-content-column,
    html .layout-sidebar-left .aui .sidebar-column,
    html .layout-sidebar-right .aui .sidebar-column,
    .aui .layout-sidebar-left .sidebar-column,
    .aui .layout-sidebar-right .sidebar-column,
    html .layout-sidebar-left .aui .content-column,
    html .layout-sidebar-right .aui .content-column,
    .aui .layout-sidebar-left .content-column,
    .aui .layout-sidebar-right .content-column,
    .aui .fullwidth {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


html #search.open,
.aui #search.open {
    top: 0;
    opacity: 1;
}

html #search,
.aui #search {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    z-index: 3000;
    box-sizing: border-box;
}

html #search.open,
.aui #search.open {
    top: 0;
    opacity: 1;
}

@media (max-width: 1199px) {

    html #search,
    .aui #search {
        padding: 0 20px !important;
    }
}

@media (max-width: 1199px) {

    html #search,
    .aui #search {
        padding: 0 20px 0 20px !important;
    }
}

html #search form,
.aui #search form {
    width: 100%;
    height: 65px;
    max-width: 1300px;
    margin: 100px auto 0;
    display: block;
    border-bottom: 1px solid #ccc;
}

html header.page #search .close,
html header.page #search .dialog-iframe-popup.portal-popup #content .close.btn.selector-button,
html .dialog-iframe-popup.portal-popup #content header.page #search .close.btn.selector-button,
html header.page #search .dialog-iframe-popup.portal-popup #content .close.btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content header.page #search .close.btn.dropdown-toggle,
.aui header.page #search .close,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .close.btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .close.btn.selector-button,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .close.btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .close.btn.dropdown-toggle {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #424242;
    font-family: "montserratbold", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 20px;
    border-radius: 100px;
    border: 1px solid #424242;
    text-align: center;
    float: right;
}

html header.page #search .close,
.aui header.page #search .close {
    position: relative;
    top: 10px;
    right: 0;
    background: #009dd9;
    color: #fff;
    border: none;
    font-weight: 600;
}

html header.page #search .btn,
html header.page #search .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content header.page #search .btn.selector-button,
html header.page #search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content header.page #search .btn.dropdown-toggle,
.aui header.page #search .btn,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .btn.selector-button,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .btn.dropdown-toggle {
    min-width: 40px;
    padding: 0 5px;
    font-size: 30px;
    border: none;
    line-height: 56px;
    color: #424242;
    background: #fff;
}

html header.page #search .btn i,
html header.page #search .dialog-iframe-popup.portal-popup #content .btn.selector-button i,
html .dialog-iframe-popup.portal-popup #content header.page #search .btn.selector-button i,
html header.page #search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle i,
html .dialog-iframe-popup.portal-popup #content header.page #search .btn.dropdown-toggle i,
.aui header.page #search .btn i,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .btn.selector-button i,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .btn.selector-button i,
.aui header.page #search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle i,
.aui .dialog-iframe-popup.portal-popup #content header.page #search .btn.dropdown-toggle i {
    font-size: 28px;
    color: #009dd9;
}

html header.page #search input[type=text],
.aui header.page #search input[type=text] {
    width: 70%;
    height: 50px;
    color: #424242;
    background: none;
    font-size: 34px;
    font-family: "montserratregular", Arial, Tahoma, Verdana, sans-serif;
    line-height: 60px;
    text-align: left;
    border: 0px;
    margin: 0px auto 20px;
    padding-left: 30px;
    padding-right: 0px;
    box-shadow: none;
    outline: none !important;
}

html header.page #search span,
.aui header.page #search span {
    clear: both;
    display: block;
    margin: 0 0 0 7px;
    color: #ababab;
}

html .forms input[type=text],
html .forms input[type=password],
html .forms textarea,
html .forms select,
.aui .forms input[type=text],
.aui .forms input[type=password],
.aui .forms textarea,
.aui .forms select {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px 0;
    font-size: 15px !important;
    color: #666;
    border-color: #009dd9;
    border-width: 1px;
    background: #fff;
    outline: none;
    cursor: pointer;
}

html .forms input[type=text],
html .forms input[type=password],
.aui .forms input[type=text],
.aui .forms input[type=password] {
    height: 46px;
}

@media (max-width: 767px) {

    html .forms input[type=text],
    html .forms textarea,
    html .forms select,
    .aui .forms input[type=text],
    .aui .forms textarea,
    .aui .forms select {
        margin-bottom: 20px;
    }
}

html .content-search .control-group input,
.aui .content-search .control-group input {
    width: 100%;
    padding: 5px;
    height: 45px;
    color: #666;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

html .content-search .control-group input,
.aui .content-search .control-group input {
    padding-left: 15px;
    color: #424242;
}

html .content-search .btn,
html .content-search .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .content-search .btn.selector-button,
html .content-search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .content-search .btn.dropdown-toggle,
.aui .content-search .btn,
.aui .content-search .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .content-search .btn.selector-button,
.aui .content-search .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .content-search .btn.dropdown-toggle {
    background: #00c853;
    color: #fff;
    border-color: #00c853;
}

html .content-search .btn,
.aui .content-search .btn {
    letter-spacing: 1px;
    padding: 10px 16px;
}

html .row-fluid .span3,
.aui .row-fluid .span3 {
    width: 23.4042553191%;
}

@media (min-width: 1200px) {

    html .row-fluid [class*=span],
    .aui .row-fluid [class*=span] {
        display: block;
        /*width: 100%;*/
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.5641025641%;
    }
}

@media (min-width: 1200px) {

    html .row-fluid .span3,
    .aui .row-fluid .span3 {
        width: 23.0769230769%;
    }
}

html .row-fluid .span6,
.aui .row-fluid .span6 {
    width: 48.9361702128%;
}


html .table th,
.aui .table th {
    background: #009dd9;
    color: #fff;
    padding: 10px;
    font-weight: 400;
}

html .search-results .table-bordered td,
.aui .search-results .table-bordered td {
    text-align: left;
    border-left: none;
    padding: 20px 5px;
    background: none;
    font-size: 15px;
}

html .table-striped tbody>tr:nth-child(odd)>td,
html .table-striped tbody>tr:nth-child(odd)>th,
.aui .table-striped tbody>tr:nth-child(odd)>td,
.aui .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

html .search-results .table-bordered td a h4,
.aui .search-results .table-bordered td a h4 {
    color: #009dd9;
    font-size: 16px;
}

html .search-results .table-bordered td h4,
.aui .search-results .table-bordered td h4 {
    margin-bottom: 7px;
}

html .highlight,
.aui .highlight {
    background: #ffc;
    font-weight: bold;
    margin: 0 1px;
}

.taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px;
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
    display: inline;
}

html .btn-group,
.aui .btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}

html .forms .btn-group .btn,
html .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.selector-button,
html .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.selector-button,
html .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
html .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.dropdown-toggle,
.aui .forms .btn-group .btn,
.aui .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.selector-button,
.aui .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.selector-button,
.aui .forms .btn-group .dialog-iframe-popup.portal-popup #content .btn.dropdown-toggle,
.aui .dialog-iframe-popup.portal-popup #content .forms .btn-group .btn.dropdown-toggle {
    width: 100%;
    margin: 0px;
    padding: 12px 10px 12px 10px;
    background: #009dd9;
    font-size: 15px !important;
    color: #fff;
    border: 2px solid #00c853;
    text-align: left;
    text-transform: none;
}

html .search-results .dropdown-toggle.btn,
html .search-results .dialog-iframe-popup.portal-popup #content .dropdown-toggle.btn,
html .dialog-iframe-popup.portal-popup #content .search-results .dropdown-toggle.btn,
.aui .search-results .dropdown-toggle.btn,
.aui .search-results .dialog-iframe-popup.portal-popup #content .dropdown-toggle.btn,
.aui .dialog-iframe-popup.portal-popup #content .search-results .dropdown-toggle.btn {
    background: #00c853;
    color: #fff;
    border-color: #00c853;
}

html .search-results .dropdown-toggle.btn,
.aui .search-results .dropdown-toggle.btn {
    border-radius: 0 !important;
    padding: 5px 16px;
    border-color: #fff;
    margin-top: 20px;
    line-height: 20px;
}

html .search-results .pager,
.aui .search-results .pager {
    margin-top: 20px;
}

html .pager,
.aui .pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0;
}

html .pager li,
.aui .pager li {
    display: inline;
}

html li,
.aui li {
    line-height: 20px;
}

html .pager li>a,
html .pager li>span,
.aui .pager li>a,
.aui .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

html .pager .disabled>a,
html .pager .disabled>a:hover,
html .pager .disabled>a:focus,
html .pager .disabled>span,
.aui .pager .disabled>a,
.aui .pager .disabled>a:hover,
.aui .pager .disabled>a:focus,
.aui .pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: default;
}

html .search-results .pager li a,
.aui .search-results .pager li a {
    border-color: #ddd;
    color: #00c853;
    border-width: 1px;
    font-size: 15px;
}

html .search-results .pager li a,
.aui .search-results .pager li a {
    color: #fff;
    background: #00c853;
    border-color: #00c853;
}

.lfr-search-container {
    margin-top: 1.5em;
    overflow: auto;
}

.touch .lfr-search-container {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.touch .lfr-search-container .searchcontainer-content .table {
    max-width: none;
}

.taglib-search-iterator {
    border-collapse: collapse;
    width: 100%;
}

.taglib-search-iterator td {
    padding: 4px;
}

.taglib-search-iterator td.align-center {
    text-align: center;
}

.taglib-search-iterator td.align-left {
    text-align: left;
}

.taglib-search-iterator td.align-right {
    text-align: right;
}

.taglib-search-iterator td.valign-bottom {
    vertical-align: bottom;
}

.taglib-search-iterator td.valign-middle {
    vertical-align: middle;
}

.taglib-search-iterator td.valign-top {
    vertical-align: top;
}

.taglib-search-iterator-page-iterator-top {
    margin-bottom: 15px;
}

.taglib-page-iterator {
    clear: both;
    height: auto;
    overflow: hidden;
    width: auto;
}

.taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0;
}

@media (max-width: 979px) {
    .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%;
    }

    .taglib-page-iterator .lfr-pagination-buttons>li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .taglib-page-iterator .lfr-pagination-buttons>li.first,
    .taglib-page-iterator .lfr-pagination-buttons>li.last {
        display: none;
    }

    .taglib-page-iterator .lfr-pagination-buttons>li>a {
        line-height: 20px;
        padding: 11px 19px;
        width: 50%;
    }
}

@media (max-width: 979px) and (max-width: 767px) {
    .taglib-page-iterator .lfr-pagination-buttons {
        float: none;
        margin-top: 20px;
    }
}

.taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px;
}

@media (max-width: 767px) {
    .taglib-page-iterator .lfr-pagination-config {
        float: none;
    }

    .taglib-page-iterator .lfr-pagination-config .current-page-menu {
        display: block;
    }

    .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
        display: block;
    }
}

.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
    display: inline;
}

@media (max-width: 979px) {
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
        display: none;
    }
}

.taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px;
}

@media (max-width: 979px) {
    .taglib-page-iterator .search-results {
        display: none;
    }
}

html .clearfix:before,
html .clearfix:after,
.aui .clearfix:before,
.aui .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

html .btn-group,
.aui .btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}

@media (min-width: 1200px) {

    html .row-fluid .span4,
    .aui .row-fluid .span4 {
        width: 31.6239316239%;
    }
}






/* Gutenberg*/

p.has-medium-font-size {
    font-size: 22px !important;
    line-height: 150% !important;
}

p.has-small-font-size {
    font-size: 16px !important;
    line-height: 28px !important;
}








.page-header {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.page-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.page-subtext {
    font-size: 18px;
}