#weglot{
	position: fixed;
	left: 35px;
	bottom: -1.5px;
	width: 100px;
	z-index: 999;
	border-radius: 0px !important;
}

body{
	background-color: white;
	overflow-x: hidden;
}

.section-hyperlink{
	cursor: pointer;
	text-decoration: underline;
}

.section-container{
	padding: 20px 20%;
	text-align: left;
	background-size: cover;
}

.white-container{
	background: #fff;
}

.offwhite-container{
	background: #f5f5f5;
}

.section-container.tight-top{
	padding-top: 0px;
}

.example-list{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.example-list .list-element{
	list-style: none;
}

.example-list .list-element h4{
	text-align: center;
}

.list-element{
	padding: 2px 0;
	font-size: 17px;
	text-align: left;
}

.section-description{
	font-size: 17px;
	color: #000;
	text-align: left;
	margin: 10px 0;
}

/* Paragraphs inside sections */
.section-container p{
	font-size: 17px;
	color: #000;
	text-align: left;
	line-height: 1.6;
}

/* Headings */
h1{
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 20px 20% 0px 20%;
	margin-bottom: 0;
}

h2{
	font-size: 30px;
	text-align: left;
	color: #1356A4;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}

h3{
	font-size: 26px;
	text-align: left;
	color: #000;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

h4{
	font-size: 20px;
	text-align: left;
	color: #000;
	font-weight: bold;
	margin: 12px 0 6px 0;
}

/* Images inside sections */
.section-container img{
	display: block;
	max-width: calc(80% - 200px);
	height: auto;
	margin: 10px auto 20px auto;
	border-radius: 12px;
}

.container{
	width: 100%;
	margin: 0;
	justify-content: center;
	margin: 0 auto;
}

.contain{
	position: absolute !important;
	left: 0 !important;
	width: 100vw !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media (max-width: 767px){
	body{
		overflow-x: hidden;
		width: 100%;
	}
	.container{
		overflow-x: hidden;
		width: 100vw;
	}
}

@media (min-width: 2000px){
	h1{
		padding: 20px 30% 0px 30%;
	}
	.section-container{
		padding: 20px 30%;
	}
	.section-container.tight-top{
		padding: 10px 30% 20px 30%;
	}
}

@media (max-width: 900px){
	h1{
		padding: 0 6%;
	}
	.section-container{
		padding: 15px 6%;
	}
	.section-container.tight-top{
		padding-top: 8px;
	}
}

