/* Navicon – Strassen- & Verkehrstechnik*/	
.page-header nav.megasub .submenu .navicon.navicon612 {
    mask-image: url('../img/headicons/strassen-verkehrstechnik.svg');
}

.frame-headicon-strassen_verkehrstechnik {
    header h3.ce-headline-center {
        @include breakpoint(small only) {
            line-height: 110%;
            text-align: left;
        }
        &::before {
            content: ' ';
            display: inline-block;
            width: 55px;
            height: 55px;
            background-size: auto 35px;
            background-repeat: no-repeat;
            background-position: right center;
            vertical-align: middle;
            margin-left: -55px;
            @include breakpoint(small only) {
               float: left;
               margin-left: 0;
               margin-right: 1rem;
            }
        }
        &::after {
            @include breakpoint(small only) {
                clear: both;
                opacity: 0;
            }
            @include breakpoint(medium) {
                margin-top: -10px;
            }
        }
    }
}


.frame-headicon-strassen_verkehrstechnik header h3.ce-headline-center::before {
    background-image: url('../img/headicons/strassen-verkehrstechnik.svg');
    width: 150px;
}




.view-reportagenberichte .grid-container {
    padding-left: 0rem;
    padding-right: 0rem;
}

.menu-item-615 a {
    color: #dbf227;
}

.page-header nav.main {
    margin-right: -55px;
}

.menu-header .menu-item-615 > a {
    display: inline-block;
    width: 90px;
    height: auto;
    background: url("/fileadmin/redakteur/logos/dieProfitester_Logo.svg") no-repeat center/contain;
    text-indent: -9999px; 
    overflow: hidden;     
    white-space: nowrap; 
  }
  
  /* falls im Link noch <span> o.ä. steckt: */
  .menu-header .menu-item-615 > a > span { 
    display: none; 
  }

/*----Slider---*/

.news-list-view.view-home-slider .orbit-bullets button {
    border-radius: 0;
    width: 13px;
    height: 16px;
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0);
    margin: 0 .6875rem 0 0;
}

.news-single .teaser-text *{
    font-weight: 700;
}

.teaserlabel {
    font-weight: 700;
}


/*----Meistgelesen---*/

.news-list-view.view-meistgelesen-grid {
    counter-reset: counter;
}

.news-list-view.view-meistgelesen-grid .imgzoom {
    position: relative;
}

.news-list-view.view-meistgelesen-grid .imgzoom .counter {
    position: absolute;
    top: 0;
    right: 0;
}

.news-list-view.view-meistgelesen-grid .imgzoom .counter p {
    font-size: 5rem;
    font-weight: 900;
    color: transparent;

}

.news-list-view.view-meistgelesen-grid .imgzoom .counter p::before {
    content: counter(counter);
    font-size: 7rem;
    font-weight: 900;
    color: white;
    text-shadow: #2d2d2d 1px 0 10px;;
}

.news-list-view.view-meistgelesen-grid .grid-x {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    row-gap: 1.25rem;
}

.news-list-view.view-meistgelesen-grid .cell {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    counter-increment: counter;
}


.news-list-view.view-meistgelesen-grid h3 span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .8rem;
    font-weight: 600;
    line-height: 150%;
    display: block;
    color: white;
    padding-bottom: 2px;

}

.news-list-view.view-meistgelesen-grid .caption {
    position: relative;
    background: #ef7b00;
    height: 210px;
    padding: 10px;
}

.news-list-view.view-meistgelesen-grid a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: .3125rem;
    line-height: 130%;
    transition: all .4s;
    color: white;
}

.news-list-view.view-meistgelesen-grid a:hover h3 {
    color: #222e43;
}

.news-list-view.view-meistgelesen-grid a .copy {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 130%;
    font-size: 1rem;
    font-weight: 400;
    color: white;
}

.news-list-view.view-meistgelesen-grid a .more {
    font-weight: 600;
    font-size: .75rem;
    color: white;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}



@media print, screen and (min-width: 40em) {
    .news-list-view.view-meistgelesen-grid .grid-x {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }
    
    .news-list-view.view-meistgelesen-grid .grid-padding-x>.cell {
        padding-right: 0;
        padding-left: 0;
    }
}


/*----Home 3-Grid---*/
.news-list-view.view-home-grid {
    margin-left: -.675rem;
    margin-right: -.675rem;
}

.news-list-view.view-home-grid a .imgzoom img {
    margin-bottom: 0;
    max-width: none;
    width: 100%;
}

.news-list-view.view-home-grid .caption {
    background: #ebecee;
    height: 189px;
    padding: 10px;
}

.news-list-view.view-home-grid a h3 span {
    font-size: .8rem;
    font-weight: 600;
    line-height: 150%;
    display: block;
    color: #ef7b00;
    padding-bottom: 2px;
}

.news-list-view.view-home-grid a h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-view.view-home-grid a h3 span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list-view.view-home-grid a .copy {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list-view.view-home-grid a .news-list-date {
	padding-top: 5px
}

.news-list-view.view-home-grid a .more {
    font-weight: 600;
    font-size: .75rem;
    color: #232E43;
    position: absolute;
    right: 1.8rem;
    bottom: 25px;
}

.asm.rectangle {
    padding-top: 5px;
}

@media print, screen and (min-width: 64em) {
    .news-list-view.view-home-grid .cell {
        border-right: none;
    }
}


/*---View-Magazin---*/

.view-magazin-list .grid-padding-x>.cell {
    padding-left: 0;
    padding-right: 0;
}

.view-magazin-list .news-list-date {
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.view-magazin-list a .imgzoom {
    width: 300px;
}

.news-list-view.view-magazin-list a .imgzoom img {
    margin-bottom: 0;
    max-width: none;
    width: 100%;
}

@media print, screen and (max-width: 39.9988em) {
    .view-magazin-list a .imgzoom {
        width: 100%;
    }
    }



/*---View-Podcast---*/

.news-list-view.view-podcast .cell a {
    background: #ebecee;
    padding: 1rem;
}

.news-list-view.view-podcast .cell a .more {
    font-weight: 600;
    right: 1rem;
    bottom: .5rem;
}




/*---View-Reportagenberichte---*/

.news-list-view.view-reportagenberichte .grid-container .newsrow {
    margin: .9375rem 0;
    border-bottom: none;
    position: relative;
    background: #ebecee;
    padding: 0 1rem 0 0;
}

.news-list-view.view-reportagenberichte .grid-container .newsrow h3 {
    padding-top: 1rem;
}

.news-list-view.view-reportagenberichte .grid-container .newsrow h3 span {
    color: #ef7b00;
}

.news-list-view.view-reportagenberichte .grid-container .newsrow .more {
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    font-weight: 600;
    font-size: 14px;
    color: #232E43;
}

@media print, screen and (max-width: 39.9988em) {
    .news-list-view.view-reportagenberichte .grid-container .newsrow {
        margin: .9375rem 0;
        border-bottom: none;
        position: relative;
        background: #ebecee;
        padding: 0 0 1rem 0;
    }

    .news-list-view.view-reportagenberichte .grid-container .newsrow h3 {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .news-list-view.view-reportagenberichte .grid-container .newsrow .copy {
        padding: 0 1rem;
    }
    .view-magazin-list .grid-padding-x>.cell {
        padding-left: 0;
        padding-right: 0;
    }
}




/*---View-Themenoverview---*/

.news-list-view.view-themenoverview .newsrow.featured {
    height: 567.5px;
}

.news-list-view.view-themenoverview .newsrow {
    position: relative;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    border-bottom: none;
    background: #ebecee;
}

.news-list-view.view-themenoverview .newsrow.featured h4 {
    padding: 1rem;
}

.news-list-view.view-themenoverview .newsrow.featured .copy {
    padding: 0 1rem;
}

.news-list-view.view-themenoverview .newsrow.featured .more {
    right: 1rem;
    bottom: .5rem;
    font-weight: 600;
}

.news-list-view.view-themenoverview .newsrow h4 {
    padding-right: 1rem;
    padding-top: .8rem;
}

.news-list-view.view-themenoverview .newsrow h4 span {
    font-weight: 600;
    color: #ef7b00;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list-view.view-themenoverview .newsrow .copy {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 1rem;
}

.news-list-view.view-themenoverview .newsrow .more {
    right: 1rem;
    bottom: .5rem;
    font-weight: 600;
}

@media print, screen and (max-width: 39.9988em) {
    .news-list-view.view-themenoverview .newsrow.featured {
        height: initial;
        padding-bottom: 1rem;
    }
    .news-list-view.view-themenoverview .newsrow h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}




/*---View-Themenoverview---*/

.news-list-view.view-themenlist .cell a {
    background: #ebecee;
}

.news-list-view.view-themenlist a h2 {
    padding-top: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-view.view-themenlist a h2 span {
    font-weight: 600;
    color: #ef7b00;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-list-view.view-themenlist .cell a .copy {
    padding-right: 1rem;
}

.news-list-view.view-themenlist .cell a .more {
    right: 1rem;
    bottom: .5rem;
    font-weight: 600;
}




/*---View-Suppliers---*/

.d3suppliers.list a.listitem {
    border-bottom: none;
    padding: 1rem .4rem;
    margin: 2rem 0;
    background: #ebecee;
}

.d3suppliers .listitem .logo {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
}

.d3suppliers .listitem .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
}

.d3suppliers.list a.listitem:hover {
    opacity: initial;
    color: #ef7b00;
}

.d3suppliers.list .catmenu .catmenusimple li a {
    padding: .1875rem .375rem;
    background: #ebecee;
    color: #000000;
    font-size: .9rem;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.d3suppliers.list .catmenu .catmenusimple li a:hover {
    background-color: #232E43;
    color: #fefefe;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.d3suppliers.list .catmenu .catmenusimple li.active a {
    background-color: #ef7b00;
    color: #fefefe;
    font-weight: 600;
}

@media print, screen and (max-width: 39.9988em) {
    .d3suppliers .listitem .address {
        padding-left: 0;
    }
    .d3suppliers .listitem .logo {
        margin-bottom: 1rem;
    }
}



/*---Blockquote---*/

.frame blockquote {
    font-size: 1rem;
    color: #0a0a0a;
    line-height: 150%;
}

.frame blockquote:after {
    display: flex;
    background: #0a0a0a;
}




/*---Slideup---*/

.slideup .frame.frame-layout-0 {
    padding-left: 0;
    padding-right: 0;
}

.social-counter {
    display: flex; 
    font-size: 1.125rem; 
    align-items: center; 
    justify-content: space-between;
    color: #000000;
}

.social-counter p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 800;
}

.social-counter span {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.icon {
    width: 48px;
    height: 48px;

}

.follow-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin: auto;
    margin-right: 0;
    font-weight: 600;
}

.follow-btn:hover {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    border-radius: 15px;
}

.special-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #25D366;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin-top: 10px;
    font-weight: 600;
    border: #25D366 solid 1px;
}

.special-btn:hover {
    background-color: #25D366;
    color: #000000;
    border-radius: 15px;
    border: white solid 1px;
}

.social-counter .text {
    width: 100%;
    text-align: left;
    padding: 5px 0 0 5px;
}




/*---Button---*/

.btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    background-color : #ef7b00;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    border-radius: 5px;

}

.btn:hover {
    background-color: #222e43;
    border-radius: 15px;
}




/*---Form---*/

.control-label {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.help-block {
    font-size: .875rem;
}

.lightbox {
    margin-bottom: 20px;
}

.form-check-label {
    margin-top: 10px;
}

.input {
    margin-bottom: 0;
}

.input .form-control {
    background-color: #ebecec;
    border-radius: 10px;
    transition: none;
    border: none;
    box-shadow: none;
}

.inputs-list {
    margin-top: 10px;
}

.xxlarge {
    height: 100px;
}

#jubilaeum-7807-fieldset-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5%;
}

.form-group {
    width: 100%;
}




/*---Newsletter Form---*/

.cr_form .cr_button {
    transition: all 3s ease;
    -webkit-transition: all 0.3s ease;
    width: 80%;
    background-color: #ef7b00;
    font-weight: 800;
    border-radius: 5px;
}

.cr_form .cr_button:hover {
    width: 80%;
    background-color: #222e43;
    font-weight: 800;
    border-radius: 15px;
}

.cr_form-input {
    background-color: #ebecec;
    border-radius: 10px;
    transition: none;
    border: none;
    box-shadow: none;
}

.itemname {
    font-weight: 600;
}




/*---Newsletter PopUp---*/

#myNewsletterPopupModal .clform {
    margin: 0 12%;
}

#myNewsletterPopupModal .clform .cr_form-component--submit .cr_form-block.cr_button {
    width: 100%;
}




/*---Magazin-Box---*/

.highlight-box {
    max-width: 100%;
    background-color: #ef7b00;
    padding: 20px 20px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: white;
}

.highlight-box  .box-title {
    display: flex;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5rem;
    margin-bottom: 40px;
    height: 40px;
    align-items: center;
}

.highlight-box  .box-title .title-icon {
    height: 19px;
    margin-right: .5rem;
}

@media only screen and (max-width: 478px) {
    .highlight-box  .box-title .title-icon {
        height: 40px;
    }
}

.highlight-box  .box-content {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.highlight-box  .box-content-left {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 0px;
    justify-content: space-between;
}

.highlight-box  .box-content-left .img {
    width: 100%;
    object-fit: cover;
}

.highlight-box  .box-content-left .btn-section {
    display: flex;
    justify-content: left;
    gap: 10px;
    width: 100%;
}

.highlight-box  .box-content-right {
    display: flex;
    height: 317px;
    width: 40%;
    align-items: center;
    justify-content: center;
}

.highlight-box  .box-content-right .cover {
    position: absolute;
    height: 317px;
    border: rgba(0, 0, 0, 0.228) 1px solid;
    opacity: 0;
    z-index: 1;
}

.highlight-box  .box-content-right .discription {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: black;
    z-index: 0;
}

.highlight-box  .box-content-right .discription .top-headline {
    font-size: 1.1rem;
    line-height: 0.5rem;
    margin-bottom: 5px;
    font-weight: 800;
    color: #ef7b00;
    text-transform: uppercase;
}

.highlight-box  .box-content-right .discription .headline {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 2px;
}

.highlight-box  .box-content-right .discription .themen {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: .8rem;
}




/*---Magazin-Box – Button Animation ---*/

.highlight-box  .box-content-left .btn-section .btn-dark {
    color: white;
    font-weight: 700;
    border: none;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #222e43;
    padding: 15px 20px;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
  	margin-bottom: 0px;
    transition: all .3s ease;
}

.highlight-box  .box-content-left .btn-section .btn-light {
    color: black;
    font-weight: 700;
    border: none;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #ebecec;
    padding: 15px 20px;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
  	margin-bottom: 0px;
    transition: all .3s ease;
}

.highlight-box  .box-content-left .btn-section .btn-dark:hover, .highlight-box  .box-content-left .btn-section .btn-light:hover {
    border: none;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 20px 15px 30px;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
  	margin-bottom: 0px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all .3s ease;
    animation-name: polygon-in;
    animation-duration: .3s;
    animation-timing-function: ease;
}

@keyframes polygon-in {
    from {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes polygon-out {
    from {
        clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}




/*---Magazin-Box – Cover Animation ---*/

body:has(.btn-dark:hover) .box-content-right .discription, body:has(.btn-dark:not(:hover)) .box-content-right .cover {
    opacity: 0;
    transform: scale(0.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

body:has(.btn-dark:hover) .box-content-right .cover, body:has(.btn-dark:not(:hover)) .box-content-right .discription {
    opacity: 100;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.highlight-box  .box-content-left .btn-section .btn-dark:not(:hover), .highlight-box  .box-content-left .btn-section .btn-light:not(:hover) {
    animation-name: polygon-out;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}



/*---d3suppliers - suppliersslider ---*/

.supplierslider .slick-figure .orbit-caption {
    background-color: rgb(232 232 232 / 80%);
}




/*---News Detail View ---*/

.ce-textpic .image-caption {
    font-size: .9rem;
    line-height: 130%;
    margin-top: .5rem;
}

@media only screen and (max-width: 700px) {
    .highlight-box  {
        padding: 20px;
    }
    .highlight-box  .box-content {
        flex-direction: column;
    }
    .highlight-box  .box-content-left {
        display: flex;
        width: 100%;
        justify-content: left;
    }
    .highlight-box  .box-content-left .img {
        width: 100%;
    }
    .highlight-box  .box-content-left .btn-section {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .highlight-box  .box-content-left .btn-section .btn-light, .highlight-box  .box-content-left .btn-section .btn-dark {
        border-radius: 5px;
    }
    .highlight-box  .box-content-right {
        height: auto;
        width: auto;
    }

    .ce-textpic .image-caption {
        margin-bottom: 10px;
    }

}


/*---Login ---*/


