/* Styles Holding */

a {
    color: #007d8a;
}

a:hover {
    color: #007d8a;
}

h1, .h1, h2, .h2 {
    /*color: #007d8a;*/
    color: #000;
}

.mail-icon {
    background-image: url(../Img/Mail_Tuerkis.svg);
    background-repeat: no-repeat;
}

.navbar-mainnavigation .container .menu-container .prinzhorn_logo {
    flex: 1;
    max-width: 360px;
}

.frame-background-corporate {
    background-color: #007d8a !important;
    color: #FFF;
}

.frame-layout-1008.frame-background-corporate path,
.frame-layout-1008.frame-background-corporate rect {
    color: #FFF !important;
    /*fill: #000!important;*/
    stroke: #FFF !important;
}

.ncounter {
    color: #007d8a;
}

.frame-layout-2 {
    background: #007d8a;
}

.frame-layout-2 h1,
.frame-layout-2 .h1,
.frame-layout-2 h2,
.frame-layout-2 .h2,
.frame-layout-2 h3,
.frame-layout-2 .h3 {
    color: #fff;
}

.frame-layout-1 h1,
.frame-layout-1 .h1 {
    color: #007d8a;
}

.news-list-view .more,
.pagination > li > a {
    color: #007d8a;
    border: 1px solid #007d8a;
}

.news-list-view .more:hover,
.pagination > li > a:hover {
    background: #007d8a;
    color: #FFF;
}

.news-list-category .news-cat,
.maps-list-category .news-cat,
.btn-primary {
    color: #007d8a;
    border: 1px solid #007d8a;
}

.news-list-category .news-cat:hover,
.news-list-category .news-cat:focus,
.news-list-category .news-cat-active,
.maps-list-category .news-cat:hover,
.maps-list-category .news-cat:focus,
.maps-list-category .news-cat-active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    color: #FFF;
    background: #007d8a;
}

#content > .section-default .frame-type-text ul li:before,
#content > .section-default .frame-type-textpic ul li:before,
#content > .section-default .panel-body ul li:before,
#content > .section-default .frame-layout-1 .news-text-wrap ul li:before,
#content > .section-default .frame-layout-0 .news-text-wrap ul li:before,
#content > .section-default .accordion-content-item ul li:before {
    color: #007d8a;
}

.grey .btn-default:hover {
    background-color: #007d8a;
    color: #fff;
}

.grey .btn-default {
    border: 1.4px solid #007d8a;
    color: #007d8a;
}

.tx-indexedsearch-search-submit .btn-primary {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.tx-indexedsearch-search-submit .btn-primary:hover,
.tx-indexedsearch-search-submit .btn-primary:active,
.tx-indexedsearch-search-submit .btn-primary:focus {
    color: #fff !important;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.actions .next .btn-primary {
    color: #007d8a;
    background-color: #fff;
    border: 1px solid #007d8a;
}

.actions .next .btn-primary,
.actions .next .btn-primary,
.actions .next .btn-primary {
    color: #007d8a;
    background-color: #fff;
    border: 1px solid #007d8a;
}

#tx-indexedsearch-searchbox-button-submit {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-left: 30px !important;
    outline: none !important;
    box-shadow: none !important;
}

#tx-indexedsearch-searchbox-button-submit:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.tx-indexedsearch-browsebox > li > strong > a,
.tx-indexedsearch-browsebox > li > a {
    background-color: #fff;
    color: #007d8a;
    border: 1.4px solid #007d8a;
    font-weight: bold;
    font-size: 12px;
}

.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > strong > a:focus,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:hover,
.tx-indexedsearch-browsebox > .tx-indexedsearch-browselist-currentPage > a:focus,
.tx-indexedsearch-browsebox > li > strong > a:hover,
.tx-indexedsearch-browsebox > li > a:hover {
    background-color: #007d8a;
    color: #fff;
    border: 1.4px solid #007d8a;
    font-weight: bold;
    font-size: 12px;
}

.scroll-top {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #007d8a;
    border: 1px solid #FFF;
    color: #fff;
}

.scroll-top:active,
.scroll-top:focus,
.scroll-top:hover {
    /*background-color: #007d8a;*/
    color: #FFF;
    background-color: #000;
}

.contact-button > a {
    color: #fff !important;
    background-color: #007d8a !important;
}

@media screen and (min-width: 992px) {

    .contact-button {
        border: 1px solid #007d8a;
    }

    .contact-button > a {
        color: #007d8a !important;
        background-color: transparent !important;
    }

    .contact-button:hover {
        border: 1px solid #007d8a !important;
        background-color: #007d8a !important;
    }

    .contact-button:hover > a {
        color: #FFF !important;
    }

    .contact-button.active {
        background-color: #007d8a;
    }

    .contact-button.active > a {
        color: #FFF !important;
    }

}

.button-group button,
.button-group1 button {
    color: #000 !important;
    background: #FFF !important;
    border: 1px solid #000 !important;
}

.button-group button.news-cat-active,
.button-group button.news-cat-active,
.button-group button.news-cat1-active,
.button-group button.news-cat2-active,
.button-group button:hover,
.button-group1 button.news-cat-active,
.button-group1 button:hover,
.button-group1 button:focus {
    color: #FFF !important;
    background: #000 !important;
    border: 1px solid #000 !important;
}

.name_new {
    color: #007d8a !important;
}

.name_new h2 {
    color: #007d8a !important;
}

.navbar-brand-logo-normal {
    width: auto;
    max-width: 100%;
    max-height: 100px;
    height: 100px;
}

.news-single h1 {
    font-size: 35pt;
}

.news-list-normal .news-list-item .news-list-item-all {
    background-color: #007d8a;
}


@media (max-width: 991px) {

    .name_new_mobile {
        color: #007d8a !important;
    }

}

@media (min-width: 992px) {

    body,
    .htmlarea-content-body {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 1.6;
    }


    #mainnavigation .navbar-nav {
        margin-bottom: 22px;
    }


    .navbar-brand-logo-normal {
        max-height: 72px;
        height: 72px;
    }

    .navbar.navbar-top {
        background: rgba(255, 255, 255, 0.96);
    }

    .language-menu li {
        background-color: rgba(255, 255, 255, 0.96);
        background-image: url("../Img/down.svg");
    }

    .language-menu li:hover {
        background-color: #EEE;
        background: #EEE url("../Img/down.svg");
    }

    .backendlayout-pagets__special_start .navbar-toggle-menu {
        margin-left: 40px;
    }

    .navbar-collapse, .navbar-collapse1 {
        /*background-color: rgba(255,255,255,0.96);*/
        color: #000;
    }

    .navbar-toggle-search {
        /*margin-right: 45px;*/
    }

    #page-header,
    #page-header .navbar-header-main {
        height: 135px;
        transition: height 0.8s ease-out;
    }

    #page-header .prinzhorn_logo img {
        height: 135px;
        transition: height 0.8s ease-out;
    }

    #topbar.sticky {
        background: rgba(255, 255, 255, 0.8);
    }

    #page-header.sticky,
    #page-header.sticky .container,
    #page-header.sticky .navbar-header-main {
        height: 100px;
        transition: height 0.8s linear;
    }

    .navbar-mainnavigation .container .navbar-nav .nav-item.active::after,
    .navbar-mainnavigation.not-sticky .container .navbar-nav .nav-item.active::after {
        bottom: -46px;
        transition: bottom 0s linear;
    }

    .navbar-mainnavigation.sticky .container .navbar-nav .nav-item.active::after {
        bottom: -29px;
        transition: bottom 0.8s linear;
    }

    .button-right {
        margin-bottom: 22px;
    }


    /*.navbar-mainnavigation.sticky .container .navbar-nav .nav-item.active::after {
        bottom: -17px;
        transition: all 0.8s linear;
    }

    .navbar-mainnavigation.not-sticky .container .navbar-nav .nav-item.active::after {
        bottom: -35px;
        transition: all 0s linear;
    }*/
    #page-header.not-sticky,
    #page-header.not-sticky .container,
    #page-header.not-sticky .navbar-header-main {
        height: 135px;
        transition: height 0s linear;
    }

    #page-header.not-sticky .prinzhorn_logo {
        /*transition: all 0.8s ease-out;*/
        transform: translateY(0);
    }

    #page-header.not-sticky .prinzhorn_logo img {
        height: 100px;
        /*transition: all 0.8s ease-out;*/
    }

    #page-header.sticky .prinzhorn_logo {
        transition: height 0.8s ease-out;
        /*transform: translateY(-15%);*/
    }

    #page-header.sticky .prinzhorn_logo img {
        height: 100px;
        transition: height 1s ease-out;
    }

    #menuGroup {
        width: 100%;
        position: fixed;
        top: 135px;
        z-index: 999;
        overflow-x: auto;
        transition: top 0.7s ease-out;
        transition-delay: 0.2s;
    }

    #menuGroup > .container {
        position: relative;
    }

    #menuGroup.stickymenu {
        top: 100px;
        transition: top 0.4s ease-out;
    }

    #menuGroup .navbar-address .row,
    #menuGroup .navbar-address .col-md-4,
    #menuGroup .navbar-address .col-md-6 {
        width: 100% !important;
    }

    #menuGroup .navbar-address .col-md-4,
    #menuGroup .navbar-address .col-md-6 {
        margin-bottom: 10px;
    }

    #menuGroup .footer-section-contact p:nth-child(1),
    #menuGroup .main-section-contact p:nth-child(1) {
        display: inline-block;
        margin-right: 20px;
    }

    #menuGroup .footer-section-contact p:nth-child(2),
    #menuGroup .main-section-contact p:nth-child(2) {
        display: inline-block;
        margin-right: 20px;
    }

    #menuGroup .footer-section-contact p:nth-child(3),
    #menuGroup .main-section-contact p:nth-child(3) {
        display: inline-block;
        margin-right: 20px;
    }

    #menuGroup .footer-section-contact p:nth-child(4),
    #menuGroup .main-section-contact p:nth-child(4) {
        display: inline-block;
        margin-right: 20px;
    }

    #menuGroup .main-section-contact p:nth-child(5) {
        display: inline-block;
        margin-right: 20px;
    }

    #menuGroup .main-section-contact p:nth-child(6) {
        display: inline-block;
    }

}

.contact-item__files ul li svg {
    fill: #007d8a;
}

.page-6698 .countdown {
    color: #007d8a;
}
