@media (min-width: 700px){
    .main-content-home{
        width: fit-content;
        height: fit-content;
        position: relative;
        margin: auto;
    }
    
    .bannerhome{
        position: relative;
        width: 440px;
        height: 413px;
        border-width: 4.8px;
        margin-top: 50px;
        border-radius: 40px;
    
        
        border: none !important;
    
    }
    .dropdowns{
        position: relative;
        width: 480px;
        height: auto;
        margin-left: 40px;
        padding: 24px 40px;
        margin-top: 50px;
        border-radius: 40px;
        min-height: 0 !important;
        box-shadow: 0 3.2px 4px 0.8px rgba(0, 0, 0, 0.27) !important;

        box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.06) !important;
        
    }
    .finde{
        margin-top: 24px;
        font-size: 28px;
        margin-bottom: 8px;
        margin-left: 24px;
        font-weight: 850 !important;
        font-family: Inter;
    }
    .dropdown{
        position: relative !important;
        margin-left: 20px;
        max-height: 16px !important;
        font-size: 40px;
        margin-top: 24px; 
        
        border-radius: 320px;      
        min-height: 64px !important;
        padding-left: 24px;
        border-width: 0.8px !important;
    }
    
    .dropdown *,.dropdown * *, .dropdown * * *{
        font-weight: 700 !important;
        font-family: Inter;
    }
    
    .dropdown {
        height: 24px !important;
    }
    .dropdown:focus,
    .dropdown:active {
        border-top-left-radius: 56px;
        border-top-right-radius: 56px;
    }
    .dropbtn{
        height: 80% !important;
        margin: 0;
        padding: 0;
    }
    .dropdown-content{
        width: calc(100% + 1.6px);
        border-width: 0.8px;
        margin-top: 52.8px;
        border-bottom-left-radius: 56px;
        border-bottom-right-radius: 56px;
        max-height: 240px;
    }
    .dropdown-content div{
        padding: 24px 5.6% !important;
    }
    .a{
        min-height: 64px !important;
        height: 64px !important;
        max-height: 64px !important;
    }
    .suchbtn{
        position: relative;
        font-size: 20px !important;
        height: auto;
        width: 160px;
        padding: 16px 0;
        margin-top: 24px; 
        margin-left: auto;
        margin-right: 20px;
        margin-bottom: 8px;
    
    }
    .dropdown *, .dropdown * *, .dropdown * * *, .dropdown * * * *{
        font-size: 20px !important;
    }
    .desktop1-vector11{
        width: 8px;
        height: 8px;
        position: absolute;
        right: 16px;
        top: 26.4px;
    }
    .dropdowntextu{
        margin: 0;
        top: 0
    }
    .uber{
        position: absolute !important;
        width: 296px;
        
        
        margin: 0 !important;
        top: 0 !important;
        transform: none;
        position: relative;
    }
    .germaninfobox{
        font-size: 16px !important;
    }

    

}

@media (max-width: 700px){
    .finde{
        margin-top: 70vw;
        font-size: 6.6vw;
        text-align: center;
        font-weight: 900;
        font-family: Inter;
    text-align: center !important;

    }
    footer{
        margin-top: 30vw !important;
    }
    .bannerhome{
        background-size: 130% auto;
    }
    .dropdown{
        padding-left: 5%;
    }
}

@media (max-width: 977px) and (min-width: 700px){

    .bannerhome, .dropdowns{
        margin-left: 50%;
        transform: translateX(-50%);
    }
}


.sve{
    display: none !important;
}



.moqinfosvg {
    z-index: 9999 !important;
    pointer-events: auto; /* Ensure pointer events are enabled */
    background: white; /* Adding a background to ensure it's visible and clickable */

}


.moqinfosvg:hover + .moqinfo {
    display: inline !important;
}

.moqinfo{
    position: absolute;
    width: 300px;
    height: auto;
    background: black;
    color: white;
    border-radius: 30px;
    border-top-left-radius: 0vw;
    margin-top: 30px;
    overflow: hidden;
    font-size: 15px !important;
    font-weight: 400 !important;
    transition: 0.4s;
    padding: 20px;
    text-align: left;
    
}
@media (max-width: 700px) {

    .moqinfosvg{
        width: 3vw !important;
        height: 3vw !important
    }

    .moqinfo{
        width: 50vw;
        border-radius: 3vw;
        border-top-left-radius: 0vw;
        margin-top: 1vw;
        overflow: hidden;
        font-size: 2vw;
        transition: 0.4s;
        padding: 2vw;
        transform: translateX(-40vw) translateY(5vw);
    }
}

/* Ensure no other elements overlap the SVG */
.uber {
    position: relative;
    z-index: 1;
}

.leiste-home{
    svg, a{
        color: var(--primary) !important
    }
    svg{
        stroke: var(--primary) !important
    }
}

/*


@media (min-width: 700px) {

    .bannerhome{
        z-index: 1;
        background: none;
        border: none

    }

    .rfqbanner{
        background-color: rgb(58,157,97, 0.1);
        border: 1px solid rgb(58,157,97, 0.8);
        border-radius: 30px;
        padding: 20px;
    }
    .rfqbanner h1{
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 25px;
    }
    .rfqbanner p{
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: 500;
    }
    .rfqbanner a{
        background-color: var(--primary);
        color: white;
        border-radius: 500px;
        padding: 8px 25px;
        font-size: 20px;
        transition: 0.3s;
        text-decoration: none;
        display: inline-block;
    }
    .rfqbanner a:hover{
        transform: scale(1.03);
    }
}

@media (max-width: 700px) {
     
     .finde{
        margin-top: 0;
    }
   
    .bannerhome{
        height: auto;
        margin-bottom: 0;
    }
        
    .rfqbanner{
        padding: 5vw;
        margin-bottom: 10vw;
    }
    .rfqbanner h1{
        font-size: 6vw;
        margin-bottom: 2vw;
    }
    .rfqbanner p{
        margin-bottom: 4vw;
        font-size: 4.5vw;
        line-height: 5.5vw;
    }
    .rfqbanner a{
        font-size: 5vw;
        padding: 2vw 5vw !important;

    }

    

}*/

.rfqbanner{
    display: none !important
}

@media (max-width: 700px) {

    .bannerhome{
        background-image: none;
        background-color: transparent;
    }
    .bannerhome::before{
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url("/public/external/KleiderHandy.JPG");
        background-size: cover;
        background-position: center;
        opacity: 0.82; /* Adjust the background image opacity */
        z-index: -1;
        border-radius: 12vw;

        width: 102%;
        height: 102%;
        transform: translateX(-1%) translateY(-1%);

        background-size: 130% auto !important;


    }
    
    .createrfqbtnsb{
        position: absolute;
        min-width: 50vw;
        min-height: 8vw;
        font-size: 5.5vw;
        color: white;
        background: var(--primary);
        border-radius: 10vw;
        padding: 2vw 5vw !important;
        font-weight: 500;
        top: 40vw;

        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;

        
    }   
    .createrfqbtnsb svg{
        width: 5vw;
        height: 5vw;
        color: white !important;
        stroke: white !important;
        fill: white !important;

        margin-left: 3vw;
        display: inline
    }

    .bannerhome{
        border-color: transparent;
    }
   
}

.createrfqfield-container{
    width: 100vw;
    display: flex;
    justify-content: center;
}

.createrfqfield{
    border-radius: 20px;
    background: rgba(217, 217, 217, 0.30);
    width: 859.5px;
    height: 85.086px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 45px;

    margin: auto;
    
}
.createrfqfield p{
    width: 589.734px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.createrfqfield button{
    width: 165.398px;
    height: 44.363px;
    flex-shrink: 0;
    border-radius: 23.75px;
    background: var(--primary);
    white-space: nowrap;
    color: white;
    font-weight: 500;
    font-size: 20px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 13px;

    transition: .03s;
}
.createrfqfield button:hover{
    transform: scale(1.03);
}
.createrfqfield svg{
    width: 20px;
    height: 20px;
    fill: white
}
@media (min-width: 700px){
    .dropdowns{
        margin-bottom: 70px;
    }
    
}

.searchfor{

    margin-top: 70px;
    margin-bottom: 0;

    width: 100%;
    
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 24px;
    font-weight: 500 !important;
}
.searchfor .selected{
    font-weight: 700 !important;
    text-decoration: underline;
}

@media (max-width: 700px){
    .searchfor{
        margin-top: 3vw;
        font-size: 5vw;
        
    }
}

.designers{
    margin-top: 20px;
}
@media (max-width: 700px){
    .designers{
        margin-top: 0;
    }
}