@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.banner
{   
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    justify-content:center;
    align-items: center;
}
.banner img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; 
}  
.banner .content
{
  
    position: relative;
    max-width: 750px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.462); 
} 
.banner .content h2
{
    color: #000000;
    font-size: 60px;
} 
.banner .content p
{
    color: #000000;
    font-size: 18px;
}   
.banner .content .text-start
{
    font-weight: 700;
    font-size: 20px;
}   
.banner header .desktop-menue,
.banner header .mobile-menue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}

.banner header .logo {
    color: #000000;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.banner header .mobile-menue {
    display: none;
}
.banner header .mobile-menue .content {
    align-items: center;
    text-align: center;
}
.banner header .mobile-menue .toggle {
    position: relative;
}

.banner header .mobile-menue .toggle .dropbtn {
    width: 36px;
    height: 38px;
    background: url('toggle.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
    filter: invert(1);
    border: none;
}

.banner header .mobile-menue .toggle .dropdown-content {
    display: none;
    position: absolute;
    background: transparent;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    border: 4px solid rgb(0, 0, 0);
    border-radius: 20px;
}

.banner header .mobile-menue .toggle .dropdown-content a {
    color: rgb(0, 0, 0);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.banner header .mobile-menue .toggle .dropdown-content.show {
    display: block;
}

.banner header .desktop-menue {
    background: rgba(255, 253, 253, 0.8);             /*#a0a0a0*/
}

.banner header .desktop-menue .Menü {
    font-weight: 600;
    margin-left: 20px;
    color: black;
    text-decoration: none;
}

@media (max-width: 768px) {
    .banner header .desktop-menue {
        display: none;
    }
    .banner header .mobile-menue {
        display: flex;
    }
    
}
   
.about
{
    position: relative;
    width: 100%;
    display: flex;
}
.about .contentBx
{
    background: #ffffff;
    padding: 100px;
    width: 50%;
}

.about2
{
    position: relative;
    width: 100%;
    display: flex;
    background: #8f8f8f;
}
.about2 .contentBx2
{   
    margin-top: 0;
    padding-top: 0px;
    background: #8f8f8f;
    padding: 70px;
    width: 50%;
}
.heading 
{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.text 
{
    color: #000000;  /*hier*/
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}
.about .imgBx
{
    background: url(ueberuns.jpeg);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.services
{
    background: #b3b3b3;
    padding: 100px;
    text-align: center;
}
.services .container
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.services .container .serviceBx
{
    position: relative;
    background: #fff;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
}
.services .container .serviceBx img
{
    max-width: 130px;
}
.services .container .serviceBx h2
{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}
.technology
{
    background: #919191;
    width: 100%;
    padding: 100px;
    padding-top: 300px;
    margin-top: -300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technology .contentBx
{
    max-width: 800px;
}  
.technology .imgBx
{
    max-width: 250px;         
} 
.technology .imgBx img
{
    max-width: 100%;
} 
#Basisurnen,
#Sondermodelle,
#Gestaltung,
#Unikate
{
    max-width: 100%;
    width: 100%;
    text-align: center;
} 
.produkttitel
{
    height: 60px;
    text-align: center;
    align-items: center;
    font-size: 30px;
}
.Produkte
{
    background:#b3b3b3;
    padding: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.Produkte .container
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    box-sizing: border-box;
}
.Produkte .container .Box
{
    max-width: 350px;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px;
}
.Produkte .container .serviceBx
{
    position: relative;
    background: #fff;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt1
{
    position: relative;
    background: url(modell1.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt2
{
    position: relative;
    background: url(modell2.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt3
{
    position: relative;
    background: url(modell3.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
/* Ab hier einfügen 3.11 bis 1.1 */
.Produkte .container .Box .produkt4
{
    position: relative;
    background: url(modell4.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt5
{
    position: relative;
    background: url(modell5.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt6
{
    position: relative;
    background: url(modell6.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt7
{
    position: relative;
    background: url(modell7.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
/* 1.1 */
.Produkte .container .Box .produkt4
{
    position: relative;
    background: url(modell4.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt5
{
    position: relative;
    background: url(modell5.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt8
{
    position: relative;
    background: url(modell8.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt9
{
    position: relative;
    background: url(modell9.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .produkt10
{
    position: relative;
    background: url(modell10.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt1
{
    position: relative;
    background: url(smodell1.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt2
{
    position: relative;
    background: url(smodell2.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt3
{
    position: relative;
    background: url(smodell3.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt4
{
    position: relative;
    background: url(smodell4.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt5
{
    position: relative;
    background: url(smodell5.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt6
{
    position: relative;
    background: url(smodell6.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt7
{
    position: relative;
    background: url(smodell7.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt8
{
    position: relative;
    background: url(smodell8.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt9
{
    position: relative;
    background: url(smodell9.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt10
{
    position: relative;
    background: url(smodell10.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt11
{
    position: relative;
    background: url(smodell11.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt12
{
    position: relative;
    background: url(smodell12.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt13
{
    position: relative;
    background: url(smodell13.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}

/* ab hier 3.11 bis 1.2 */
.Produkte .container .Box .sprodukt14
{
    position: relative;
    background: url(smodell14.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt15
{
    position: relative;
    background: url(smodell15.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt16
{
    position: relative;
    background: url(smodell16.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}

.Produkte .container .Box .sprodukt17
{
    position: relative;
    background: url(V16.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt18
{
    position: relative;
    background: url(A4.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt19
{
    position: relative;
    background: url(A8.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt20
{
    position: relative;
    background: url(SE1.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt21
{
    position: relative;
    background: url(SE2.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt22
{
    position: relative;
    background: url(SE3.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .sprodukt23
{
    position: relative;
    background: url(Camper.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
/* 1.2 */
/* 1.3 */
.Produkte .container .Box .uprodukt1
{
    position: relative;
    background: url(umodell1.jpg);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .uprodukt2
{
    position: relative;
    background: url(umodell2.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .uprodukt3
{
    position: relative;
    background: url(umodell3.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .uprodukt4
{
    position: relative;
    background: url(umodell4.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
.Produkte .container .Box .uprodukt5
{
    position: relative;
    background: url(umodell5.JPG);
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
}
/* 1.3 */

.Produkte .container .Box .space
{
    width: 350px;
    height: 15px;
    background: #b3b3b3;
}
.Produkte .container .Box .produktname
{
    background: #ffffff;
    /*height: 65px;  */
    /*border: 4px solid black; */
    text-align: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    width: 350px;
}
.Produkte .container .Box .produktname h2
{
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.Produkte .container .Box .produktname .mehr-erfahren
{
    color: rgb(0, 0, 0);
    text-decoration: underline;
    cursor: pointer;
}
.Produkte .container .Box .produktname .mehr-text
{
    display: none;
    max-width: 350px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 10px;
}
.Produkte .container .serviceBx img
{
    max-width: 100%;  
    margin: 0;
}
.Produkte .container .serviceBx h2
{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
} 
.modell
{
    position: relative;
    width: 100%;
    display: flex;
    min-height: 600px;
}
.modell .contentBx
{
    background: #ffffff;
    padding: 100px;
    width: 50%;
}
.modell .Modell1
{
    background: url(modell1.JPG);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.modell .Modell2
{
    background: url(modell2.JPG);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.modell .Modell3
{
    background: url(modell3.JPG);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.modell .Modell4
{
    background: url(modell4.JPG);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.modell .Modell5
{
    background: url(modell5.JPG);
    width: 50%;
    background-size: cover;
    background-position: center;
}
.contact
{
    padding-top: 100px;
    background: #8f8f8f;
    text-align: center;
    margin-bottom: 0;
}
.ordner
{
    padding-top: 30px;
    background: #b3b3b3;
    text-align: center;
    margin-bottom: 0;
}

#mySection {
    width: 100%;
    height: 80px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    
}

#mySection.expanded {
    height: auto;
}

.contentD {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#displayWord {
    margin: 3px;
}

.hidden {
    display: none;
    width: 90%; /* Breiter als das Wort */
    text-align: center;
}

#mySection.expanded .hidden {
    display: block;
    margin-top: 0px;
}

.imgBx2
{
    background: url(bg2.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
}
.redbg
{
    background: url(red.jpg) !important;
    background-size: cover;
    background-position: center;
    width: 50%;   
}
.form .inputBx
{
    margin-top: 40px;
}
.form .inputBx input
{
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.form .inputBx input::placeholder
{
    color: #fff;
}
.form .inputBx textarea
{
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    min-height: 150px;
    border-bottom: 2px solid #fff;
}
.form .inputBx textarea::placeholder
{
    color: #fff;
}
.form .inputBx input[type="submit"]
{
    width: 150px;
    background: #fff;
    color: #111;
    cursor: pointer;
    font-weight: 400;
}
.footer
{
    background: #666666;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer ul
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer ul li
{
    list-style: none;
}
.footer ul li a
{
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
}
.footer ul li a img
{
    filter: invert(1);
    max-width: 20px;
}

/*WICHTIG!!!!!*/
@media (max-width: 991px)
{
    .banner
    {
        padding: 50px;
    }
    .banner header .mobile-menue,
    .banner header .desktop-menue
    {
        padding: 20px 50px;
    }
    .banner .content h2{
        font-size: 36px;
    }
    .bammer .content p{
        font-size: 16px;
    }
    .about
    {
        flex-direction: column;
    }
    .about2
    {
        flex-direction: column;
    }   
    #mySection.expanded .hidden
    {
        text-align: center;
        padding: 0;
        margin: 5px;
    }                                                /*#mySection.expanded .hidden*/

    .about2 .contentBx2
    {
        width: 100%;  
        padding: 10px;
        margin: 0;
        min-height: 200px;
        text-align: center; 
    }
    .about .contentBx,
    .modell .contentBx,
    .about .imgBx,
    .modell .Modell1,
    .modell .Modell2,
    .modell .Modell3,
    .modell .Modell4,
    .modell .Modell5
    {
        width: 100%;  
        padding: 50px;
        min-height: 400px;
        text-align: center; 
    }
    .services
    {
        padding: 50px;
    }
    .services .container
    {
       justify-content: center;
       margin-top: 20px; 
    }
    .services .container .serviceBx
    {
        margin: 20px;
        width: 300px;
        height: 350px;
    }
    .technology
    {
        padding: 50px;
        padding-top: 300px;
        justify-content: center;
        flex-direction: column;
    }
    .technology .imgBx
    {
        margin-top: 40px;
        max-width: 250px;
    }
    .Produkte {
        padding: 50px; /* Verringere den äußeren Abstand */
    }

    .Produkte .container {
        justify-content: center; /* Zentriere die Container */
    }

    .Produkte .container .Box {
        max-width: 350px; /* Ändere die maximale Breite der Boxen */
    }

    .Produkte .container .serviceBx {
        width: 100%; /* Ändere die Breite der Service-Boxen */
        max-width: none; /* Entferne die maximale Breite */
        height: auto; /* Lasse die Höhe automatisch anpassen */
        margin-bottom: 20px; /* Füge Platz zwischen den Service-Boxen hinzu */
    }

    .Produkte .container .Box .produkt1,
    .Produkte .container .Box .produkt2,
    .Produkte .container .Box .produkt3,
    .Produkte .container .Box .produkt4,
    .Produkte .container .Box .produkt5,
    .Produkte .container .Box .produkt6,
    .Produkte .container .Box .produkt7,
    .Produkte .container .Box .produkt8,
    .Produkte .container .Box .produkt9,
    .Produkte .container .Box .produkt10,
    .Produkte .container .Box .sprodukt1,
    .Produkte .container .Box .sprodukt2,
    .Produkte .container .Box .sprodukt3,
    .Produkte .container .Box .sprodukt4,
    .Produkte .container .Box .sprodukt5,
    .Produkte .container .Box .sprodukt6,
    .Produkte .container .Box .sprodukt7,
    .Produkte .container .Box .sprodukt8,
    .Produkte .container .Box .sprodukt9,
    .Produkte .container .Box .sprodukt10,
    .Produkte .container .Box .sprodukt11,
    .Produkte .container .Box .sprodukt12,
    .Produkte .container .Box .sprodukt13,
    .Produkte .container .Box .sprodukt14,
    .Produkte .container .Box .sprodukt15,
    .Produkte .container .Box .sprodukt16,
    .Produkte .container .Box .sprodukt17,
    .Produkte .container .Box .sprodukt18,
    .Produkte .container .Box .sprodukt19,
    .Produkte .container .Box .sprodukt20,
    .Produkte .container .Box .sprodukt21,
    .Produkte .container .Box .sprodukt22,
    .Produkte .container .Box .sprodukt23,
    .Produkte .container .Box .uprodukt1,
    .Produkte .container .Box .uprodukt2,
    .Produkte .container .Box .uprodukt3,
    .Produkte .container .Box .uprodukt4,
    .Produkte .container .Box .uprodukt5
     {
        width: 100%; /* Ändere die Breite des Bildes */
        height: 300px; /* Ändere die Höhe des Bildes */
    }

    .Produkte .container .Box .space {
        width: 100%; /* Ändere die Breite des Platzhalters */
    }

    .Produkte .container .Box .produktname {
        height: auto; /* Lasse die Höhe automatisch anpassen */
        padding: 10px; /* Ändere das Padding */
        max-width: 100%;
    }

    .Produkte .container .Box .produktname h2 {
        font-size: 18px; /* Ändere die Schriftgröße */
    }

    .Produkte .container .Box .produktname .mehr-text {
        max-width: none; /* Entferne die maximale Breite */
        padding: 10px; /* Ändere das Padding */
    }
    .modell
    {
        flex-direction: column;
    }
    .contact
    {
        padding: 50px;
    }
    .footer
    {
        padding: 20px 50px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .footer ul 
    {
        margin-bottom: 20px;
    }
}