.th-v4-box {

    max-width:600px;
    margin:30px auto;
    padding:25px;

    background:#ffffff;

    border-radius:15px;

    box-shadow:
    0 8px 25px rgba(0,0,0,0.08);

    font-family:
    Arial,
    Helvetica,
    sans-serif;

}



.th-v4-box h2 {

    margin-top:0;

    text-align:center;

    font-size:26px;

}



.th-v4-title {

    font-weight:bold;

    margin:20px 0 10px;

}



.th-v4-radio {

    display:flex;

    gap:25px;

    margin-bottom:15px;

}



.th-v4-radio label {

    cursor:pointer;

    font-size:16px;

}



#th_address {


    width:100%;

    box-sizing:border-box;

    padding:13px;

    border-radius:10px;

    border:1px solid #ccc;

    font-size:16px;


}



#th_map {


    width:100%;

    height:320px;

    margin-top:15px;

    border-radius:12px;


}





#th_button {


    width:100%;

    margin-top:15px;

    padding:14px;


    background:#228B22;

    color:white;


    border:none;

    border-radius:10px;


    font-size:17px;

    font-weight:bold;


    cursor:pointer;


    transition:
    0.2s;


}



#th_button:hover {


    opacity:0.85;


}





#th_result {


    margin-top:20px;


}





.th-result-box {


    background:#f7f7f7;


    padding:20px;


    border-radius:12px;


    border-left:5px solid #228B22;


}



.th-result-box h3 {


    margin-top:0;


}



.th-result-box h2 {


    color:#228B22;

    text-align:center;

    font-size:30px;


}





/*
Google Autocomplete immer sichtbar
*/

.pac-container {

    z-index:999999 !important;

}





@media(max-width:600px){



.th-v4-box {

    margin:10px;

    padding:15px;

}



.th-v4-radio {

    flex-direction:column;

    gap:10px;

}



#th_map {

    height:250px;

}



}

.th-map{
    height:320px;
    width:100%;
    margin-top:10px;
    border-radius:12px;
}

.th-v4-box{
    max-width:600px;
    margin:30px auto;
    padding:20px;
    font-family:Arial, sans-serif;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}


.th-address{
    width:100%;
    padding:12px;
    margin:10px 0;
    border-radius:10px;
    border:1px solid #ccc;
}


.th-button{
    width:100%;
    padding:12px;
    background:#1e7cff;
    color:white;
    border:0;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
}


.th-result{
    margin-top:15px;
    padding:12px;
    background:#f6f6f6;
    border-radius:10px;
}


.pac-container{
    z-index:999999 !important;
}