/* @override https://2025.bp-media.tv/wp-content/themes/enfold-child/style.css?* */

/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold


/*Add your own styles here:*/



.hide { display: none!important; }


/* Runde Ecken weg ......................................... */
body div .avia-button, .avia_image { border-radius: 0; }


.bpm-in-out { 
	animation: pulse1 30s infinite;
 }
@keyframes pulse1 {
  0%   { opacity: 1; }
  20%  { opacity: 1; }
  25%  { opacity: 0.1; }
  95% { opacity: 0.1; }
  100% { opacity: 1; }
}


/* Active Menu Item with Header hellblau #88c1dc / dunkelblau #242f62 */
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: white!important; }
#top #header.header_color.av_header_transparency .av-main-nav > li > a:hover .avia-menu-text { color: #88c1dc!important; }

#top .av-main-nav > li > a .avia-menu-text { color: #88c1dc!important; }
#top .av-main-nav > li > a:hover .avia-menu-text,
#top .av-main-nav > li.current-menu-item > a .avia-menu-text { color: #242f62!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a .avia-menu-text, 
.header_color .main_menu ul:first-child > li.current_page_item > a .avia-menu-text { color: #242f62!important; }

#top.single-portfolio #menu-item-50 > a .avia-menu-text { color: #242f62!important; }


/* Mobile und iPad hoch */
@media only screen and (max-width: 989px) 
{
/* Reduce color section paddings for mobile */
.avia-section-huge .content, 
.avia-section-huge { padding: 20px 0px !important; }

.hero { display: none; }
#hero-video {
	height: 40vh !important;
	min-height: 40vh !important; 
}

} /* Ende Mobile und iPad hoch */




/* 
========================================================================================= 
Typo
========================================================================================= 
*/


h1, h2, h3, h4 {
	letter-spacing: 0px!important;
	line-height: 1.3em!important;
	text-decoration: none!important;
	text-transform: none!important;
}

/* Seite Home und Kontakt */
@media only screen and (min-width : 989px) 
{
.intro h1 { font-size:4vw!important; }
.intro h2 { font-size:3vw!important; }
.intro h3 { font-size:2vw!important; line-height: 1.3em!important; margin-bottom: 1em;

#kontakt h2 a:hover { color:#88c1dc!important; 	}

}


/* Desktop */
@media only screen and (min-width: 1025px) 
{
h1, h1.av-special-heading-tag { font-size: 40px!important; }
h2, h2.av-special-heading-tag { font-size: 30px!important; }
h3, h3.av-special-heading-tag { font-size: 25px!important; }
h4 { font-size:25px!important; }
h5 { font-size:20px!important; }
}


/* Tablet */
@media only screen
and (min-width : 768px) 
and (max-width : 1024px) 
{
h1 { font-size: 32px!important; }
h2 { font-size: 38px!important; }
h3 { font-size: 24px!important; }
h4 { font-size: 20px!important; }
}


/* Mobile */
@media only screen
and (min-width : 320px) 
and (max-width : 767px) 
{ 
h1 { font-size: 24px!important; }
h2 { font-size: 20px!important; } 
h3 { font-size: 18px!important; }
h4 { font-size: 16px!important; }
} 


/* Masonry Projects – Seite Home und Projects */
h3.av-masonry-entry-title { font-size: 20px!important; }
.av-masonry-entry-content { display: none!important; }




 
 
 
 

/* light to bold - Add Javascript: Intersection Observer ........................................ */

h1,h2,h3    { font-weight: 100; transition: font-weight 0.5s ease, transform 0.3s ease; }
.light-bold { font-weight: 700!important; letter-spacing: 0px!important;
}

/* light to bold - Add Javascript: Intersection Observer , see: 
https://imjignesh.com/how-to-trigger-css-animation-on-scroll/ .......................*/



/* Enfold, Spezielle Überschrift "&" Zeichen ändern */
.special_amp {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  color: inherit!important;
}


/* Masonry --------------------------------------- */

/* Masonry Projects – Seite Home und Projects */
#top h3.av-masonry-entry-title { font-size: 20px !important; text-shadow: 1px 1px 5px #000000; }
#top h3.av-masonry-entry-title small { font-size: 16px!important; }
#top .av-masonry-entry-content { display: none!important; }


/* Text kleiner bei Mobile hochkant --------------------------------------- */
@media only screen 
and (min-width: 320px) 
and (max-width: 1024px) 
{ 
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1.0em!important;
	position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.6); /* nur hinter Text */
    color: #fff;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: left !important;
    display: block !important;
    width: 100% !important;  /* neu: volle Breite innerhalb der Box */
    box-sizing: border-box;
    z-index: 10;
}
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title small {
font-size: 0.7em!important; } 
}
/* Ende Masonry --------------------------------------- */



/* 
========================================================================================= 
Ende Typo
========================================================================================= 
*/





/* 
========================================================================================= 
Startseite
========================================================================================= 
*/



/* Hide spinning wheel on slider background videos ---------------------------------- */
.mejs-overlay-loading-bg-img { display: none !important; }




/* BP Logo auf Film .......................... */
.logo-x00px {
	width: 90%;
	margin-bottom: 10px;
	opacity: 0;
}



/* Color Section mit Verlauf */
.alternate_color  { 
	background: linear-gradient(to bottom right, white 0%, #88c1dc 80%); 
	background: -webkit-linear-gradient(to bottom right, white 0%, #88c1dc 80%); 
	background: -moz-linear-gradient(to bottom right, white 0%, #88c1dc 80%); 
}
.footer_color  { 
	background: linear-gradient(to bottom right, #88c1dc 0%, #242f62 80%); 
	background: -webkit-linear-gradient(to bottom right,#88c1dc 0%, #242f62 70%); 
	background: -moz-linear-gradient(to bottom right,#88c1dc 0%, #242f62 70%); 
}



/* 
========================================================================================= 
Startseite
========================================================================================= 
*/




/* 
=========================================================================================
 Seite Projekte
========================================================================================= 
*/


/* Masonry zieht sich die Beitragsbilder der Portfolios mit Titel und Excerpst ............*/
h3.av-masonry-entry-title { font-size: 24px!important; }
.av-masonry-entry-content { font-size: 16px!important; }



/* oder */

/* Main Content box 50px padding raus ............................*/
/* .content { padding: 0px!important } */

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 15px; }

/* Seite Portfolio - Typo sichtbar bei Hover, Bild dunkler ............................*/
.flex_column.overlay-one .overlay-flexcolumn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,);
  position: absolute;
  z-index: -1;
 }
.flex_column:hover.overlay-one .overlay-flexcolumn { 
  background-color: rgba(0,0,0,0.5);  
  transition: background-color 0.3s ease-in-out;
  z-index: -6;
}
.flex_column.overlay-one .avia_textblock { opacity: 0; z-index: -5;	 }
.flex_column:hover.overlay-one .avia_textblock { opacity: 1; z-index: 10; transition: opacity 0.8s ease-in-out; }


/* 
=========================================================================================
 Seite Projekte
========================================================================================= 
*/






/* 
=========================================================================================
Projekte Unterseiten 
========================================================================================= 
*/



/* Enfold Gallery für Handy, Hover raus! ....................*/
#top .avia-gallery .avia-gallery-thumb a:hover { opacity: 1; }



/* .bpm-galerie  */
#top .avia-gallery-thumb a img {
   border: none;
   padding: 0px 10px 0px 0px;
}


/* 
=========================================================================================
Projekte Unterseiten 
========================================================================================= 
*/





/* 
=========================================================================================
Seite Datenschutz
========================================================================================= 
*/


#bpm-section-pulse .av-section-color-overlay { animation: pulse 10s infinite; }
@keyframes pulse { 
  0%   { opacity: 0.6; background-color: #88c1dc; }
  33%  { opacity: 0.3; background-color: #242f62; }
  66%  { opacity: 0.3; background-color: red; }
  100% { opacity: 0.6; background-color: #88c1dc; }
}


/* 
=========================================================================================
Ende Seite Datenschutz
========================================================================================= 
*/






/* Size of Social Icon on the footer socket .......................... */
#socket .social_bookmarks { height: 40px; }
#socket .social_bookmarks li { width: 40px; margin-right: 10px!important; }
#socket .social_bookmarks li a { width: 40px; line-height: 40px; }
#socket .social_bookmarks li a { font-size: 20px; }



/* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Google Fonts vom eigenen Server laden ...................................
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/

body {
 font-family: "Open Sans"!important;
}
 
 h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans"!important;
 }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}  


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Google Fonts vom eigenen server laden ...................................
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
*/











