/*
Theme Name:   Hello Elementor
Description:  Hello ElementorChild Theme
Author:       Nicole Weber
Template:     hello-elementor
*/


/*DEBUT RESET 
  http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Fin RESET*/
/* Navigation menu styling */

.heading-container {
    display: flex !important;
    align-items: center !important; /* Vertically align items */
    font-size: 1.5em !important; /* Adjust font size if needed */
}
.heading-container img {
    margin-right: 10px !important; /* Space between image and heading */
    height: 1em !important; /* Adjust height to fit text size */
    vertical-align: middle !important; /* Align with the middle of the text */
}

.boxContentWrapper {
    max-width: 750px;
}

#SliderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  
#weiterbildungen > div > ul > li:nth-child(1) > span > a, 
#weiterbildungen > div > ul > li:nth-child(2) > span > a{
  color: #ffeecb !important;
}

#weiterbildungen > div > ul > li:nth-child(1) > span > a:hover, 
#weiterbildungen > div > ul > li:nth-child(2) > span > a:hover{
  color: #63613A !important;
}

/* Menu effect
body.page-loading {
    overflow: hidden; Prevent scrolling initially 
  }*/
  
  
  #menuHome {
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
  }
  
  #menuHome.visible {
    opacity: 1; /* Visible when scrolled */
  }
  

  #menuHomeMobile {
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
  }
  
  #menuHomeMobile.visible {
    opacity: 1; /* Visible when scrolled */
  }
  

  /* couleur telefon safari*/
  .tel, .tel a {
    color: #FFEECB !important;
    text-decoration: none !important;
  }

