/*
Theme Name: NPIM Theme
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Description: Custom theme developed for Nova Property Investment Management (Lux) Holding Ltd.
Text Domain: npim
Version: 1.0.0
*/

@import url("rte.css");

/*
 *
 * REGULAR PAGE SETTINGS
 *
 */


body {
    position: relative;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-pull-right {
    margin-left: auto;
}

input {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.iphone input,
body.iphone textarea {
    -webkit-border-radius:0; 
    border-radius:0;
    box-shadow: none;
    background-clip: padding-box;
}

#top-image {
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
}

body.page-template-template-home #top-image {
    height: 640px;
}

#hp-featured-links {
    padding-bottom: 60px;
}

.hp-fi {
    position: relative;
}

.hp-fi a {
    color: black;
}

.hp-fi a .hp-fi-icon {
    font-size: 6rem;
    position: absolute;
    left: 0;
    top: 8px;
}

.hp-fi a .hp-fi-text {
    padding-left: 80px;
}

.hp-fi a:hover {
    text-decoration: none !important;
}

.hp-fi a:hover .hp-fi-icon {
    color: #31a5bc;
    left: 15px;
}

header {
    position: fixed;
    width: 100%;
    top: -65px;
    left: 0;
    z-index: 111;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

header > .container {
    background-color: white;
    box-shadow: 0 13px 61px 0 hsla(0,0%,49.8%,.2);
}

body.mini header {
    /* FULLH */
    /* background-color: white; */
    /* box-shadow: 0 13px 61px 0 hsla(0,0%,49.8%,.2); */
}

header.active {
    top: 0;
}

#header-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#hi-left {

}

#logo-holder {
    display: inline-block;
    background-color: white;
    padding: 27px 23px 23px;
    padding-left: 0;
}

body.mini #logo-holder {
    padding: 14px 21px 14px 0;
}

#logo-desktop {
    height: 56px;
}

body.mini #logo-desktop {
    height: 42px;
}

#hi-right {
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#header-search-icon {
    margin-right: 80px;
    font-size: 2.6rem;
    cursor: pointer;
    /* FULLH */
    /* color: white; */
    color: black;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.mini #header-search-icon,
#header-search-icon.active {
    color: black;
}

/* #language-switcher {
    margin-right: 80px;
} */

#language-switcher a {
    font-size: 2.4rem;
    /* FULLH */
    /* color: white; */
    color: black;
    position: relative;
    margin-right: 20px;
}

#language-switcher a:after {
    content: '';
    width: 2px;
    height: 25px;
    position: absolute;
    top: 12px;
    right: -11px;
    /* FULLH */
    /* background-color: white; */
    background-color: black;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#language-switcher a.current-language {
    text-decoration: underline;
}

body.mini #language-switcher a,
#language-switcher.active a{
    color: black;
}

body.mini #language-switcher a:after,
#language-switcher.active a:after {
    background-color: black;
}

#language-switcher a:last-child {
    margin-right: 0;
}

#language-switcher a:last-child:after {
    display: none;
}

#header-page {
    /* FULLH */
    /* color: white; */
    color: black;
    margin-right: 30px;
}

body.mini #header-page,
#header-page.active {
    color: #000;
}

#burger {
    width: 43px;
    height: 43px;
    position: relative;
    cursor: pointer;
}

#burger:hover {
    cursor: pointer;
}

#burger .bb_1,
#burger .bb_2,
#burger .bb_3 {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: black;
    left: 0;
    -webkit-transition: opacity .25s, top .25s, transform .25s, background-color 0.25s;
    -moz-transition: opacity .25s, top .25s, transform .25s, background-color 0.25s;
    -ms-transition: opacity .25s, top .25s, transform .25s, background-color 0.25s;
    -o-transition: opacity .25s, top .25s, transform .25s, background-color 0.25s;
    transition: opacity .25s, top .25s, transform .25s, background-color 0.25s;
}

#burger .bb_1 {
    top: 0;
}

#burger .bb_2 {
    top: 20px;
}

#burger .bb_3 {
    top: 40px;
}

body.mini #burger {
    height: 32px;
}

body.mini #burger .bb_2 {
    top: 15px;
}

body.mini #burger .bb_3 {
    top: 30px;
}

#burger.active .bb_1,
#burger.active .bb_2,
#burger.active .bb_3,
body.mini #burger .bb_1,
body.mini #burger .bb_2,
body.mini #burger .bb_3 {
    background-color: black;
    height: 2px;
}

#burger.active .bb_1 {
    -webkit-transform: translate(0px, 20px) rotate(45deg);
    -moz-transform: translate(0px, 20px) rotate(45deg);
    -ms-transform: translate(0px, 20px) rotate(45deg);
    -o-transform: translate(0px, 20px) rotate(45deg);
    transform: translate(0px, 20px) rotate(45deg);
}

#burger.active .bb_2 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#burger.active .bb_3  {
    -webkit-transform: translate(0px, -20px) rotate(-45deg);
    -moz-transform: translate(0px, -20px) rotate(-45deg);
    -ms-transform: translate(0px, -20px) rotate(-45deg);
    -o-transform: translate(0px, -20px) rotate(-45deg);
    transform: translate(0px, -20px) rotate(-45deg);
}

body.mini #burger.active .bb_1 {
    -webkit-transform: translate(0px, 15px) rotate(45deg);
    -moz-transform: translate(0px, 15px) rotate(45deg);
    -ms-transform: translate(0px, 15px) rotate(45deg);
    -o-transform: translate(0px, 15px) rotate(45deg);
    transform: translate(0px, 15px) rotate(45deg);
}

body.mini #burger.active .bb_3  {
    -webkit-transform: translate(0px, -15px) rotate(-45deg);
    -moz-transform: translate(0px, -15px) rotate(-45deg);
    -ms-transform: translate(0px, -15px) rotate(-45deg);
    -o-transform: translate(0px, -15px) rotate(-45deg);
    transform: translate(0px, -15px) rotate(-45deg);
}

#page-template-content {
    padding: 1.6em 0 2.8em 0;
}
.page-template-template-home #page-template-content {
    padding-bottom: 0;
}

#main-nav-wrapper {
    /* FULLH */
    /* background-color: #F1F0F0; */
    /* padding: 130px 0 0 100px;
    width: calc((100vw - 1200px)/2 + 1200px - 240px); */

    width: 100%;
    
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    visibility: hidden;
    opacity: 0;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); */
    /* -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px); */

    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);

    -webkit-transition: opacity .25s, visibility .25s, transform .25s;
    -moz-transition: opacity .25s, visibility .25s, transform .25s;
    -ms-transition: opacity .25s, visibility .25s, transform .25s;
    -o-transition: opacity .25s, visibility .25s, transform .25s;
    transition: opacity .25s, visibility .25s, transform .25s;
}

#main-nav-wrapper.active {
    visibility: visible;
    opacity: 1;
    /* -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); */

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav-wrapper-inner {
    /* FULLH */
    /* width: 870px; */
    height: 100%;

    padding-top: 130px;
    background-color: #F1F0F0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

#main-nav-wrapper-inner .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#header-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

#header-menu > li {
    width: 33%;
    padding: 0 15px;
}

#header-menu a {
    color: black;
    display: inline-block;
}

#header-menu a:hover,
#header-menu .current-menu-item > a {
    color: #31a5bc;
}

#header-menu > li > a {
    font-size: 3.0rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#header-menu .sub-menu li {
    margin-bottom: 10px;
}

#header-menu .submenu-opener {
    display: none;
}

#page-content #breadcrumbs {
    margin-bottom: 2em;
}

#page-content #breadcrumbs li {
    display: inline-block;
    padding: 0 10px;
}

#page-content #breadcrumbs li:first-child {
    padding-left: 0;
}

#page-content #breadcrumbs li:last-child {
    padding-right: 0;
}


#page-content #breadcrumbs li:before {
    display: none;
}

#page-content #breadcrumbs .bc-item a {
    color: black;
}

#page-content #breadcrumbs .bc-item a:hover {
    color: #31a5bc;
    text-decoration: none;
}

#page-content #breadcrumbs .separator {
    color: black;
}

#page-template-content img {
    width: 100%;
    height: auto;
}

#team-lists-wrapper {

}

#team-lists-wrapper h2:not(:first-of-type) {
    margin-top: 0;
}

.team-list {
    margin-top: 2.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.persons-row-1 + .persons-row-2 {
    grid-column-start: 1;
}

.tl-person {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 30px;
}

.tl-person * {
    color: black;
}

.tl-person:hover * {
    color: #31a5bc;
}

.tl-title {
    margin-top: 10px;
    font-family: 'BeVietnam-Bold';
}

.tl-email {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-family: 'BeVietnam-Light';
}

.arrow-holder {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.person-arrow {
    font-size: 4rem;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: all 0.25s ease-in-out;
}

.tl-person:hover .person-arrow {
    left: 15px;
}

.personen-top-section {
    padding-bottom: 55px;
}
#organe-title {
    margin-bottom: 0.3em;
}
.personen-email {
    display: inline-block;
    margin-bottom: 14px;
    color: #000;
}
.personen-email:hover {
    color: #31a5bc;
    text-decoration: none !important;
}
.personen-linkedin {
    position: relative;
    display: block;
    width: 115px;
    padding-left: 35px;
    color: #000;
}
.personen-linkedin:before {
    content: '\e901';
    font-family: 'Icomoon';
    top: 7px;
    left: 0;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
}
.personen-linkedin:hover {
    color: #31a5bc;
    text-decoration: none !important;
}
.personen-linkedin:hover:before {
    left: 5px;
    color: #31a5bc;
}
.row.biography {
    align-items: center;
}
.row.biography .organe-image {
    display: block;
    max-width: 370px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .row.biography {
        display: block;
    }
}

#portfolio-search-results {
    margin-top: 9em;
    transition: max-height 2s ease-out;
    height: auto;
    max-height: 999999px;
}

#portfolio-search-results .view-grid {
    display: none;
}

.view-grid .project-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.view-grid .ref-item {
    display: block;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.view-grid .ref-item * {
    color: black;
}

.view-grid .ref-item:hover * {
    color: #31a5bc;
}

.view-grid .ref-item .ref-title {
    margin-top: 13px;
    position: relative;
    padding-right: 80px;
}

.view-grid .ref-item .ref-title .ref-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 6rem;
    transform: translate(0, -50%);
}

.view-grid .ref-item:hover .ref-title .ref-arrow {
    animation: move 0.3s linear forwards;
}

.search-section-title {
    margin: 70px 0 40px 0;
}

@keyframes move {
    0%   {
        right: 0;
    }
    50%  {
        right: 15px;
    }
    100% {
        right: 0;
    }
}

.view-list .col-xs-12 .ref-item {
    display: block;
    color: black;
    border-top: 3px solid white;
    padding: 40px 0px;
    position: relative;
}

.view-list .col-xs-12:last-child .ref-item {
    border-bottom: 3px solid white;
}

.section_white .view-list .col-xs-12 .ref-item {
    border-top: 3px solid #F1F0F0;
}

.section_white .view-list .col-xs-12:last-child .ref-item {
    border-bottom: 3px solid #F1F0F0;
}

.view-list .col-xs-12 .ref-item .ref-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 6rem;
}

.view-list .col-xs-12 .ref-item:hover {
    color: #31a5bc;
}

.view-list .col-xs-12 .ref-item:hover .ref-arrow {
    right: -15px;
}

#results-map {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 900px;
    z-index: 97;
}

#results-map .map_link {
    display: block;
}

#results-map .map_link * {
    color: black;
}

#results-map .map_link:hover * {
    color: #31a5bc;
}

#results-map .leaflet-popup-content-wrapper {
    border-radius: 0;
}

#results-map .map_link .map-arrow {
    font-size: 4rem;
    position: relative;
    left: 0;
}

#results-map .map_link:hover .map-arrow {
    left: 15px;
}

#current-projects-slider {
    position: relative;
    overflow: hidden;
}

#current-projects-slider .slick-slide {
    margin: 0 30px;
}

#current-projects-slider .slick-list {
    margin: 0 -30px;
}

#current-projects-slider .ref-item {
    margin-bottom: 0;
}

#current-projects-slider .slide_nav {
    background-color: white;
    font-size: 3.5rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -100%);
    z-index: 10;
    padding: 14px 4px;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#current-projects-slider .slide_nav:hover {
    color: #31a5bc;
}

#current-projects-slider .slide_prev {
    left: 0;
}

#current-projects-slider .slide_next {
    right: 0;
}

footer {
    padding: 39px 0;
    font-size: 1.6rem;
    line-height: 16px;
    background-color: #31a5bc;
}
.footer-wrap {
    justify-content: center;
    align-items: center;
}
.footer-wrap .f-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    color: #fff;
}
.footer-wrap .f-item a {
    color: #fff;
}
.footer-wrap .f-item a:hover {
    text-decoration: underline;
}
.footer-wrap [class^="icon-Icon"], [class*=" icon-Icon"] {
    margin-right: 5px;
    vertical-align: middle;
}

#footer-inner {
    border-top: 2px solid #000;
    padding: 1.6em 0;
    font-size: 1.6rem;
}

#footer-inner h4 {
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.35em;
    margin: 0.4em 0 0.6em 0;
    font-family: 'BeVietnam-Bold', sans-serif;
}

#footer-inner a {
    color: #000;
}

#footer-inner a:hover {
    color: #31a5bc;
}

@media (min-width: 768px) {
    #footer-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .col-c_1-5 {
        width: 20%;
    }
    
    .col-c_2-5 {
        width: 40%;
    }
}

#footer-inner .current-menu-item a {
    color: #31a5bc;
}

#page-content {
    flex: 1 0 auto;
}

#page-content .wp_gallery_advanced_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_gallery_advanced_caption {
    color: #A1B0B9;
    margin-top: 10px;
}

.wp_gallery_advanced_slider .slick-arrow {
    position: absolute;
    color: #cacaca;
    font-size: 3.5rem;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    transform: translate(0px, -50%);
}

.wp_gallery_advanced_slider .slick-arrow:hover {
    color: #1b689f;
}

.wp_gallery_advanced_slider .slick-arrow.slide_prev {
    left: -53px;
}

.wp_gallery_advanced_slider .slick-arrow.slide_next {
    right: -53px;
}

.wp_gallery_advanced_gal_item_thumb {
    display: block;
    position: relative;
}

.wp_gallery_advanced_thumbnails:not(.captions-enabled) .wp_gallery_advanced_gal_item_thumb {
    margin-bottom: 24px;
}

.wp_gallery_advanced_gal_item_thumb:before {
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.wp_gallery_advanced_gal_item_thumb:after {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.wp_gallery_advanced_gal_item_thumb:hover:before,
.wp_gallery_advanced_gal_item_thumb:hover:after {
    opacity: 1;
}

/* .wp_gallery_advanced_thumbnails {
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.wp_gallery_advanced_single_thumb_wrapper {
    padding-right: 9px;
    padding-left: 9px;
} */

.wp_gallery_advanced_single_thumb_wrapper .wp_gallery_advanced_caption {
    margin-bottom: 26px;
}

.wp_gallery_advanced_gal_item {
    margin: 0 9px;
}

.wp_gallery_advanced_slider .slick-list {
    margin: 0 -9px;
}


 /*
 * FORM STYLES
 *
 */




input:not([type=submit]):not([type=checkbox]),
textarea {
    border: none;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
    padding: 16px;
    position: relative;
    background-color: transparent;
}

textarea {
    min-height: 144px;
    resize: vertical;
    display: block;
    margin-bottom: 24px;
}

input[type=submit] {
    width: 100%;
    padding: 16px;
}


 ::-webkit-input-placeholder {
    color: #aeadad;
    -webkit-text-fill-color: #aeadad;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #aeadad;  
    -moz-text-fill-color: #aeadad;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #aeadad;
    -moz-text-fill-color: #aeadad;
 }
 
 :-ms-input-placeholder {  
    color: #aeadad;
    -ms-text-fill-color: #aeadad;
 }

.basic-form input:not([type=submit]):not([type=checkbox]),
.basic-form textarea {
    border: none;
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 5px 6px 5px 10px;
    position: relative;
    background-color: #EEEDED;
    margin-bottom: 17px;
    border: 1px solid #E0E0E0;
}

.basic-form textarea {
    min-height: 144px;
    resize: none;
    display: block;
    margin-bottom: 24px;
}

.basic-form input[type=submit] {
    padding: 9px 40px 11px 40px;
    display: inline-block;
    margin-right: 0;
    width: auto;
    float: right;
    text-transform: initial;
    background-color: black;
    border-radius: 0;
}

.basic-form input[type=submit]:hover {
    background-color: #31a5bc;
}

.basic-form label {
    display: block;
    margin-bottom: 10px;
}

#contact-required-text-container {
    color: #aeadad;
}

.contact_checkbox .relative {
    display: inline-block;
    float: left;
    width: 20px;
}

.contact_checkbox label {
    display: inline-block !important;
    width: calc(100% - 20px);
    float: right;
    cursor: pointer;
}

#kontaktinfo label {
    display: inline-block;
}

#map {
    margin: 70px 0 0;
    border: 1px solid #e4e4e4;
}

/* Contact form */
.form-submit-wrapper {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#contact-submit-container {
    position: relative;
}

#contact-required-text-container {
    color: #b6b6b6;
    font-size: 1.6rem;
}

/*----------------------------------------------------*/
/*------------- ADDITIONAL FORM STYLES ---------------*/
/*----------------------------------------------------*/


.relative {
    position: relative;
}

textarea.error, input.error, select.error {
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

/*FORM ERROR*/

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form em {
    position: absolute;
    top: 1px;
    right: 2px;
    z-index: 100;
    font-style: normal;
    /*white-space: nowrap;*/
}

.contact_checkbox em {
    position: absolute;
    top: 20px;
    right: -6px;
    z-index: 100;
    font-style: normal;
}

form em:before {
    content: "\f06a";
    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;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}



form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    border: 6px solid #ededed;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 7px;
    right: -12px;
}

.contact_checkbox span.error.hover-active {
    min-width: 100px;
}

.basic-form input[type=submit][disabled] {
    background-color: #acacac;
    cursor: no-drop;
}

.contact_checkbox em.hover-active {
    width: auto;
    top: 20px;
    right: -6px;
}

.contact_checkbox span.error.hover-active {
    right: auto;
    left: 28px;
    width: 220px;
    text-align: left;
    top: 6px;
}
.contact_checkbox span.error.hover-active:after{
    left: -5px;
    right: auto;
    transform: rotate(180deg);
}
form#form .contact_checkbox em:before {
    margin: 0;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(40, 125, 150, 0.8);
    border-top: 1px solid #DAE0E3;
    padding: 25px 15px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -ms-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}


#l-notify.l-error{
    border-top: 1px solid #fc8256;
    background-color: red;
}

#l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}



/*
 * General
 */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/*
 * Youtube video
 */

.ytv_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.ytv_action_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytv_play {
    position: relative;
    color: #fff;
    cursor: pointer;
    background: rgba(45, 108, 153, 0.4);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all 0.2s ease-in-out;
}

.ytv_play:after {
    content: '\e934';
    font-family: 'Icomoon';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0.3s;
}

.ytv_play:before {
    content: '';
    border: 1px solid white;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.ytv_play:hover {
    background: rgba(45, 108, 153, 0.7);
}

.ytv_play:hover:after {
    color: white;
    font-size: 3rem;
}

.ytv_play:hover:before {
    width: 100%;
    height: 100%;
}

body.safari .wp_gallery_advanced_single_thumb_wrapper.col-lg-4 {
    width: 33.29%;
}

body.safari .wp_gallery_advanced_single_thumb_wrapper.col-lg-6 {
    width: 49.94%;
}

body.safari .wp_gallery_advanced_single_thumb_wrapper.col-xs-6 {
    width: 49.8%;
}

.custom-col-20,
.custom-col-60 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}

section.section {
    padding: 60px 0;
}

section.section_white {
    background-color: white;
}

section.section_gray {
    background-color: #F1F0F0;
}
section.section_blue {
    background-color: rgba(236, 246, 248, 0.7);
}

#ps-input-label {
    position: relative;
    display: block;
}

#ps-input-search-icon {
    font-size: 2.6rem;
    position: absolute;
    left: 0;
    top: 4px;
}

#ps-input {
    font-size: 2.2rem;
    padding: 0px 15px 15px 45px;
}

#ps-cats-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#ps-cats {
    margin-right: 30px;
    flex: 1;
}

#ps-cats-list {
    margin: 0;
}

#ps-cats-list li {
    padding: 0 !important;
}

#ps-cats-list li:before {
    display: none !important;
}

#ps-view {

}

.ps-cat-item {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.view_icon {
    font-size: 3rem;
    margin-right: 17px;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    color: white;
}

.portfolio-single .view_icon {
    color: black;
}

.portfolio-single .view_icon:hover {
    color: #31a5bc;
}

.view_icon:last-child {
    margin-right: 0;
}

.ps-cat-item:hover,
.ps-cat-item.active {
    color: #31a5bc;
}

.view_icon:hover,
.view_icon.active {
    color: #000;
}

.content-table {
    margin: 1.4em 0;
}

.ct-row-wrapper {
    border-top: 2px solid #fff;
    padding: 35px 0;
}

.ct-column *:last-child {
    margin-bottom: 0;
}

.ct-row-wrapper:last-child {
    border-bottom: 2px solid #fff;
}

.pdf-posts-wrapper {
    margin-bottom: 1.4em;
}

.pdf-post {
    border-top: 3px solid white;
    position: relative;
    padding: 35px 65px 45px 0;
}

.pdf-post * {
    color: black;
}

.pdf-post:hover * {
    color: #31a5bc;
}

.pdf-post:last-child {
    border-bottom: none;
}

.pdf-post.year-field {
    cursor: pointer;
}

.year-wrapper:last-child {
    border-bottom: 3px solid white;
}

.pdf-post.year-field * {
    transition: all 0.25s ease-in-out;
}

.yf-year {
    line-height: 0.9em;
}

.generalversammlungen .yf-year {
    margin-bottom: 15px;
}
.generalversammlungen .yf-subtitle {
    margin: 0;
}

.yf-posts {
    display: none;
}

.year-wrapper.active .yf-posts {

}

.year-wrapper.init-active .yf-posts {
    display: block;
}

.yf-icon {
    font-size: 5rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.year-wrapper.active .yf-icon {
    transform: translate(0, -50%) rotate(180deg);
    transition: all 0.4s ease;
}

.section_white .pdf-post,
.section_white .ct-row-wrapper,
.section_white .yf-posts {
    border-color: #BCBCBC !important;
}

.pp-date {
    width: 300px;
}

.pp-title {
    flex: 1;
}

.pp-icon {
    font-size: 5rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.pdf-post:hover .pp-icon {
    transform: translate(0, 0%);
}

.agenda-item {
    margin-bottom: 30px;
}

.agenda-content *:last-child {
    margin-bottom: 0;
}

.pdf-post-f {
    display: block;
    margin-bottom: 25px;
}

.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.pdf-posts-wrapper.generalversammlungen .yf-posts,
.pdf-posts-wrapper.finanzberichte .yf-posts {
    border-top: 3px solid white;
    position: relative;
    padding: 35px 65px 40px 0;
}

input#search-field {
    width: 100%;
    border: 0px;
    padding: 17px 0px;
    background: #31a5bc;
    font-size: 18px;
    color: #fff;
}

input#search-field::-webkit-input-placeholder{
    color:#fff;
    -webkit-text-fill-color: #fff;
}
input#search-field:-moz-placeholder{
    color:#fff;
    -moz-text-fill-color: #fff;
}
input#search-field::-moz-placeholder{
    color:#fff;
    -moz-text-fill-color: #fff;
}
input#search-field:-ms-input-placeholder{
    color:#fff;
    -ms-text-fill-color: #fff;
}

input#search-field:focus::-webkit-input-placeholder {
    color:transparent;
    -webkit-text-fill-color: transparent;
}
input#search-field:focus:-moz-placeholder {
    color:transparent;
    -moz-text-fill-color: transparent;
}
input#search-field:focus::-moz-placeholder {
    color:transparent;
    -moz-text-fill-color: transparent;
}
input#search-field:focus:-ms-input-placeholder {
    color:transparent;
    -ms-text-fill-color: transparent;
}



input#search_icon {
    display: none;
}

.search_section {
    /* FULLH */
    position: relative;
    width: 100%;
    z-index: 13;
    top: 0;
    /* background: #31a5bc; */
    cursor: pointer;
}


span.search_icon.close {
    margin-left: 15px;
    opacity: 1;
    font-size: 3rem;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    vertical-align: middle;
}

span.search_icon.close:hover {
    opacity: 0.5;
}

span.search_icon.close:after{
    display: none;
}

.helper_text {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    color: white;
}

.search_section .container {
    position: relative;

    /* FULLH */
    background: #31a5bc;
}

.search_helper_text {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: none;
}

.marker-cluster {
    background-color: rgba(146, 42, 83, 0.6);
    border-radius: 50%;
}

.marker-cluster div {
    background-color: #922A53;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

.marker-cluster span {
    color: white;
    line-height: 30px;
}

.header-page-mobile-wrapper {
    display: none;
}

.osr-title {
    margin: 0 0 10px 0;
}

.view-grid .last-list-item .ref-item,
.view-grid .last-list-item-1 .ref-item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.section_margin_additional {
    margin-bottom: 70px;
}

body.ie .fancybox-content {
    width: 100%;
    height: calc(100vh - 88px);
    top: 44px;
}

.team-list-1 .last-team-item-1 .tl-person,
.team-list-1 .last-team-item .tl-person {
    margin-bottom: 0;
}

.team-list-1 .last-team-item-1 .tl-person .arrow-holder,
.team-list-1 .last-team-item .tl-person .arrow-holder {
    bottom: 0;
}

#logo-mobile {
    display: none;
}

.pdf-post-f:last-child,
.agenda-item:last-child {
    margin-bottom: 0;
}

#aktienkurs-wrapper iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    display: block;
}




.person-arrow-text {
    margin-left: 15px;
}

.eigender-wrapper {

}

#eigender {
    opacity: 0;
    visibility: hidden;
}

.eigender-wrapper .nice-select {
    border: none;
    font-size: 1.8rem;
    line-height: 1.7em;
    display: inline-block;
    margin-bottom: 40px;
    padding-right: 40px;
}

.eigender-wrapper .nice-select:after {
    font-family: 'icomoon';
    font-size: 5.5rem;
    line-height: 40px;
    color: #000;
    content: '\e913';
    transform: rotate(0deg);
    height: auto;
    width: auto;
    border: none;
    right: 0;
    top: calc(50% + 2px);
    font-size: 2.5rem;
    line-height: 0.6em;
    transform: translate(0, -50%);
    transform-origin: center;
    margin-top: 0;
}

.eigender-wrapper .nice-select .list {
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19);
}

.eigender-wrapper .nice-select .option:hover,
.eigender-wrapper .nice-select .option.focus,
.eigender-wrapper .nice-select .option.selected.focus {
    background-color: white;
    color: #31a5bc;
}

#CFform {
    margin-top: 30px;
}

.cb-group {
    margin-bottom: 40px;
}

#home-slider-wrapper {
    position: relative;
}

#home-slider .slide {
    height: 640px;
    display: block !important;
}

#home-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#home-slider .slide_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
}

#slider-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(241, 240, 240);
    top: 0;
    left: 0;
    z-index: 8;
}

.loader,
.loader:before,
.loader:after {
    background: #2e7e95;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 4px;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: #2e7e95;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

#slider-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mm-filter-holder {
    margin-left: auto;
}

#mm-filter-list {
    margin-bottom: 31px;
}

#mm-filter-list li {
    padding: 0 !important;
}

#mm-filter-list li::before {
    display: none !important;
}

#mm-filter-list li,
#mm-filter-list li .mm-filter-item {
    line-height: 1.3em;
}

.mm-filter-item {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.mm-filter-item:hover, .mm-filter-item.active {
    color: #31a5bc;
}

.mm-title-filter-holder {
    align-items: flex-end;
}

.mmtfh-titles {
    flex: 1;
    padding-right: 30px;
}

.mmtfh-filters {
    margin-left: auto;
}

#hp-featured-boxes {
    padding-bottom: 120px;
}
#hp-featured-boxes h1 .part2 {
    margin-left: 121px;
}
@media (max-width: 1199px) {
    #hp-featured-boxes h1 .part2 {
        margin-left: 77px;
    }
}
.featured-boxes {
    flex-wrap: wrap;
    gap: 18px;
}
.featured-boxes .box {
    flex-basis: calc(50% - 9px);
    padding: 33px 26px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    flex-wrap: wrap;
    transition: all 0.25s linear;
}
.featured-boxes .box [class^="icon-Icon"] {
    font-size: 4.6rem;
    color: #31a5bc;
}
.featured-boxes .box > * {
    flex-basis: 100%;
}
.featured-boxes .box a {
    position: relative;
    align-self: flex-end;
    flex-basis: auto;
    padding-left: 35px;
    color: #000;
    /* transition: all 0.33s linear; */
}
.featured-boxes .box a:before {
    content: '\e901';
    font-family: 'Icomoon';
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 26px;
    line-height: 26px;
    transition: left 0.33s ease-in-out;
}
.featured-boxes .box:hover {
    background-color: #31a5bc;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.16);
}
.featured-boxes .box:hover > * {
    color: #fff;
}
.featured-boxes .box a:hover {
    text-decoration: none !important;
    color: #000;
}
.featured-boxes .box a:hover:before {
    left: 6px;
}

/*
 *
 * MEDIA QUERY
 *
 */

 @media (min-width: 768px) {
    header > .container,
    .search_section .container {
        width: 780px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #main-nav-wrapper-inner {
        width: 780px;
        padding-left: 15px;
        padding-right: 30px;
    }

    .helper_text {
        right: 30px;
    }
}

 @media (min-width: 992px) {
    header > .container,
    .search_section .container,
    #main-nav-wrapper-inner {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    header > .container,
    .search_section .container,
    #main-nav-wrapper-inner {
        width: 1200px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1230px;
    }

    header > .container,
    .search_section .container,
    #main-nav-wrapper-inner {
        width: 1260px;
    }
}



@media (max-width: 1700px) {
   
}

@media (max-width: 1650px) {

}

@media (max-width: 1570px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1360px) {
   
}

@media (max-width: 1280px) {

}




/*tablet*/
@media (max-width: 1199px) {
    body {
        font-size: 1.4rem;
    }

    #header-page {
        /* display: none; */
    }

    #header-search-icon,
    #language-switcher {
        /* margin-right: 35px; */
    }

    .header-page-mobile-wrapper {
        display: block;
    }

    #header-menu > li > a {
        font-size: 2rem;
        line-height: 1.4em;
    }

    #main-nav-wrapper {
        /* FULLH */
        /* padding: 100px 0 0 20px; */
        /* width: calc((100vw - 970px)/2 + 970px - 240px); */
    }

    #main-nav-wrapper-inner {
        /* FULLH */
        /* width: 697px; */

        padding-top: 100px;
    }

    #top-image {
        height: 300px;
    }

    body.page-template-template-home #top-image,
    #home-slider .slide {
        height: 440px;
    }

    h1,.h1,h2,.h2,.ts_70,.ts_60 {
        font-size: 3.8rem;
        line-height: 1.3em;
    }

    h3,.h3,.ts_45 {
        font-size: 2.8rem;
        line-height: 1.4em;
    }

    h4,.h4,.ts_30 {
        font-size: 2.2rem;
        line-height: 1.4em;
    }

    .ts_22 {
        font-size: 1.6rem;
        line-height: 1.5em;
    }

    .ts_20 {
        font-size: 1.5rem;
        line-height: 1.6em;
    }

    .ts_18 {
        font-size: 1.4rem;
        line-height: 1.7em;
    }

    .ts_16,
    .ts_15 {
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    .hp-fi a .hp-fi-icon {
        top: 2px;
    }

    .hp-fi a .hp-fi-text {
        padding-left: 54px;
    }

    .view-grid .ref-item .ref-title {
        padding-right: 60px;
    }

    .hp-fi a .hp-fi-icon,
    .view-grid .ref-item .ref-title .ref-arrow,
    .pp-icon,
    .view-list .col-xs-12 .ref-item .ref-arrow,
    #portfolio_slider .slide_nav::after,
    #portfolio_slider .slide_nav::before {
        font-size: 4rem !important;
    }

    .person-arrow {
        font-size: 3rem;
    }

    #footer-inner {
        font-size: 1.4rem;
    }

    #footer-inner h4 {
        font-size: 1.4rem;
    }

    .tl-person {
        padding-bottom: 38px;
    }

    #ps-input {
        font-size: 1.6rem;
    }

    .view-list .col-xs-12 .ref-item {
        padding: 20px 0px;
    }

    .ct-row-wrapper {
        padding: 25px 0;
    }

    .pdf-post,
    .pdf-posts-wrapper.generalversammlungen .yf-posts
    .pdf-posts-wrapper.finanzberichte .yf-posts {
        padding: 25px 55px 28px 0;
    }

    .basic-form input:not([type=submit]):not([type=checkbox]), .basic-form textarea {
        margin-bottom: 20px;
        padding: 10px;
    }

    #hp-featured-links {
        padding-bottom: 30px;
    }

    #page-content #breadcrumbs {
        margin-bottom: 1em;
    }

    section.section {
        padding: 30px 0;
    }

    .section_margin_additional {
        margin-bottom: 40px;
    }

    #portfolio-search-results {
        margin-top: 4em;
    }

    .view-grid .ref-item {
        margin-bottom: 10px;
    }

    header {
        top: -56px;
    }

    #results-map {
        height: 500px;
    }

    #portfolio_title {
        font-size: 3.8rem !important;
        line-height: 1.3em;
    }

    #mm-filter-list {
        margin-bottom: 19px;
    }

    .team-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .tl-email {
        font-size: 1.2rem;
    }
    footer {
        padding: 25px 0;
    }
    .footer-wrap {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footer-wrap .f-item {
        flex-basis: 100%;
        text-align: center;
    }
    .footer-wrap .f-item:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}

@media (max-width: 992px) {
    .wp_gallery_advanced_single_thumb_wrapper.col-sm-4 {
        width: 33.22%;
    }

    #main-nav-wrapper-inner {
        /* FULLH */
        /* width: 586px; */
    }

    #logo-desktop {
        display: none;
    }

    #logo-mobile {
        display: inline-block;
        height: 42px;
    }

    #results-map {
        height: 300px;
    }

    .pdf-posts-wrapper {
        margin-top: 10px;
    }

    .pdf-post,
    .pdf-posts-wrapper.generalversammlungen .yf-posts,
    .pdf-posts-wrapper.finanzberichte .yf-posts {
        padding: 15px 55px 18px 0;
    }

    .pp-date {
        width: 160px;
    }

    #page-content #breadcrumbs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        position: relative;
        padding-bottom: 5px;
    }

    #breadcrumbs-wrapper {
        position: relative;
    }

    #breadcrumbs-wrapper .container {
        padding: 0;
    }

    #breadcrumbs-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 20px;
        background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }

    #breadcrumbs-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 20px;
        background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );    
        z-index: 2;    
    }

    #page-content #breadcrumbs li {
        padding: 0 5px;
        white-space: nowrap;
    }

    #page-content #breadcrumbs li:first-child a {
        margin-left: 15px;
    }

    #page-content #breadcrumbs li:last-child a {
        margin-right: 15px;
    }

    #header-menu {
        margin-bottom: 140px;
    }
}

@media (max-width: 840px) {

}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    #header-menu .submenu-opener {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 2.5rem;
        transition: all 0.25s ease-in-out;
    }

    #hp-featured-boxes h1 .part2 {
        margin-left: auto;
    }

    body {
        font-size: 1.3rem;
        padding-top: 68px;
    }

    #header-search-icon,
    #language-switcher {
        /* margin-right: 35px; */
    }

    .header-page-mobile-wrapper {
        display: block;
    }

    #header-menu a {
        font-size: 1.5rem;
    }

    #header-menu > li > a {
        font-size: 2rem;
        line-height: 1.4em;
    }

    #main-nav-wrapper {
        /* FULLH */
        /* padding: 100px 0 0 0; */
        width: 100vw;
    }

    #main-nav-wrapper-inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #top-image {
        height: 220px;
    }

    body.page-template-template-home #top-image,
    #home-slider .slide {
        height: 310px;
    }

    .team-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .persons-row-1 + .persons-row-2 {
        grid-column-start: auto;
    }

    h1,.h1,h2,.h2,.ts_70,.ts_60 {
        font-size: 2.8rem;
        line-height: 1.4em;
    }

    h3,.h3,.ts_45 {
        font-size: 2.2rem;
        line-height: 1.4em;
    }

    h4,.h4,.ts_30 {
        font-size: 2.2rem;
        line-height: 1.4em;
    }

    .ts_22 {
        font-size: 1.4rem;
        line-height: 1.5em;
    }

    .ts_20 {
        font-size: 1.35rem;
        line-height: 1.6em;
    }

    .ts_18 {
        font-size: 1.3rem;
        line-height: 1.7em;
    }

    .ts_16,
    .ts_15 {
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    .hp-fi a .hp-fi-icon {
        top: 2px;
    }

    .hp-fi a .hp-fi-text {
        padding-left: 54px;
    }

    .view-grid .ref-item .ref-title {
        padding-right: 60px;
    }

    .hp-fi a .hp-fi-icon,
    .view-grid .ref-item .ref-title .ref-arrow,
    .pp-icon,
    .view-list .col-xs-12 .ref-item .ref-arrow,
    #portfolio_slider .slide_nav::after,
    #portfolio_slider .slide_nav::before {
        font-size: 3rem !important;
    }

    .person-arrow {
        font-size: 2.5rem;
    }

    #footer-inner {
        font-size: 1.3rem;
    }

    #footer-inner h4 {
        font-size: 1.3rem;
    }

    .tl-person {
        padding-bottom: 38px;
    }

    #ps-input {
        font-size: 1.4rem;
    }

    .ps-cat-item {
        display: block;
    }

    .view-list .col-xs-12 .ref-item {
        padding: 20px 40px 20px 0;
    }

    .ct-row-wrapper {
        padding: 25px 0;
    }

    .pdf-post,
    .pdf-posts-wrapper.generalversammlungen .yf-posts,
    .pdf-posts-wrapper.finanzberichte .yf-posts {
        padding: 25px 55px 28px 0;
    }

    .basic-form input:not([type=submit]):not([type=checkbox]), .basic-form textarea {
        margin-bottom: 20px;
        padding: 10px;
    }

    section.section {
        padding: 25px 0;
    }

    .section_margin_additional {
        margin-bottom: 40px;
    }

    #page-template-content {
        padding: 1em 0 2em 0;
    }

    .col-c_1-5 {
        margin-top: 15px;
    }

    #header-menu > li {
        width: 100%;
        margin-bottom: 20px;
    }

    #header-menu .sub-menu {
        display: none;
    }

    #header-menu .current-menu-item .sub-menu {
        display: block;
    }

    #header-menu .submenu-opener.active {
        color: #31a5bc;
        transform: rotate(180deg);
    }

    .team-list-1 .last-team-item-1 .tl-person {
        margin-bottom: 30px;
    }

    .team-list-1 .last-team-item-1 .tl-person .arrow-holder {
        bottom: 30px;
    }

    .view-grid .last-list-item-1 .ref-item {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    #ps-input-label {
        margin: 20px 0;
    }

    #ps-cats-holder {
        flex-direction: column;
    }

    #ps-cats {
        margin-right: 0;
    }

    #ps-view {
        margin-top: 20px;
        text-align: right;
    }

    .leaflet-popup-content {
        width: 240px !important;
    }

    #portfolio_title {
        font-size: 2.8rem !important;
        line-height: 1.4em;
    }

    .portfolio_settings_warapper {
        padding: 0 !important;
        justify-content: flex-end;
    }

    #portfolio_slider {
        padding-bottom: 30px;
    }

    .col-c_2-5,
    .col-c_1-5 {
        width: 50%;
    }

    .yf-year {
        line-height: 1.1em;
    }

    .yf-icon {
        font-size: 3rem;
    }
    
    .cf_eitwocbtext {
        margin-bottom: 20px;
    }

    label[for="cf_eicb1"],
    label[for="cf_eicb2"] {
        font-size: 1.2rem;
        line-height: 1.5em;
    }

    #mm-filter-list {
        margin-bottom: 15px;
    }

    #hp-featured-boxes {
        padding: 25px 0;
    }
    .featured-boxes {
        gap: 0px;
        row-gap: 15px;
    }
    .featured-boxes .box {
        flex-basis: 100%;
    }
    .featured-boxes .box a {
        padding-left: 30px;
    }
    .featured-boxes .box a:before {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .mm-title-filter-holder {
        display: block;
    }

    .mmtfh-titles {
        padding-right: 0;
    }

    .mm-filter-holder {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .columns-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .team-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .pdf-posts-wrapper.medienmitteilungen .pdf-post {
        display: block;
    }

    .pp-date {
        margin: 0 0 15px 0;
        font-size: 1.6rem;
    }

    .pp-title {
        font-size: 1.8rem;
        line-height: 1.4em;
    }

    .pdf-post,
    .pdf-posts-wrapper.generalversammlungen .yf-posts,
    .pdf-posts-wrapper.finanzberichte .yf-posts {
        padding: 15px 45px 20px 0;
    }

    a[href$=".pdf"] {
        padding-left: 35px;
        display: inline-block;
    }
    
    a[href$=".pdf"]:before {
        font-size: 2.5rem;
    }

    .ct-row-wrapper {
        padding: 15px 0;
    }

    .mm-filter-holder {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
	
}



/*
 *
 * ANIMATIONS
 *
 */

.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassRightLeft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}