/*
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
*/

/* Beaver-UI */ 
.fl-builder-settings-section-header {background-color: #cdd4db;} .fl-builder-settings-title {font-weight: 700 !important;}

/* Global Fixings */ 
@media (max-width: 768px) {.fl-col {max-width: none !important;}} 
p {margin: 0 0 15px;} label {font-weight:normal;}
:focus { outline: none !important; } :active { outline: none !important;}
b, strong { font-weight: 600!important;}


/* Header ----- */
.fl-page-header-wrap {border-bottom: none!important;}

/* System basics ----- */
.fl-photo-content img {border-radius: 6px;}
a.fl-button:visited {padding: 15px 30px;} .fl-button i.fl-button-icon-after {float: right;}
.fl-heading {letter-spacing: 1px; -webkit-text-stroke: 1px #333;}


/* BB Module ----- */

.menu-carusel h3 {font-family: 'text'; font-size:1.1em;  font-weight: 600;}

.geraenke .olex-menukarte__eintrag {padding: 5px 0;}


/* RESPONSIVE - Mobile */
@media (max-width: 768px) {  
.fl-page-header-primary .fl-logo-img {width: 190px !important;}
	
}




@font-face {
    font-family: 'heading';
    src: url('/fonts/rebelleontypeface-regular-webfont.woff2') format('woff2'),
         url('/fonts/rebelleontypeface-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

/* funnel-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'text';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/funnel-display-v3-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* funnel-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'text';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/funnel-display-v3-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}