body,h1,h2,h3,h4,h5,h6 {
	font-family: "Lato", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	/* font-family: "Shadows Into Light", cursive; */
}

.lz_expressions {
  font-family: "Shadows Into Light", cursive;
  font-weight: bolder;
  font-size: 2.6em;
  font-style: normal;
  text-transform: none;
}

.lz_font_shadows {
  font-family: "Shadows Into Light", cursive;
}

.lz_line_height_normal {
	line-height: 1;	
}

html, body {
    height: 100%;
    color: #505050;
    line-height: 1.8;
	font-size: 20px;
}

.lz_emphasized {
	background-color: rgb(255 255 255 / 0.6);
	font-weight: bolder;
}

/*Default h-sizes: h1 2em, h2 1.5em, h3 1.17em, h4 1em, h5 0.83em, h6 0.67em*/

h1 {
	text-transform: uppercase;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

a:target {
	display: block;
	position: relative;
	visibility: hidden;
}

.w3-wide {
	letter-spacing: 10px;
}

.w3-hover-opacity {
	cursor: pointer;
}

.lz-card {
	padding: 16px;
	margin: 0 auto;
	max-width: 500px;
	font-size: 16px;
}

/* Create a Parallax Effect */
.bgimg-1a, .bgimg-1b, .bgimg-2, .bgimg-3a, .bgimg-3b, .bgimg-3c, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10  {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	/*.bgimg-1a, .bgimg-1b,*/
	.bgimg-2, .bgimg-3a, .bgimg-3b, .bgimg-3c, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
		background-attachment:  scroll;
		min-height: 250px;
	}
}

/* First image (Start) */
.bgimg-1a {
    background-image: url('../img/enten.jpg');
    min-height: 100%;
	background-attachment: unset;
	background-position: 45% 50%;
	background-size: cover; 
}

/* First image (Start) */
.bgimg-1b {
	background-image: url('../img/loewen.jpg');
	min-height: 100%;
	background-attachment: unset;
	background-position: 45% 50%;
	background-size: cover; 
}

/* Second image (Beratung) */
.bgimg-2 {
    background-image: url("../img/weg.jpg");
}

/* Third a image (Person) */
.bgimg-3a {
	background-image: url("../img/ueber_mich_5919.jpg");
}

/* Third a image (Person) */
.bgimg-3b {
	background-image: url("../img/ueber_mich_2307.jpg");
}

/* Third a image (Person) */
.bgimg-3c {
	background-image: url("../img/herz.jpg");
}

/* Fourth image (Kosten) */
.bgimg-4 {
    background-image: url("../img/herz.jpg");
}

/* Fifth image (Kontakt) */
.bgimg-5 {
    background-image: url("../img/fahrrad.jpg");
}

/* Sixth image (Links) */
.bgimg-6 {
    background-image: url("../img/bruecke.jpg");
}

/* Seventh image (Links) */
.bgimg-7 {
    background-image: url("../img/taube.jpg");
}

/* Eight image (Consulting) */
.bgimg-8 {
	background-image: url("../img/bridge-forest.jpg");
	/* background-attachment: unset; */
}

/* Ninth image (Workshops) */
.bgimg-9 {
	background-image: url("../img/tools.jpg");
	background-position: 50% 30%;
	/* background-attachment: unset; */
}

/* Tenth image (Contact) */
.bgimg-10 {
	background-image: url("../img/dial.jpg");
}

.lz_nav {
	color:#EADFC7!important;
}

.lz_logo_display {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,-20%);
	-ms-transform: translate(-50%,-20%);
	width: 100%;
}

.lz_logo {
	width: 100%;
	height: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	filter: drop-shadow(2px 2px 5px rgb(234 223 199 / 1));
	/* filter: drop-shadow(2px 2px 5px rgb(132 146 1 / 1)); #849201*/
}

@media only screen and (max-device-width: 1024px) {
	.lz_logo_display {
		/* top: 10%; */
		width: 32%;
	}
}

@media only screen and (max-device-width: 768px) {
	.lz_logo_display {
		/* top: 10%; */
		width: 75%;
	}
}

.lz_start_title_display {
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%,20%);
	-ms-transform: translate(-50%,20%);
	width: 70%;
}

.lz_start_title_display_ducks {
	position: absolute;
	left: 50%;
	bottom: 17%;
	transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	width: 70%;
}

.lz_start_title{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #eadfc7;
	font-size: 2.8em;
	font-weight: bold;
	text-shadow: 2px 2px 10px #000000;
}

.lz_start_subtitle{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-align: center;
	color: #eadfc7;
	font-size: 150%;
	font-style: italic;
	text-shadow: 2px 2px 10px #000000;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-device-width: 1024px) {
	.lz_start_title_display {
		bottom: 15%;
		width: 80%;
	}
	.lz_start_title {
		font-size: 200%;
	}
}

@media only screen and (max-device-width: 768px) {
	.lz_start_title_display {
		bottom: 15%;
		width: 85%;
	}
	
	.lz_start_title_display_ducks {
		bottom: 50%;
		width: 85%;
	}
	.lz_start_title {
		font-size: 180%;
	}
}

.lz_signet {
	width:180px;
	float: left !important;
	margin-right: 16px;
}

.lz_qr_code {
	margin: 30px auto 30px;
	width:150px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media only screen and (max-device-width: 768px) {
	.lz_signet {
		float:none !important;
		margin: auto !important;
		max-width:100px;
	}
}

.lz_extrajumbo{
	font-size: 76px!important;
}

.lz_title_icon {
	display: flex;
	margin: 30px auto 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 135px;
	width: 135px;
	border: 4px solid #505050;
	border-radius: 50%;
	/* color: #ffa; */
	/* background-color: rgba(255, 255, 170, 0.4); */
}

.lz_menu_bar, lz_hover_menu_bar:hover{
	color: #eadfc7 !important; 
	text-shadow: 2px 2px 10px #000000 !important;
}

.lz_nav_button{
	background-color: #eadfc7 !important;
}

.lz_nav_button:hover{
	background-color: #ffffff !important;
}

.lz_bg_orange {
	background-color: #debd90 !important;
}

.lz_orange, .lz_hover_orange:hover {
	color: #debd90 !important;
}

.lz_bg_brown {
	background-color: #c7bfac;
}

.lz_brown, .lz_hover_brown:hover {
	color: #c7bfac !important;
}

.lz_bg_light_pink {
	background-color: #fbd7da;
}

.lz_light_pink, .lz_hover_light_pink:hover {
	color: #fbd7da !important;
}

.lz_bg_light_green {
	background-color: #aac075 !important;
}

.lz_light_green, .lz_hover_light_green:hover {
	color: #aac075 !important;
}

.lz_bg_green {
	background-color: #949e2c !important;
}

.lz_green, .lz_hover_green:hover {
	color: #949e2c !important;  /* #919c29 */
}

.lz_bg_light_yellow {
	background-color: #fdf1c7;
}

.lz_light_yellow, .lz_hover_light_yellow:hover {
	color: #fdf1c7 !important;
}

.lz_bg_olive {
	background-color: #c5cf97;
}

.lz_olive, .lz_hover_olive:hover {
	color: #c5cf97 !important;
}

.lz_bg_light_red {
	background-color: #e9d3c6;
}

.lz_light_red, .lz_hover_light_red:hover {
	color: #e9d3c6 !important;
}

.lz_bg_light_blue {
	background-color: #cadaf4;
}

.lz_light_blue, .lz_hover_light_blue:hover {
	color: #cadaf4 !important;
}

.lz_bg_transparent {
	background-color: transparent;
}

.lz_ul, .lz_ul2 {
	padding: 0px 0px 0px 20px;
}

.lz_ul li {
	/* list-style-type: square; */
	list-style-type: none;
	padding-bottom: 10px;
}

/* .lz_ul li::before {
	content: "*";
	padding-right:8px;
    font-family: "Shadows Into Light", cursive;
	font-weight: bolder;
	font-size: 20px;
	font-style: normal;	
} */

.lz_ul2 li {
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 0px;
}

.lz_opacity {
	opacity: 0.85;
    filter: Alpha(opacity=85);
}

.lz_opacity_2 {
	opacity: 0.1;
	filter: Alpha(opacity=10);
}

.lz_white, .lz_hover_white:hover {
	color: #fff !important;
	background-color: transparent !important;
}

.lz_black, .lz_hover_black:hover {
	color: #000 !important;
	background-color: transparent !important;
}

.lz_no_padding_margin_top {
	padding-top: 0;
	margin-top: 0;
}

.lz_no_padding_margin_bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

.lz_card_title {
	line-height: 1 !important;
	margin-top: 16px !important;
}

.lz_third {
	margin-top: 16px!important
}

.lz_small_text {
	font-size: 12px;
}


/* .lz_third:first-child {
	padding-left: 0;
}

.lz_third:last-child {
	padding-right: 0;
} */