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

 
/* Also this ?

b, strong { font-weight: 600!important;}
ul {list-style-image: url(/wp-content/uploads/list-point.svg); padding-left: 25px;}
li {padding-left: 10px;} */


/* Header ----- */


/* Footer ----- */


/* System basics ----- */

.hvr-lift-3d .fl-module-content{  transition: transform .25s ease, box-shadow .25s ease;  will-change: transform, box-shadow;}
.hvr-lift-3d:hover .fl-module-content{  transform: translateY(-8px);  box-shadow: 0 18px 40px rgba(0,0,0,.18);}


/* Text ----- */


/* BB Module ----- */

.fl-menu-mobile-toggle .fl-menu-icon svg{  display:none !important;}
.fl-menu-mobile-toggle .fl-menu-icon{ display: inline-block; background: url("/wp-content/uploads/menu-icon.svg") center/contain no-repeat;}

.fl-menu .fl-menu-mobile-toggle.hamburger .svg-container, .fl-menu .fl-menu-mobile-toggle.hamburger-label .svg-container {width: 1.1em;height: 1.1em;}

.fl-callout-photo-below-title .fl-photo {padding-top: 10px;padding-bottom: 10px;}


/* RESPONSIVE - Mobile */
@media (max-width: 768px) {  
.fl-page-header-primary .fl-logo-img {width: 190px !important;}
	
/* Infobox Elemente mobile - .uabb-infobox-title, .uabb-imgicon-wrap {text-align: left!important;} */	
	
	
}
/* RESPONSIVE - Tablet */
@media (min-width: 769px) and (max-width: 992px) {  


}
/* RESPONSIVE - Desktop */
@media (min-width: 993px) {  

	
}


/* sora-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: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/sora-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sora-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: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/sora-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-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: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/dm-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-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: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/dm-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
