/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


.border-radius, .border-radius .av_textblock_section{
	border-radius: 33px !important;
}
.content-header{
	margin-top:-200px;
	background: transparent;
}

.header-title{
	bottom: -150px;
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
	.header-img img{
	height: 60px;
}
	.header-custom .flex_column {
	min-height: 0 !important;
}
}

.points{
  position: relative;
}

.points::after{
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/12/Meidza_Aquarelle_4.png");
  background-size: contain;
  background-repeat: no-repeat;

  top: 50px;
  left: 50%;
  transform: translateX(-50%);

  width: 300px;
  height: 300px;

  z-index: -1;
  pointer-events: none;
}