/*
Theme Name: Enfold Ele
Theme URI: http://www.kriesi.at/themes/enfold/
Template: enfold
Author: Kriesi
Author URI: https://kriesi.at
Description: A superflexible and responsive Business Theme by Kriesi - Update notifications available on Facebook and via newsletter: - Join the Facebook Group - Subscribe to our Newsletter
Version: 7.1.4.1772713919
Updated: 2026-03-05 13:31:59

*/

/* &shy; */

/*-----------*/
/* Hauptnavi */
/*-----------*/

/* Logo */
.logo svg {
  padding: 2em 0 0 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  image-rendering: auto;
  position: relative;
  z-index: 2;
  transition: opacity .4s ease-in-out;
}

@media only screen and (max-width: 767px) {
.responsive .logo svg {
 	padding: 1em 0 0 0;
    height: auto !important;
    width: auto;
    max-width: 100%;
    display: block;
    max-height: 130px;
  	}
}

/* Hauptnavi */
#top #header nav.main_menu {
	margin-top: 67px;
    /*left: 385px;*/
}

@media only screen and (max-width: 767px) {
  #top #header nav.main_menu {
	margin-top: 50px;
	}
}


/*------------*/
/* Typografie */
/*------------*/
h1 {
	line-height: 1.4em;
}

/* Listen */

ul {
    margin-inline-start: 5px;
}

li::marker {
color: #487751;
font-size: 1.2em;
}

@media only screen and (max-width: 500px) {
	h1 {
	line-height: 1.3em;
	font-size: 2em;
	}
	h2 {
	font-size: 1.9em;
}

