/* ########################################################################## */
/* # BOF default3.css */
/* # StyleSheet für alle Webseiten Teil-3 */
/* ########################################################################## */





@media screen and (min-width: 640px) {

    .ce-menu-102 .lp-item:nth-of-type(10n+4) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .feedback-header {
        display: block;
        font-size: 0.75em;
    }

    .feedback-header div {
        padding-top:0;
        padding-bottom:0;
    }

    .feedback-header .feedback-header-container {
        width: 220px;
        margin-left: -10px;
    }

    #opportunity-request-popup .button-prev {
        width: auto;
    }

    .anfrage-pins {
        flex-direction: row;
        margin-right: 50px;
    }

    #page-header nav.main-menu .nav-level-2 li {
        border-bottom: none;
    }

    nav.main-menu a,
    #page-header nav.main-menu a,
    #page-header nav.main-menu a.active {
        border-left: none;
    }

    #page-header nav.main-menu .nav-level-2 li a,
    #page-header nav.main-menu .nav-level-3 li a {
        padding-left: 10px;
    }

    #page-header nav.main-menu .nav-level-2 li:hover > a,
    #page-header nav.main-menu .nav-level-2 a:hover {
        background-color: rgba(255, 102, 0, 0.8);
    }

    nav.main-menu > ul > li {
        border-bottom:none;
    }

    form.header-search-form input {
        width: 220px;
        -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
        transition: width 0.5s;
    }
    form.header-search-form:hover input,
    form.header-search-form input:focus {
        width: 220px;
    }

    .tx-powermail .powermail_fieldwrap.layout2 {
        width: 50%;
    }
    .tx-powermail .powermail_fieldwrap.layout3 {
        width: 33.33333%;
    }

    .promolayout01 .promotion-package-cell .h3-optic,
    .promolayout02 .promotion-package-cell .h3-optic {
        font-size: 1.25rem;
    }

    #page-uid-60 #tx_cookies,
    #tx_cookies {
        font-size: 1em;
        bottom: 0;
    }

    #tx_cookies_inner {
        background-color: rgba(0, 0, 0, 1);
    }

    #page-header-content {
        height: 400px;
    }

    #page-header-content h1,
    #page-header-content .h1-optic {
        font-size: 2em;
    }

    .header-price {
        font-size: 2em;
    }

    nav.main-menu a,
    #page-header nav.main-menu a {
        color: #002659;
    }

    a.page-logo-link.htepc {
        padding: 0;
    }

    #page-header-top {
        height: 125px;
    }

    #page-header .header-info {
        display: inline-block;
    }

    #page-footer h3,
    #page-footer .h3-optic,
    #page-footer h4,
    #page-footer .h4-optic,
    #page-footer ul {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .social-container {
        text-align: left;
    }

    .social-container .button-social {
        margin-left: 0;
    }

    .packet-locations-map {
        height: 450px;
    }

    .content-wrapper,
    .sidebar-wrapper {
        text-align: left;
    }

    .header-subtitle {
        display: block;
    }

    nav.creator-menu {
        display: block;
        overflow: hidden;
    }

    .link-title {
        font-size: 0.75em;
        margin: 0;
        max-width: 80px;
    }

    .menu-toogle,
    .menu-link {
        display: none;
    }

    .xmenu {
        float: none;
        margin-left: 100px;
        padding-left:10px;
        padding-right:10px;
        width: calc(100% - 100px);
        position: relative;
        top: 0;
        z-index: 560;
        max-width: none;
        right:0;
    }

    nav.main-menu {
        display: block;
        border-top: none;

        overflow: inherit;
        max-height: none;

    }

    nav.main-menu ul {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    nav.main-menu > ul > li {
        position: relative;
        height: 125px;
    }

    nav.main-menu > ul > li:hover:after {
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: #ff6600;
        bottom: 20px;
    }

    nav.main-menu > ul > li.has-subnav:hover:after {
        display: none;
    }

    .menu.active,
    nav.main-menu > ul > li > ul.active {
        display: none;
    }

    nav.main-menu > ul > li > a {
        height: 120px;
    }

    nav.main-menu a,
    #page-header nav.main-menu a {
        background-color: transparent;
    }

    #page-header nav.main-menu > ul  > li:hover > a,
    #page-header nav.main-menu > ul  > a:hover {
        background-color: transparent;
    }

    nav.main-menu .nav-level-2 {
        min-width: 200px;
        position:relative;
        border-top: 4px solid #ff6600;
    }

    nav.main-menu .last .nav-level-2 {
        right:0;
    }

    nav.main-menu li.has-subnav>a.parent:after,
    nav.main-menu li.has-subnav>a.parent.active:after  {
        content: "";
        display: none;
    }

    nav.main-menu > ul > li:hover > ul {
        display: block;
        position: absolute;
        background-color: #002659;
        width: 100%;
        /*top: 125px;*/
    }

    nav.main-menu li {
        position: relative;
    }

    nav.main-menu > ul > li > ul  li:hover > ul {
        display: block;
        position: absolute;
        background-color: #002659;
        width: 100%;
        left: 100%;
        flex-direction: column;
        top: 0;
    }

    #page-header nav.main-menu > ul > li > a {
        display:         flex;
        align-items: flex-end;
        vertical-align: bottom;
    }

    nav.main-menu > ul > li > span,
    nav.main-menu > ul > li > a > span {
        display: block;
        line-height: 1;
    }

    li.wrapper-item > a  {
        max-width: none;
    }

    li.wrapper-item > a > span {
        display: inline;
    }

    .anfrage-titel {
        font-size: 1.6em;
    }

    .anfrage-titel .subtitle {
        font-size: 0.875em;
    }

    ul.pager > li.hellip {
        display: inline-block;
    }

    .ce-menu-106 li a {
        font-size: 1.2em;
    }


    #page-header-inner {
        top: 125px;
    }

    .page-header-top-right {
        display: block;
        position: absolute;
        background: #ffffff;
        right: 0;
        z-index: 600;
        max-width: 60%;
        text-align: right;
        top: 10px;
        max-width: none;
    }

    .page-header-top-right a {
        color: #ffffff;
        padding: 0.25rem 0.5rem;
        margin: 0 0.25rem;
    }

    .page-header-top-right-wrapper {
        display: flex;
        align-items: center;
    }

    .page-header-top-right-wrapper form.header-search-form {
        border-color: #002659;
        padding: 0.5rem;
        font-size: 1.25rem;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .page-header-top-right-wrapper .input {
        font-size: 0.875rem;
    }

    .header-buttons-wrapper {
        margin-left: 1rem;
        padding: 0.5rem;
        font-size: 1.25rem;
        height: 40px;
        display: flex;
        align-items: center;
    }
    .header-buttons-wrapper a {
        color: var(--hte-color-one, #002659);
    }



    #page-header-top.fixed-header nav.main-menu>ul>li,
    #page-header-top.fixed-header nav.main-menu>ul>li>a {
        height: 85px;
    }

    .mae-counter .mae-counter-number {
        font-size: 3rem;
    }


    #page-header-content .page-header-content-footer h1,
    #page-header-content .page-header-content-footer .h1-optic {
        font-size: 3em;
    }






    #sec-infos .grid-container {
        display: flex;
        flex-wrap: wrap;
    }
    #sec-infos .grid-container>div {
        display: flex;
        flex-direction: column;
    }
    .ge-3 .fd104,
    #sec-infos .fd104 {
        display: flex;
        flex: 1 1 auto;
    }
    .ge-3 .fd104 .box,
    #sec-infos .fd104 .box {
        display: flex;
    }
    .ge-3 .fd104 .ce-above-txt,
    #sec-infos .fd104 .ce-above-txt {
        display: flex;
        flex-direction: column;
    }
    .ge-3 .fd104 .ce-bodytext,
    #sec-infos .fd104 .ce-bodytext {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    /* Filter Set 25% */
    .filter-set .filter-item {
        width: 25%;
    }




}


@media screen and (min-width: 660px) {

    .page-header-content-search .col-regio,
    .page-header-content-search .col-category {
        width: 250px;
    }

    .page-header-content-search .col-search {
        width: 130px;
    }

    .page-header-content-search .col-search button span.txt {
        display: inline;
    }

}


/* pd tempo um es schon ab 700px anzuzeigen und min 320px hoch */
/* pd tempo um es schon ab 640px anzuzeigen und min 360px hoch - angepasst von pd */
@media screen and (min-width: 640px) and (min-height: 360px) {
    #page-header-filter.fixed {
        position: fixed;
        top: 84px;
        z-index: 400;
        display: block;
    }
}


@media screen and (min-width: 800px) {

    .slider-special .slick-list {
        padding: 0;
    }

}


@media screen and (min-width: 960px) {

    #page-header-content h1,
    #page-header-content .h1-optic {
        /*font-size: 3em;*/
        font-size: 4em;
    }

    h2.filter-header,
    .h2-optic.filter-header {
        font-size: 1.6em;
    }

    #sec-sidebar h2,
    #sec-sidebar .h2-optic {
        font-size: 1.6em;
    }

    .fd104 h3,
    .fd104 .h3-optic {
        font-size: 1.6em;
    }

    #page-header-content h2,
    #page-header-content .h2-optic {
        font-size: 2.3em;
    }

    #page-header-content {
        height: 500px;
    }

    #page-header-filter.fixed {
        position: fixed;
        top: 84px;
        z-index: 400;
        display: block;
    }

    .mlist span {
        display: inline;
        margin-right: 4px;
        font-size: 0.75em;
    }

    li.picture-list-item .picture-cell {
        min-height: 360px;
    }

    #sidebar-fixed.fixed {
        max-width: 410px;
        position: fixed;
        top: 86px;
        width: 100%;
        z-index:510;
    }

    #show-menu.fixed ~ div #sidebar-fixed.fixed {
        top: 193px;
    }

    .header-welcome h3,
    .header-welcome .h3-optic {
        font-size: 1.6em;
        margin: 60px 0 0;
    }


    li.wrapper-item.active ul.section-menu {
        display: flex;
    }

    ul.section-menu li:last-child {
        border: none;
    }


    ul.section-menu {
        display: flex;
        position: relative;
    }

    ul.section-menu li {
        border: none;
        min-width: auto;
    }

    ul.section-menu li a,
    ul.section-menu li a.selected,
    ul.section-menu li a:hover {
        background-color: transparent;
        color: #464646;
    }

    ul.section-menu li a span {
        border-bottom: 2px solid transparent;
        padding-bottom: 2px;
    }

    ul.section-menu li a.selected span,
    ul.section-menu li a:hover span {
        border-bottom: 2px solid #ff6600;
    }

    .be-4 #page-main,
    .be-11 #page-main {
        margin-top: 2rem;
    }

    .filter-set .filter-item,
    .filter-set .filter-item.filter-item-button {
        width: auto;
    }

    .g0x.page-logo {
        max-width: none;
    }

    a.page-logo-link {
        padding: 0.75rem;
    }

    .xmenu {
        margin-left: 160px;
        width: calc(100% - 160px);
    }

}




@media screen and (min-width: 960px) and (max-width: 1120px) {
    .angebot-button .sbut-2 {
        display: none;
    }
}


@media screen and (min-width: 1200px) {

    .menu-slider .slick-prev,
    .slider-wrapper .slick-prev {
        left: -50px;
    }

    .menu-slider .slick-next,
    .slider-wrapper .slick-next {
        right: -50px;
    }

}


@media screen and (min-width: 1280px) {

    .menu-slider .slick-list,
    .slider-wrapper .slick-list {
        padding: 0;
        margin: 0;
    }

    .special-item span.mtitel {
        font-size: 1.25em;
    }

}


@media screen and (min-width: 1400px) {

    .ce-menu-102 figure figcaption,
    .ce-menu-103 figure figcaption {
        font-size: 2em;
    }

    nav.main-menu  .last .nav-level-2 {
        right: auto;
        left: 0;
    }

}

@media screen and (min-width: 2000px) {
    .special-item span.mtitel {
        font-size: 1.5em;
    }
}




/* ########################################################################## */
/* # EOF default3.css */
/* ########################################################################## */
