/* Moved to main style page 

html {
	font-family: 'Noto Serif', serif;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Playfair Display', serif;
}

h1 {
	font-size: 2rem;
	line-height: 1.25;

}
h2 {
  font-size: 1.625rem;
  line-height: 1.15384615;
}
h3 {
  font-size: 1.375rem;
  line-height: 1.13636364;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.11111111;

}
h5 {
  font-size: 1rem;
  line-height: 1.25;
}
h6 {
  font-size: 0.75rem;
  line-height: 1.25;
}

a {
	color:;
}
*/
/*Progress bar*/
/* Style the header: fixed position (always stay at the top) */
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 5px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #f1803a;
  width: 0%;
}


/* Introduction */

.intro {
	margin:0 auto;
	padding:4rem 1rem 1.5rem 1rem
}
.intro-bg {
	background-image:url('img/FWI-header-05.png');
	background-size:auto 100%;
	border-bottom:1px solid #282828;
	margin-bottom:4rem
}

.intro-text {
	max-width:35rem;
	margin:0 auto;
	background-color:rgba(255,255,255,.85);
	padding:.5rem
}

.intro__hed {
	/*padding-top:3rem;*/
	font-weight:400;
	text-align:left;
	background-color:#fff;
	font-size:40px;
	line-height:1.2
}
.prose {
	max-width:40rem;
	margin:1rem auto;
	padding:0 1rem
} 
section {
	max-width:40rem;
	margin:1rem auto;
	padding:0 2rem
}

.sources {
	display: flex;
	margin: 0 auto;
	padding: 2rem 0;
}

.sources__img {
	vertical-align: middle;
	padding-bottom: 2rem;
	margin: 0 auto;
	padding: 0 2rem 0 0;
	flex: 0.25;
	/*animation: float 6s ease-in-out infinite;*/

}
.sources__desc {
	vertical-align: middle;
	padding-bottom: 2rem;
	flex: 0.75;
}

.row {
	width: 100%;
	/*display: flex;*/
	padding-top: 2rem;
}

#fwtypes-scaled{
	padding-top: 3rem;
	margin: 0 auto;
}

.startupsContainer {
	margin: 2rem 0;
}

.hierarchy {
	display: flex;
	margin: 1.5rem 0;
  	justify-content: space-between;

}

.hierarchy__legend {
	display: flex;
	flex-direction: column;
	max-width: 10rem;
	min-width: 10rem;
	margin-right: 2rem;
}

.hierarchy__label {
	font-family: Verdana;
}

.hierarchy__desc {
	font-family: Verdana;
	font-size: 0.75rem;
	margin-top: 0.35rem;
}

.hierarchy__startups {
	/*margin-left: 2rem;*/
	/*margin-right: 0;*/
	display: flex;
	direction: rtl;
	flex-wrap: wrap;
}

.startup {
}

.startup__icon {
	background-color: #f2f0ed;
	flex-wrap: wrap;
	padding: 0.65rem;
	border-radius: 10%;
	float: right;
	margin-top: 0.5rem;
	margin-left: 0.2rem;
	/*justify-content: space-between;*/
}

.startup__icon:hover {
	background-color: #fafafa;
}

.startup__icon.larger {
	padding: 1.15rem;
	margin-right: 0.5rem;
	float: none;
	margin-left: 0;

}

.startup__info {
	direction: ltr;
	font-family: Verdana;
	font-size: 0.75rem;
	border: 1px solid black;
	padding: 1rem 1rem;
	background-color: white;
	border-radius: 0.5rem;
	width: 10rem;
	position: absolute;
	visibility: hidden;
	right: 10rem;
	z-index: 1;

}

.startup__info.larger {
	margin-top: -4rem;
}

.startup__name {
	display: block;
}

#redistributionStartups, #preventionStartups2 {
	display: flex;
}


.figureLabel {
	font-size: 0.75rem;
	margin-bottom: 3rem;
	/*max-width: 15rem;*/
	font-style: italic;
}

.figureLabel.short {
	max-width: 15rem;
	margin-top: -4rem;
}

.grid {
	display: flex;
	max-width:40rem;
	margin:1rem auto;
	flex-wrap: wrap;
}


@media only screen and (min-width: 1320px){
 
.sidebar {
	max-width: 10rem;
	position: absolute;
	left: 10rem;
	display: flex;
	flex-wrap: wrap;
}
}

.sidebar {
	max-width: 10rem;
	/*position: absolute;*/
	/*left: 10rem;*/
	display: block;
}


/* sidebar: move at 1320px */ 

.foodLegend {
	margin-top: 1rem;
	vertical-align: top;
}

.legend {
	display: none;
	flex-wrap: wrap;
}

.legend__explanation {
	font-family: 'Verdana';
	font-size: 0.8rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	display: flex;

}

/* Bar chart styles */ 

.barChart {
	max-width: 40rem;
}

/* Food applications styles */

@media (max-width: 610px) { 
	#foodDestinations {
		margin-left: -5rem;
	}
}

.foodLabel, .foodAppLabel {
	background-color: #2c2c30;
	padding: 0.25rem 0.5rem;
	font-family: Verdana, sans-serif;
	font-size: 0.75rem;
	color: white;
	position: absolute;
	margin-top: 1rem;
	border-radius: 1rem;
	text-align: center;
	visibility: hidden;
	max-width: 5rem;
	z-index: 2;
}

.foodApp {
	display: flex;
	margin: 2rem auto;
}

.visible {
	visibility: visible;
	margin-top: 4rem;
}

.foodLabel:hover {
	visibility: visible;
}

.center {
	margin: 0 auto;
}

.half {
	flex: 0.5;
}

.food {
	width:3rem;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.legend.produce:hover {
	background: none;
}

.label.produce:hover {
	background: none;
}

.legend.produce {
	cursor: default;
}


.grid.apps {
	margin: 2rem 0;
}

.nonfoodApp {
	display: flex;
	justify-content: start;
	align-items: center;

}

.appLegend {
	display: flex;
	align-items: center;
	width: 20rem;
	min-width: 20rem;
}

.app__label {
	font-size: 1rem;
	font-family: Verdana;
}

.app__startup {
	display: flex;
}

.app__img {
	max-width: 3rem;
	margin-right: 2rem;
	/*animation: float 6s ease-in-out infinite;*/
}

	/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.wide {
	max-width: 60rem;
}

.wide__chain {
	margin-bottom: -3rem;
}

.bottom {
	vertical-align: bottom;
}

.wider {
	max-width: 100%;
	display: flex;
	overflow-x: scroll;
	/*margin:auto;*/
	/*align-content: center;*/
	/*margin-right:0;*/
	/*padding:0;*/
}

.cardGrid {
	/*display: flex;*/
	/*flex-wrap: nowrap;*/
	margin: 2rem 0;
	padding: 2rem 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.case {
	max-width: 18rem;
    display: inline-block;
	background-color: #ffffff;
	margin-right: 2rem;
	margin-bottom: 1rem;
	border: 3px solid black;

	/*border: 1px solid #F5F5F7;*/
	border-radius: 5px;
  	/*box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);*/
  	vertical-align: top;

}

.case__img {
	width: 100%;
	border-bottom: 3px solid black;
/*	border-bottom: 1px solid #F5F5F7;*/
	max-height: 8rem;
	object-fit: cover;
}

.case__desc {
	padding: 1.5rem;
  	white-space: normal;
}

.case__label {
	font-family: Verdana;
	font-size: 0.75rem;
	padding: 0.5rem 0.75rem;
	border-radius: 01rem;
	background-color: #efefef;
	color: #999999;
}


/* Supply chains */ 

.chain {
	object-fit: cover;
	max-width: 100%;
	padding: 5rem 0;
}

.beer-handle, .beer-range:focus~.beer-handle { /* Overwrite styles*/
	background-color: #F6E84C;
}

.explore {
	display: flex;
	align-items: center;
	margin: 3rem 0;
}

.explore__icon {
	max-width: 3rem;
	margin-right: 2rem;
}

/* Footer */

.last {
	padding-bottom: 2rem;
}

.dark {
	background-color: #e2e2e2;
	padding: 1rem 0;
}

.darker {
	background-color: #d1d1d1;
	padding: 1rem 0;
}

.references {
	overflow-wrap: break-word;
}

.ctas {
	display: flex;
	align-items: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  /*color: #444;*/
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  /*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /*padding: 0 18px;*/
  display: none;
  overflow: hidden;
}

.expand {
	max-width: 2rem;
}

/*.newsletterContainer {
	background-color: #f7e716; 
	padding: 4rem;
}*/

/* Moved to main css style but not updated in live site*/
.socialmediaContainer {
	background-color: #000000;
	padding: 2rem;
}

/*input[type=text] {
	width: 20rem !important; 
	padding: 0.75rem;
	font-size: 1rem;
}

input[type=submit] {
	background-color: #e03636;
	color: white;
	font-size: 1rem;	
	padding: 0.75rem 1.15rem;
	border-style: none;
	border-radius: 2px;
}*/

.iframe {
	margin-left: -2rem;
}

/* Moved to main css style but not updated in live site*/
.socialmedia {
	max-width: 32px;
	margin-right: 1rem;
}


/*#hiCookie {
	display: inline-block;
}
.hidden {
	visibility: hidden;
}
*/