/*
Theme Name: Beaver Builder Child Theme - SPILA
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.4
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
*/


/* Child theme custom styles */


/* import fonts */
@import url("fonts.css");


/* Variables */
:root {
--primary-color:#1c8985 ;
--secondary-color: #65d6b3; /* interactive element */
--tertiary-color: #2ac797; /* interactive element hover & active */
--light-color: #c0ecf4; /* light backgrounds and lines */
}

/* Global Settings */

*  { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; /* -ms-hyphens: auto !important; -moz-hyphens: auto !important; -webkit-hyphens: auto !important; hyphens: auto !important; */ }

/* Typography */

body, p { font-family: 'Lato', sans-serif !important; }
p { line-height: 1.8em; letter-spacing: 0.04em; }

h1, h2, h3, h4, h5, .fl-button-text {
font-family: 'Josefin Sans', sans-serif;
font-weight:700;
text-transform: uppercase;
line-height: 1.2em;
 }


h1.fl-heading {
	text-align: left !important;
	font-size: 7em;
}

h3.fl-heading, h3.fl-heading-text {
	font-weight:300 !important;
} 

h6 {
font-family: 'Lato', sans-serif !important;
text-transform: uppercase;
font-size:1.1em;
font-weight:300;
line-height: 1.4em;
letter-spacing: 0.08em; 
/* -ms-hyphens: auto !important; -moz-hyphens: auto !important; -webkit-hyphens: auto !important; hyphens: auto !important; */
 }



/* Navigation */
header .fl-row-content-wrap { 
	background-color: transparent !important;	
}


#mainnav { 
  border-bottom-style: none;
  position: absolute;
  top: 0px; 
	right: 0px;
  width: 100%;
	z-index: 10;
}

/*
#menu-hauptmenue {
		background-color:white;
}
*/

.fl-menu ul, .fl-menu li { text-align: right; } 


nav li.menu-item a { text-decoration: none !important;  } /* main menu links */



/* adjust button icon */
.fl-button i.fl-button-icon-after {
  margin-bottom: 4px;
}

	
	
/* Forms */
	
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
	color: #272727;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], textarea {
padding: 24px 24px;
line-height: 1.428571429;
color: #808080;
vertical-align: middle;
background-color: #e8e8e8;
background-image: none;
border: 1px solid #e6e6e6;
-moz-transition: all ease-in-out .15s;
-webkit-transition: all ease-in-out .15s;
transition: all ease-in-out .15s;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;	
}

.fl-contact-form label { 
	font-weight: 400; 
font-size: 0.8em;
}

.fl-slideshow-caption {
	opacity: 1 !Important;
	display: block !Important;
}
.fl-slideshow-overlay-close,
.fl-slideshow-nav-buttons {
	display:none !Important;
}


/* mobile */

@media only screen and (max-width: 620px) {
	
  h1 { font-size: 60px !important; }
h2 { 
	font-size: 30px !important;
	}
	
h3 { 
	font-size: 20px !important;
	}

}






