/**
 * Theme Name:   Hello Elementor Child
 * Template:     hello-elementor
 * Version:      1.0
 * Description:  1. BC Recklinghausen 1980 e.V.
 * Author:       1. BC Recklinghausen 1980 e.V.
 * Text Domain:  hello-elementor-child
 */

/** Schriftart **/

@font-face {
    font-family: 'bcr';
    src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'bcr', sans-serif;
}

/** Entfernung Unterstreichung der Überschrift bei Basics Posts**/
.page-content a {
	 text-decoration: none !important;
}

/** Abstand für das Beitragsbild bei Basic Posts**/
.hfe-post-image img {
    padding: 10px !important;
}

/** Entfernung Abstand WP Forms**/
body .wpforms-container-full.wpforms-render-modern {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}