/* 
    Created on : 15.10.2025, 09:56:42
    Author     : bade
*/


/* use light colors in dark mode */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}
:root {
    color-scheme: only light;
}

.special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
}

#header_main {
    background:#f2f5f7;
}

#header .logo a > img {
    vertical-align: middle;
    display: inline;
}
#header .phone-info > div > div {
    display:inline-block;
    margin-right:2em;
}
@media only screen and (max-width: 767.99px) {
    #header .phone-info {
        text-align:left;
    }
    #header .phone-info > div > div {
        display:block;
        margin-right:0;
        text-align:left;
    }
    #header .phone-info > div > div > .av_font_icon {
        width:28px;
    }
}
#header .phone-info .av_font_icon {
    display:inline-block;
}
#header .phone-info .av_font_icon .av-icon-char {
    font-size:1.6em;
    line-height:1em;
    top:.1em;
    position:relative;
    margin-right:.25em;
    margin-left:.5em;
}
#header a > .avia-menu-text {
    transition:all 0.3s ease-out;
}
@media only screen and (max-width: 767.99px) {
    #header .phone-info .av_font_icon .av-icon-char {
        margin-right:0;
        margin-left:0;
    }
    #header .phone-info {
        font-size:12px;
    }
    #header .phone-info > div {
        position:relative;
        width:100%;
    }
    #header .phone-info > div > div:nth-child(1) {
        padding-bottom:.2em;
    }
    #header .phone-info > div > div:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 60%;
        text-align: right;
    }
    #header .phone-info > div > div:nth-child(3) .av_font_icon {
        text-align:right;
    }
    #header .phone-info > div > div:nth-child(3) .av_font_icon > .av-icon-char {
        margin-right:.15em;
    }

    #header .phone-info > div > div:nth-child(4) {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 60%;
        text-align: right;
    }
    #header .phone-info > div > div:nth-child(4) .av_font_icon {
        text-align:right;
    }
    #header .phone-info > div > div:nth-child(4) .av_font_icon > .av-icon-char {
        margin-right:.15em;
    }
}
/* end */



#footer {
    padding-bottom:0;
}
#footer .ph2-footer-image {
    padding:18px;
}
#footer .textwidget p a,#footer .widget_nav_menu a {
    transition: all .4s ease;
}
#footer .widget_nav_menu ul {
    font-size:15px;
    margin:0.8em 0;
}
#footer .widget_nav_menu a {
    padding:.3em 0;
    line-height:1.2em;
}

@media (max-width: 767.99px) {
    #footer {
        padding-top:30px;
        padding-bottom:20px;
    }
    .responsive #top #wrap_all #footer .flex_column {
        margin-bottom:0;
    }
    #footer .widget {
        margin:0;
    }
    #footer > .container > .flex_column:first-child {
        width:100%;
    }
    #footer .ph2-footer-image {
        padding:0;
        max-width:130px !important;
    }
    #footer .textwidget.custom-html-widget .widgettitle {
        display:none;
    }
    #footer .widget_nav_menu .widgettitle {
        display:none;
    }

    #socket {
        line-height:1.8em;
    }
}

/* startpage progress bars */
.ph2-progressbar2 .avia-progress-bar {
    margin-bottom:20px;
}
.ph2-progressbar2 .avia-progress-bar .progressbar-title-wrap {
    line-height:40px;
}
.ph2-progressbar2 .avia-progress-bar .progress {
    height:50px;
    line-height:50px;
    border-radius:0px;
}
.main_color .ph2-progressbar2 .theme-color-bar .bar {
    background:#C5D887;
}

.main_color .ph2-progressbar.av-small-bar .avia-progress-bar .progressbar-title-wrap {
    color:#fff;
    font-size:16px;
}
.main_color .ph2-progressbar.av-small-bar .avia-progress-bar .progressbar-title-wrap .progressbar-title {
    float:none;
}
.ph2-progressbar .avia-progress-bar .progress {
    border-radius:0px;
    background:transparent;
    box-shadow:none;
}
.main_color .ph2-progressbar .theme-color-bar .bar {
    background:rgba(197,216,135,.7);
}
.ph2-progressbar .progressbar-icon {
    float:none;
    margin-right:0;
    color: #595755;
    position: absolute;
    bottom: -1.4em;
    left: .35em;
    font-size: 1.5em;
}
/* end */

/* h2/h3 mit grünem quadrat */
#top #wrap_all .rb-h2-square h2,
#top #wrap_all .rb-h2-square h3 {
    position:relative;
}
#top #wrap_all .rb-h2-square.modern-centered h2,
#top #wrap_all .rb-h2-square.modern-centered h3 {
    display:inline-block;
}
#top #wrap_all .rb-h2-square h2::after,
#top #wrap_all .rb-h2-square h3::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    bottom:0;
    left: 0;
    background: #c5d887;
    z-index: -1;
}

/* special header */
.av-special-heading.rb-special-header .av-subheading.av-subheading_above {
    margin-bottom:1em;
}
.av-special-heading.rb-special-header .av-subheading.av-subheading_above > p {
    font-size: 1em !important;
    display: inline-block;
    padding: .125em .35em;
    color: #373737;
    position:relative;
}
.av-special-heading.rb-special-header .av-subheading.av-subheading_above > p::after {
    position:absolute;
    width:2em;
    height:2em;
    background-color:#c5d887;
    left:.35em;
    bottom:.6em;
    display:block;
    content:" ";
    z-index:-1;
}
.alternate_color .av-special-heading.rb-special-header .av-subheading.av-subheading_above > p {
}
.av-special-heading.rb-special-header h2 {
    float:left;
    font-weight:bold;
}
body .av-special-heading.rb-special-header .special-heading-border {
    display:block;
}
body .av-special-heading.rb-special-header .special-heading-inner-border {
    display: block;
    border-color:#AEB5B7;
    border-top-width: 2px;
    opacity: 0.25;
    margin-top: 9px;
}
.av-special-heading.rb-special-header h3.av-special-heading-tag {
    float:left;
}
.av-special-heading.rb-special-header h3.av-special-heading-tag + .special-heading-border > .special-heading-inner-border {
    margin-top:0;
}


/**********************************
* Slider Startseite
**********************************/
#ph2-start-slider {
    padding:25px 0;
    overflow:hidden;
    background:#EDEDED;
}
#ph2-start-slider .av-horizontal-gallery {
    overflow: visible;
}
#ph2-start-slider .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap {
    transform: scale(.85);
    filter: grayscale(100%);
    opacity:.8;
}
#ph2-start-slider .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item {
    transform:scale(1.3);
    filter: grayscale(0%);
    opacity:1;
}

#ph2-start-slider .av-horizontal-gallery .ph2-start-slider-overlay {
    position: absolute;
    top: -20px;
    left: 0;
    width: 50%;
    height: auto;
    background: rgba(197,216,135,.8);
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px;
}
#ph2-start-slider .av-horizontal-gallery .ph2-start-slider-overlay > span {
    color: white;
    font-size: 12px;
    white-space: normal;
    line-height: 1.1em;
    position:relative;
    z-index:1;
}
#ph2-start-slider .av-horizontal-gallery .ph2-start-slider-overlay > span::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#686E6E;
    z-index: -1;
}
@media only screen and (max-width: 767.99px) {
    #top #ph2-start-slider {
        padding:20px 0;
    }
    #top  #ph2-start-slider .avia-slideshow-arrows a {
        margin:-30px 4px 0;
        width:40px;
    }
    #top #ph2-start-slider > .av-horizontal-gallery {
        padding:0;
    }
    .responsive #top #ph2-start-slider .av-horizontal-gallery .av-horizontal-gallery-inner {
        min-height:320px;
    }
    #ph2-start-slider .av-horizontal-gallery .ph2-start-slider-overlay {
        top:0;
        bottom:0;
        left:25%;
    }
}
/* end */

/* drei boxen auf der Startseite */
.ph2-start-box .av-special-heading .av-special-heading-tag, .ph2-start-box .avia_textblock {
    padding-left:20px;
    padding-right:20px;
}
.ph2-start-box .hr .hr-inner {
    margin-left:20px;
}
.ph2-img-half-overlay a > img + .image-overlay {
    transform:none !important;
    display: block;
    top: 0;
    right: 0;
    left:auto !important;
    width:50% !important;
    height:100% !important;
    bottom:0;
    position: absolute;
    opacity: 1;
    background:rgba(255, 255, 255, 0.6);
}
.avia_transform .ph2-img-half-overlay a:hover > img + .image-overlay {
    opacity: 1 !important;
}
.ph2-img-half-overlay a > img + .image-overlay .image-overlay-inside {
    height: 36px;
    width: 36px;
    border-radius:0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    background: var(--enfold-main-color-primary);
}
.ph2-img-half-overlay a > img + .image-overlay .image-overlay-inside::before {
    height: 1.25em;
    width: 1.25em;
    border-radius:0;
    line-height:1em;
    left:0;
    right:auto;
    top:auto;
    bottom:0;
    margin:0;
    padding:0;
    transform-origin: bottom left;
    transform:scale(1);
    transition: all .2s ease-in-out;
    background:transparent;
    font-family: 'entypo-fontello';
    content:"\E879";
}
.ph2-img-half-overlay a:hover > img + .image-overlay .image-overlay-inside {
    animation:none;
}
.ph2-img-half-overlay a:hover > img + .image-overlay .image-overlay-inside::before {
    transform:scale(1.5);
    padding:0;
    bottom:-3px;
}
/* end */


/*******************************************
* Startseite, über Sektion planhoch2
*******************************************/
@media only screen and (max-width: 767.99px) {
    .ph2-startpage-aboutph2 > .flex_cell:first-child {
        min-height:auto;
    }
}
/* end */

/******************************************************
* Referenzen auf der Startseite und der Referenzseite *
******************************************************/
.ph2-masonry .av-inner-masonry {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}
.ph2-masonry .av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container {
    filter:grayscale(100%);
}
.ph2-masonry a.av-masonry-entry:hover .av-inner-masonry .av-masonry-outerimage-container .av-masonry-image-container {
    filter:grayscale(0%);
}
#top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    width:50%;
    background:rgba(197,216,135,0.8);
}
#top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-inner-masonry-content-pos-content h3 {
    font-size:17px;
    font-weight: normal;
    text-align: left;
    hyphens: auto;
    position:relative;
}
@media only screen and (max-width: 989.99px) {
    #top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-inner-masonry-content-pos-content h3 {
        font-size:14px;
    }
}
@media only screen and (max-width: 767.99px) {
    #top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-inner-masonry-content-pos-content h3 {
        font-size:14px;
    }
}
#top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-inner-masonry-content-pos-content h3::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    bottom: auto;
    top:-.75em;
    left:-.1em;
    background: #686e6e;
    z-index: -1;
}
#top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content .av-inner-masonry-content-pos-content h3 {
    color:#686e6e;
}
#top .ph2-masonry.av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content .av-inner-masonry-content-pos-content h3::after {
    background:#ffffff;
}
/* end */


#top .ph2-subtitle > .av-subheading.av-subheading_above {
    margin-bottom:0;
}
#top .ph2-subtitle > .av-subheading.av-subheading_above > p {
    margin-bottom:0;
}


.main_color #js_sort_items {
    background:transparent;
}

.responsive #top #wrap_all .flex_column.ph2-contact-gmap {
    margin-top:1.5em !important;
}

.ph2-text-shadow-dark {
    text-shadow:1px 1px 10px rgba(0,0,0,.6);
}

/* vor/nachher image volle Breite */
#top .avia-image-diff-container {
    margin: 0;
    width: 100vw !important;
    position: relative !important;
    left: calc(-50vw + 50%) !important;
}
#top .avia-image-diff-container .avia_image {
    border-radius: 0;
}
/* Color section container width */
.ph2-full-width .container {
    width: 100% !important;
    max-width:none !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
}
/*******************************************
* Portfolio-Eintrag Slideshow
*******************************************/
.single-portfolio .av-horizontal-gallery-slider .av-horizontal-gallery-wrap {
    transform: scale(.85);
    filter: grayscale(100%);
    opacity:.8;
}
.single-portfolio .av-horizontal-gallery-slider .av-horizontal-gallery-wrap.av-active-gal-item {
    transform: scale(1.3);
    filter: grayscale(0%);
    opacity:1;
}

@media only screen and (max-width: 767.99px) {
    .responsive #top .ph2-full-width .av-horizontal-gallery-wrap {
        max-width:100vw;
        margin: 0;
    }
    .responsive #top .ph2-full-width .avia-horizontal-gallery-img {
        width: 100%;
    }


    /*******************************************
    * Portfolio-Eintrag Slideshow
    *******************************************/
    #top .ph2-full-width .avia-slideshow-arrows a {
        margin:-30px 4px 0;
        width:40px;
    }
    #top .ph2-full-width .av-horizontal-gallery {
        padding:0;
    }
    .responsive #top .ph2-full-width .av-horizontal-gallery .av-horizontal-gallery-inner {
        min-height:450px;
    }
}
@media only screen and (max-width: 479.99px) {
    .responsive #top .ph2-full-width .av-horizontal-gallery .av-horizontal-gallery-inner {
        min-height:320px !important;
    }
}

/*******************************
* Seiten Slider
*******************************/
.ph2-page-slider .av_slideshow_full .container.caption_container {
    position:static;
}
.ph2-page-slider .slideshow_inner_caption {
    display:block;
    position: absolute;
    top: 0px;
    height: auto;
    bottom: 0px;
    left: 33.5%;
    width: 20.5%;
    min-width:280px;
    padding:1em 1.5em;
    text-align:left;

    background-color: transparent;
    animation: ph2SlideShowFadeInBackground 1s ease forwards;
    animation-delay: 1.2s;
}
.ph2-page-slider.ph2-page-slider-contact .slideshow_inner_caption {
    animation:none;
}
/* bei kleinen Bildschirmen die Position des Overlays anpassen */
@media only screen and (max-width: 479.99px) {
    .ph2-page-slider .slideshow_inner_caption {
        left:auto;
        max-width:80%;
        width:280px;
        min-width: auto;
        right:20px;
    }
}
@keyframes ph2SlideShowFadeInBackground {
    to {
        background-color: rgba(197,216,135,0.9);
    }
}
.ph2-page-slider .slideshow_inner_caption > .slideshow_align_caption {
    display:block;
}
/* text im header slider */
.ph2-page-slider .slideshow_inner_caption > .slideshow_align_caption .avia-caption-title {
    font-weight: normal;
    margin-top:60%;
    font-size:clamp(18px,1.2vw,20px);
}
.ph2-page-slider .slideshow_inner_caption > .slideshow_align_caption .avia-caption-title::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#686E6E;
    z-index: -1;
}
#top .ph2-page-slider .slideshow_inner_caption > .slideshow_align_caption .avia-caption-content > p {
    font-size:clamp(14px,1.2vw,18px);
    color:var(--enfold-main-color-color);
    line-height:1.6em;
}

/***************************
* Büro - CEOs
***************************/
/* row box shadow and fade in */
.ph2-office-ceo > .container > .template-page.content > .post-entry > .entry-content-wrapper {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0);
    animation: ph2OfficeCeoBoxFadeInBoxShadow 1s ease forwards;
    animation-delay: .5s;
}
@keyframes ph2OfficeCeoBoxFadeInBoxShadow {
    to {
        box-shadow:1px 1px 5px 0px rgba(0,0,0,.2)
    }
}

/* Z-Reihenfolge der Container für Überlagerung definieren */
.ph2-office-ceo > .container {
    z-index:3;
}
.ph2-office-ceo.ph2-office-ceo-left > .container {
    z-index:2;
}
.ph2-office-team > .container {
    z-index:1;
}

/* ceo/team header stuff */
#top .ph2-office-ceo .ph2-subtitle > h3::after,
#top .ph2-office-team .ph2-subtitle > h3::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#c5d887;
    z-index: -1;
}
#top .ph2-office-ceo .ph2-subtitle > .av-subheading.av-subheading_below {
    margin-top:0;
}
#top .ph2-office-ceo .ph2-subtitle > .av-subheading.av-subheading_below > p {
    margin:0;
    line-height:1.2em;
}
#top .ph2-office-ceo .ph2-contact-list {
    margin:0;
}

/* ceo image no margin */
#top .ph2-office-ceo .avia-image-container {
    margin:0;
}

/* header overlay and link */
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap > a > img + .image-overlay,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap > a > img + .image-overlay {
    transform:none !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    right:auto !important;
    width:50% !important;
    height:100% !important;
    bottom:0;
    position: absolute;
    opacity: 1;
    background:rgba(255, 255, 255, 0.6);
}
.ph2-office-ceo.ph2-office-ceo-left .avia-image-container .avia-image-overlay-wrap > a > img + .image-overlay {
    left:auto !important;
    right:0 !important;
}
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay {
    opacity: 1 !important;
}
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside {
    height: 36px;
    width: 36px;
    border-radius:0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    background: var(--enfold-main-color-primary);
}
.ph2-office-ceo.ph2-office-ceo-left .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside {
    left:auto;
    right:0;
}
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside::before,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside::before {
    height: 1.25em;
    width: 1.25em;
    border-radius:0;
    line-height:1em;
    left:0;
    right:auto;
    top:auto;
    bottom:0;
    margin:0;
    padding:0;
    transform-origin: bottom left;
    transform:scale(1);
    transition: all .2s ease-in-out;
    background:transparent;
    font-family: 'entypo-fontello';
    content:"\E879";
}
.ph2-office-ceo.ph2-office-ceo-left .avia-image-container .avia-image-overlay-wrap a > img + .image-overlay .image-overlay-inside::before {
    left:auto;
    right:0;
    transform-origin: bottom right;
    content:"\E878";
}
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay .image-overlay-inside,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay .image-overlay-inside {
    animation:none;
}
.ph2-office-ceo .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay .image-overlay-inside::before,
.ph2-office-team .avia-image-container .avia-image-overlay-wrap a:hover > img + .image-overlay .image-overlay-inside::before {
    transform:scale(1.5);
    padding:0;
    bottom:-3px;
}
/* end */

/* vita als overlay nach Klick */
#top .ph2-office-ceo .ph2-office-ceo-vita-container {
}
#top .ph2-office-ceo .ph2-office-ceo-info-container.ph2-vita-is-shown {
    z-index:0;
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease, opacity 0.5s ease, boxShadow .5s ease;

    box-shadow:none;
    background: rgba(197,216,135,0.9);
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    min-height:calc(100% + 1px);
    z-index: -1;
}
@media only screen and (max-width: 767.99px) {
    #top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section {
        background: rgba(197,216,135,0.95);
    }
}
#top .ph2-office-ceo.ph2-office-ceo-left .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section {
    transform: translateX(100%);
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section.ph2-vita-show {
    display: block;
    opacity: 1;
    transform: translateX(0);
    box-shadow:1px 1px 5px 0px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 300;
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section > .ph2-vita {
    padding:30px 40px;
}
#top .ph2-office-ceo .ph2-vita p {
    margin-top:20px;
    margin-bottom:.5em;
    font-size:16px;
    line-height:1.2em;
}
#top .ph2-office-ceo .ph2-vita p strong {
    color:#ffffff;
    position: relative;
}
#top .ph2-office-ceo .ph2-vita p strong::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:calc(-1em + 1px);
    left:-1px;
    background:#686E6E;
    z-index: -1;
}
#top .ph2-office-ceo .ph2-vita ul {
    list-style:none;
    font-size:16px;
    margin-bottom:0;
}
#top .ph2-office-ceo .ph2-vita ul li::before {
    content:"\25A0";
    color:#ffffff;
    font-weight:normal;
    position:relative;
    top:-1px;
    display:inline-block;
    width:1.1em;
    margin-left:-1.1em;
}
#top .ph2-office-ceo .ph2-vita ul li {
    line-height:1.2em;
    margin-bottom: .15em;
}
#top .ph2-office-ceo .ph2-vita .ph2-vita-link-close {
    height: 36px;
    width: 36px;
    border-radius:0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    margin:0;
    background:#ffffff;
    font-size:18px;
    color:var(--enfold-main-color-primary);
    display:block;
    text-align:center;
}
#top .ph2-office-ceo.ph2-office-ceo-left .ph2-vita .ph2-vita-link-close {
    right:0;
    left:auto;
}
#top .ph2-office-ceo .ph2-vita .ph2-vita-link-close::before {
    display:block;
    position:absolute;
    height: 1.25em;
    width: 1.25em;
    border-radius:0;
    line-height:1em;
    left:0;
    right:auto;
    top:auto;
    bottom:0;
    margin:0;
    padding:0;
    transform-origin: bottom left;
    transform:scale(1);
    transition: all .2s ease-in-out;
    background:transparent;
    font-family: 'entypo-fontello';
    content:"\E878";
}
#top .ph2-office-ceo.ph2-office-ceo-left .ph2-vita .ph2-vita-link-close::before {
    left:auto;
    right:0;
    transform-origin: bottom right;
    content:"\E879";
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section:hover {
    box-shadow:1px 1px 5px 0px rgba(0,0,0,.3);
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section:hover > .ph2-vita .ph2-vita-link-close {
    animation:none;
}
#top .ph2-office-ceo .ph2-office-ceo-vita-container .avia-image-container ~ .av_textblock_section:hover > .ph2-vita .ph2-vita-link-close::before {
    transform:scale(1.5);
    padding:0;
    bottom:-3px;
}
/* end */

/* team block full width */
#top .ph2-office-team > .container {
    max-width:100%;
    padding:0;
}
/* end */
/* team block Schriftgröße und Bild anpassen */
@media only screen and (max-width: 1200px) {
    #top .ph2-office-team .avia_textblock > p {
        line-height:1.4em;
    }
}
@media only screen and (max-width: 1100px) {
    #top .ph2-office-team .avia_textblock > p {
        font-size:clamp(1.5vw,16px,18px);
    }
}
@media only screen and (max-width: 989.99px) {
    #top .ph2-office-team .avia_textblock > p {
        font-size:clamp(1.4vw,15px,16px);
    }
}
@media only screen and (max-width: 767.99px) {
    #top .ph2-office-team .avia_textblock > p {
        font-size:clamp(1.4vw,16px,18px);
        line-height:1.6em;
    }
    .responsive #top #wrap_all .ph2-office-team .flex_column:last-child {
        margin-left: -7.5vw;
        margin-right: -7.5vw;
        width: calc(100% + 15vw);
        margin-bottom: 0;
    }
}
/* end */

/************************************
* Büro Historie
************************************/
#top #wrap_all .avia-timeline-container.ph2-history-timeline h2 {
    color:var(--enfold-main-color-primary);
}
.main_color .avia-timeline .av-milestone-date span {
    background-color:var(--enfold-main-color-primary);
}
#top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .milestone_icon {
    background-color:transparent;
    border-radius:0;
}
#top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .milestone_icon .milestone_inner {
    line-height:56px;
    height:60px;
    width:60px;
    margin-left:13px;
    border-radius:0;
    border-color:var(--enfold-main-color-primary);
    background-color:var(--enfold-main-color-primary);
    color:var(--enfold-main-color-primary);
}
#top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .milestone_icon .milestone_number {

}
ul.avia-timeline-vertical li:first-child .av-milestone-icon-wrap::after {
    top:60px;
}
.main_color .av-milestone-icon-wrap::after {
    border-color:var(--enfold-main-color-primary);
}
#top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .av-milestone-contentbox p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 989.99px) {
    #top #wrap_all .flex_column.ph2-history-timeline-wrapper {

    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical li.av-milestone {
        display:flex;
        flex-direction: column;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-date {
        display:block;
        padding-top:18px;
        padding-bottom: 20px;
        order:1;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-content-wrap {
        order:2;
    }
    #top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .av-milestone-contentbox p {
        font-size:17px;
        line-height:1.4em;
    }
}
@media only screen and (max-width: 767.99px) {
    #top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .milestone_icon .milestone_inner {
        margin-left:0;
    }
    #top #wrap_all .avia-timeline-container.ph2-history-timeline .avia-timeline .av-milestone-contentbox p {
        font-size:16px;
        line-height:1.4em;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-content-wrap {
        padding-bottom:30px;
    }
}
@media only screen and (max-width: 479.99px) {
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical li.av-milestone {
        padding-left:10px;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-content-wrap {
        padding-right:10px;
        padding-bottom:20px;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-content-wrap .av-milestone-contentbox {
        padding:1em;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-content-wrap .av-milestone-contentbox p {
        hyphens: auto;
    }
    #top .flex_column.ph2-history-timeline-wrapper .avia-timeline-vertical .av-milestone-icon-wrap {
        display:none;
    }
}
/* end */

/********************************************
* Leistungen - individuelle Projektbetreuung
********************************************/
/* row box shadow and fade in */
.ph2-services-supervision > .container > .template-page.content > .post-entry > .entry-content-wrapper {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0);
    animation: ph2ServicesBoxFadeInBoxShadow 1s ease forwards;
    animation-delay: .5s;
}
@keyframes ph2ServicesBoxFadeInBoxShadow {
    to {
        box-shadow:1px 1px 5px 0px rgba(0,0,0,.2)
    }
}

/* header stuff */
#top .ph2-services-supervision .flex_column {
    padding:120px 60px 20px 60px;
}
#top .ph2-services-supervision .flex_column {
    height:350px
}
@media only screen and (max-width: 767.99px) {
    #top #wrap_all .ph2-services-supervision .flex_column_table {
        display:flex;
        flex-direction:column;
    }
    #top #wrap_all .ph2-services-supervision.ph2-services-supervision-type2 .flex_column_table .flex_column:first-child {
        order:2;
    }
    #top #wrap_all .ph2-services-supervision.ph2-services-supervision-type2 .flex_column_table .flex_column:last-child {
        order:1;
    }
    #top #wrap_all .ph2-services-supervision .flex_column {
        padding:30px 40px 20px 40px;
        margin-bottom:0;
    }
    #top #wrap_all .ph2-services-supervision .flex_column {
        height:auto;
    }
}
@media only screen and (max-width: 479.99px) {
    #top #wrap_all .ph2-services-supervision .flex_column {
        padding:20px 20px 10px 20px;
    }
}
#top .ph2-services-supervision .ph2-subtitle > h2 {
    font-size:22px;
    margin-top:1.2em;
}
#top .ph2-services-supervision .ph2-subtitle > h2::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#c5d887;
    z-index: -1;
}
#top .ph2-services-supervision .ph2-subtitle > .av-subheading.av-subheading_below {
    margin-top:0;
}
#top .ph2-services-supervision .ph2-subtitle > .av-subheading.av-subheading_below > p {
    margin:0;
    line-height:1.2em;
}
#top .ph2-services-supervision.ph2-services-supervision-type1 .ph2-subtitle > h2::after {
    background:#686E6E;
}
#top .ph2-services-supervision .avia_textblock > p {
    line-height:1.4em;
}
#top .ph2-services-supervision .avia_textblock > p:first-child {
    margin-top:0;
}
#top .ph2-services-supervision .avia_textblock > p:last-child {
    margin-bottom:0;
}
/* end */

/******************************************
* Leistungen - individuelle Programmierung
******************************************/
#top .ph2-services-programming .avia_textblock > p {
    line-height:1.7em;
}
#top .ph2-services-programming .avia_textblock > p:first-child {
    margin-top:0;
}
#top .ph2-services-programming .avia_textblock > p:last-child {
    margin-bottom:0;
}
/* end */

/******************************************
* Leistungen - Handwerkszeug
******************************************/
#top .ph2-services-tools .avia_textblock > p,
#top .ph2-services-tools .avia_textblock > ul {
    line-height:1.7em;
    margin-top:.8em;
    margin-bottom:.8em;
}
#top .ph2-services-tools .avia_textblock > ul {
    list-style:none;
}
#top .ph2-services-tools .avia_textblock > ul li {
    line-height: 1.2em;
    margin-bottom: .15em;
}
#top .ph2-services-tools .avia_textblock > ul li::before {
    content: "\25A0";
    color: #C6DB86;
    font-weight: normal;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 1.1em;
    margin-left: -1.1em;
}

/* workflow Bilder */
#top .avia-section.ph2-workflow .flex_column {
    position: relative;
    z-index: 2;
}
#top .avia-section.ph2-workflow .ph2-step-number {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background:var(--enfold-main-color-primary);
    color:#fff;
    font-weight: 700;
    margin-bottom: 12px;
}
#top .avia-section.ph2-workflow .flex_column:not(:nth-child(4))::after {
    content: "›";
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-35px);
    color: var(--enfold-main-color-primary);
    font-size: 70px;
    visibility: visible;
    width: auto;
    height: 1em;
}
@media only screen and (max-width: 767.9px) {
    #top .avia-section.ph2-workflow .flex_column:not(:nth-child(4))::after {
        content: "";
        display: none;
        visibility: hidden;
        width:0;
        height:0;
    }
}
#top .avia-section.ph2-workflow .av_textblock_section {
    padding-top:14px;
}
#top .avia-section.ph2-workflow .av_textblock_section h4 {
    margin-bottom:8px;
}
#top .avia-section.ph2-workflow .av_textblock_section p {
    line-height:1.5;
    margin:0 0 8px 0;
}
#top .avia-section.ph2-workflow .av_textblock_section p:last-child {
    margin-bottom:0;
}
/* end */

#top .ph2-img-bim {
    margin-bottom:1em;
    box-shadow: 0 0 10px 0;
}

/* Bild im Card-Container */
#top .ph2-image-card .avia-image-container {
    background: #fff;
    border: 1px solid #e3e6e8;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
/* Overlay zu statischer Bildunterschrift machen */
#top .ph2-image-card .avia-image-overlay-wrap {
    display:flex;
    flex-direction: column-reverse;
}
#top .ph2-image-card .av-image-caption-overlay {
    position: relative;
    inset: auto;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: #fafafa;
    border-top: 3px solid var(--enfold-main-color-primary);
}
/* dunklen Overlay-Hintergrund ausblenden */
#top .ph2-image-card .av-caption-image-overlay-bg {
    display: none;
}
/* Enfold-Positionierung neutralisieren */
#top .ph2-image-card .av-image-caption-overlay-position,
#top .ph2-image-card .av-image-caption-overlay-center {
    position: static;
    transform: none;
    display: block;
}
/* Caption */
#top .ph2-image-card .av-image-caption-overlay-center {
    padding: 14px 20px;
}
#top .ph2-image-card .av-image-caption-overlay-center p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: 400;
    color: #7a7f86;
}

/**************************
* Referenzen
**************************/
#top .ph2-references .ph2-subtitle > h2 {
    font-size:18px;
    margin-top:1.2em;
}
#top .ph2-references .ph2-subtitle > h2::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#c5d887;
    z-index: -1;
}
#top .ph2-references .av-portfolio-grid-sorting-container .sort_width_container {
    margin-bottom:1em;
}
#top .ph2-references .av-portfolio-grid-sorting-container .av-current-sort-title {
    font-size:18px;
}
#top .ph2-references .ph2-references-portfolio {

}
/* end */

/***************************
* Portfolio-Eintrag Header *
***************************/
.ph2-portfolio-header {

}
.ph2-portfolio-header .flex_column {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.ph2-portfolio-header .av-special-heading {
    display:block;
    position: absolute;
    top: 0px;
    height: auto;
    bottom: 0px;
    left: 32%;
    width: 280px;
    padding:23vh 30px 0 30px;
    text-align:left;
    z-index: 1;

    background-color: transparent;
    animation: ph2PortfolioHeaderFadeInBackground 1s ease forwards;
    animation-delay: 1.2s;
}
/* bei kleinen Bildschirmen die Position des Overlays anpassen */
@media only screen and (max-width: 479.99px) {
    .ph2-portfolio-header .av-special-heading {
        left:auto;
        max-width:80%;
        width:280px;
        min-width: auto;
        right:20px;
    }
}
@keyframes ph2PortfolioHeaderFadeInBackground {
    to {
        background-color: rgba(197,216,135,0.9);
    }
}
/* text im header */
.ph2-portfolio-header .av-special-heading .av-special-heading-tag {
    font-weight: normal;
    text-transform: none;
    letter-spacing:0;
    font-size:clamp(18px,1.2vw,20px);
    position:relative;
}
.ph2-portfolio-header .av-special-heading .av-special-heading-tag::after {
    display: block;
    content: " ";
    width: 2em;
    height: 2em;
    position: absolute;
    top:-1em;
    left: 0;
    background:#686E6E;
    z-index: -1;
}

/*********************************
* Bilder bei Portfolio Einträgen *
*********************************/
.ph2-reference-bg-gray .flex_cell_inner {
    overflow: hidden;
    height: 400px;
}
.ph2-reference-bg-gray .avia-image-container {
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.ph2-reference-bg-gray .avia-image-container img.avia_image {
    filter: grayscale(100%) brightness(190%);
    transition: filter .75s ease-in-out, transform 20s ease-out;
    height:100%;
    width:100%;
    object-fit:cover;
}
.ph2-reference-bg-gray .avia-image-container img.avia_image:hover {
    filter: grayscale(0%) brightness(100%);
    transform:scale(.85);
}

/****************************************
* animierte Zahlen
****************************************/
.heading.avia-animated-number-title > .avia-no-number {
    color:inherit;/*#C6DB86;*/
    opacity:1;
}
#top .avia-animated-number > .avia-animated-number-content > p {
    margin:0;
}

/******************************************
* Liste standardmäßig mit farbigem Quadrat
******************************************/
#top .avia_textblock > ul {
    list-style:none;
}
#top .avia_textblock > ul li::before {
    content:"\25A0";
    color:#C6DB86;
    font-weight:normal;
    position:relative;
    top:-1px;
    display:inline-block;
    width:1.1em;
    margin-left:-1.1em;
}
