
	html, body {
	    height: 100%;
	    margin: 0;
	}



        body {
            font-family: "Inter", Arial, sans-serif;
            background: #f5f7fa;
            color: #1e1e2f;
            height: 100%;
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    
	
        }

	
	body::before {
    	    content: "";
    	    position: fixed;  
   	    top: 0;
	    left: 0;
  	    width: 100%;
 	    height: 100%;
 	    background-image: url('truck1.jpg');
  	    background-size: cover;
  	    background-position: center;
  	    background-repeat: no-repeat;
 	    opacity: 0.4;     
  	    z-index: -1;      
	}



        h1 {
            text-align: center;
            margin-top:40px;
	    margin-bottom: 0;
            font-size: 3.5rem;
            font-weight: 700;
	    background-color: white;
	    padding:10px;
	    opacity: 0.6;
        }

        p.subtitle {
            text-align: center;
            margin-top: 0px;
            margin-bottom: 50px;
            font-size: 1.6rem;
            background-color: white;
	    padding:10px;
	    opacity: 0.6;
        }

  


  	.oben-rechts {
            position: absolute;
            top: 50px;
            right: 10px;
	    width: 20vw;
	    max-width: 300px;
  	    z-index: 1;
        }


        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 30px;
            width: 70vw;
            margin: auto;
        }

        .start {
            background: #ED6C26;
            border-radius: 14px;
            padding: 30px;
	    margin-top: 40px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	    opacity: 0.9;
	    width: 60%;
	    max-width: 500px;
	    min-height: 7vw;
	    margin: auto;
	    display: flex;    
	    text-align: center;
	    align-items: center;
	    justify-content: center;
        }

        .start h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.5rem;
            margin-top: 0;
	    writing-mode: sideways-lr;

	

	}


        .card {
            background: #ED6C26;
            border-radius: 14px;
            padding: 30px;
	    margin-top: 40px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	    opacity: 0.9;
	    display: flex;
	    align-items:center;
	    gap: 30px;
	    text-align: center;
	    min-height: 10vw;
	    justify-content: center;
	    
        }

       

        .card h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.5rem;
            margin-top: 0;
	    writing-mode: sideways-lr;

        }




        .btn {
            display: inline-block;
            padding: 10px 20px;
            margin: 8px 5px 8px 0;
            border-radius: 8px;
            background: #595959;
            color: white;
            text-decoration: none;   
            font-weight: 600;
        }

        .btn1 {
            display: inline-block;
            padding: 10px 20px;
            margin: 8px 5px 8px 0;
            border-radius: 8px;
            background: #D3D3D3;
            color: #5E5E5E;
            text-decoration: none;
            font-weight: 600;
        }

@media (min-width: 768px){

        .btn {
            display: inline-block;
            padding: 10px 20px;
            margin: 8px 5px 8px 0;
            border-radius: 8px;
            background: #595959;
            color: white;
	    font-size: 1.3rem;
            text-decoration: none;   
            font-weight: 600;
        }


}

        .footer-logos {
	    background-color: #595959;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    gap: 20px;
	    padding: 15px;	
	    margin-top: auto;


	    
        }

	.logo-block {
   	    display: flex;
    	    flex-direction: column;
	    margin: 10px
	    
    	    

	}

	.logo-title {
   	    color: #ED6C26;
    	    font-size: 14px;
    	    margin-bottom: 10px;
	    margin-top: 10px;

	}

	.logo-title1 {
   	    color: #595959;
    	    font-size: 14px;
    	    margin-bottom: 10px;
	    margin-top: 10px;
    	    text-align: left;
	}



        .footer-logos img {
            height: 3vw;
            margin: 10px 15px;
	    align: center;
	   
        }
