/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {
  font-family: 'DIN';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.svg#DIN-Light) format('svg');
	   url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.eot);
	   url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.svg#DIN-Bold) format('svg');
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.eot);
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.eot?#iefix) format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.eot);
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.svg#Lato-Bold) format('svg'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/wp/wp-editor/layout-block/index.scss ***!
  \***************************************************************************************************************************************************************/
.wp-block[data-type="fl-builder/layout"] .components-placeholder__fieldset,
.wp-block[data-type="fl-builder/layout"] .components-placeholder__instructions,
.wp-block[data-type="fl-builder/layout"] .components-placeholder.components-placeholder {
  text-align: center;
  justify-content: center;
  align-items: center;
}

/**
 * We don't want this stuff for our block, ever.
 */
body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-indicator,
body.fl-builder-layout-enabled .block-editor-block-list__insertion-point-inserter,
body.fl-builder-layout-enabled .block-editor-rich-text__editable,
body.fl-builder-layout-enabled .block-editor-default-block-appender,
body.fl-builder-layout-enabled .block-editor-block-contextual-toolbar {
  display: none !important;
}

/**
 * Lock down the block editor when the layout block is active.
 */
.fl-builder-layout-enabled .editor-block-toolbar,
.fl-builder-layout-enabled .editor-inserter,
.fl-builder-layout-enabled .editor-visual-editor__inserter,
.fl-builder-layout-enabled .editor-default-block-appender,
.fl-builder-layout-enabled .editor-block-list__insertion-point,
.fl-builder-layout-enabled .editor-block-settings-menu,
.fl-builder-layout-enabled .editor-block-mover,
.fl-builder-layout-enabled .editor-block-list__breadcrumb,
.fl-builder-layout-enabled .editor-block-list__block:not([data-type="fl-builder/layout"]) {
  display: none !important;
}
.fl-builder-layout-enabled .editor-block-list__block-edit:before {
  outline: none !important;
}

/**
 * Launch View
 */
.fl-builder-layout-launch-view .components-button {
  margin: 0 5px;
}
.fl-builder-layout-launch-view .components-placeholder__fieldset {
  max-width: none;
}

/**
 * Loading View
 */
.fl-builder-layout-loading-view .spinner {
  float: left;
}