/**
 * Search & Replace:
 * .valign -> .carousel-content-inner
 */

/* Prinzhorn */


body,
.htmlarea-content-body {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 15px;*/
    font-size: 15pt;
    line-height: 1.6;
    background-color: #FFF;
}

#content p {
    /*font-size: 15px;*/
    font-size: 12pt;
}

#content ul.list-normal {
    font-size: 12pt;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    min-width: 150px;
}

h1, .h1 {
    /*font-size: 2.4em;*/
    font-size: 25pt;
    font-weight: 800;
    word-break: break-word;
}

h2, .h2 {
    /*font-size: 2.2em;*/
    font-size: 20pt;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
}

h3, .h3 {
    /* font-site: 24px */
    font-size: 18pt;
    color: #000;
}

h4, .h4 {
    font-size: 15pt;
}

h3.carousel-subheader {
    font-size: 12pt;
}

@media screen and (min-width: 576px) {
    h1, .h1 {
        font-size: 30pt;
    }

    h2, .h2 {
        font-size: 28pt;
    }

    h3, .h3 {
        font-size: 16.5pt;
    }
}

@media screen and (min-width: 991px) {
    h1, .h1 {
        font-size: 45pt;
    }
}


h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
    text-align: center;
}

h1.left, h2.left, h3.left, h4.left, h5.left, h6.left {
    text-align: left;
}

h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {
    text-align: right;
}


.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}


figure img, figure a img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

img.lazyload {
    opacity: 0.3;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
}


a,
button,
button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}

/* #Grid */
/* WebSailor: 21.1.2025 17:00 */
/* Grids haben die Settings für zB .col-xs-2, aber keine Styles dafür */
/* Daher übernehme ich sie jetzt von hier: https://github.com/twbs/bootstrap/blob/v3.4.1/dist/css/bootstrap.css */

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 576px) {

    /*
     * auskommentiert, weil es sich mit den originale Breakpoints überschneiden kann.
     * laut Bootstrap 3 ist .md-x erst ab 768px
     *

    .col-md-7 {
        width: 58.3%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.7%;
    }

    .col-md-4 {
        width: 33.3%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 20%;
    }
    */
    .container {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        /*max-width: 1180px;*/
    }
}

#content > .section-default .frame-type-text ol {
    font-size: 14px;
}

/**
 * WebSailor: 25.3.24 - 20:45
 * @see: https://k25.atlassian.net/browse/PHW-57
 */
#content > .section-default .frame-type-text ul,
#content > .section-default .frame-type-textpic ul,
#content > .section-default .panel-body ul,
#content > .section-default .frame-layout-1 .news-text-wrap ul,
#content > .section-default .frame-layout-0 .news-text-wrap ul,
#content > .section-default .accordion-content-item ul,
#content > .section-default .frame-type-menu_sitemap ul {
    list-style-type: none;
}

/**
 * WebSailor: 28.3.24 - 17:30
 * Set line-height to 1.6 as in p tags instead of 22px
 * @see: https://k25.atlassian.net/browse/PHW-57
 */
#content > .section-default .frame-type-text ul li,
#content > .section-default .frame-type-textpic ul li,
#content > .section-default .panel-body ul li,
#content > .section-default .frame-layout-1 .news-text-wrap ul li,
#content > .section-default .frame-layout-0 .news-text-wrap ul li,
#content > .section-default .accordion-content-item ul li,
#content > .section-default .frame-type-menu_sitemap ul li {
    line-height: 1.6;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 10px;
}

#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,
#content > .section-default .frame-type-menu_sitemap ul li:before {
    content: "\00BB";
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

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


.header_bold {
    font-weight: bold !important;
}

.flipbook h1,
.carousel-inner h1,
.col-md-4.grey h3 {

}

.col-md-4.grey h3 {
    font-size: 25px;
    font-weight: 500;
}

.flipbook h2,
.carousel-inner h2 {
    font-size: 19px;
    line-height: 26px;
}

.section-default .flipbook h2,
.section-default .carousel-inner h2 {
    font-size: 28pt;
    margin-bottom: 40px;
    line-height: 33px;
    color: #000;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.caption {
    word-break: break-word;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

.backendlayout-pagets__special_start .container {
    padding-right: 0;
    padding-left: 0;
}


.backendlayout-pagets__special_start .main-section > .section {
    padding-bottom: 0em !important;
}

.main-section {
    margin-top: 135px;
}


/*@media (max-width: 767px){*/
@media screen and (max-width: 992px) {

    .row,
    .container > .menu-container > .navbar-header,
    .container-fluid > .menu-container > .navbar-header,
    .container > .menu-container > .navbar-collapse,
    .container-fluid > .menu-container > .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .body-bg > .navbar {
        margin: 0 0px;
    }

    .body-bg > .mainmenu {
        margin: 0 0px;
    }

    .body-bg > #content {
        margin: 0 0px;
    }


    .navbar-brand-logo-normalx {
        max-width: 400px;
    }

}


/* Layouts Topbar */

#top {
    height: 20px;
    width: 100%;
    background: url('../Img/top.jpg') top center no-repeat;
}

body.layout-containerboard #top {
    background: url('../Img/top_containerboard.jpg') top center no-repeat;
}

body.layout-dunapack #top {
    background: url('../Img/top_dunapack.jpg') top center no-repeat;
}

body.layout-recycling #top {
    background: url('../Img/top_recycling.jpg') top center no-repeat;
}


/* Layouts bottom */

#bottom {
    height: 20px;
    width: 100%;
    background: url('../Img/top.jpg') top center no-repeat;
    padding: 0;
}

body.layout-containerboard #bottom {
    background: url('../Img/top_containerboard.jpg') top center no-repeat;
}

body.layout-dunapack #bottom {
    background: url('../Img/top_dunapack.jpg') top center no-repeat;
}

body.layout-recycling #bottom {
    background: url('../Img/top_recycling.jpg') top center no-repeat;
}


/* grid */

.grid_head {
    text-align: center;
}


/* #Counter */

.ncounter {
    font-size: 45px !important;
    line-height: 45px;
    color: #007f8b;
    margin-bottom: 0;
}

.number {
    font-size: 45px !important;
    line-height: 45px;
    margin-bottom: 0;
}

/* Icons */

.texticon-size-awesome {
    font-size: 8em;
}

/* Paths and Fills */

path,
rect {
    color: #000 !important;
    /*fill: #000!important;*/
    stroke: #000 !important;
}

/* Mainmenu Address */

.navbar-address .main-section-contact,
.navbar-address .footer-section-contact {
    text-align: center !important;
}

.navbar-address .main-section-contact p {
    margin-bottom: 5px;
}

.navbar-address .main-section-contact .head,
.navbar-address .footer-section-contact p:first-child {
    font-weight: bold;
}


.name_new {

    margin-left: 60px;
    padding: 10px 10px;
    /*border-left: 1px solid #000;*/
    font-size: 14px;
    height: 40px;
    display: block;
    width: 360px;
    margin-top: 0;
    color: #2b7953 !important;
}


.name_new h2 {
    color: #2b7953 !important;
}

@media (max-width: 767px) {

    .name_new {
        display: none;
    }

    .name_new_mobile {
        position: relative;
        float: left;
        margin-left: 17px;
        padding: 6px 10px;
        color: #2b7953 !important;
        border-left: 1px solid #000;
        /* font-weight: bold; */
        height: 33px;
        /* width: 80px; */
    }

}


/* #Menu */

.navbar-mainnavigation {
    /*background-color: #CCC;*/
    position: relative;
}

.navbar-mainnavigation.navbar-top {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0px;
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 0;

    height: 100px;
    /*background-color: rgba(227,232,238,1);*/
}

.navbar-mainnavigation .container {
    width: 100%;
    /*background-color: #EEE;*/
    height: 100px;
}

.navbar-mainnavigation .container .menu-container {
    /*height: 80px;*/
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-mainnavigation .container .navbar-nav {
    /*display: -ms-inline-flex;
			display: inline-flex;*/
}

.navbar-mainnavigation .container .menu-container .prinzhorn_logo {
    flex: 1;
    max-width: 260px;
    text-align: center;
}

.navbar-mainnavigation .container .menu-container #mainnavigation {
    flex: 2;
}

.navbar-mainnavigation .container .navbar-nav .nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 5px;
    position: relative;
}

.navbar-mainnavigation .container .navbar-nav .nav-item a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 8px;
    width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: 0;
    width: 12px;
    height: 12px;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: url(../Img/down.svg);
    background-position: right 0px center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    .dropdown-toggle::after {
        display: none;
    }

    .country-menu .dropdown-toggle::after {
        display: inline-block;
    }
}

/*.contact-button {
			border: 1px solid #000;
			padding: 0px 0px!important;
		}*/

/*.contact-button:hover {
			border: 1px solid #000;
		}*/

.contact-button .dropdown-toggle::after {
    display: none;
}

/*.contact-button.active {
			border: 1px solid #000;
			padding: 10px 20px;
		}*/

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

    .navbar-mainnavigation .container .navbar-nav .nav-item.active::after {
        content: "";
        height: 4px;
        border-bottom: 4px solid #000;
        width: 100%;
        position: absolute;
        bottom: -35px;
        left: 0;
    }

    .navbar-mainnavigation .container .navbar-nav .nav-item.active.contact-button::after {
        display: none;
    }

    .navbar-mainnavigation.navbar-top {
        position: fixed;
        height: 135px;
    }

    .navbar-mainnavigation .container .navbar-collapse {
        display: flex !important;
        justify-content: center;
        flex-basis: auto;
        margin-top: 30px;
    }

    .navbar-mainnavigation > .navbar-nav,
    .navbar-mainnavigation > .container > .menu-container > .collapse > .navbar-nav,
    .navbar-mainnavigation > .container-fluid > .menu-container > .collapse > .navbar-nav,
    .navbar-mainnavigation > .container-sm > .menu-container > .collapse > .navbar-nav,
    .navbar-mainnavigation > .container-md > .menu-container > .collapse > .navbar-nav,
    .navbar-mainnavigation > .container-lg > .menu-container > .collapse > .navbar-nav,
    .navbar-mainnavigation > .container-xl > .menu-container > .collapse > .navbar-nav {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        flex-direction: row;
    }

    .navbar-mainnavigation .container {
        width: 1180px;
        height: 135px;
    }

    .navbar-mainnavigation .container .navbar-toggler {
        display: none;
    }

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

}

@media screen and (max-width: 991px) {


    .navbar-mainnavigation .container .navbar-nav .nav-item a {
        padding: 10px 0px;
    }

    .navbar-toggle-menu {
        display: block;
        position: relative;
        float: left;
        /*margin-right: 20px;*/
        padding: 9px 10px;
        margin-top: 5px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

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

    .navbar-toggler .icon-bar {
        width: 24px;
        display: block;
        background-color: #000;
        height: 2px;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -1px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(2) {
        margin-top: -9px;
        margin-top: -7px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(4) {
        margin-top: 7px;
        margin-top: 5px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        margin-top: -1px;
        opacity: 0;
    }

    .navbar-toggler .icon-bar:nth-child(4) {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-default .navbar-toggler .icon-bar,
    .navbar-default-transition .navbar-toggler .icon-bar,
    .navbar-default-transition.navbar-transition .navbar-toggler .icon-bar {
        background-color: #000;
    }

    #mainnavigation {
        position: absolute;
        top: 90px;
        width: 100%;
        padding: 10px 20px;
        background: rgb(255, 255, 255);
    }

    .button-left {
        margin-top: 30px;
        margin-left: 10px;
        width: 36px;
    }

    .button-right {
        margin-right: 10px;
        width: 36px;
        margin-top: 26px;
    }

    .button-right .navbar-toggle {
        padding: 0 0 0 6px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0rem;
        max-width: 70%;
    }

    .navbar-brand img.navbar-brand-logo-normal {
        width: auto;
        max-height: 90px;
        margin-left: 50px;
        max-width: 80%;
    }

    .language-menu_mobile {
        margin: 10px 0;
    }

    .contact-button {
        align-self: flex-start;
    }

    .dropbtn,
    .name_new_mobile {
        font-size: 14px;
    }

    .name_new_mobile {
        margin-left: 5px;
    }

    .dropdown-content {
        margin-left: 0px !important;
        font-size: 14px;
    }

}

/* Dropdown Mobile Language Menu */

.dropbtn {
    background-color: #f6f7fa;
    background: url(../Img/down.svg) #f6f7fa;
    background-position: right 7px center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    color: #000;
    padding: 5px 14px;
    /* font-size: 16px; */
    /*margin-left: 20px;*/
    width: 65px;
    text-align: left;
    border: none;
    cursor: pointer;

}

.dropbtn:hover,
.dropbtn:focus {
    /*background-color: #2980B9;*/
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f7fa;
    min-width: 65px;
    margin-left: 20px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content.show {
    display: block !important;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.navbar-nav .dropdown-menu.show {
    display: block;
}

@media screen and (min-width: 992px) {
    /*.dropdown {
				display: none;
			}*/
}

/* #Dropdown Navbar  */

.navbar-nav .dropdown-menu {
    margin: 0 0;
    border-radius: 0;
}

.navbar-nav .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    border: none;
    min-width: 10rem;
    padding: 10px 10px;
    margin: 0 0;
}

.navbar-nav .dropdown-menu a {
    text-transform: none !important;
}

.navbar-nav .dropdown-menu a:hover {
    text-transform: none !important;
    background-color: transparent !important;
    text-decoration: underline;
}

.navbar-nav .dropdown-menu a.dropdown-item.active,
.navbar-nav .dropdown-menu a.dropdown-item.active:hover {
    background-color: #000 !important;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px 15px;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-nav .dropdown-menu a.dropdown-item.active,
    .navbar-nav .dropdown-menu a.dropdown-item.active:hover {
        padding: 10px 10px;
    }

}

/* #Navbar Additional Menu */

.navbar-address {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    margin: 40px 0 20px 0;
    font-size: 0.9em;

    display: none;
}

.navbar-address .header-links {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
}

.navbar-address .header-links a {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 35px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 13px !important;
}

@media screen and (min-width: 767px) {
    .navbar-address {
        display: none;
    }
}


/* #Language Menu */

.button-right {
    position: relative;
    /*width: 8%;*/
    display: inline-block;
    margin-top: 30px;
}

.button-right .langmenu_new {
    position: relative;
    float: left;
    height: 36px;
    width: 55px;
    display: none;
    z-index: 1;
    /*margin-top: 15px;*/
}

.button-right .navbar-toggle {
    position: relative;
    /* width: 8%; */
    display: inline-block;
    margin-top: 6px;
}

.language-menu {
    padding: 0;
    height: 36px;
    overflow: hidden;
    /*transition: all .3s ease;*/
    float: left;
    position: absolute;
    width: 55px;
    cursor: pointer;
    border: none;
    margin-bottom: 0;
}

div.language-menu {
    position: relative;
}

#language_menu li:first-child {
    background: url("../Img/down.svg");
    background-position: right 7px center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

#language_menu li:first-child:hover {
    background: #EEE url("../Img/down.svg");
    background-position: right 7px center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

#language_menu li.no-menu:first-child {
    background: none;
    cursor: default;
}

#language_menu li.no-menu:first-child:hover {
    background: none;
    cursor: default;
}

.language-menu:hover {
    height: auto;
}

.language-menu a {
    color: #000;
    text-decoration: none;
}

.language-menu p {
    margin: 0;
    padding: 0;
}

.language-menu li {
    display: block;
    padding: 0px 10px;
    line-height: 40px;
}

.language-menu li:hover {
    background-color: #EEE;
}

.language-menu a:first-child li {
    border: none;
    background: #FFF !important;
}

.language-menu li img {
    margin-right: 5px;
}

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

    .language-menu.navbar-collapse.collapse.in {
        height: auto;
        overflow: visible;
    }

    .language-menu_mobile {
        display: none;
    }

    .button-right .langmenu_new {
        display: inline-block;
    }

}

@media screen and (max-width: 767px) {

    .langmenu_new {
        display: none;
    }

    .language-menu,
    .language-menu.navbar-collapse.collapse.in {
        display: none !important;
    }

}


/* #Search Button */

.navbar-toggle-search {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

/* #Mobile Menu */

.topbar > .container {
    position: relative;
}

.navbar-collapse1 {
    position: relative;
    /*top: 135px;*/
    width: 100%;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
}

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

    .sticky .container .navbar-collapse1 {
        position: absolute;
        top: 100px !important;
        width: 100%;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.96);
    }

    .not-sticky .container .navbar-collapse1,
    .navbar-collapse1 {
        position: absolute;
        top: 135px;
        width: 100%;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 1);
    }

}


/* #Scroll-Top */

.scroll-top {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000;
    background-color: #555;
    color: #fff;
    bottom: 40px;
    right: 40px;
    position: fixed;
    opacity: 0;
    /*width: 3em;
			height: 3em;*/
    width: 40px;
    height: 40px;
}

.scroll-top.scroll-top-visible {
    opacity: 1;
}

.scroll-top .scroll-top-icon:before {
    content: '';
    position: absolute;
    height: 30%;
    width: 30%;
    border-top: 1px solid;
    border-left: 1px solid;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .scroll-top-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.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;
    color: #fff;
}

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


/* #Footer */

.footer-section-content {
    background-color: #FFF;
    color: #000000;
    padding: 50px 0 30px 0;
    font-size: 14px;
}

.footer-section-content .container {
    max-width: 1180px;
    width: 100%;
}

.footer-section-content .col-sm-2 p:first-child {
    font-weight: bold;
}

.footer-section-contact > .frame {
    margin-bottom: 1.5rem;
}

.footer-section-content .container p {
    margin-bottom: 0.6rem;
    /*text-transform: uppercase;*/
}

.footer-section-content .container a {
    color: #000000;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
}

.footer-section-contact {
    margin-top: 25px;
}

.footer-section-content .footer-level-1 ul,
.footer-section-content .footer-level-2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-section-content .footer-level-2 ul {
    margin-bottom: 30px;
}

.footer-section-content .footer-level-1 ul li {
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    width: calc(100% / 5);
    vertical-align: top;
    margin-bottom: 10px;
}

.footer-section-content .footer-level-2 ul li {
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    width: calc(100% / 5);
    vertical-align: top;
    margin-bottom: 10px;
}

.footer-section-contact h1,
.footer-section-contact h2,
.footer-section-contact h3,
.footer-section-contact h4 {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    padding: 0;
    font-size: 14px;
}


.footer-section .footer-3 .gallery-item {
    margin-bottom: 20px;
}


/*@media screen and (max-width: 991px){*/
@media screen and (max-width: 575px) {

    .footer-section-content {
        margin-bottom: 50px;
    }

    .footer-section-content .footer-row {
        display: flex;
    }

    /*.footer-section-content .footer-row .footer-1 {
				order: 1;
				width: 50%!important;
			}*/
    .footer-section-content .footer-row .footer-2 {
        order: 2;
        width: 100%;
    }

    .footer-section-content .footer-row .footer-3 {
        order: 1;
        width: 100% !important;
        margin-bottom: 20px;
        text-align: left;
        flex-flow: wrap;
        display: flex;
    }

    .footer-section-content .footer-row .footer-3 > .frame {
        flex: 0 0 50%;
    }

    .footer-section-content .footer-level-1 ul li,
    .footer-section-content .footer-level-2 ul li {
        width: 50%;
    }

    .footer-section-content .footer-row .footer-3 img {
        margin: inherit;
    }

}


.bootstrappackageicon {
    padding: 10px;
}

.grecaptcha-badge {
    display: none;
}


/* #Layout Body */

body.layout-4 #content {
    background-color: rgba(255, 255, 255, 1);
}

body.layout-5 #content,
body.layout-61 #content {
    background-color: rgba(245, 246, 248, 1);
}

/* #Frame Container */

/**
 * am 24.8. 15:07 mit Liesi besprochen
 * Frame bekommt nur 10px nach oben und unten
 * aber wenn er einen Background hat, dann brauchts mehr Abstand also dort 45px.
*/
.section-default > .container > .frame {
    padding: 45px 0;
}

.section-default > .container > .frame.frame-background-none {
    padding: 10px 0;
}

.section-default > .container > .frame.frame-background-corporate {
    padding: 70px 0;
}

.section-default > .container > .frame.frame-layout-1 {
    padding: 70px 0;
}

.pagelevel-0 .section-default > .container > .frame {
    padding: 70px 0;
}

.section-default .frame {
    position: relative;
    scroll-margin-top: 120px;
}

.section-default .frame-container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    /** remove space on desktop -> only for mobile "1 columns" grids **/
    .section-default .frame-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.section-default .frame-container.frame-container-default {
    /* padding: 0 20px; */
}

.section-default .container > .frame.frame-type-shortcut > .frame-container {
    padding: 0;
}

@media screen and (min-width: 992px) {
    /*
    .section-default .frame-container {
        padding: 0 0px;
    }
    */
}

/* #Frame Container grey */

.grey .btn-default {
    background-color: transparent;
    font-weight: bold;
    border: 1.4px solid #000;
    font-size: 12px;
}

.grey .btn-default:hover {
    background-color: #FFF;
}

.grey .frame {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .grey {
        margin-bottom: 30px;
    }
}

/* #Frame Container green box */

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

.frame-layout-2 h2,
.frame-layout-2 .h2 {
    font-size: 2.4em;
}

.frame-layout-2 > h2 {
    text-align: center;
    margin: 20px 0 30px;
}

.frame-layout-2 h4 {
    font-size: 23px;
}

.frame-layout-2 .col-md-3 img {
    width: 30%;
    margin-bottom: 20px;
}

/* #Frame Container special box */

.frame-layout-3 {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.frame-layout-3 .frame {
    margin-bottom: 0;
}

.frame-layout-3 > .gallery-row {
    left: -20px;
    right: -20px;
}

.frame-layout-3 figure {
    padding-bottom: 0;
    margin-bottom: 0;
    bottom: -4px;
    position: relative;
}

/* #Frame Container no special layout */

.frame-layout-none .frame {
    margin-bottom: 0;
}

.frame-layout-none > h2 {
    text-align: center;
    margin: 20px 0 40px;
}

/* #Frame Container No spacing */

.frame-layout-1001 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.frame-space-before-no-space {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.frame-space-after-no-space {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


@media (max-width: 767px) {

    /*.main-section .frame {
				margin-bottom: 10px;
			}*/
    .frame-space-before-medium {
        margin-top: 1em;
    }

    .grey {
        padding-left: 0;
        padding-right: 0;
    }


}


/* #Frame Container Background */

.frame-backgroundimage-container,
.frame-backgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.frame-backgroundimage-container {
    overflow: hidden;
}

/* #Frame New Colors */

.frame-background-white {
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.frame-background-white-t {
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.frame-background-grey {
    background-color: rgba(245, 246, 248, 1);
    overflow: hidden;
}

.frame-background-grey-t {
    background-color: rgba(245, 246, 248, 0.5);
    overflow: hidden;
}

.frame-background-corporate {
    background-color: rgba(255, 255, 255, 1);
    background-color: #007d8a;
    color: #FFF;
}

.frame-background-corporate-t {
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.frame-background-circularity-white {
    background-image: url("../Img/HG-Kreise_hell.png");
    background-size: cover;
    color: #000;
}

.frame-background-circularity-corporate {
    background-image: url("../Img/HG-Kreise_dunkel.png");
    background-size: cover;
    color: #FFF;
}

.frame-background-gradient {
    background-image: url("../Img/HG-Verlauf.png");
    background-size: cover;
    color: #FFF;
}

.frame-background-corporate h1,
.frame-background-corporate .h1,
.frame-background-corporate h2,
.frame-background-corporate .h2,
.frame-background-corporate h3,
.frame-background-corporate .h3,
.frame-background-corporate h4,
.frame-background-corporate .h5 {
    color: #FFF;
}

/* #Frame Grid */

.frame-type-gridelements_pi1 > .frame {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* #Frame Full width */

.frame-layout-1002 {
    padding: 0 !important;
}

.frame-layout-1002 > .frame-container {
    max-width: 100%;
    padding: 0;
}

/* #Frame Layout Prinzhorn Numbers */

.frame-layout-1003,
.frame-layout-1003 a,
.frame-layout-1003 h1,
.frame-layout-1003 .h1,
.frame-layout-1003 h2,
.frame-layout-1003 .h2 {
    color: #FFF;
}

.frame-layout-1003 h1,
.frame-layout-1003 .h1,
.frame-layout-1003 h2,
.frame-layout-1003 .h2 {
    margin: 20px 0 70px;
}

.frame-layout-1003 p {
    font-size: 12pt !important;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}


.frame-layout-1003 .ncounter {
    color: #FFF !important;
    font-size: 24pt !important;
    line-height: 45px !important;
    font-weight: bold;
}

.frame-layout-1003 .number {
    font-size: 24pt !important;
    line-height: 45px !important;
    font-weight: bold;
}

.section-default .frame-layout-1003 .frame-container {
    padding: 0;
}

.frame-layout-1003 .frame-type-gridelements_pi1 .col-md-3,
.frame-layout-1003 .frame-type-gridelements_pi1 .col-md-4,
.frame-layout-1003.frame-type-gridelements_pi1 .col-md-3,
.frame-layout-1003.frame-type-gridelements_pi1 .col-md-4 {
    /*width: 100%;*/
    padding: 0 0;
    width: 49%;
}

.frame-layout-1003.frame {
    padding: 70px 20px !important;
}

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

    .section-default .frame-layout-1003 .frame-container {
        padding: 0 20px;
    }

    .frame-layout-1003.frame {
        padding: 70px 20px !important;
    }

    .frame-layout-1003 .frame-type-gridelements_pi1 .col-md-3,
    .frame-layout-1003 .frame-type-gridelements_pi1 .col-md-4,
    .frame-layout-1003.frame-type-gridelements_pi1 .col-md-3,
    .frame-layout-1003.frame-type-gridelements_pi1 .col-md-4 {
        width: 50%;
    }

    .frame-layout-1003 .ncounter,
    .frame-layout-1003 .number {
        font-size: 35pt !important;
        line-height: 80px !important;
    }

    .frame-layout-1003 p {
        font-size: 14pt !important;
    }

}

@media screen and (min-width: 768px) {
    .frame-layout-1003 .frame-type-gridelements_pi1 .col-md-3,
    .frame-layout-1003 .frame-type-gridelements_pi1 .col-md-4,
    .frame-layout-1003.frame-type-gridelements_pi1 .col-md-3,
    .frame-layout-1003.frame-type-gridelements_pi1 .col-md-4 {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .frame-layout-1003 .ncounter,
    .frame-layout-1003 .number {
        font-size: 46pt !important;
        line-height: 80px !important;
    }

    .page-6793 .frame-layout-1003 .number {
        font-size: 40pt !important;
        line-height: 70px !important;
    }

    .frame-layout-1003 p {
        font-size: 12pt !important
    }
}

/* #Frame Layout Videobox */

.frame-layout-1004,
.frame-layout-1004 a,
.frame-layout-1004 h1,
.frame-layout-1004 .h1,
.frame-layout-1004 h2,
.frame-layout-1004 .h2 {
    color: #fff;
}

.frame-layout-1004.frame-background-white {
    color: #000;
}

.frame-layout-1004.frame-background-white h1,
.frame-layout-1004.frame-background-white h2 {
    color: #000;
}

.frame-layout-1004 .row > div:first-child {
    height: auto;
    display: flex;
    align-items: center;
}

.frame-layout-1004 .row > div:first-child p {
    font-size: 16px !important;
    max-width: 600px;
}

.frame-layout-1004 .row > div:first-child h1,
.frame-layout-1004 .row > div:first-child h2 {
    font-size: 3rem;
    /*max-width: 430px;*/
    margin-bottom: 30px;
}

/* #Frame Layout We are Prinzhorn */

.frame-layout-1006 {
    color: #000;
}

.frame-layout-1006 a,
.frame-layout-1006 h1,
.frame-layout-1006 .h1,
.frame-layout-1006 h2,
.frame-layout-1006 .h2,
.frame-layout-1006 h3,
.frame-layout-1006 .h3,
.frame-layout-1006 h4,
.frame-layout-1006 .h4 {
    color: #000;
}

.frame-layout-1006 > .frame > .element-header {
    margin-bottom: 50px;
}

.frame-layout-1006 .row > div .frame {
    padding: 20px 20px;
}

.frame-layout-1006 .row > div .frame .textpic-gallery {
    margin-bottom: 10px;
}

.frame-layout-1006 p {
    margin-bottom: 0;
}

.frame-layout-1006 header h1,
.frame-layout-1006 header h2,
.frame-layout-1006 header h3,
.frame-layout-1006 header h4 {
    /*width: 155px;*/
    line-height: 30px;
    text-transform: uppercase;
    font-size: 23px !important;
    margin-bottom: 8px;
}

/* Frame White Text */

.frame-layout-1007,
.frame-layout-1007 h1,
.frame-layout-1007 h2,
.frame-layout-1007 h3,
.frame-layout-1007 h4 {
    color: #FFF;
}

/* #Frame Layout We are Prinzhorn */

.frame-layout-1008 {
    color: #FFF;
}

.frame-layout-1008 {
    text-align: center;
}


/* #News - Maps - Jobs - Buttons*/

.news-list-category .news-cat,
.maps-list-category .news-cat,
.maps-list-category .news-cat1,
.maps-list-category .news-cat2,
.news-list-category .news-cat-new,
.maps-list-category .news-cat-new,
.btn-primary {
    padding: 7px 12px;
    color: #000;
    border: 1px solid #fff;
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news-list-category .news-cat:hover,
.news-list-category .news-cat:focus,
.maps-list-category .news-cat:hover,
.maps-list-category .news-cat:focus,
.maps-list-category .news-cat1:hover,
.maps-list-category .news-cat1:focus,
.maps-list-category .news-cat2:hover,
.maps-list-category .news-cat2:focus,
.news-list-category .news-cat-new:hover,
.news-list-category .news-cat-new:focus,
.maps-list-category .news-cat-new:hover,
.maps-list-category .news-cat-new:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    border: 1px solid #000;
}

.news-list-category .news-cat-active,
.maps-list-category .news-cat-active,
.maps-list-category .news-cat1-active,
.maps-list-category .news-cat2-active,
.news-list-category .news-cat-new-active,
.maps-list-category .news-cat-new-active {
    border: 1px solid #000;
    background: #000;
    color: #FFF;
}

.rmgooglemaps_addresslist.frame-background-white .news-list-category .news-cat,
.rmgooglemaps_addresslist.frame-background-white .maps-list-category .news-cat,
.rmgooglemaps_addresslist.frame-background-white .maps-list-category .news-cat1,
.rmgooglemaps_addresslist.frame-background-white .maps-list-category .news-cat2,
.rmgooglemaps_addresslist.frame-background-white .news-list-category .news-cat-new,
.rmgooglemaps_addresslist.frame-background-white .maps-list-category .news-cat-new {
    border: 1px solid #000;
}


.news-list-no-image {
    padding: 30px 0;
}

.news-list-no-image .news-list-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.news-list-no-image .news-list-item a {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    text-align: left;
}


.news-list-no-image .news-list-item h1,
.news-list-no-image .news-list-item h2,
.news-list-no-image .news-list-item h3 {
    /*color: #FFF;*/
    margin-bottom: 5px;
    text-align: left;
}

.news-list-normal .news-list-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 350px;
    height: 363px;
    background-color: #FFF;
}

.news-list-normal .news-list-item h1,
.news-list-normal .news-list-item h2,
.news-list-normal .news-list-item h3 {
    color: #FFF;
}

.news-list-normal .news-list-item .news-list-item-back {
    position: absolute;
    top: 0;
}

.news-list-normal .news-list-item .news-list-item-back img {
    object-fit: cover;
}

.news-list-normal .news-list-item .news-list-item-content {
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 18px 20px;
    color: #FFF;
    width: 100%;
    min-height: 90px;
}

.news-list-normal .news-list-item .news-list-item-hover {
    bottom: -250px;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    color: #FFF;
    width: 100%;
    opacity: 0;
}

.news-list-normal .news-list-item .news-list-item-hover .shownews {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px 20px 20px 20px;
    color: #000;
    background-color: transparent;
    font-weight: bold;
    border: 1px solid #FFF;
    background-image: url(../Img/arrow_right_white.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.news-list-normal .news-list-item:hover .news-list-item-hover .shownews {
    font-weight: bold;
    border: 1px solid #FFF;
    background-image: url(../Img/arrow_right_white.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.news-list-normal .news-list-item .news-list-item-hover .news-list-header {
    display: flex;
}

.news-list-normal .news-list-item .news-list-item-hover .news-list-date {
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
}

.news-list-normal .news-list-item .news-list-item-hover p {
    font-size: 15px !important;
}

.news-list-normal .news-list-item:hover .news-list-item-content {
    bottom: -150px;
    transition: 0.3s;
}

.news-list-normal .news-list-item:hover .news-list-item-hover {
    bottom: 0px;
    transition: 0.3s;
    opacity: 1;
}

/* #Carousel */

.carousel .carousel-backgroundimage-container,
.carousel .carousel-backgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.carousel .carousel-backgroundimage-container .carousel-backgroundimage-container-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel .carousel-backgroundimage-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    50% {
        -webkit-transform: scale(1.4) rotate(0deg);
        transform: scale(1.4) rotate(0deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

.css-ken-burns {
    animation: kenburns 150s infinite;
}

.container .carousel,
.container .carousel_small {
    margin-left: 0px;
    margin-right: 0px;
}

.carousel_small h1,
.carousel_small h2,
.carousel_small h3,
.carousel_small p {
    color: inherit;
}

.carousel .carousel-content {
    position: relative;
    height: 100%;
}

.container .carousel-text h2,
.container .carousel-text h3 {
    font-weight: normal;
}

.container .carousel.carousel-small .carousel-text h2 {
    font-weight: bold;
}

.carousel-indicators li {
    width: 130px;
}

.carousel .carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 6px;
    /*padding-left: 3px;
			padding-right: 3px;*/
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 6px;
    margin-right: 6px;
    overflow: hidden;
}

.carousel .carousel-indicators li > span {
    display: none;
}

.carousel .carousel-indicators li.active .fill {
    width: 1px;
    overflow: hidden;
    max-width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.9);
}


.container .carousel .carousel-control-icon,
.container .carousel_small .carousel-control_small-icon {
    background-color: transparent;
    color: #000;
}

.container .carousel .carousel-control-icon:before,
.container .carousel_small .carousel-control_small-icon:before {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    width: 1.5em;
    height: 1.5em;
}

.container .carousel .left .carousel-control-icon,
.container .carousel_small .left .carousel_small-control-icon {
    left: 0;
}

.container .carousel .right .carousel-control-icon,
.container .carousel_small .right .carousel_small-control-icon {
    right: 0;
}

.container .container .carousel-inner .item,
.container .container .carousel_small-inner .item {
    padding-left: 70px;
    padding-right: 70px;
}

.container .carousel .carousel-control,
.container .carousel_small .carousel_small-control {
    width: 60px;
}

.carousel .carousel-item .valign,
.carousel .carousel-item .carousel-content-inner {
    margin: 0 auto;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1180px;
    color: #FFF;
}

.carousel .carousel-item .valign .vcontainer,
.carousel .carousel-item .valign .carousel-text-inner,
.carousel .carousel-item .carousel-content-inner .carousel-text-inner {
    width: 100%;
}

.carousel .carousel-item .carousel-content-inner h1,
.carousel .carousel-item .valign h1,
.carousel .carousel-item .carousel-content-inner h2,
.carousel .carousel-item .valign h2,
.carousel .carousel-item .carousel-content-inner h3,
.carousel .carousel-item .valign h3 {
    color: #FFF;
}

.carousel .carousel-item .valign > .vcontainer,
.carousel .carousel-item .carousel-content-inner > .vcontainer {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
    line-height: 25px;
    /*text-transform: uppercase;*/
}

.container .container-head .carousel .slider-bodytext a,
.container .container-head .carousel_small .slider-bodytext a {
    color: #000;
    background-color: transparent;
    border-color: #000;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #000;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.55;
    border-radius: 0px;


    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container .container-head .carousel .slider-bodytext a:hover,
.container .container-head .carousel-small .slider-bodytext a:hover {
    background-color: #ccc;
}

.text-inner {
    padding: 10px 20px;
}

.text-background {
    background-color: rgba(255, 255, 255, 0.7);
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #5cb85c;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.carousel .item {
    height: 400px;
    max-height: 400px;
}

.carousel.carousel-small .item {
    height: 300px;
    max-height: 300px;
}

.section-default .carousel.carousel-small .item {
    height: 330px;
    max-height: 330px;
}

@media screen and (min-width: 575px) {
    .carousel .item {
        height: 400px;
        max-height: 400px;
    }

    .carousel.carousel-small .item {
        height: 300px;
        max-height: 300px;
    }

    .section-default .carousel.carousel-small .item {
        height: 330px;
        max-height: 330px;
    }
}

@media screen and (min-width: 992px) {
    .carousel .item {
        height: 650px;
        max-height: 650px;
    }

    .carousel.carousel-small .item,
    .section-default .carousel.carousel-small .item {
        height: 450px;
        max-height: 450px;
    }

}

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

    .carousel .carousel-item .carousel-content-inner,
    .carousel .carousel-item .valign {
        width: 72%;
    }

    .carousel .item h1 {
        font-size: 27px;
    }

    .carousel .item h2 {
        font-size: 16px;
    }

    .carousel .item h3 {
        font-size: 12px;
    }

    .section-default .carousel-small .item h1 {
        font-size: 27pt;
    }

    .section-default .carousel-small .item h2 {
        font-size: 23pt;
    }

    .section-default .carousel-small .item h3 {
        font-size: 14pt;
    }

    .carousel .item .carousel-content-inner a,
    .carousel .item .valign a {
        margin-top: 10px !important;
        font-size: 12px;
        line-height: 18px;
    }

    .container-head .carousel h2 {
        margin-bottom: 0px;
    }

    .section-default .carousel.carousel-small .item .valign a,
    .section-default .carousel.carousel-small .item .carousel-content-inner a {
        font-size: 15px;
        line-height: 22px;
        word-break: normal;
        text-align: center;
        margin-top: 30px !important;
    }

}

.carousel-small .carousel-item .carousel-content-inner h1,
.carousel-small .carousel-item .carousel-content-inner h2,
.carousel-small .carousel-item .carousel-content-inner h3,
.carousel-small .carousel-item .carousel-content-inner h4 {
    /*color: #000;*/
    /*text-transform: none;*/
}

/* #Shortcut Element */

.section-default .frame-type-shortcut {
    padding: 0 !important;
}

.section-default .frame-type-shortcut > .frame-container {
    max-width: 100%;
}

.pagelevel-0 .section-default .frame-type-shortcut > .frame-container .frame-inner > .frame {
    padding: 70px 0;
}

.section-default .frame-type-gridelements_pi1 .frame-type-shortcut > .frame-container .frame-inner > .frame {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .section-default > .container > .frame {
        padding: 30px 0;
    }

    .section-default .frame-type-shortcut > .frame-container .frame-inner > .frame {
        padding: 30px 0;
    }

    .section-default .frame-type-gridelements_pi1 .frame-type-shortcut > .frame-container .frame-inner > .frame {
        padding: 0;
    }
}

/* #flexslider */

.flexslider .slides img {
    height: auto;
    max-height: 250px;
    width: auto !important;
    object-fit: cover;
}

.flexslider.news-list-normal .slides img {
    max-height: none;
}

.slides .frame {
    margin-bottom: 20px;
}

.gallery-row .gallery-item .caption {
    padding-top: 12px;
    text-align: center;
}

.flex-direction-nav a:before {
    font-size: 30px !important;
}

.flex-direction-nav a {
    opacity: 0.5 !important;
    height: 45px !important;
}

.flex-direction-nav a:hover {
    opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
    left: -40px !important;
}

.flex-direction-nav .flex-next {
    right: -40px !important;
}

.flexslider .frame-container .gallery-row,
.flexslider .frame-container .gallery-item,
.flexslider .frame-container .gallery-item figure img {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {

    .flexslider {
        margin: 0 20px 40px 20px !important;
    }

    .flexslider .slides > li {
        /*margin: 0 0px!important;*/
    }

}


/* #Breadcrumbs */

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-section {
    background-color: transparent;
    border-bottom: none;
    /*margin-bottom: 24px;*/
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: .75rem 1rem;
    /*font-weight: bold;*/
}

.breadcrumb-section a {
    /*font-weight: bold;*/
}

.breadcrumb-section .breadcrumb {
    display: inline-block;
    margin-left: 0px;
    padding: 0;
    background-color: transparent;
}

.breadcrumb-section .breadcrumb > li {
    display: inline-block;
}

.breadcrumb-section .breadcrumb > .active {
    color: #000;
}

.breadcrumb-section .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 2px 0 6px;
    color: #ccc;
}

/* #Search */

.icon-search img {
    width: 20px;
}


/* #TextPic Element Right */

.textmedia,
.textpic {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.textpic.textpic-above,
.textpic.textpic-below {
    gap: 0;
}

.textmedia-item,
.textpic-item {
    order: 1;
    width: 100%;
}

.textmedia-text > *:last-child,
.textpic-text > *:last-child {
    margin-bottom: 0;
}

.textmedia-centered,
.textpic-centered {
    align-items: center;
}

.textmedia-below .textmedia-text,
.textmedia-below .textpic-text,
.textpic-below .textmedia-text,
.textpic-below .textpic-text {
    order: 0;
}

.textmedia-below .textmedia-gallery,
.textmedia-below .textpic-gallery,
.textpic-below .textmedia-gallery,
.textpic-below .textpic-gallery {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .textmedia-right .textmedia-item,
    .textmedia-right .textpic-item,
    .textmedia-left .textmedia-item,
    .textmedia-left .textpic-item,
    .textpic-right .textmedia-item,
    .textpic-right .textpic-item,
    .textpic-left .textmedia-item,
    .textpic-left .textpic-item {
        width: calc(50% - (40px / 2));
    }

    /**
     * WebSailor: 24.10. 19:06
     * Center Slides vertical for Quote-Slider
     * @see: https://stackoverflow.com/questions/45691210/how-can-i-vertically-center-images-inside-flexslider/57368764#57368764
     * used on page: http://dunapack.klicktdrauf.at/products/construction-design/
     */
    .quote-slider .slides {
        zoom: 1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    /**
     * WebSailor: 11. Oktober 11:45
     * anderes Grid für TextPic Elemente in Quote-Slider, nicht 50:50 sondern 83.3:16.7
     * @see: https://trello.com/c/8EwA2g9V/557-quote-slider-ce-grid
     */
    .quote-slider .textpic-right .textpic-gallery {
        width: calc(16.7% - (40px / 2));
    }

    .quote-slider .textpic-right .textpic-text {
        width: calc(83.3% - (40px / 2));
    }

    .textmedia-right .textmedia-gallery,
    .textmedia-right .textpic-gallery,
    .textpic-right .textmedia-gallery,
    .textpic-right .textpic-gallery {
        order: 2;
    }
}

.textteaser {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (min-width: 768px) {
    .textteaser {
        gap: 40px;
    }
}

.textteaser-item {
    order: 1;
    width: 100%;
}

.textteaser-item > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .textteaser-teaser {
        width: calc((100% / 12 * 4) - (40px / 2));
    }

    .textteaser-text {
        width: calc((100% / 12 * 8) - (40px / 2));
    }
}

.texticon::after {
    display: block;
    clear: both;
    content: "";
}

.texticon-icon {
    font-size: 2em;
}

.texticon-icon .texticon-inner-icon,
.texticon-icon .texticon-inner-icon svg,
.texticon-icon .texticon-inner-icon img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 1em;
    width: 1em;
}

.texticon-icon .texticon-inner-icon {
    display: flex;
    align-items: center;
}

.texticon-size-awesome {
    font-size: 3em;
}

@media (min-width: 576px) {
    .texticon-size-large {
        font-size: 3em;
    }

    .texticon-size-awesome {
        font-size: 4em;
    }
}

@media (min-width: 576px) {
    .texticon-size-medium {
        font-size: 3em;
    }

    .texticon-size-large {
        font-size: 4em;
    }

    .texticon-size-awesome {
        font-size: 5em;
    }
}

.texticon-top .texticon-icon {
    margin-bottom: .5em;
}

.texticon-type-square .texticon-inner-icon,
.texticon-type-circle .texticon-inner-icon {
    line-height: 2.3em;
    height: 2.3em;
    width: 2.3em;
}

.texticon-type-circle .texticon-inner-icon {
    border-radius: 50%;
}

.texticon-left .texticon-icon,
.texticon-right .texticon-icon {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.texticon-left .texticon-icon {
    float: left;
    margin-left: -20px;
}

.texticon-right .texticon-icon {
    float: right;
    margin-right: -20px;
}

.texticon-left .texticon-content,
.texticon-right .texticon-content {
    overflow: hidden;
    zoom: 1;
}

.texticon-left .texticon-content *:first-child,
.texticon-right .texticon-content *:first-child {
    margin-top: 0;
}

.texticon-left .texticon-content *:last-child,
.texticon-right .texticon-content *:last-child {
    margin-bottom: 0;
}

/* Background Effects */

.frame-backgroundimage-fade {
    opacity: .125;
}

.frame-backgroundimage-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media (hover: none) {

    .frame-backgroundimage-parallax {
        background-attachment: initial;
    }

}

.frame-backgroundimage-blur {
    filter: blur(10px);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
}

.frame-backgroundimage-grayscale {
    filter: grayscale(1);
}

.frame-backgroundimage-sepia {
    filter: sepia(1);
}

/* #Space */

.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large {
    /*margin-top: 20px;*/
    padding-top: 20px !important;
}

.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large {
    /*margin-bottom: 20px;*/
    padding-bottom: 20px !important;
}

@media screen and (min-width: 992px) {
    .frame-space-before-extra-small,
    .section-default .frame-type-shortcut.frame-space-before-extra-small {
        /*margin-top: 20px;*/
        padding-top: 20px !important;
    }

    .frame-space-after-extra-small,
    .section-default .frame-type-shortcut.frame-space-after-extra-small {
        /*margin-bottom: 20px;*/
        padding-bottom: 20px !important;
    }

    .frame-space-before-small,
    .section-default .frame-type-shortcut.frame-space-before-small {
        /*margin-top: 40px;*/
        padding-top: 40px !important;
    }

    .frame-space-after-small,
    .section-default .frame-type-shortcut.frame-space-after-small {
        /*margin-bottom: 40px;*/
        padding-bottom: 40px !important;
    }

    .frame-space-before-medium,
    .section-default .frame-type-shortcut.frame-space-before-medium {
        /*margin-top: 60px;*/
        padding-top: 60px !important;
    }

    .frame-space-after-medium,
    .section-default .frame-type-shortcut.frame-space-after-medium {
        /*margin-bottom: 60px;*/
        padding-bottom: 60px !important;
    }

    .frame-space-before-large,
    .section-default .frame-type-shortcut.frame-space-before-large {
        /*margin-top: 90px;*/
        padding-top: 90px !important;
    }

    .frame-space-after-large,
    .section-default .frame-type-shortcut.frame-space-after-large {
        /*margin-bottom: 90px;*/
        padding-bottom: 90px !important;
    }

    .frame-space-before-extra-large,
    .section-default .frame-type-shortcut.frame-space-before-extra-large {
        /*margin-top: 120px;*/
        padding-top: 120px !important;
    }

    .frame-space-after-extra-large,
    .section-default .frame-type-shortcut.frame-space-after-extra-large {
        /*margin-bottom: 120px;*/
        padding-bottom: 120px !important;
    }
}


/* Sections */

.container-head {
    padding-left: 0px;
    padding-right: 0px;
    /* padding-top: 13px;*/
}

.grid-slider-header {
    margin-bottom: 35px;
    /**
     * WebSailor: 11. Oktober 12:00
     * entfernt, weil sonst die Class header_bold nicht mehr greift!
     * @see: https://trello.com/c/KxvOY747/564-h3-bold
     *
     * font-weight: normal !important;
     */
}


/* Layouts */

.frame-layout-1 {
    background: #eef1f3;
    text-align: center;
    padding: 20px 40px;
}

/**
 * WebSailor 22.12.22 21:18
 * this resets the styles from .frame-layout-1 see above
 */
.frame-layout-0 {
    text-align: left;
}

.frame-type-gridelements_pi1 > .frame-layout-1,
.frame-layout-2 {
    background: #007f8b;
    color: #FFF;
    padding: 20px 40px;
}


/* News */

.news-list-view .news-list-item {
    text-align: left;
    height: 400px;
}

.news-list-view .news-list-item .teaser-text {
    height: 157px;
}

.news-list-view .news-list-item .teaser-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-list-view .news-list-item:hover {
    -webkit-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    z-index: 999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}

.news-list-view img {
    margin-bottom: 10px;
    height: 140px; /*height: 155px;*/
    width: auto;
    max-width: 100%;
}

.news-list-view .header {
    margin-bottom: 10px;
}

.news-list-view .col-sm-12 {
    padding: 0px;
}

.news-list-view .more,
.pagination > li > a {
    background: none;
    color: #000;
    border: 1px solid #000;
    padding: 6px 12px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}

.teaser-text a.more {
    position: absolute;
    bottom: 0;
}


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


.news-list-view .article {
    /*margin: 20px;*/
    color: #000;
}

.news-list-view .teaser-text {
    line-height: 22px;
}

.news-list-view .news-list-item {
    background: #FFF;
    padding: 10px;
    display: inline-block;
}

.news-list-item h3 {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-category {
    /*margin: 0 auto;*/
    width: 100%;
    /* display: inline-block; */
    /*margin-bottom: 20px;*/
    text-align: center;
}

.maps-list-category {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
}

.news-list-switch {
    position: absolute;
    width: 25px;
    height: 20px;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.tx-rm-googlemaps {
    margin-top: 20px;
}

.button-group-map {
    margin-bottom: 15px;
}

.news-list-switch img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 468px) {
    .news-list-switch {
        /*right: -20px;*/
        display: none;
    }
}


.mapsfilters {
    text-align: center;
}


.news .page-navigation {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.news .page-navigation .pagination {
    margin: 10px 0;
}

.news .page-navigation p:first-child {
    display: none;
}

.news .page-navigation ul {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.news .page-navigation ul li {
    float: left;
    display: block;
    /* padding: 0 5px; */
    margin-left: 5px;
    background: none;
    margin-right: 5px;
}

.news .page-navigation ul li a,
.news .page-navigation ul li.current {
    display: block;
    color: #000;
    padding: 5px 14px;
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.news .page-navigation ul li a:hover,
.news .page-navigation ul li.current {
    color: #FFF;
    background-color: #000;
    font-weight: bold;
}


.news .page-navigation .pagination-dots {
    height: 37px;
    line-height: 21px;
    font-size: 25px;
}

.news .page-navigation .next {
    display: inline-block;
    /*padding: 0.7em 0.5em;*/
    background-color: transparent;
    border: none;
    color: #000;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../Img/arrow_right.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.news .page-navigation .previous {
    display: inline-block;
    /*padding: 0.7em 0.5em;*/
    background-color: transparent;
    color: #000;
    float: left;
    border: none;
    width: 40px;
    height: 40px;
    background-image: url(../Img/arrow_left.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.news .page-navigation .next:hover,
.news .page-navigation .next a:hover,
.news .page-navigation .previous:hover,
.news .page-navigation .previous a:hover {
    background-color: transparent !important;
}

.news .page-navigation .next a,
.news .page-navigation .previous a {
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
}


/*  News List Normal */

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-list-normal {
    text-align: left;
    /*margin-top: 30px;*/
    padding-top: 30px;
}

.news-list-normal .news-list-item {
}

.news-list-normal .header {
}

.news-list-normal .teaser-text {
    padding-top: 8px;
}

.news-list-normal p {
    display: block;
    margin-bottom: 8px;
}

.news-list-normal .more {
    position: relative !important;
    display: block;
    padding-top: 0px;
    margin-bottom: 0px;
}

/* News Single */

.news-single {
    padding: 20px 30px 20px 30px;
    margin-top: 10px;
    position: relative;
    background-color: #FFF;
}

.news-single .header {
    text-align: left;
    color: #000;
}

.news-single .news-list-date {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 20px 0;
}

.news-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.news-top-left {
    display: inline-block;
    width: 50%;
    float: left;
}

.news-top-right {
    display: inline-block;
    width: 50%;
    float: left;
}

.shariff-button .share_text,
.shariff-button .share_count {
    display: none !important;
}

.shariff .orientation-horizontal.button-style-standard li {
    min-width: 30px !important;
    max-width: 30px !important;
}

.shariff .orientation-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end !important;
}

.news_pager {
    max-width: 230px;
    margin: 0 auto;
}


.news-single .teaser-text {
    font-size: 15px;
    color: #000;
}

.news-single .article .news-img-wrap {
    float: left;
    width: 101%;
    /*margin: 0px 0px 20px 0px;*/
    display: flex;
    justify-content: normal;
    margin: 0 -10px;
    flex-flow: wrap;
}

.news-single .news-img-wrap .outer {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

/*.news-single .news-img-wrap .outer:first-child {
			margin: 10px 10px 10px 0px;
		}

		.news-single .news-img-wrap .outer:last-child {
			margin: 10px 0px 10px 10px;
		}*/


.news .article .news-img-wrap img {
    width: 100%;
    height: auto;
}

.news .article .news-img-wrap a {
    display: block;
    float: inherit;
    padding: 0px;
    border: none;
    background: transparent;
}

.news-single .footer {
    margin-bottom: 20px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: none;
    text-align: center;
}

.news-single .news_next,
.news-single .news_previous {
    width: 100px;
    height: 40px;
    /*position: absolute;*/
    background: #FFF;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
}

.news-single .news_next {
    right: 0;
    text-align: right;
    padding-right: 10px;
}

.news-single .news_previous {
    left: 0;
    text-align: left;
    padding-left: 10px;
}

.news-single .news_next.no_next,
.news-single .news_previous.no_previous {
    background: none;
}

.prev-icon {
    display: inline-block;
    padding: 0.7em 0.5em;
    background-color: transparent;
    color: #000;
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../Img/arrow_left.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.next-icon {
    display: inline-block;
    padding: 0.7em 0.5em;
    background-color: transparent;
    color: #000;
    float: right;

    width: 40px;
    height: 40px;
    background-image: url(../Img/arrow_right.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;

}

.prev-text {
    display: inline-block;
    float: left;
}

.next-text {
    display: inline-block;
    float: right;
}

@media screen and (max-width: 991px) {

    .news-single .news_next,
    .news-single .news_previous {
        width: 45px;
        overflow: hidden;
    }

    .news-single {
        padding: 20px 30px 20px 30px;
    }


    .news-single h1 {
        font-size: 1.7em;
    }

    .news-single .article .news-img-wrap {
        float: left;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        /* display: grid; */
        position: relative;
    }

    .news-single .article .news-img-wrap a {
        width: 100%;
    }

    .news-single .article .news-img-wrap img {
        float: left;
        height: auto;
        width: 100%;

    }

    .page-navigation {
        padding-top: 20px;
    }

    .page-navigation ul {
        padding-left: 0px;
    }


}


/* Sharif */

/*@media only screen and (min-width: 360px){
	.shariff .orientation-horizontal.button-style-standard li {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

@media only screen and (min-width: 768px){}
	.shariff .orientation-horizontal.button-style-standard li .share_text {
		text-indent: 0;
		display: none;
	}
}*/


/* Image Captions */

/**
	 * Fit caption to the width of any image
	 */


#content .frame-layout-0 .gallery-item figure:not(.video) {
    display: table;
    table-layout: fixed;
    margin: 0 auto !important;
    width: 100%;
    height: auto;
}


#content .frame-layout-0 .panel-body .gallery-item figure:not(.video) {
    width: 100%;
}

#content .frame-layout-0 .gallery-item figure img {
    margin-bottom: 10px;
    border: 0;
    width: 100%;
}

#content .frame-layout-0 .gallery-item figure .caption {
    margin-bottom: 20px;
    word-break: keep-all;
}

#content .frame-layout-2 figure {
    display: block;
}

#content .frame-layout-2 .col-md-3 img {
    width: 30% !important;
    margin-bottom: 20px !important;
}

#content .frame-layout-2 .col-md-4 img {
    width: 30% !important;
    margin-bottom: 20px !important;
}


/* Container to add padding and border around the figure */

.frame-layout-0 .captioned-figure-outer {
    display: inline-block;
    border: 1px solid #999;
    margin-bottom: 1.5em;
    padding: 20px;
    background-color: white;
}


/* flip-book */

.carousel .right .carousel-control-icon {
    right: 0%;
}


.carousel .carousel-text .slider-bodytext a {
    background-color: transparent;
    font-weight: bold;
    border: 1.4px solid #000;
    font-size: 13px;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 10px 15px;
    line-height: 1.55;
    border-radius: 0px;
}

.carousel .carousel-text .slider-bodytext a:hover {
    background-color: #000;
    color: #FFF;
}

@media (max-width: 767px) {

    .carousel .carousel-text .slider-bodytext a {
        white-space: inherit;
    }

}


/* CONTACT */

.tx-ttaddress-pi1 .vcard {
    max-width: 400px;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;

    float: left;
    top: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

.tx-ttaddress-pi1 .vcard:last-child {
    clear: both;
    float: none;
}

.vcard.greybox {
    max-width: 560px;
    width: 100%;
    background: #fff;
    /*display: inline-block;*/
    display: inline-flex;
    margin: 10px 0;
    padding: 17px 13px;
}

.vcard.greybox.columns2 {
    max-width: 550px;
}

.accordion .vcard.greybox.columns2 {
    max-width: 515px;
    width: 515px;
}


@media screen and (min-width: 992px) {
    .vcard.greybox {
        margin: 10px;
    }
}

.col-md-6 .vcard.greybox {
    max-width: 99%;
    margin: 10px 0;
    padding: 17px 13px;
}

.vcard .person_data {
    position: relative;
    min-height: 220px;
    width: 100%;
    font-size: 15px;
    /* flex-grow: 1; */
    display: flex;
    /* justify-content: normal; */
    /* justify-content: space-between; */
    flex-direction: column;
}

.vcard .person_tfe {
    /*position: absolute;
		bottom: 0;*/
    margin-top: auto;
}

.vcard .person_tfe .bold {
    margin-right: 5px;
}

.vcard .person_name {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 22px;
}

.vcard .person_email {
    word-break: break-all;
    display: flex;
    align-items: baseline;
}

.vcard .person_position {
    font-size: 15px;
    font-weight: bold;
}

.vcard .person_image {
    display: inline-block;
    float: left;
    /* max-height: 170px; */
    max-width: 167px;
    margin-bottom: 0px;
    overflow: hidden;
}

.vcard .person_image img {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 20px 0 0;
    /*padding-right: 20px;*/
    border: none;
    border-radius: 0;
    vertical-align: unset;
}

@media screen and (max-width: 575px) {
    .vcard {
        max-width: none !important;
        width: 100% !important;
        display: block !important;
    }

    .vcard .person_image,
    .vcard .person_data {
        display: inline-block;
        width: 100%;
        max-width: none;
    }

    .vcard .person_tfe {
        position: relative;
        bottom: 0;
    }

    .vcard .person_image img {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
}

/* FORM */

.form-main .row label,
.form-main .form-element-type-textarea .input label {
    display: none;
}

.form-row .form-group label:not(.custom-control-label),
.form-element-type-textarea label,
.form-element-type-recaptcha .recaptcha label {
    display: none;
}

.form-main h2 {
    text-align: center;
    margin: 20px 0 20px;
}

.form-main .btn-group {
    float: right;
}

.form-group {
    margin-bottom: 0.2rem;
}

.form-main .btn-group .btn-primary {
    font-weight: bold;
    background: #FFF;
    color: #007f8b;
}

.form-main .form-check {
    display: inline-block;
    margin-right: 40px;
}

.form-main input[type="radio"] {
    margin: 4px 5px 0 0;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    margin: 4px 0;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.form-main .form-element-type-textarea .input {
    padding-right: 5px;
    padding-left: 5px;
}

.custom-radio {
    display: inline-block;
    margin-right: 40px;
}

.custom-radio input.form-check-input {
    opacity: 0;
}

.form-offerrequest .form-element .input label {
    margin-bottom: 0rem;
    margin-top: .5rem;
}

.form-offerrequest fieldset {
    margin-top: 20px;
}

.form-offerrequest select {
    padding: 0.4rem .75rem;
}

.form-offerrequest .form-element-type-linked-checkbox,
.form-offerrequest .actions {
    margin-top: 30px;
}

.form-element-type-radio-button {
    height: 100%;
    display: flex;
    align-items: center;
}

.form-offerrequest .custom-radio .custom-control-label::before {
    background-color: #ced4da !important;
}

.form-offerrequest .custom-radio .custom-control-label::before {
    background-color: #fff !important;
    border-color: #ced4da;
}

.form-offerrequest .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.form-offerrequest .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #495057 !important;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border-color: #fff;
    background-color: #007d8a;
}

.frame-background-grey .custom-radio .custom-control-label::before {
    background-color: #ced4da !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}

.frame-background-grey .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ced4da;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.custom-control-input {
    /* position: absolute; */
    /* left: 0; */
    /* z-index: -1; */
    /*	width: 100%;*/
    /* height: 1.25rem; */
    opacity: 1;
}

.form-element-type-linked-checkbox {
    width: 100%;
    /*max-width: 510px;*/
    max-width: 800px;
    display: inline-block;
    /*float: left;*/
}

.form-element-type-recaptcha {
    width: 100%;
    max-width: 304px;
    display: inline-block;
    float: left;
}

@media (min-width: 955px) {
    .actions {
        float: right;
    }
}

.actions .next .btn-primary,
.actions .next .btn-primary,
.actions .next .btn-primary {
    /*font-size: 18px;*/
    font-size: 17px;
    font-weight: bold;
    color: #000 !important;
    /*font-weight: normal;*/
    background-image: url(../Img/arrow_right.png);
    background-size: 15px;
    background-color: #FFF;
    padding: 10px 40px 10px 20px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-position: right 13px center;
}

.actions .next .btn-primary:hover,
.actions .next .btn-primary:hover,
.actions .next .btn-primary:hover {
    /*font-size: 18px;
		font-weight: normal;*/
    color: #FFF !important;
    background-image: url(../Img/arrow_right_white.png);
    background-color: #000;
    background-size: 15px;
    padding: 10px 40px 10px 20px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.custom-checkbox .form-check input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

.custom-checkbox .form-check input[type=checkbox]:before {
    content: "\2714";
    font-size: 20px;
    line-height: 21px;
    color: transparent !important;
    padding: 0 4px;
    background: #fff;
    display: block;
    margin-right: 15px;
    width: 25px;
    height: 25px;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-checkbox .form-check input[type=checkbox]:checked:before {
    color: #495057 !important;
}

.custom-control.custom-checkbox {
    padding-left: 0rem;
}

.custom-checkbox .form-check {
    padding-left: 5px;
}

.custom-checkbox .form-check > .custom-control-input {
    width: auto;
    opacity: 1;
    position: relative;
    padding: 10px 0;
    z-index: 1;
    height: auto;
}

.custom-checkbox .form-check > .custom-control-input .custom-control-input {
    width: 25px;
    opacity: 1;
    position: relative;
    /* padding: 10px; */
    z-index: 1;
    height: 25px;
    margin-right: 10px;
    border-radius: 0;
}

.frame-background-corporate .custom-checkbox .form-check .custom-control-input a {
    color: #FFF;
}

.custom-checkbox .form-check .custom-control-input span .required {
    display: none;
}

.frame-background-grey .custom-checkbox .form-check .custom-control-input a {
    color: #212529;
    text-decoration: underline;
}

.frame-background-corporate form,
.frame-background-grey form {
    max-width: 930px;
    margin: 0 auto;
    display: flow-root;
}

.frame-background-corporate form .form-page-header,
.frame-background-grey form .form-page-header {
    text-align: center;
    /*text-transform: uppercase;*/
}

/*.form-element-message*/
.form-element-type-textarea {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 100px;
}

@media screen and (max-width: 991px) {
    .frame-type-form_formframework .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    /*.form-element-message */
    .form-element-type-textarea {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }
}

.form-element small p {
    font-size: inherit !important;
}


/* OTHER */


.myprop1 img {
    float: right;
    height: 104px;
    widht: auto;

}

.myprop1 a {
    color: black;
}

.myprop1 p {
    margin-bottom: 0;
}

.myprop1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #eef1f3;
    margin: 0;
}

@media (max-width: 767px) {
    .myprop1 {
        display: block;
    }

    .myprop1 img {
        float: none;
        height: auto;
        /*width: 100%;*/
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

}


a.news-anchor {
    display: block;
    position: relative;
    top: -190px;
    visibility: hidden;
}


.slider-bodytext p {
    font-size: 15px;
}

.footer-aliabox-logo img {
    margin: 0 40px 0 auto;
}


.gallery-item .image {
    margin: 0 !important;
}


.grey-info-box div {
    margin: 20px;
    padding: 20px;
    text-align: center;
    background: rgb(227, 232, 239);
    min-height: 100px;
    display: flex;
    align-items: center;
}


/* Video */


.embed-responsive-16by9 {
    margin-bottom: 10px;
}


/*
		.embed-responsive .embed-responsive-item,
		.embed-responsive iframe,
		.embed-responsive embed,
		.embed-responsive object,
		.embed-responsive video {
			position: relative;
		}

		.embed-responsive {
			height: auto;
		}
		*/


/* New News-List */

.grid {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;

}

.news-list-view .articlex {
    background-color: #fff;
    margin: 0px;
}

.news-list-view .articlex {
    text-align: left;
    width: 245px;
    padding: 10px;
    margin: 0 0px 20px 0px;
    height: 430px;
}

.news-list-view .articlex .teaser-text {
    height: 157px;
}

.news-list-view .articlex .teaser-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-list-view .articlex.new {
    width: 100% !important;
    min-height: 175px;
    height: auto;
}

.news-list-view .articlex.new img {
    display: inline-block;
    float: left;
    width: 25%;
    padding-right: 20px;
}

.news-list-view .articlex.new .header {
    display: inline-block;
    width: 75%;
    margin-bottom: 0px;
}

.news-list-view .articlex.new .teaser-text {
    display: inline-block;
    width: 75%;
    height: 70px;
}

.news-list-view .articlex.new .teaser-text div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.news-list-view .articlex.new .teaser-text .more {
    margin-bottom: 10px;
    position: relative;
}


.news-list-view .articlex:hover {
    -webkit-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -3px rgba(0, 0, 0, 0.75);
    z-index: 999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.02);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.02);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.02);
    transition: all 200ms ease-in;
    transform: scale(1.02);
}

.news-list-normal.flexslider .articlex h3 {
    font-size: 18px !important;
}

.news-list-view .articlex h3.head_full {
    display: none;
}

.news-list-view .articlex .teaser-text a.more {
    position: absolute;
    bottom: 10px;
}

.news-list-normal .news-list-item .news-list-item-all {
    z-index: 2;
    position: absolute;
    background-color: #007d8a;
    color: #FFF;
    width: 100%;
    height: 100%;
}

.news-list-normal .news-list-item .news-list-item-all .inner-all {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-list-normal .news-list-item .news-list-item-all .inner-all .shownews {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px 20px 20px 20px;
    color: #000;
    background-color: transparent;
    font-weight: bold;
    border: 1px solid #FFF;
    background-image: url(../Img/arrow_right_white.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

/*.news-list-normal .news-list-item:hover .news-list-item-all .inner-all .shownews {
		color: #000;
		background-color: #000;
		font-weight: bold;
		border: 1px solid #FFF;
		background-image: url(../Img/arrow_right.png);
		background-size: 15px;
		background-repeat: no-repeat;
		background-position: right 13px center;
	}*/

@media (max-width: 991px) and (min-width: 468px) {
    .gnew {
        width: 100% !important;
    }

    .news-list-view .articlex.new {
        height: auto;
        float: left;
        clear: both;
        position: relative;
    }


    .news-list-view .articlex.new .news-list-itemx {
        display: block;
        float: left;
    }


    .news-list-view .articlex.new img {
        height: auto;
        /*margin-bottom: 80px;*/
    }

    .news-list-view .articlex.new .teaser-text {
        display: block;
        float: left;
        height: auto;
    }

    .news-list-view .articlex.new .teaser-text a.more {
        position: relative;
        display: block;
        float: left;
        margin-top: 20px;
        /*width: 100%;*/
    }

}

@media (max-width: 649px) {

    .news-list-view .articlex {
        height: auto;
        /*min-height: 430px;*/
    }

    .news-list-view .articlex img,
    .news-list-view .articlex.new img {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
    }

    .news-list-view .articlex .header,
    .news-list-view .articlex.new .header {
        display: block;
        float: left;
        width: 100%;
    }

    .news-list-view .articlex .teaser-text,
    .news-list-view .articlex.new .teaser-text {
        display: block;
        float: left;
        width: 100%;
        height: auto;
    }

    .news-list-view .articlex .teaser-text div:first-child {
        margin-bottom: 10px;
        position: relative;
    }

    .news-list-view .articlex .teaser-text a.more,
    .news-list-view .articlex.new .teaser-text a.more {
        position: relative;
        display: block;
        float: left;
        margin-top: 20px;
        /*bottom: auto;*/
        /*margin-bottom: 20px;*/
        /*width: 100%;*/
    }


    .news-list-normal .news-list-item .news-list-item-all {
        padding: 20px;
        text-align: center;
        font-size: 15px !important;
    }

}

@media (max-width: 467px) {

    .news-list-view .articlex,
    .news-list-view .articlex.new {
        left: 0px;
        top: 0px;
        height: auto;
        float: left;
        clear: both;
        position: relative;
    }

    .news-list-view .articlex .news-list-itemx,
    .news-list-view .articlex.new .news-list-itemx {
        display: block;
        float: left;
    }

    .news-list-view .articlex img,
    .news-list-view .articlex.new img {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
    }

    .news-list-view .articlex.new img {
        height: auto;
        margin-bottom: 10px !important;
    }

    .news-list-view .articlex .header,
    .news-list-view .articlex.new .header {
        display: block;
        float: left;
        width: 100%;
    }

    .news-list-view .articlex .teaser-text,
    .news-list-view .articlex.new .teaser-text {
        display: block;
        float: left;
        width: 100%;
        height: auto;
    }

    .news-list-view .articlex.new .teaser-text div:first-child {
        margin-bottom: 10px;
        position: relative;
    }

    .news-list-view .articlex .teaser-text a.more,
    .news-list-view .articlex.new .teaser-text a.more {
        position: relative;
        display: block;
        float: left;
        margin-top: 20px;
        /*bottom: 0;*/
        /*width: 100%;*/
    }

}

.frame-type-accordion table {
    width: auto;
}

.frame-type-accordion table td {
    padding-right: 5px;
}


.frame-type-accordion img {
    max-height: 255px;
    width: auto !important;
}


/* Job Boxes */

.sel_division, .sel_country, .sel_category, .sel_type, .sel_cpack, .sel_crec1, .sel_crec0 {
    display: inline-block;
    margin-right: 20px;
}

.sel_division label, .sel_country label, .sel_category label, .sel_type label, .sel_crec0 label {
    margin-right: 8px;
}

/*.sel_cpack,*/
.sel_ccon, .sel_crec {
    display: none;
}

.sel_crec0 {
    /*margin-bottom: 10px;*/
}

.button-group1 #cfb12,
.button-group1 #cfb35,
.button-group1-map #cfb12,
.button-group1-map #cfb35 {
    display: none !important;
}


/* Job Selects */

.frame-layout-1 .news-text-wrap {
    text-align: left;
}


.job_selects select,
.mapsfilters select {
    border: 2px solid #a8a8a8;
    padding: 5px 30px 5px 10px;
    /*background: #eef1f3;*/
    margin-bottom: 10px;
    height: 40px;
    font-size: 16px;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none; /* remove default arrow */
    background-color: #FFF;
    background: url(../Img/arrow-down.png) 95% / 13px no-repeat transparent; /* add custom arrow */
}

.job_selects select option,
.mapsfilters select option {
    color: #000 !important;
}

.job_selects select,
.mapsfilters select {

}

/* turn it off completely */
.job_selects select:active,
.job_selects select:hover,
.mapsfilters select:active,
.mapsfilters select:hover {
    outline: none;
}

/* make it red instead (with with same width and style) */
.mapsfilters select:active, .mapsfilters select:hover {
    /*	background: url(../Img/arrow-up.png) 95% / 20px no-repeat #fff; */
}

.job_selects select:active,
.job_selects select:focus,
.mapsfilters select:active,
.mapsfilters select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    -webkit-border-radius: 0px;
    background-color: #000;
    border: 2px solid #000;
    background: url(../Img/arrow-up.png) 95% / 13px no-repeat #fff; /* add custom arrow */
}

.job_selects select::-ms-expand,
.mapsfilters select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

@media screen and (min-width: 0\0
) {
    .job_selects select,
    .mapsfilters select {
        background-image: none \9;
        padding: 5px \9;
    }
}

.job_selects select option,
.mapsfilters select option {
    display: block !important;
}

.mapsfilters .select-group,
.mapsfilters .select-group1 {
    display: none;
}


@media (max-width: 513px) {

    .job_selects .sel_division,
    .job_selects .sel_category,
    .job_selects .sel_country,
    .job_selects .sel_crec0,
    .job_selects .sel_type,
    .mapsfilters .select-group,
    .mapsfilters .select-group {
        width: 100%;
        display: block;
    }

    .job_selects select,
    .mapsfilters select {
        width: 100%;
        border: 2px solid #a8a8a8;
        padding: 3px 30px 3px 6px;
        margin-bottom: 0px;
    }

    .mapsfilters {
        width: 100%;
    }

    .mapsfilters select {
        background-color: #FFF;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .mapsfilters .select-group,
    .mapsfilters .select-group1 {
        display: block;
        width: 100%;
    }

    .mapsfilters .button-group,
    .mapsfilters .button-group1,
    .mapsfilters .button-group-map,
    .mapsfilters .button-group1-map {
        display: none;
    }
}

/* Special Headlines Recycling */

.headline_outer {
    width: 100%;
    margin-bottom: 30px;
}

.headline_inner {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #000;
}


/* Search */

.navbar-main #lb_indexedsearch {
    width: 80%;
    margin: 0 auto;
}

#tx_indexedsearch .input-group #tx-indexedsearch-searchbox-button-submit {
    margin: 0;
    height: 38px;
    margin-left: 10px;
}


.search-final .index-head {
    font-weight: bold;
    font-size: 24px;
    margin-right: 6px;
}

.search-final .media-heading {
    margin-bottom: 10px;
}

.search-final .media {
    margin-bottom: 30px;
}

.hidden_sel {
    display: none;
}

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

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

.tx-indexedsearch-browsebox {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin: 0 5px;
    line-height: 30px;
    background-color: #FFF;
}

.tx-indexedsearch-browsebox > li > strong > a,
.tx-indexedsearch-browsebox > li > a {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.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: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 12px;
}


/* Accordeon */

.accordeon-link a,
.accordeon-link a:hover,
.accordeon-link a:focus,
.accordeon-link a:active {
    color: #333;
}

@media (max-width: 767px) {
    .panel-body .table-responsive {
        border: none;
    }
}

/* Tables */

caption {
    padding: .75rem;
    color: #000;
    font-weight: bold;
    text-align: left;
    caption-side: top;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #000;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {

    .table-responsive table {
        font-size: 15px;
        width: 100%;
    }

    .table > thead > tr > td:first-child,
    .table > tbody > tr > td:first-child,
    .table > tfoot > tr > td:first-child {
        padding-right: 5px;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: initial;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        min-width: 70px;
    }

}


/* Special Designs */

.page-885 .frame-layout-none .frame,
.page-955 .frame-layout-none .frame,
.page-889 .frame-layout-none .frame,
.page-881 .frame-layout-none .frame,
.page-878 .frame-layout-none .frame,
.page-875 .frame-layout-none .frame,
.page-846 .frame-layout-none .frame,
.page-843 .frame-layout-none .frame,
.page-819 .frame-layout-none .frame,
.page-1332 .frame-layout-none .frame,
.page-840 .frame-layout-none .frame,
.page-1329 .frame-layout-none .frame,
.page-811 .frame-layout-none .frame,
.page-1312 .frame-layout-none .frame,
.page-1304 .frame-layout-none .frame,
.page-1299 .frame-layout-none .frame,
.page-1792 .frame-layout-none .frame,
.page-1758 .frame-layout-none .frame,
.page-1308 .frame-layout-none .frame,
.page-796 .frame-layout-none .frame,
.page-1011 .frame-layout-none .frame,
.page-1014 .frame-layout-none .frame,
.page-1017 .frame-layout-none .frame,
.page-1020 .frame-layout-none .frame,
.page-1029 .frame-layout-none .frame,
.page-1026 .frame-layout-none .frame,
.page-1035 .frame-layout-none .frame,
.page-1044 .frame-layout-none .frame,
.page-1038 .frame-layout-none .frame,
.page-1047 .frame-layout-none .frame,
.page-1041 .frame-layout-none .frame,
.page-1606 .frame-layout-none .frame {
    margin-bottom: 15px;
}


/* Form */

.form-main legend {
    margin-bottom: 0;
    font-size: 24px;
    color: inherit;
    border: 0;
    border-bottom: none;
}

.form-main .table > thead > tr > th,
.form-main .table > tbody > tr > th,
.form-main .table > tfoot > tr > th,
.form-main .table > thead > tr > td,
.form-main .table > tbody > tr > td,
.form-main .table > tfoot > tr > td {
    border-top: none;
}

.form-main .btn-group .btn-cancel,
.form-main .btn-group .btn-cancel:hover,
.form-main .btn-group .btn-cancel:focus,
.form-main .btn-group .btn-cancel:active {
    font-weight: bold;
    background: #FFF;
    color: #007f8b;
    border: 1px solid #000;
    margin: 5px;
    padding: 10px 15px;
    font-size: 12px;
}


/* Slider Background Position */

.left_all {
    background-position: center left !important;
}

.right_all {
    background-position: center right !important;
}

@media screen and (max-width: 767px) {
    .right_mobile {
        background-position: center right !important;
    }

    .left_mobile {
        background-position: center left !important;
    }
}

.form-main .form-group, .form-main .form-group .table {
    margin: 0;
}

.panel-group .tx-ttaddress-pi1 {
    margin-top: 10px;
}


/* #Cookies new-old? */

#tx_cookies_accept input {
    cursor: pointer;
}

#tx_cookies .typo3-messages,
#tx_cookies h3 {
    display: none;
}

#tx_cookies {
    position: fixed;
    bottom: -1px;
    background: #eef1f3;
    padding: 0px;
    border-top: 1px solid #007d8a;
    width: 100%;
    z-index: 999999;
}

#tx_cookies a {
    /*	color: #00BDF2!important*/
}

#tx_cookies_hint,
#tx_cookies_link {
    display: inline-block;
}

#tx_cookies_inner {
    /*background-color: rgba(0, 0, 0, 0.6);
			color: #FFF;*/
    max-width: 100%;
    margin: 0 auto;
    width: 1180px;
    background: none !important;
    padding: 10px !important;
    border-top: none;
}

#tx_cookies button, #tx_cookies input[type="submit"] {
    background: #eef1f3 !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
    /* font-weight: bold; */
    color: #007d8a !important;
    border: 1px solid #007d8a !important;
}

#tx_cookies button:hover, #tx_cookies input[type="submit"]:hover {
    background: #007d8a !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
    font-size: 11px !important;
    /* font-weight: bold; */
    color: #fff !important;
    border: 1px solid #007d8a !important;
}

#tx_cookies_close {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}

#tx_cookies form, #tx_cookies_close {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#tx_cookies_showPermanent {
    position: relative;
}

#tx_cookies_link {
    padding-bottom: 5px;
}


#c19033 .col-xs-12, #c19034.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#c19034 h2 {
    font-size: 17px;
}

#c19034 h3 {
    font-size: 17px;
}

#c19034 legend {
    margin-bottom: 10px;
    font-size: 17px;
}


#c4616 header h2, #c8402 header h2 {
    display: none;
}


.frame-layout-2 .add-on a {
    text-decoration: underline;
    color: #FFF;
}

.frame-layout-2 .add-on .required {
    display: none;
}


#offer_request_bulgaria_bg .add-on a,
#offer_request_bulgaria_en .add-on a {
    text-decoration: underline;
    color: #333;
}

#offer_request_bulgaria_bg .add-on .required,
#offer_request_bulgaria_en .add-on .required {
    display: inherit;
}


/* Customize the label (the container) */
.agb-main {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.agb-main span.agb {
    padding-left: 10px;
}

/* Hide the browser's default checkbox */
.agb-main input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /*height: 0;
  width: 0;*/
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.agb-main:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.agb-main input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.agb-main input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.agb-main .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**/


/* Create a custom checkbox */
.frame-layout-2 .checkmark {
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.frame-layout-2 .agb-main:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.frame-layout-2 .agb-main input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}

/* Style the checkmark/indicator */
.frame-layout-2 .agb-main .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#p2095 .gallery-row.row:before,
#p2090 .gallery-row.row:before,
#p2089 .gallery-row.row:before {
    display: none !important;
}


.footer-section-contact .frame p:first-child {
    font-weight: bold;
}

.teaser-date {
    color: #888888;
    margin-bottom: 10px;
    font-size: 14px;
}


/* New 15.04.2020 */

.news .footer span {
    border-right: none;
}

.news .footer .news-list-date:last-child {
    border-right: 0;
}

.news .footer .news-list-date {
    display: inline-block;
    padding-top: 0;
}

.news .footer span {
    padding-right: 0px;
    margin-right: 0px;
}

.news .footer .split {
    margin-left: 7px;
    margin-right: 7px;
}

@media (max-width: 468px) {

}


/* #Media List*/

ul.media-list {
    padding-left: 0;
}

ul.media-list li.media {
    margin-bottom: 17px;
    background-color: #FFF;
}

ul.media-list li.media .media-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*background-color: #CCC;*/
    text-decoration: none;
}

ul.media-list li.media .media-links:hover {
    /*color: #FFF; */
    /* background-color: #007d8a; */
    text-decoration: underline;
}

ul.media-list li.media .media-links .media-left {
    background-color: #FFF;
}

ul.media-list li.media .media-links .media-body {
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-all;
    font-size: 16px;
    font-weight: bold;
}

.uploads-filename {

}

.uploads-filesize {
    margin-left: 20px;
}

/*
 * entfernt am 29.9. 20:34 wegen Downloads auf: http://dunapack.klicktdrauf.at/company/locations/germany
.frame-type-uploads .frame-container {
    padding: 0;
}
*/

.frame-type-uploads ul.media-list li.media .media-links .media-body {
    padding-left: 0;
}

.frame-type-uploads ul.media-list li.media .media-links .media-left {
    margin-right: 20px;
}

.frame-type-uploads ul.media-list li.media .media-links .media-body .uploads-fileicon {
    font-size: 28px;
}


.frame-type-uploads ul.media-list li.media .media-links .media-body .uploads-fileicon .bootstrappackageicon {
    padding: 5px 10px;
}


.frame-type-uploads ul.media-list li.media .media-links .media-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.frame-type-uploads ul.media-list li.media .media-links .media-heading p {
    margin-bottom: 0;
}


/* Layout Body no Breadcrumb */

body.layout-60 .breadcrumb-section,
body.layout-61 .breadcrumb-section {
    display: none;
}

/** Body Layouts for Circularity **/

.layout-80 {
    background-image: url("../Img/HG-Kreise_hell.png");
    background-size: cover;
}

.layout-81 {
    background-image: url("../Img/HG-Kreise_dunkel.png");
    background-size: cover;
    color: #FFF;
}

.layout-82 {
    background-image: url("../Img/HG-Verlauf.png");
    background-size: cover;
    color: #FFF;
}

.layout-phg-circularity h1,
.layout-phg-circularity h2,
.layout-phg-circularity h3 {
    color: inherit;
}

/* #Buttons */

.btn-new-container {
    margin-left: auto;
    margin-right: auto;
}

.frame-layout-1008 a,
.frame-layout-1003 a,
.frame-layout-1006 .textpic-text a,
.carousel .carousel-item .carousel-content-inner a,
.carousel .carousel-item .valign a,
    /*.flexslider .frame-container a,*/
.flexslider .textpic .textpic-item.textpic-text a,
.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey .textpic .textpic-item.textpic-text a,
.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey .textpic .textpic-item.textpic-text a,
.btn-new {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 40px 10px 20px;
    color: #000;
    background-color: #FFF;
    font-weight: bold;
    border: 1px solid #FFF;
    background-image: url('../Img/arrow_right.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    text-transform: uppercase;
}

.btn-new {
    color: #000 !important;
    padding: 8px 40px 8px 20px;
    font-size: 17px;
    text-transform: uppercase;
}


.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey .textpic.textpic-below,
.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey .textpic.textpic-below {
    margin-bottom: 0px;
}

.frame-layout-1006 .textpic-text a,
.flexslider .textpic .textpic-item.textpic-text a,
.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey .textpic .textpic-item.textpic-text a,
.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey .textpic .textpic-item.textpic-text a
    /*.flexslider .frame-container a*/
{
    text-indent: -330px;
    transition: text-indent 0.3s;
    border: 1px solid #000;
    padding: 10px 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 40px;
}

.frame-layout-1003 a:hover,
.frame-layout-1006 .textpic-text a:hover,
.frame-layout-1008 a:hover,
.flexslider .textpic .textpic-item.textpic-text a:hover,
.carousel .carousel-item .carousel-content-inner a:hover,
.carousel .carousel-item .valign a:hover,
.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey .textpic .textpic-item.textpic-text a:hover,
.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey .textpic .textpic-item.textpic-text a:hover,
.btn-new:hover {
    color: #FFF !important;
    background-color: #000;
    text-indent: 0px;
    text-decoration: none;
    border: 1px solid #000;
    width: auto;
    background-image: url('../Img/arrow_right_white.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.flexslider .textpic .textpic-item.textpic-text a:hover,
.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey .textpic .textpic-item.textpic-text a:hover,
.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey .textpic .textpic-item.textpic-text a:hover {
    padding: 10px 40px 10px 20px;
}

.frame-background-white .btn-new {
    border: 1px solid #000;
}

.frame-layout-1006 .textpic-text a:hover {
    text-indent: 0px;
    transition: text-indent 0.3s;
    padding: 10px 40px 10px 20px;
}

.flexslider .frame-container .textpic-text a:hover {
    color: #FFF !important;
    background-color: #000 !important;
    text-decoration: none;
    border: 1px solid #000;
    background-image: url('../Img/arrow_right_white.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 13px center;
}

@media screen and (min-width: 992px) {
    .frame-layout-1008 a,
    .frame-layout-1003 a,
    .frame-layout-1006 .textpic-text a,
    .carousel .carousel-item .carousel-content-inner a,
    .carousel .carousel-item .valign a,
    .flexslider .frame-container a,
    .btn-new {
        margin-top: 40px;
    }
}


/* Grid */

.frame-type-gridelements_pi1 .col-md-4 > .frame-background-grey {
    padding: 20px 20px;
}

.frame-type-gridelements_pi1 .col-md-3 > .frame-background-grey {
    padding: 20px 20px;
}

/* #Gallery */

.gallery-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.gallery-row.k25-columns-count-6 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    padding: 0;
}

.gallery-row.k25-columns-count-6 .gallery-item {
    width: 100%;
    margin: 0 !important;
}

.gallery-row.k25-columns-count-6 .gallery-item img {
    margin-bottom: 0 !important;
    width: 100% !important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .gallery-row.k25-columns-count-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .gallery-row.k25-columns-count-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.gallery-item {
    position: relative;
    float: none;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .gallery-item {
        margin-bottom: 20px;
    }
}

.gallery-item:not(.gallery-item-size-1) img,
.gallery-item:not(.gallery-item-size-1) picture {
    width: 100%;
    height: auto;
}

.gallery-item-size-1 {
    width: 100%;
}

.container-head .gallery-item-size-1 {
    width: auto;
}

.gallery-item-size-2 {
    width: calc(100% / 2);
}

.gallery-item-size-3 {
    width: calc(100% / 3);
}

.gallery-item-size-4 {
    width: calc(100% / 2);
}

@media (min-width: 768px) {
    .gallery-item-size-4 {
        width: calc(100% / 4);
    }
}

.gallery-item-size-5 {
    width: calc(100% / 2);
}

@media (min-width: 768px) {
    .gallery-item-size-5 {
        width: calc(100% / 3);
    }
}

@media (min-width: 992px) {
    .gallery-item-size-5 {
        width: calc(100% / 5);
    }
}

/* #Text-Icon Icons */

path,
rect {
    color: #FFF !important;
    /*fill: #000!important;*/
    stroke: #FFF !important;
}

path,
rect {
    color: #000 !important;
    /*fill: #000!important;*/
    stroke: #000 !important;
}

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

.texticon-size-awesome {
    font-size: 7em;
}

.frame-layout-1009 > .frame-container > .frame-inner > .frame {
    padding: 90px 0 !important;
}


.frame-layout-1009 .frame-inner {
    background-color: rgba(0, 60, 20, 0.6);
    max-width: 480px;
    padding: 30px 20px;
    color: #FFF;
    margin: 40px 0;
}

.frame-layout-1009 .frame-inner h1,
.frame-layout-1009 .frame-inner h2,
.frame-layout-1009 .frame-inner h3,
.frame-layout-1009 .frame-inner h4,
.frame-layout-1009 .frame-inner a {
    color: #FFF;
}

.frame-layout-1009 .frame-inner a {
    text-decoration: underline;
}

.frame-layout-1009 .btn-new {
    margin-top: 10px;
    text-decoration: none !important;
}

/* #Accordeon */

.panel-group {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

.accordion-item,
.panel-default {
    overflow: hidden;
}

.accordion-item + .accordion-item,
.panel-default + .panel-default {
    margin-top: .25em;
}

.accordion-header {
    padding: 0;
}

.accordion-title,
.panel-default .panel-heading {
    font-size: 17.6px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.2em;
}

.accordion-title-link,
.accordion-title-link:focus,
.accordion-title-link:hover,
.panel-title .accordion-toggle,
.panel-title .accordion-toggle:focus,
.panel-title .accordion-toggle:hover {
    color: inherit;
    text-decoration: none;
}

.accordion-title-link,
.panel-title .accordion-toggle {
    padding: 0.75em 1.5em;
    padding-left: calc(1.5em + 2em);
    position: relative;
    display: block;
}

.accordion-title-link-state {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;

    position: absolute;
    height: .8em;
    width: .8em;
    top: 50%;
    left: 1.5em;
    /*transform: translate(0, -50%);*/
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.accordion-title-link.collapsed .accordion-title-link-state {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 30%;
}

.accordion-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75em;
    margin-right: -0.75em;
}

.accordion-content-item {
    flex-grow: 1;
    order: 1;
    padding-left: 0.75em;
    padding-right: 0.75em;
    width: 100%;
}

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


.accordion-item.card,
.panel.panel-default {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none !important;
    background-color: rgba(245, 246, 248, 1) !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

/**
 * Example https://hamburger-containerboard.ddev.site/careers/apprenticeships
 */
.frame-background-grey .accordion-item.card {
    background-color: #FFF !important;
}

.accordion-item .card-header,
.panel-default .panel-heading {
    padding: 7px 0px;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border-bottom: none !important;
}

@media (min-width: 992px) {
    .accordion-content-right .accordion-content-item,
    .accordion-content-left .accordion-content-item {
        width: 50%;
    }

    .accordion-content-right .accordion-content-item *:last-child,
    .accordion-content-left .accordion-content-item *:last-child {
        margin-bottom: 0;
    }
}

.accordion-content-top .accordion-content-media,
.accordion-content-left .accordion-content-media {
    margin-bottom: 1.5em;
}

@media (min-width: 992px) {
    .accordion-content-left .accordion-content-media {
        margin-bottom: 0;
    }
}

.accordion-content-bottom .accordion-content-media,
.accordion-content-right .accordion-content-media {
    order: 2;
    margin-top: 1.5em;
}

@media (min-width: 992px) {
    .accordion-content-right .accordion-content-media {
        margin-top: 0;
    }
}


/*! #PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* stylelint-disable */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    /* stylelint-enable */
}

.pswp--zoomed-in .pswp__img {
    /* stylelint-disable */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    /* stylelint-enable */
}

.pswp--dragging .pswp__img {
    /* stylelint-disable */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    /* stylelint-enable */
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline;
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: .9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url('../Img/PhotoSwipe/default-skin.png') 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url('../Img/PhotoSwipe/default-skin.svg');
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }

}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;

    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #ffffff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000000;
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #ffffff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #ffffff;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #ffffff;
}

a.pswp__share--pinterest:hover {
    background: #cccccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #dddddd;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #ffffff;
    opacity: .75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption small {
    font-size: 11px;
    color: #bbbbbb;
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #cccccc;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url('../Img/PhotoSwipe/preloader.gif') 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {

    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }

}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-140deg);
    }
    100% {
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}


@media screen and (max-width: 991px) {
    .navbar-mainnavigation .container .navbar-nav .nav-item.contact-button {
        margin: 20px 5px 30px 5px;
    }

    .navbar-mainnavigation .container .navbar-nav .nav-item.contact-button a {
        padding: 10px 10px;
    }

    .footer-section-content .col-sm-2:first-child {
        width: 100%;
    }

    .footer-section-content .col-sm-2:first-child .image {
        max-width: 180px;
        margin-bottom: 30px !important;
    }

    .footer-section-content .col-sm-2 {
        width: 33%;
    }

}


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

    .section-default .frame-layout-1008 .frame-header > h1,
    .section-default .frame-layout-0 .frame-header > h1 {
        /*margin-bottom: 40px;*/
    }

    .section-default .frame-layout-1008 .frame-header > h2,
    .section-default .frame-layout-0 .frame-header > h2 {
        /*margin-bottom: 50px;*/
    }

}

.carousel-control-next, .carousel-control-prev {
    display: none !important;
}


/* Gridelements */

.frame-type-gridelements_pi1 .col-md-3,
.frame-type-gridelements_pi1 .col-md-4,
.frame-type-gridelements_pi1 .col-md-5,
.frame-type-gridelements_pi1 .col-md-7 {
    margin-bottom: 30px;
}

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

    .frame-type-gridelements_pi1 .col-md-3,
    .frame-type-gridelements_pi1 .col-md-4,
    .frame-type-gridelements_pi1 .col-md-5,
    .frame-type-gridelements_pi1 .col-md-7 {
        margin-bottom: 0;
    }
}

/* Form rows */

.main-section #tx_indexedsearch #tx-indexedsearch-searchbox-sword {
    margin: 0;
}

.main-section #tx_indexedsearch .input-group-btn #tx-indexedsearch-searchbox-button-submit {
    height: 100%;
    margin-left: 15px !important;
}

#page-header .form-group.tx-indexedsearch-search-submit {
    text-align: center;
}

.search-final .index-head a {
    color: #000;
}

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

    .form-element-type-textarea {
        margin-left: 0px;
        margin-right: 0px;
    }

    .frame-type-form_formframework .form-element-type-linked-checkbox .form-check {
        padding-left: 0px;
    }

    .frame-type-form_formframework .actions .btn-group .btn-primary {
        margin: 0;
    }

}

/* Alerts */

.alert {
    border-radius: 0;
}

#tx_indexedsearch .alert.alert-info,
.alert.alert-info {
    background-color: transparent;
    border: none;
}

/* TABS */

.nav.nav-tabs {
    padding-left: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    margin-bottom: 30px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.55;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #555;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
    background-color: #eee;
    text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-decoration: none;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.fade.in {
    opacity: 1;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4faf98;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link {
    margin-right: 5px;
}


/* More about Prinzhorn and Prinzhorn Group*/

.frame-layout-1029 h1,
.frame-layout-1029 .h1,
.frame-layout-1029 h2,
.frame-layout-1029 .h2 {
    margin: 20px 0 70px;
}

.frame-layout-1029 .texticon-content h2,
.frame-layout-1029 .texticon-content .h2,
.frame-layout-1029 .texticon-content h3,
.frame-layout-1029 .texticon-content .h3,
.frame-layout-1029 .texticon-content h4,
.frame-layout-1029 .texticon-content .h4 {
    font-weight: bold;
    font-size: 27px;
}

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

.frame-layout-1029 .col-md-3 .texticon-top .texticon-icon,
.frame-layout-1029 .col-md-4 .texticon-top .texticon-icon {
    margin-bottom: .1em;
}

.frame-layout-1029 .btn-new-container .btn-new {
    margin-top: 20px;
}

@media screen and (min-width: 576px) {
    .frame-layout-1029 .col-md-3 .texticon-top .texticon-icon,
    .frame-layout-1029 .col-md-4 .texticon-top .texticon-icon {
        margin-bottom: .3em;
    }
}

/* Black Carousel Header */

.headblack {
    color: #000 !important;
}

.button-border {
    border: 1px solid #000 !important;
}

.has-error .invalid-feedback {
    display: block;
    font-size: initial !important;
    font-weight: normal;
    color: #fd4a4a;
}

.mail-icon {
    width: 40px;
    display: block;
    margin-top: 5px;
    height: 20px;
    background-image: url(../Img/Mail_Tuerkis.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.mail-icon a {
    display: block;
}

.mail-icon a:hover {
    text-decoration: none;
}

.f3-widget-paginator {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

.f3-widget-paginator li {
    display: inline-block;
    margin: 0 5px;
    line-height: 30px;
}

.f3-widget-paginator li a {
    text-decoration: none;
    display: inline-block;
    width: 33px;
    height: 33px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    transition: all .3s ease-in-out;
    font-weight: bold;
    background-color: #fff;
}

.f3-widget-paginator li a:hover {
    background-color: #000;
    color: #fff;
}

.f3-widget-paginator li.current {
    text-decoration: none;
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
}

.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
    width: 33px;
    height: 33px;
    text-indent: -9999px;
    position: relative;
}

.f3-widget-paginator li.previous a:hover,
.f3-widget-paginator li.next a:hover {
    background-color: transparent;
}

.f3-widget-paginator li.previous a:before,
.f3-widget-paginator li.next a:before {
    content: '';
    width: 100%;
    height: 100%;
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
    opacity: 0.5;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.f3-widget-paginator li.previous a:before {
    background-image: url(../Img/arrow_left.png);
}

.f3-widget-paginator li.next a:before {
    background-image: url(../Img/arrow_right.png);
}

.f3-widget-paginator li.previous a:hover:before,
.f3-widget-paginator li.next a:hover:before {
    opacity: 1;
}

.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
    background: transparent;
}

/**
 * Address-List Styles:
 */

#addresses-list .address-item {
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    height: 100%;
}

#addresses-list .address-item.has-link {
    position: relative;
    padding-bottom: 60px;
}

#addresses-list .address-item__header {
    min-height: 100px;
}

#addresses-list .address-item__address {
    min-height: 90px;
}

#addresses-list .address-item__link {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

#addresses-list .address-item__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

#addresses-list .address-item .arrow-right-box {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background-image: url("../Img/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
}

#addresses-list .address-item a:hover .arrow-right-box {
    background-color: #000;
    background-image: url("../Img/arrow_right_white.png");
}

/**
 * Address-Card Styles:
 */

.address-cards {
    display: grid;
    gap: 2rem;
}

.address-cards .address-item__header {
    min-height: 120px;
}

.address-cards .address-item__image img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .address-cards.template-2-columns,
    .address-cards.template-3-columns,
    .address-cards.template-4-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px) {
    .address-cards.template-3-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1280px) {
    .address-cards.template-4-columns {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.address-cards .address-card {
    background-color: #FFF;
    padding: 15px;
    text-align: left;
}

.address-cards .address-card .arrow-right-box {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background-image: url("../Img/arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
}

.address-cards .address-card a:hover .arrow-right-box {
    background-color: #000;
    background-image: url("../Img/arrow_right_white.png");
}

/**
 * Country Selector:
 */

.section-country-selector .frame-container {
    text-align: center;
}

@media screen and (min-width: 991px) {
    .section-country-selector .frame-container {
        position: relative;
    }

    .section-country-selector .frame-container #country-selector {
        position: absolute;
        top: -59px;
        right: 20px;
        padding: 5px 15px 5px 5px;
        border-radius: 0;
        border: 1px solid #000;
    }

    .section-country-selector .frame-container #country-selector:focus-visible {
        outline: none;
    }
}

/**
 * Tab-Navigation
 */

.tab-navigation select {
    padding: 10px 5px;
    display: block;
    margin: 0 auto 45px auto;
    border: none;
    background-color: #FFF;
    font-size: 16px;
}

.tab-navigation select:focus-visible {
    outline: none !important;
}

/**
 * Tabs default Styles from Bootstrap Package -> _tabs.scss
 */

.tab-pane-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tab-pane-content-item {
    order: 1;
    width: 100%;
}

.tab-pane-content-item > *:first-child {
    margin-top: 0;
}

.tab-pane-content-item > *:last-child {
    margin-bottom: 0;
}

.tab-pane-content-text {
    flex-grow: 1;
    flex-shrink: 0;
}

.tab-pane-content-bottom .tab-pane-content-text {
    order: 0;
}

.tab-pane-content-left .tab-pane-content-text {
    order: 0;
}

@media (min-width: 768px) {
    .tab-pane-content-right .tab-pane-content-item {
        width: calc(50% - (1rem / 2));
    }

    .tab-pane-content-left .tab-pane-content-item {
        width: calc(50% - (1rem / 2));
    }
}

/**
 * VueJs Additions
 */

.frame-type-list.rmgooglemaps_contactfilter {
    position: relative;
}

.frame-type-list.rmgooglemaps_contactfilter .frame-backgroundimage-container {
    height: 575px;
}

@media (min-width: 576px) {
    .frame-type-list.rmgooglemaps_contactfilter .frame-backgroundimage-container {
        height: 480px;
    }
}

@media (min-width: 991px) {
    .frame-type-list.rmgooglemaps_contactfilter .frame-backgroundimage-container {
        height: 420px;
    }
}

.reset-button {
    border: none;
    font-size: 1rem;
    height: 100%;
    display: block;
    padding-left: 50px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35px;
    background-color: transparent;
    margin: 0 auto;
}

.reset-button.reset-button--white {
    color: #FFF;
    background-image: url(../Icons/reset_white.svg);
}

.reset-button.reset-button--black {
    color: #000;
    background-image: url(../Icons/reset_black.svg);
}

.k25-select {
    padding: 10px 30px 10px 5px;
    font-size: 1rem;
    display: block;
    width: 100%;
    border: none;
    appearance: none;
    background-image: url("../Img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.k25-select:focus-visible {
    outline: none !important;
}

/**
 * Textpic Element in Columns, Gap between background and content
 */

[class*='col-'] .frame-type-textpic {
    padding: 20px;
}

/**
 * Siehe andere Änderung von 24.8. 15 Uhr
 * auch hier nur den Abstand, wenn eine Farbe ausgewählt wurde
 * ansonsten darfs links/rechts keinen Abstand haben.
 */
[class*='col-'] .frame-type-textpic.frame-background-none {
    padding-left: 0;
    padding-right: 0;
}

.contact-item__files a {
    display: flex;
    align-items: center;
}

/*
.contact-item__files a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/typo3conf/ext/bootstrap_package/Resources/Public/Icons/BootstrapPackageIcon/file.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    flex-shrink: 0;
}
*/

/**
 * Änderung am 27.8. 16:00
 * Idee war, wenn ein Element einen Hintergrund hat und das vorherige nicht (oder umgekehrt!), dann
 * soll da auotmatisch ein Abstand sein.
 * Sonderfall hier auf Seite: http://prinzhorn.klicktdrauf.at/news-press
 * Hintergrundfarbe nicht über Eigenschaft gelöst, sondern über .frame-layout-1. Warum auch immer...
 */
.frame-layout-0 + .frame-layout-1,
.frame-layout-1 + .frame-layout-0 {
    margin-top: 70px;
}

/**
 * hide field .form-element-current-page
 */
.form-element-current-page {
    display: none;
}

/**
 * FEATURE: Social Links Navigation
 */

.social-links-navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .social-links-navigation {
        right: 35px;
    }
}

.social-links-navigation__item {
    background-color: #FFF;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    display: block;
}

.social-links-navigation__item:hover {
    background-color: #000;
}

.social-links-navigation__link {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.social-links-navigation__link--facebook {
    background-image: url("../Icons/SocialMedia/FaceBookColor.svg");
}

.social-links-navigation__link--facebook:hover {
    background-image: url("../Icons/SocialMedia/Facebook.svg");
}

.social-links-navigation__link--instagram {
    background-image: url("../Icons/SocialMedia/InstagramColor.svg");
}

.social-links-navigation__link--instagram:hover {
    background-image: url("../Icons/SocialMedia/Instagram.svg");
}

.social-links-navigation__link--linkedin {
    background-image: url("../Icons/SocialMedia/LinkedInColor.svg");
}

.social-links-navigation__link--linkedin:hover {
    background-image: url("../Icons/SocialMedia/LinkedIn.svg");
}

.social-links-navigation__link--youtube {
    background-image: url("../Icons/SocialMedia/YouTubeColor.svg");
}

.social-links-navigation__link--youtube:hover {
    background-image: url("../Icons/SocialMedia/YouTube.svg");
}

@media (max-width: 768px) {
    .form-element-type-textarea .input {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.language-13 .contact-filter__header h1 {
    font-size: 28pt;
}

.language-5 .contact-filter__header h1 {
    font-size: 25pt;
}

[id^=packaging-Offer-Request-HU_EN-] .form-page-header h2 {
    display: none !important;
}

[id^=dPSprembergKundenseminare-] .form-page-header h2 {
    display: none !important;
}

[id^=dPOfferRequestUngarnExtendedEN-] .form-page-header h2 {
    display: none !important;
}

.countdown {
    text-align: center;
    color: #0086cc;
}

.countdown-field {
    display: block;
    font-size: 46pt;
    line-height: 80px;
}

.countdown-label {
    display: block;
    font-size: 12pt;
}

.content-slug-anchor {
    scroll-margin-top: 150px;
    position: absolute;
    left: -999999px;
}

/** subnav styles **/

.subnav-nav {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.subnav-nav li {
    display: block;
    padding-bottom: 5px;
}

.subnav-nav li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.subnav-nav li a:hover, .subnav-nav li.active > .subnav-link {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

/** bootstrap 5 helpers for visually hidden **/
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

/** helper class for max-width content-wide **/
.max-w-content {
    max-width: 1180px;
}

/** taken from BP5 because .container is overwritten by default in this project **/
.container-default {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

/** Bootstrap Package Styles for Backend Layout: SubNavigationLeft **/

.section-row {
    --section-columns: 12;
    --section-colspan: 12;
    --section-gaps: 0;
    --section-gap: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--section-gap)
}

.section-column {
    width: calc(100% / var(--section-columns) * var(--section-colspan) - (var(--section-gap) * var(--section-gaps) / var(--section-columns) * var(--section-colspan)))
}

.backendlayout-subnavigation_right .subnav-wrap, .backendlayout-subnavigation_left .subnav-wrap {
    display: none
}

@media (min-width: 992px) {
    .backendlayout-subnavigation_right .subnav-wrap, .backendlayout-subnavigation_left .subnav-wrap {
        display: block;
        --section-gaps: 1;
        --section-colspan: 3
    }

    .backendlayout-subnavigation_right .maincontent-wrap, .backendlayout-subnavigation_left .maincontent-wrap {
        --section-gaps: 1;
        --section-colspan: 9
    }

    .backendlayout-subnavigation_right .subnav-wrap {
        order: 2
    }

    .backendlayout-subnavigation_right .maincontent-wrap {
        order: 1
    }
}

#map-cookie-error {
    width: 100%;
    height: 500px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/**
 * RTE Link Class for Files: link-download
 * see: https://k25.atlassian.net/browse/PHW-1
 */

.link-download {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.link-download:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../Img/link-download.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

/**
 * Custom Slider: https://www.hamburger-containerboard.com/de/karriere/ebs-ii-projekt/
 */

#flexslider59322 .slides .frame {
    margin-bottom: 0;
}

#flexslider59322 .slides .frame .gallery-item figure img {
    margin: 0 auto;
}

.quote-slider .slick-track {
    display: flex;
}

.quote-slider {
    max-width: 100% !important;
}

.quote-slider .slick-slider {
    margin: 0 40px;
}

.quote-slider .slick-slide {
    height: auto;
    display: flex !important;
    margin: 0 8px;
}

.quote-slider .slick-slide .frame {
    max-width: 100%;
    margin-top: auto;
}

.quote-slider .slick-slide .frame .gallery-row {
    display: block;
    padding: 0;
}

.quote-slider .slick-slide .frame .gallery-row .gallery-item {
    margin: 0;
}

.quote-slider .slick-prev::before,
.quote-slider .slick-next::before {
    content: unset;
}

.quote-slider .slick-prev,
.quote-slider .slick-next {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0.5;
}

.quote-slider .slick-prev {
    background-image: url("../Img/arrow_left.png") !important;
}

.quote-slider .slick-next {
    background-image: url("../Img/arrow_right.png") !important;
}

.quote-slider .slick-prev:hover,
.quote-slider .slick-next:hover {
    opacity: 1;
}

.quote-slider .slick-dots li button:before {
    font-size: 25px;
}

.quote-slider .frame-container {
    padding: 0;
}

.quote-slider .textpic-item.textpic-text {
    padding: 0;
}

/**
 * TASK: add media_ratio to sys_file_reference videos
 * WebSailor: 12.3.2025 19:30
 * Bootstrap CSS contains:
 * .embed-responsive-21by9::before{padding-top:42.857143%}
 * .embed-responsive-16by9::before{padding-top:56.25%}
 * .embed-responsive-4by3::before{padding-top:75%}
 * .embed-responsive-1by1::before{padding-top:100%}
 */

.embed-responsive-9by16::before {
    padding-top: calc(16 / 9 * 100%);
}

/** Taken from: https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.css#L2171 **/
.form-control::-webkit-file-upload-button,
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #FFF;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
