/*
 Theme Name: BiogasZueri (divi-child)
 Theme URL: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Simone Boehringer
 Author URL: https://www.thebrandpower.ch
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*------------------------------ TYPO ------------------------------*/
/*
roman:
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

bold:
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;*/

body {
    font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 1.5;
	letter-spacing: 0.03em;
	display: initial;
	margin: 0;
	padding: 0;
	min-height: auto;
	background-color: transparent;
}

@media screen and (max-width: 981px) {
		body {
		font-size: 15px;
	}
}


.leadtext p {
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 981px) {
	.leadtext p {
		font-size: 19px;
	}
}

h1, h2, h3, h4, h5, h6 {
  	font-family: "Montserrat", sans-serif;
	font-style: normal;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	font-style: normal;
	color: #00b5e2;
}

@media screen and (max-width: 981px) {
	h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 380px) {
	h1 {
		font-size: 30px;
	}
}


h2 {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	font-style: normal;
	color: #00b5e2;
}


@media screen and (max-width: 981px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	color: #00b5e2;
}

.darkblue h1 {
	font-weight: 700;
	font-style: normal;
	color: #0088aa;
}

.darkblue h2 {
	font-weight: 700;
	font-style: normal;
	color: #0088aa;
}

.darkblue h3 {
	font-weight: 700;
	font-style: normal;
	color: #0088aa;
}

/*------------------------------ LINKS ------------------------------*/

.link_body a {
	color: #666666;
	text-decoration: underline; 
	text-decoration-color: #c8d400;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.link_body a:hover {
	color: #666666;
	text-decoration: underline; 
	text-decoration-color: #c8d400;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.link_body_neg a {
	color: #ffffff;
	text-decoration: underline; 
	text-decoration-color: #c8d400;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.link_body_neg a:hover {
	color: #ffffff;
	text-decoration: underline; 
	text-decoration-color: #c8d400;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.link_footer a {
	color: #666666;
	text-decoration: none;
}

.link_footer a:hover {
	color: #666666;
	text-decoration: none; 
}


/*------------------------------ TIMELINE ------------------------------*/

#hidden_timeline {display: none;}
.btn_hidden_timeline.closed:after {content:"\33"}
.btn_hidden_timeline.opened:after {content:"\33"}
