@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

.card {
    height: 250px !important;
}

.h-900{
    height: 900px;
}

h2 {
    font-size: 1.5rem !important;
}

.bg-img-full {
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
    background-image: url('../img/werkzeugindustrie.jpg');
    height: 900px;
    width: 100%;
}
input{
    width: 100%;
}
textarea{
    width: 100%;
    resize: none !important;
}
a{
    text-decoration: none !important;
    color: inherit !important;
    font-weight: bold !important;
}
input[type="submit"]{
    background-color: var(--bs-primary) !important;
    color: white !important;
    border-radius: 15px !important;
}