body{
    font-family:Arial, Helvetica, sans-serif;
    /*background-image: url(hintergrund.jpg) !important;*/
    background-repeat: repeat;
    background-size: 400px 400px;
    color: black !important;
}

.Ueberschrift{
    text-align: center;
}

#RW, #TLF{
   /* font-family:'Courier New', Courier, monospace !important; */
   display: flex; 
   justify-content: center;
}

#TLF{
    display:none;
}

.buttonsFahrzeugLinks{
    height: 100%;
    padding-right: 0px !important;
}

.buttonsFahrzeugRechts{
    height: 100%;
    padding-left: 0px !important;
}

.buttonTop{
    margin-top: 1rem;
}

.fahrzeugButton{
    display:inline-block;
    /*width: 3.8rem;*/
    width: 95%;
    height: 3.8rem;
    margin-bottom: 0.15rem !important;
    font-size: 1.4rem !important;
}

.buttonRechts{
    border-right: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    background-color: inherit;
    color: black;
    border-left: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline:none !important;


    border-left: 3px solid black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.buttonLinks {
    border-left: 3px solid black;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    background-color: inherit;
    color: black;
    border-right: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline:none !important;


    border-right: 3px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mada{
    margin-bottom: 2rem !important;
}

.Fahrzeug{
    /*height: auto;
    width: 100% !important;
    max-width:80% !important;*/
    height: 25rem;
    width: auto;
}

.fahrzeugContainer{
    padding: 0px !important;
}
