/*!
Theme Name: BRESYS
Theme URI: http://underscores.me/
Author: Bresys Informatika Kft - Hungary
Author URI: https://bremersystems.eu
Description: Theme based on underscores.me theme - lightweight and compatible with elementor and more... enjoy!
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bresys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BRESYS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/***
* class: .sticky-header
*/
header .sticky-header{
	--header-height: 110px;
	--shrink-header-to: 0.1;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	
}

/***
* Sticky header activated
*/
header .sticky-header.elementor-sticky--effects {
	background-color: rgba(0, 40, 116, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header .sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header .sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}


/********************
/* HERO SLIDER 
********************/

.hero-slider h1,
.bs_iconbox h2,
.header_h1 {
	background: rgb(195, 169, 93);
    background: linear-gradient(347deg, rgba(195, 169, 93, 1) 0%, rgba(240, 233, 174, 1) 51%, rgba(195, 169, 93, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-left:-10px !important;
	margin-bottom:0 !important;
}

.cta_hero {
	background: #002874;
    color: white;
    border: 2px solid;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 3rem;
    display: table;
}

.hero-slider .bdt-main-title {
    margin-bottom:0 !important;
}

.hero-slider .bdt-slider-excerpt {
    margin-top:-10px !important;
    width:70%;
}

.hero-slider .bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
	margin-top:10%;
}


/* ----------------------------------------------
ANIMATION
------------------------------------------------*/

@keyframes flickerAnimation {
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-o-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-moz-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  @-webkit-keyframes flickerAnimation{
	0%   { opacity:0;top:0 }
	100% { opacity:1; top:20px}
  }
  .animate-flicker {
	 -webkit-animation: flickerAnimation 1.5s infinite;
	 -moz-animation: flickerAnimation 1.5s infinite;
	 -o-animation: flickerAnimation 1.5s infinite;
	  animation: flickerAnimation 1.5s infinite;
  }

  /* ----------------------------------------------
MISC
------------------------------------------------*/

  .plopp:before {
	content:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="uuid-78fb5539-1ee4-4021-9443-8e075e896ee6" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.13 16.03"><g id="uuid-bbb32e36-f7a3-44fc-ae64-d7236489954a" data-name="Ebene 1"><path d="M.5,5.84C-.19,3.97-.16,2.07.53.21c.04-.18.77-.46,1,.29.59,1.9.66,3.48-.03,5.35-.04.09-.3.33-.58.32-.23-.01-.39-.24-.42-.32Z" style="fill: %23A30707; stroke-width: 0px;"/><path d="M10.93,5.72c-.91,1.88-2.27,3.35-4.16,4.26-.69.3-.81-.5-.71-.71.91-1.88,2.27-3.35,4.16-4.26.68-.24.81.5.71.71Z" style="fill: %23A30707; stroke-width: 0px;"/><path d="M15.85,15.53c-1.89.69-3.82.65-5.71-.04-.18-.04-.62-.74,0-1,1.89-.69,3.82-.65,5.71.04.18.04.52.76,0,1Z" style="fill: %23A30707; stroke-width: 0px;"/></g></svg>');
	position: absolute;
    z-index: 10;
	width: 39px;
    height: 10px;
    display: table;
    right: -27px;
    top: -47px;
}