:root {
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-primary: #ff8700;
    --bs-primary-bg-subtle: #ffcc99;
    --bs-body-font-family: 'Montserrat', Tahoma, sans-serif;
    --bs-body-bg: #ff0000;
}



.nav {
    --bs-nav-link-color: var(--bs-body-color);
    --bs-nav-link-hover-color: var(--bs-dark);
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--bs-primary);
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--bs-primary-bg-subtle);
}

.fixed {
    display: flex;
    background-color: #1e1e1e;
    --background-overlay: rgba(0, 0, 0, 0.5);
    /*background: url('/fileadmin/user_upload/electric-motor.webp');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100vh;
    background-size: cover;
}


    .extra-space {
        margin-bottom: 2000px;
    }
.headermargin {
    margin-right: 6rem;
}

.grid-1-list {
    #background-color: #ffffff;
    #opacity: 0.8;
    margin: 0;
    padding: 1rem;
    font-size: 2rem;
    color: white;
}

.grid-1-list ul {
    display: flex;
    flex-direction: row;
    list-style-type:none;
}


.headermenu .nav-item a {
    color: white;
    font-size: 2rem;
}

.headermenu .nav-item .dropdown-menu a {
    /*color: #212529;*/
    font-size: 1rem;
    transition-property: font-size;
    transition-duration: 0.4s;
    transition-delay: 0s;
}

.headermenu .nav-item .dropdown-menu a:hover {
    /*color: #212529;*/
    background: transparent;
    font-size: 1.5em;
}

.headermenu .nav-item .dropdown-menu  {
    background: transparent;
    font-size: 1rem;
    border: none;
    backdrop-filter: blur(12px);
    width: 340px;
}
@media screen and (max-width: 1164px) {
    .bulletresponsive li {
        font-size: 1.5rem;
    }
}

#detakta_svg_logo_burger {
    opacity: 0;
}


.detaktalogo {
    position: absolute;
    width: 200px;
    top: 24px;
    left: 48px;

    i {
        font-size: 3em;
    }
}

.detaktalogo img {
    width: 200px;
    height: auto;
}

.detaktalogo2 {
    /*position: absolute;*/
    /*width: 20px;*/
    /*top: 24px;*/
    /*left: 48px;*/

    i {
        font-size: 3em;
    }
}

.detaktalogo2 img {
    position: relative;
    width: 65px;
    height: auto;
    left: -10px
}


.detaktawrapper {
    position: fixed;
    top: 20px;
    left: 20px;
    max-width: 625px;
//margin: 120px auto;
    margin: 0 auto;
    padding: 0 20px;
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    line-height: 1.4em;
    z-index: 999;
}

.productimage_reverse img{

    height: auto;
    width: 60%;
    border-radius: 20px;
    /*margin: 1.5rem 2rem 1.5rem 6rem;*/

}

.productimage img{
    height: auto;
    width: 60%;
    border-radius: 20px;
    /*margin: 1.5rem 2rem 1.5rem 6rem;*/
    /*left: -200px;*/

}

.productimage {
    position: relative;
    left: -100%;
    /*animation: slide 0.5s forwards;*/
    /*animation-delay: 2s;*/
}
.producttext_left {
    position: relative;
    left: -100%;
    /*animation: slide 0.5s forwards;*/
    /*animation-delay: 2s;*/
}
.producttext {
    position: relative;
    right: -100%;
    /*animation: slide 0.5s forwards;*/
    /*animation-delay: 2s;*/
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.startleft400 {
    position: relative;
    /*left: -400px;*/
    left: -100%;
}


.startright400 {
    position: relative;
    /*right: -400px;*/
    right: -100%;
}

.productdescription {
    font-size: 1.5rem;
    color: #494a50;
    padding: 2rem;
}

.productdescription a{
    font-size: 1.2rem;
    color: white;
    border: 1px solid #494a50;
    padding: 1rem 1rem;
    border-radius: 1rem;
    background-color: #494a50;
    text-decoration: none;
}

.productdescription a:hover{
    background-color: #494a5099;

}

.productimage_reverse {
    position: relative;
    right: -100%;
    /*animation: slide 0.5s forwards;*/
    /*animation-delay: 2s;*/
}
.producttext_reverse {
    position: relative;
    left: -100%;
    /*animation: slide 0.5s forwards;*/
    /*animation-delay: 2s;*/
}


.productheadline {
    font-size: 3rem;
    color: #494a50;
}

.pdfsvg {
    color: #ff0000;
    width: 2rem;
    height: auto;
}
.min-h-100px {
    min-height: 100px
}

.min-h-2rem {
    min-height: 2rem;
}

.min-h-64px {
    min-height:64px;
}

.min-h-3rem {
    min-height: 3rem;
}

.boxlightbrown {
    /*background-color: #efdecd4a;*/
    background-color: #ffffff;
    border-color: rgba(0,0,0,0.4);
    border-style: solid;
    border-radius: 20px;
    border-width: 1px;
}

.bg-light-brown {
    background-color: #efdecd4a;
    color: white;
}
.bg-fluid-brown {
    background-color: #d3c8ca;
    color: white;
}

.produktbox1-beschreibung {
    background-color: #efdecd4a;
    border-color: rgba(0,0,0,0.2);
    border-style: solid;
    border-radius: 20px;
    border-width: 1px;
}


.headliner {
    color: white;
    font-size: 2rem;
    padding: 2rem 1rem 2rem 5rem;
}



.textliner {
    color: white;
    font-size: 1.25rem;
    padding: 2rem 5rem 2rem 1rem;
    /*display: flex;*/
    align-items: center;
    height: 100%;
}


.grid-1-header h2 {
    font-size: 6rem;
    color: white;

}

.grid-1-list {
    margin: 0;
    padding: 1rem;
    font-size: 2rem;
    color: white;
}


@media (max-width: 960px) {


    .grid-1-list  {
        padding: 0.5rem;
        font-size: 1.5rem;
    }

    .grid-1-header h2 {
        font-size: 4rem;

    }

    .headliner {
        color: white;
        font-size: 1.5rem;
        padding: 1rem;
    }



    .textliner {
        color: white;
        font-size: 1rem;
        padding: 1rem;
        /*display: flex;*/
        align-items: center;
        height: 100%;
    }

}




.stripe-1 {
    background-color: #2b4f4d;
}

.shrink-icon {
    width: 24px;
    height: 24px;
}
.energy-icon {
    width: 24px;
    height: 24px;
}

.color-wheel-icon {
    width: 24px;
    height: 24px;
}

.diameter-icon {
    width: 26px;
    height: 26px;
    color: #ff0000;
}

/* Animations */


.startright100perc {
    position: relative;
    right: -100%;
}

.startleft100perc {
    position: relative;
    left: -100%;
}

.small-line-before {
    margin-top: 0.5rem;
}

.produktboximage {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.produktboximage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.produktboximage img:hover{
    scale: 1.2;
}

.backdrop-white {
    background-color: #ffffff00;
    backdrop-filter: blur(5px);
    border-radius: 10px ;
}
.backdrop-white-2 {
    background-color: #ffffffA0;
    backdrop-filter: blur(5px);
    border-radius: 10px ;
}

.zmax {
    z-index: 10000;
}

.modal-dialog {
    z-index: 2000;
}

.cursor-pointer {
    cursor: pointer;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.para-mb0 p{
    margin-bottom: 0;
}


.bg-darkgreen {
    background-color: #2b4f4d;
}

.linkastext a {
    text-decoration: none;
    color: black;
}

.roundedimagewithborder .image-embed-item {
    border-radius: 25px;
    border: 1px solid black;

}
