@charset "UTF-8";
/*!
Theme Name:    ltlcBBchild
Author:        inselpark media
Author URI:    https://cyklone.de
Description:   Larger Than Life Camera PageBuilder Framework Child Theme
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/
/*
.fl-row-content-wrap canvas {
	filter: blur(15px) !important;
	transform: scale(1.2);
}
*/
/*
@import "layout/colors", "layout/mailchimp";
@import "layout/forms", "layout/buttons", "layout/typography";
*/
/* black  */
@font-face {
  font-family: "ffoxide";
  font-style: regular;
  font-weight: 900;
  src: url("fonts/FFOxide/3AD969_0_0.eot?") format("eot"), url("fonts/FFOxide/3AD969_0_0.woff") format("woff"), url("fonts/FFOxide/3AD969_0_0.woff2") format("woff2"), url("fonts/FFOxide/3AD969_0_0.ttf") format("truetype");
}



/*
‘100’
‘100italic’
‘200’
‘200italic’
‘300’
‘300italic’
‘regular’
‘italic’
‘500’
‘500italic’
‘600’
‘600italic’
‘700’
‘700italic’
‘800’
‘800italic’
‘900’
‘900italic’
*/
#footer {
  border-top: 1px solid #101010;
}

#hometopimage .pp-particles-wrap {
  background-size: cover;
  background-attachment: scroll;
  background-position: 50% 50% !important;
}

/*

body, html {
	letter-spacing: 0.02rem;
}
#container {
	overflow: hidden;
}


.fl-row-bg-pp_infinite_bg .fl-row-content-wrap {
	background-size: 100% auto !important;

}


.speechbubble {

	@media screen and (min-width:769px){
		position: relative;

		&::before {
			content: "";
			position: absolute;
			left: 100%;
			top: 40%;
			transform: translateY(-50%);
			width: 0;
			height: 0;
			border-top: 25px solid transparent;
			border-left: 50px solid #fff;
			border-bottom: 25px solid transparent;
		}	
	}

}


.heading-auszeichnung {
	background: #f3efa4;
	color: #11737d !important;
}

.fl-row-full-height .fl-row-content-wrap {
	min-height: calc(100vh - 75px);

	&:first-child {
		min-height: calc(100vh - 130px);
	}
}

#footer {
	background: var(--brand-color);
	color: #fff;

	a {
		&:link, &:visited {
			color: #94B2B5;
		}
	}
}
*/
