:root{
    --font:"";
    --alphasec:#0a52db;
    --alphaprime:#b23574;
    /* Gold = #DAA817ff / rgba(218, 169, 23, 0.212) // Grau = #293031ff rgba(0, 0, 0, 0.396) */
    --primary:#293031ff;
    --secondary:#DAA817ff;
    --gradient: linear-gradient(90deg,rgba(0, 0, 0, 0.517),rgba(0, 0, 0, 0.396));
    --gradientstrong: linear-gradient(90deg,rgba(218, 168, 23, 1),rgba(41, 48, 49, 1));
    --gradientstrong2: linear-gradient(60deg,rgb(207, 62, 135),rgb(30, 103, 239));
    --gradientstrongtransparent: linear-gradient(60deg,rgb(207, 62, 135,.5),rgb(30, 103, 239,.5));
}
.pointer:hover{
    cursor: pointer;
}
#i1,#i2,#i3{
    text-align:start;
}
#wi1,#wi2,#wi3{
    text-align:center;
}

@media screen and (min-width: 800px) {
    #i1,#i2,#wi1{
        left: 0px;
        opacity: 1;
        text-align:center;
    }
    #wi2,#wi3{
        text-align:center;
        top: -50px;
        opacity: 0;
    }
    #wi3text{
        left: -50px;
        opacity: 0;
    }
    #i1text,#i2text,#wi1text,#wi2text{
        right: -50px;
        opacity: 0;
    }
}

#themailhandlerdiv{
    display: none;
    z-index: 100;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}
.marken{
    border-color:var(--primary);
    color:var(--primary);
    border:solid;border-width:1px;
    transition: all 0.5s ease;
    border-radius:12px;
    margin: auto;
    width:145px;
    text-align:center;
}
.marken:hover{
    background-color: var(--secondary);
    color: white;
}

.btnn{
    text-decoration: none;
    color:white;
    transition: all 0.5s ease;
    width: 100%;
    border: solid;
    border-width: .5px;
    border-radius: 12px;
    padding: 4px 50px 4px 50px;
    font-size: 25px;
}
.btnn:hover{
    background-color: white;
    color: var(--primary);
}

#typewriter2 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /* border-right: .15em solid white; The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    font-size: 2vw;
    animation: 
      typing 2s steps(40, end),
      blink-caret .75s step-end infinite;
  }

  #typewriterblog {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /* border-right: .15em solid white; The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    font-size: 3vw;
    animation: 
      typing 2s steps(40, end),
      blink-caret .75s step-end infinite;
  }

/* for the h1 title in the top */
#typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid white; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    font-size: 6vw;
    animation: 
      typing 2s steps(40, end),
      blink-caret .75s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
  }
/* for the h1 title in the top */

/* for navbar  */
#nav{
    display: flex;
    flex-direction: column;
    position:fixed;
    top: 0px;
    z-index: 2;
    left: 0;
    right: 0;
    justify-content: space-around;
    background-color: #293031ff;
    max-width: 100%;
} 
#dropdownMenuButton1:hover{
    color: var(--secondary);
}
#dropdownMenuButton1{
    background-color: transparent;
    border:none;
    outline-style: none;
    box-shadow: none;
    color: var(--primary);
}
#nav #end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:13px ;
    max-width: 100%;
}
.dropdown-item{
    color: var(--primary);
}
.dropdown-item:hover{
    color: var(--secondary);
    background-color: transparent;
}
#dropdowntoggler{
    display: none;
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    z-index: 100;
    background-color:white;
    padding:20px;
    right: -250px;
}
#dropdown{
    display:none;
    background-color: transparent;
    color: var(--primary);
    border:none;
    outline-style: none;
    box-shadow: none;
}
.serviceitems{
    border:solid;
    min-height: 440px;
    border-color: white;
    border-width: 1px;
    border-radius: 12px;
    text-align:center;
    background-color: transparent;
    transition: all 0.6s ease;
    color:white;
}
.serviceitems:hover{

    background-color: white;
    color: var(--primary);
}

.serviceitems2{
    border:solid;
    /* min-height: 440px; */
    border-color: white;
    border-width: 1px;
    border-radius: 12px;
    text-align:center;
    /* background-color: transparent; */
    transition: all 0.6s ease;
    color: var(--primary);
}
.serviceitems2:hover{
    background-color: white;
    color: var(--primary);
}
.workitems{
    border: solid;
    box-shadow: 3px 8px 30px #bebebe;
    border-width: .5px;
    padding: 0px;
    border-radius: 14px;
    text-align:center;
    background-color: transparent;
    transition: all 0.6s ease;
    color:var(--primary);
}
.workitems:hover{
    background-color: var(--primary);
    color: white;
    transform: scale(1.05);
}
.workitems:hover img{
    filter: brightness(1.05);
}

#title h1{
    background-color:white;
    padding:3px;
    width: max-content;
}
#showonlymobile{
    display: none;
}
#navcontact{
    display: flex;
    max-width: 90%;
    margin:auto;
}
@media screen and (max-width: 610px) {
    #dropdown{
        display: flex;
    }
    #nav #end{
        display: none;
    }
}

.items{
    min-height: 390px;
    border:none;
    text-align:center;
    background-color:#efefef;
    transition: all 0.6s ease;
    color:var(--primary)
}
.items:hover{
    background-color:var(--primary);
    transform: scale(1.05);
    color: white;
    transition: all 0.6s ease;
}

#ourservice{
    max-width: 80%;
    margin:auto;
    background-color:white;
    padding:20px;
    position:absolute;
    top:-60px;
    opacity: 0;
    left:0;
    right:0
}

#showmobileservice{
    display: none;
}
#stackdiv{
    min-height: 750px;
    position: relative;
    max-width: 100%;
    background: var(--gradient),url('./images/nahaufnahme-einer-hand-auf-einem-volkswagen-lenkrad-im-schwach-beleuchteten-fahrzeuginnenraum-fahrschule-steglitz.webp');
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitelinktitle{
    font-weight:bold;
    color:var(--primary);
    font-size:2.5vw;
    text-align:  center;
  }
  .sitelinkourservicetitle{
        color:var(--primary);
        text-align: center;
        background-color: #efefefb6;
        width:100%;
        margin-bottom: 40px;
    }
    .sitelinkourservicetitle a{
        font-size: 2vw;
    }
    .sitelinkourservicetitle p{
        font-size: 3.125vw;
    }
    .sitelinkourservicetitle h1{
        font-size: 3vw;
    }

@media screen and (max-width: 1150px) {
    #typewriter2{
        font-size: 15px;
    }
    #typewriterblog {
        font-size: 30px;
    }
    #showdesktopservice{
        display: none;
    }
    #ourservice{
        padding:0px;
        max-width: 100%;
        position: absolute;
        top: -200px;
        opacity: 1;
        text-align: center;
        background-color:transparent;
    }
    #ourservice .col{
        margin: auto;
    }
    #ourservice .items{
        min-height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
    }
    #showmobileservice{
        display: flex;
    }
    #stackdiv{
        min-height: 550px;
        background-position: center;
        background-attachment: local;  
    }
    #navcontact{
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .sitelinktitle{
        font-weight:bold;
        color:var(--primary);
        font-size: 25px
      }
      #sitelinkourservice{
              bottom: -100px;
          }
          #sitelinkourservice .card{
              height:200px;
              padding:0px;
          }
          .fonttitle{
              font-size:1rem;
          }
          .sitelinkourservicetitle{
              margin-bottom: 140px;
          }   
          .sitelinkourservicetitle h1{
              white-space: nowrap;
              font-size:20px
          }   
          .sitelinkourservicetitle a{
              white-space: nowrap;
              font-size:15px
          }
          .sitelinkourservicetitle p{
              font-size: 5vw;
          }
}

/* Externer Anruf button */

.cta-call-outline {
        display: inline-block;
        background-color: transparent;
        color: #DAA817;
        font-weight: bold;
        font-size: 16px;
        padding: 12px 24px;
        border: 2px solid #DAA817;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: none;
        margin-top: 20px;
        }

        .cta-call-outline:hover,
        .cta-call-outline:focus {
        background-color: #DAA817;
        color: #1d1d1d;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
        }
        @media (max-width: 576px) {
        .cta-call-outline {
            font-size: 12px;
            padding: 10px 16px;
        }
        }

        /* ANFANG; Bsuche unsere Fahrschule in Zehlendorf Abschnitt*/

        .aren-section{
            max-width:1100px;
            margin:0 auto;
            padding:0 16px;
            color:var(--primary);
        }

        .aren-head{
            text-align:center;
            margin-bottom:24px;
        }

        .aren-head h3{
            font-size:35px;
            color:var(--primary);
            font-weight:700;
            margin:0;
        }

        .aren-head .line{
            width:60%;
            margin:10px auto 0;
            background:var(--secondary);
            height:5px;
            border-radius:12px;
        }

        .aren-grid{
            display:grid;
            grid-template-columns: 1fr 360px;
            gap:28px;
            align-items:start;
        }

        .aren-text{
            text-align:left;
            font-size:18px;
            line-height:1.65;
        }

        .aren-card{
            border-radius:18px;
            overflow:hidden;
            border:1px solid rgba(0,0,0,.06);
            box-shadow: 0 10px 30px rgba(0,0,0,.10);
            background:#fff;
        }

        .aren-preview{
            position:relative;
            max-height:420px;
            overflow:hidden;
            background:#fff;
        }

        .aren-preview img{
            width:100%;
            height:auto;
            display:block;
        }

        .aren-fade{
            position:absolute;
            left:0;
            right:0;
            bottom:0;
            height:90px;
            background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
        }

        .aren-actions{
            padding:14px;
            text-align:center;
        }

        .aren-btn{
            display:inline-block;
            padding:12px 16px;
            border-radius:12px;
            text-decoration:none;
            background:var(--secondary);
            color:#fff;
            font-weight:700;
        }

        .aren-hint{
            margin-top:8px;
            font-size:13px;
            opacity:.8;
        }

        @media (max-width: 980px){
            .aren-grid{ grid-template-columns: 1fr; }
        }

    /* ENDE; Bsuche unsere Fahrschule in Zehlendorf Abschnitt*/
