/*@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../Bilder_Elementor/fa-regular-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../Bilder_Elementor/fa-solid-900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: block;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("../Bilder_Elementor/fa-brands-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

.fa_font {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    color: rgb(246, 235, 213);
	!* text-shadow: 1px 10px 3px rgba(0,0,0,0.5); *!
}

.fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}*/
/*@font-face {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    src: url("../webfonts/fa-solid-900.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: block;*/
/*}*/

@font-face {
    font-family: "Accolade";
    font-style: normal;
    src: url('https://www.leistner-buersten.de/fonts/accolade-serial-bold-webfont.woff') format('woff');
}


@font-face {
    font-family: "Hobson";
    font-style: normal;
    src: url('https://www.leistner-buersten.de/fonts/hobson-pro-webfont.woff') format('woff');
}


@font-face {
    font-family: "Sunset";
    font-style: italic;
    font-weight: 800;
    font-display: block;
    src: url('https://www.leistner-buersten.de/fonts/sunset-pro-demiitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: "Alex";
    font-style: italic;
    src: url('https://www.leistner-buersten.de/fonts/AlexBrush-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Impuls";
    font-style: normal;
    src: url('https://www.leistner-buersten.de/fonts/Impuls-BT.ttf') format('truetype');
}

.accolade {
    font-family: "Accolade", serif;
    color:black;
    font-size:50px;
    margin:0;
}
.hobson {
    font-family: "Hobson", serif;
    color:black;
    font-size:70px;
    margin:0;
    font-weight: bold;
}
.sunset {
    font-family: "Sunset", serif;
    color:black;
    font-size:50px;
    margin:0
}
.alex {
    font-family: "Alex", serif;
    color:black;
    font-size:50px;
    margin:0;
    font-weight: bold;
}

.impulsbt {
    font-family: "Impuls", serif;
    color:black;
    font-size:50px;
    margin:0;
}

.Laserp {
    font-size: 25px;
}

#nameEingabe {
    color: black;
    font-size: 40px;
}

#change {
    color: black;
    font-size: 40px;
}


@media screen and (max-width:900px)
{

    .accolade {
        font-family: "Accolade", serif;
        color:black;
        font-size:30px;
        margin:0
    }
    .hobson {
        font-family: "Hobson", serif;
        color:black;
        font-size:40px;
        margin:0;
        font-weight: bold;
    }
    .sunset {
        font-family: "Sunset", serif;
        color:black;
        font-size:30px;
        margin:0
    }
    .alex {
        font-family: "Alex", serif;
        color:black;
        font-size:30px;
        margin:0;
        font-weight: bold;
    }

    .impulsbt {
        font-family: "Impuls", serif;
        color:black;
        font-size:30px;
        margin:0;
    }

    .Laserp {
        font-size: 20px;
    }

    #nameEingabe {
        color: black;
        font-size: 25px;
    }

    #change {
        color: black;
        font-size: 25px;
    }

}
