/** Kachel Slider **/
.msr-kachelslider .slider-element {
    height: 500px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: end;
    justify-content: center;
}
.msr-kachelslider .slider-element .white-button{
    margin-bottom: 20px;
}
.msr-kachelslider .slick-prev{
    left: 25px;
    z-index: 9;
}
.msr-kachelslider .slick-next{
    right: 25px;
}
.msr-kachelslider .slick-prev::before,
.msr-kachelslider .slick-next::before{
    padding: 10px 15px;
    background-image: linear-gradient(to right, #092C4D, #084985);
}
@media(max-width: 768px) {
    .msr-kachelslider .slider-element .white-button {
        position: absolute;
        bottom: 20px;
        margin: auto;
        left: 0;
        right: 0;
        width: 200px;
        max-width: 90%;
    }
}

@media(min-width: 1850px){
    .header-bar .menu-search-col .phone-col{
        flex-direction: column;
    }
    .header-bar .menu-search-col .phone-col small{
        position: relative;
        left: 45px;
    }
}
@media(max-width: 1850px){
    .header-bar .menu-search-col .phone-col small{
        display: none;
    }
    .header-menu .menu-list li.lvl2 a{
        padding-left: 25px;
    }
    .header-menu .menu-list li.lvl3 a{
        padding-left: 50px;
    }

    .header-bar .logo-col .row .col-12{
        flex-direction: revert;
        display: flex;
        align-items: center;
    }
    .header-bar .logo-col .row .col-12 .phone-col{
        margin-left: 2rem;
    }
    .header-bar .logo-col .row .col-12 .phone-col .phone .fa-phone{
        margin-right: .5rem;
        font-weight: bold;
    }
}
.header-bar .logo-col .logoslogan{
    width: 120px;
    margin: auto;
    margin-top: 5px;
}
.header-bar .logo-col .row .col-12 .phone-col .phone > div{
    color: #d1141b;
    font-weight: bold;
}

/** Navigation Pointer Fix **/
.header-menu .menu-list li .product-desktop-submenu .menu-list.lvl2 li{
    cursor: pointer;
}

/** Produkttemplate **/
.frame-type-msrtemplate_product{
    border: 1px solid #C4C4C4;
    text-align: center;
    position: relative;
}
.frame-type-msrtemplate_product .start-teaser{
    background-position: top -10px left -10px;
    background-size: 150px;
    background-repeat: no-repeat;
    padding: 1rem;
}
.frame-type-msrtemplate_product .start-teaser.neues-angebot{
    background-image: url('/typo3conf/ext/msr_template/Resources/Public/dist/images/Siegmetall-Jetztneu.png');
}
.frame-type-msrtemplate_product .start-teaser.top-angebot{
    background-image: url('/typo3conf/ext/msr_template/Resources/Public/dist/images/Siegmetall-Top-Angebote.png');
}
.frame-type-msrtemplate_product .start-teaser p{
    margin: 0;
}
.frame-type-msrtemplate_product .start-teaser a.product-image{
    display: block;
    z-index: -1;
    position: relative;
}
.frame-type-msrtemplate_product .start-teaser .triangle{
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 130px 130px 0 0;
    border-color: #eb1d36 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.frame-type-msrtemplate_product .start-teaser .description p,
.frame-type-msrtemplate_product .start-teaser .category{
    font-weight: 100;
    font-size: 14px;
}
.frame-type-msrtemplate_product .start-teaser .title{
    margin: .5rem 0;
}
.frame-type-msrtemplate_product .start-teaser .prices p,
.frame-type-msrtemplate_product .start-teaser .title p{
    font-weight: bold;
    font-size: 22px;
}
.frame-type-msrtemplate_product .start-teaser .prices{
    margin: 1rem 0;
}
.frame-type-msrtemplate_product .start-teaser .prices p small{
    font-size: 12px;
}
.frame-type-msrtemplate_product .start-teaser .prices p.with{
    color: #DB0C15;
}
.frame-type-msrtemplate_product .start-teaser .prices p.without{
    color: #084985;
}

/** Produktteaser mit Hintergrundfarbe **/
.frame-type-msrtemplate_productwithbackground{
    border: 1px solid #C4C4C4;
    position: relative;
}
.frame-type-msrtemplate_productwithbackground .start-teaser{
    background-position: top -10px left -10px;
    background-size: 150px;
    background-repeat: no-repeat;
    padding: 0 !important;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .content,
.frame-type-msrtemplate_productwithbackground .start-teaser .inner{
    padding: 1rem;
}

.frame-type-msrtemplate_productwithbackground .start-teaser.green-bg{
    background-color: #71C726;
    color:#fff;
}
/*
.frame-type-msrtemplate_productwithbackground .start-teaser .content.green-bg,
.frame-type-msrtemplate_productwithbackground .start-teaser .inner.green-bg{
    background-color: #71C726;
    color:#fff;
}
*/
/*
.frame-type-msrtemplate_productwithbackground .start-teaser .content.yellow-bg,
.frame-type-msrtemplate_productwithbackground .start-teaser .inner.yellow-bg{
    background-color: #FBB300;
    color: #fff;
}
 */

.frame-type-msrtemplate_productwithbackground .start-teaser.yellow-bg {
    background-color: #FBB300;
    color: #fff;
}

.frame-type-msrtemplate_productwithbackground .start-teaser .content{

}
.frame-type-msrtemplate_productwithbackground .start-teaser img.angebot{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 150px;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .title{
    margin: 1rem 0 .5rem;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .title p{
    display: inline-block;
    margin: 0;
    font-size: 18px;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .title p:first-child{
    font-weight: bold;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .title p:last-child{
    font-weight: 100;
}
.frame-type-msrtemplate_productwithbackground .start-teaser a.product-image{
    position: relative;
}
.frame-type-msrtemplate_productwithbackground .start-teaser .description p{
    line-height: normal;
}

/** Video Element **/
#header-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background-color: #000; /* Hintergrundfarbe für den Fall, dass das Video nicht geladen wird */
}

#header-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Das Video wird so skaliert, dass es den Container vollständig abdeckt */
}

/* Stil für die Steuerungselemente */
#header-video video::-webkit-media-controls {
    display: block;
}

#header-video video::-webkit-media-controls-enclosure {
    background-color: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe der Steuerelemente */
    border-radius: 5px;
}

#header-video video::-webkit-media-controls-play-button,
#header-video video::-webkit-media-controls-volume-slider {
    color: #fff; /* Farbe der Steuerelemente */
}

#header-video video::-webkit-media-controls-play-button {
    font-size: 24px; /* Größe des Play-Symbols */
}

/* Sticky */
@media screen and (min-width: 1200px) {
    .sticky-side .close {
        left: 10px !important;
        top: 10px !important;
    }
    .sticky-side.active {
        overflow-y: scroll;
    }
    .sticky-side.active.configurator{
        padding-top: 4rem;
    }
    .sticky-side.configurator .tx-powermail > .container-fluid{
        padding: 0;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 input,
    .sticky-side.configurator .tx-powermail .powermail_form_6 textarea{
        color: #084985;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 h3,
    .sticky-side.configurator .tx-powermail .powermail_form_6 legend,
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap label{
        display: none;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap.powermail_fieldwrap_datenschutz label,
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap.powermail_fieldwrap_bildupload label{
        display: block;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap.powermail_fieldwrap_bildupload{
        margin: 2rem 0;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap #powermail_field_bildupload{
        height: auto;
        opacity: 1;
        overflow: auto;
        position: relative;
        z-index: auto;
        color: #fff;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap input,
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap textarea{
        width: 100%;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap input#powermail_field_datenschutz_1{
        width: auto;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_fieldwrap textarea{
        resize: none;
    }
    .sticky-side.configurator .tx-powermail .powermail_form_6 .powermail_field_error_container ul li{
        color: #ff0000;
    }
}

.header-bar .phone-col p {white-space:nowrap;}
@media screen and (min-width: 1850px) {
	.header-menu .menu-list li.lvl1 {width:auto!important;padding:35px 22px 35px 22px!important}
	.header-menu .menu-list li.lvl1 a {font-size:1.2125rem!important;}
	.header-menu .menu-list li.lvl1 a.menu-link.lvl1 {}
	.header-menu .menu-list li .fa-caret-down {top:22px!important;left:-50%;margin-left:0!important;margin:auto;}
	.header-menu .menu-list li.lvl1:not(.active):hover a.menu-link.lvl1 {font-weight:400!important;background:#eeeeee;}
}