
/*
Table Of Contents

1.)  Default Styles
2.)  Header
3.)  Content - Main
4.)  Footer

===============================================*/


/*
 1.) Default Styles
----------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

/* #Basic Styles
================================================== */
body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #575756;
	line-height: 34px; 
	letter-spacing: normal;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

.mod_article.container {
	width: inherit;
	max-width: inherit;
	padding: inherit;
}

sub,
sup {
	font-size: 60%;
}

sup {
	top: 0;
}

sub {
	bottom: 0;
}

img { 
	max-width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
body {
	font-size: 20px;
	line-height: 30px; 
}
}

@media (max-width: 767px) {
body {
	font-size: 18px;
	line-height: 28px; 
}
}


/* #Artikel
================================================== */

.mod_article.container {
	width: inherit;
	max-width: inherit;
	padding: inherit;
}


/* Modul: Dokumente und Links
================================================== */

#sec-download ul li a {
	text-decoration: none;
}


/* #Links
================================================== */

a {
	color: #0a4d45;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #0a4d45;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #0a4d45;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #0a4d45;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;
	color: #084d45;
	padding-bottom: 25px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 60px; 
	line-height: 75px; 
}

h3,
.h3 {
	font-size: 45px;
	line-height: 60px; 
}

h4,
.h4 {
	font-size: 30px;
	line-height: 45px;
}

h5,
.h5{
	font-size: 25px;
	line-height: 40px;
}

h6,
.h6 {	
	font-size: 20px;
	line-height: 30px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	text-decoration: underline;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p { 
	padding-bottom: 25px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

.underline { 
	text-decoration: underline;
}

@media (max-width: 1199px) {
h1,
.h1,
h2,
.h2 {
	font-size: 50px;
	line-height: 60px; 
}

h3,
.h3 {
	font-size: 32px;
	line-height: 38px;
}

h4,
.h4 {
	font-size: 26px;
	line-height: 32px;
}

h5,
.h5 {
	font-size: 24px;
	line-height: 30px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	padding-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 36px;
	line-height: 42px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 36px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 22px;
	line-height: 28px;
}
}


/*= Unorder List
================================================== */

ul,
ol {
	list-style: none;
}

li {
	position: relative; 
	padding-left: 24px;
	padding-bottom: 10px;
}

li:last-child {
	padding-bottom: 25px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 10px 0 0 0;
}

ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	float: left;
	background: #084d45;
	border-radius: 900px;
	position: absolute;
	top: 14px;
	left: 0;
}

@media (max-width: 1199px) {
ul li:before {
	width: 6px;
	height: 6px;
}
}

@media (max-width: 767px) {
li {
	padding-left: 20px;
}

ul li:before {
	top: 12px;
}
}


/*= Order Styles
================================================== */
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item; 
	padding-left: 32px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700; 
	color: #084d45;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label { 
	width: 100%; 
	float: left;
	font-weight: 400;
	font-size:16px;
	line-height: 26px; 
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

label .redmark {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { 
	width: 100%;
	float: left;
	height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #c4c8ce;
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 4px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 20px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 182px;
	white-space: normal;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #222224;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #222224;
}

::-moz-placeholder {
	color: #222224;
}

::-ms-input-placeholder {
	color: #222224;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #084d45;
}


/* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #084d45;
	border: none;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 16px 30px;
	margin: 0;
}

.btn::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #6e948f;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
	color: #ffffff;
	text-decoration: none;
	box-shadow: none; 
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #6e948f;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
	width: 100%;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 18px -13px -20px -13px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 13px 20px 13px;
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden; 
	padding: 172px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
}

.container-inn {
	width: 100%;
	overflow: hidden;
	padding: 0 80px;
}

@media (max-width: 1199px) {
.container-main {
	padding: 120px 0 0 0;
}
	
.container-inn {
	padding: 0 40px;
}
}

@media (max-width: 767px) {
.container-main {
	padding: 100px 0 0 0;
}

.container {
	max-width: 640px;
	padding: 0 25px;
}

.container-inn {
	padding: 0;
}
}


/* Main - Heading */
.main-heading {
	width: 100%;
	float: left;
	color: #084d45;
	background: #accdc9;
	position: relative;
	padding: 60px 0 90px 0;
}

.main-heading:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../img/curve-white2.png) no-repeat bottom center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-heading h1,
.main-heading .h1,
.main-heading h2,
.main-heading .h2,
.main-heading h3,
.main-heading .h3,
.main-heading h4,
.main-heading .h4,
.main-heading h5,
.main-heading .h5,
.main-heading h6,
.main-heading .h6 {
	font-weight: 700;
	color: inherit;
}

.main-heading.alt-bg {
	color: #ffffff;
	background: #0a4d45;
}

@media (max-width: 1199px) {
.main-heading {
	width: 100%;
	float: left;
	color: #084d45;
	background: #accdc9;
	position: relative;
	padding: 50px 0 80px 0;
}
}

@media (max-width: 767px) {
.main-heading {
	padding: 40px 0 55px 0;
}
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/* 
 2.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	height: 172px;
	float: left;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	background: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: fixed; 
	top: 0; 
	left: 0;
	z-index: 10;
}

.header-main .brand {
	float: left;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 29px 0 0 0;
}

.header-main .brand img {
	max-height: 114px;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .main-menu {
	float: right;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 118px 0 0 0;
}

.header-main .language {
	float: left;
	font-weight: 500;
	font-size: 24px;
	color: #10302a;
	line-height: 30px;
	position: relative;
	top: -4px;
}

.header-main .language a {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #5E7F70;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 10px 0 10px;
}
/*
.header-main .language a:before {
	content: "";
	width: 5px;
	height: 5px;
	float: left;
	background: #5E7F70;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -2px 0 0 0;
}
*/

.header-main .language a:hover,
.header-main .language a:focus,
.header-main .language a.active {
	color: #10302a;
}

.hidden-body {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(96, 96, 96, 0.6);
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlay.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .navigation-dropdown {
	width: 90%;
	max-width: 910px;
	height: 100%;
	float: left;
	background: #ffffff;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 5001;
	overflow: auto;	
	overflow-x: hidden; 
	padding: 0 40px;
}

.header-main .navigation-dropdown.active {
	visibility: visible;
	right: 0;
}

.header-main .navigation-dropdown .nav {
	width: 100%;
	float: left;
	position: relative;
	padding: 100px 0;
}

.header-main .navigation-dropdown .nav .box {
	width: 100%;
	float: right;
}

.header-main .navigation-dropdown .nav .box h3,
.header-main .navigation-dropdown .nav .box .h3 {
	font-weight: 700;
	font-size: 45px;
	color: #10302a;
	line-height: 65px;
	padding: 0 0 0 55px;
}

.header-main .navigation-dropdown .nav .box ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .navigation-dropdown .nav .box ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .navigation-dropdown .nav .box ul li:before {
	display: none;
}

.header-main .navigation-dropdown .nav .box ul li a {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 45px;
	color: #10302a;
	line-height: 65px;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 55px;
}

.header-main .navigation-dropdown .nav .box ul li a:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-main .navigation-dropdown .nav .box ul li a:hover,
.header-main .navigation-dropdown .nav .box ul li a:focus,
.header-main .navigation-dropdown .nav .box ul li.current  a {
	font-weight: 700;
	color: #5E7F70;
}

.header-main .navigation-dropdown .nav .box ul li a:hover:before,
.header-main .navigation-dropdown .nav .box ul li a:focus:before,
.header-main .navigation-dropdown .nav .box ul li.current  a:before {
	opacity: 1;
}

.header-main .navigation-dropdown .nav .box .aside {
	width: 100%;
	overflow: hidden;
	padding-bottom: 70px;
}

.header-main .navigation-dropdown .nav .box .aside:last-child {
	padding-bottom: 0;
}

.header-main .navigation-dropdown .nav .box .aside.alt ul li a:before {
	display: none;
}

.header-main .navigation-dropdown .nav .box .aside.alt ul li a:hover,
.header-main .navigation-dropdown .nav .box .aside.alt ul li a:focus,
.header-main .navigation-dropdown .nav .box .aside.alt ul li.current  a {
	color: #10302a;
}

.header-main .navigation-dropdown .bottom-txt {
	width: 100%;
	max-width: 600px;
	overflow: hidden;
	font-weight: 500;
	font-size: 45px;
	color: #333333;
	line-height: 65px;
	padding: 0 0 0 55px;
}

.header-main .navigation-dropdown .bottom-txt a {
	color: #333333;
	text-decoration: none;
}

.header-main .navigation-dropdown .bottom-txt a:hover,
.header-main .navigation-dropdown .bottom-txt a:focus,
.header-main .navigation-dropdown .bottom-txt a.active {
	color: #10302a;
}

.header-main .navigation-dropdown .menu-close {
	float: right;
	position: absolute;
	top: 20px;
	right: 0;
}

.header-main .navigation-dropdown .menu-close button {
	font-weight: inherit;
	font-size: 36px;
	color: #6e948f;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.header-main.fixed {
	height: 70px;
}

.header-main.fixed .brand { 
	opacity: 0; 
	margin: 5px 0 0 0;
}

.header-main.fixed .brand img { 
	max-height: 60px; 
}

.header-main.fixed .main-menu {
	margin: 25px 0 0 0;
}

.header-main .menu-btn {
	width: 30px;
	height: 22px;
	float: left;
	cursor: pointer;
	z-index: 5;
	margin: 0 0 0 46px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: right;
	background: #0a4d45;
	position: relative;
	margin: 9px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #0a4d45;
	position: absolute;
	top: -9px;
	right: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #0a4d45;
	position: absolute;
	top: 9px;
	right: 0;
}

@media (max-width: 1199px) {
.header-main {
	height: 120px;
}

.header-main .brand {
	margin: 15px 0 0 0;
}

.header-main .brand img {
	max-height: 90px;
}

.header-main .main-menu {
	margin: 50px 0 0 0;
}

.header-main .language {
	font-size: 20px;
}

.header-main .navigation-dropdown .nav .box {
	width: 90%;
}

.header-main .navigation-dropdown .nav {
	padding: 80px 0;
}

.header-main .navigation-dropdown .nav .box h3,
.header-main .navigation-dropdown .nav .box .h3 {
	font-size: 36px;
	line-height: 56px;
	padding: 0 0 0 50px;
}

.header-main .navigation-dropdown .nav .box ul li a {
	font-size: 36px;
	line-height: 56px;
	padding: 0 0 0 50px;
}

.header-main .navigation-dropdown .nav .box .aside {
	padding-bottom: 50px;
}

.header-main .navigation-dropdown .bottom-txt {
	font-size: 36px;
	line-height: 56px;
	padding: 0 0 0 50px;
}

.header-main .navigation-dropdown .menu-close button {
	font-size: 30px;
}

.header-main .menu-btn {
	margin: 0 0 0 40px;
}
}

@media (max-width: 767px) {
.header-main {
	height: 100px;
}

.header-main .brand {
	margin: 15px 0 0 0;
}

.header-main .brand img {
	max-height: 70px;
}

.header-main .main-menu {
	margin: 40px 0 0 0;
}

.header-main .language {
	font-size: 16px;
}

.header-main .navigation-dropdown {
	padding: 0 20px;
}

.header-main .navigation-dropdown .nav .box {
	width: 100%;
}

.header-main .navigation-dropdown .nav {
	padding: 60px 0;
}

.header-main .navigation-dropdown .nav .box h3,
.header-main .navigation-dropdown .nav .box .h3 {
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 0 30px;
}

.header-main .navigation-dropdown .nav .box ul li a {
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 0 30px;
}

.header-main .navigation-dropdown .nav .box .aside {
	padding-bottom: 30px;
}

.header-main .navigation-dropdown .bottom-txt {
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 0 30px;
}

.header-main .navigation-dropdown .menu-close button {
	font-size: 24px;
}

.header-main .menu-btn {
	margin: 0 0 0 30px;
}
}


/*
 3.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
}


/* Section - 1 */
.section-1 {
	width: 100%;
	overflow: hidden;
}

.section-1 .accord-list-wrap {
	width: 100%;
	float: left;
	padding: 100px 0;
}

@media (max-width: 1199px) {
.section-1 .accord-list-wrap {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.section-1 .accord-list-wrap {
	padding: 60px 0;
}
}

/* Accord - List */
.accord-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 90px;
}

.accord-list .accord-items-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.accord-list .accord-item {
	width: 100%;
	float: left;
	border-bottom: 2px solid #6e948e;
}

.accord-list .accord-item:last-child {
	margin-bottom: 0;
}

.accord-list .accord-link {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 30px;
	color: #0a4d45;
	line-height: 40px;
	text-decoration: none; 
	cursor: pointer;
	background: #ffffff;
	position: relative;
	padding: 16px 238px 16px 30px;
}

.accord-list .accord-link:before {
	content: "";
	width: 58px;
	height: 58px;
	float: left;
	background: #6e948e;
	border-radius: 360px;
	position: absolute;
	top: 7px;
	left: -90px;
}

.accord-list .accord-link .accord-open {
	width: 178px;
	float: left;
	font-weight: 400;
	font-size: 24px;
	color: #575756;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 16px;
	right: 0;
}

.accord-list .accord-link .accord-open .hide {
	display: none;
}

.accord-list .accord-link .accord-open .show {
	display: block;
}

.accord-list .accord-link:hover {	
	color: #0a4d45;
}

.accord-list .accord-link.active {
	color: #0a4d45;
	background: #d8e6e2;
}

.accord-list .accord-link.active .accord-open .hide {
	display: block;
}

.accord-list .accord-link.active .accord-open .show {
	display: none;
}

.accord-list .accord-cont { 
	width:  100%; 
	float: left; 
	display: none;
	background: #d8e6e2;
	padding: 32px 30px;
	margin: 0;
}

.accord-list .accord-cont.active { 
	display: block; 
}

.accord-list .accord-cont h4,
.accord-list .accord-cont .h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 0;
}

.accord-list .accord-cont p {
	padding-bottom: 0;
}

.accord-list .accord-cont .aside {
	padding: 0 0 32px 0;
	margin: 0;
}

.accord-list .accord-cont .aside:last-child {
	padding-bottom: 0;
}

.accord-list .accord-cont .aside .txt {
	padding-bottom: 32px;
}

.accord-list .accord-cont .aside .txt:last-child {
	padding-bottom: 0;
}

.accord-list .accord-cont .status-wrap {
	width: 100%;
	overflow: hidden;
}

.accord-list .accord-cont .status-wrap h4,
.accord-list .accord-cont .status-wrap .h4 {
	width: 33.80%;
	float: left;
	padding: 0 20px 0 0;
}

.accord-list .accord-cont .status-wrap .status-bar {
	width: 66.20%;
	float: left;
}

.accord-list .accord-cont .status-wrap .status-info {
	width: 100%;
	max-width: 286px;
	float: left;
	font-weight: 600;
	font-size: 18px;
	color: #575756;
	line-height: 24px;
	text-align: center;
}

.accord-list .accord-cont .status-wrap .status-info .bar {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 22px 0 0 0;
	margin: 0 0 15px 0;
}

.accord-list .accord-cont .status-wrap .status-info .bar:last-child {
	margin-bottom: 0;
}

.accord-list .accord-cont .status-wrap .status-info .bar-inn {
	width: 100%;
	float: left;
	border-radius: 360px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.accord-list .accord-cont .status-wrap .status-info .bar-inn .track {
	height: 100%;
	float: left;
	background: #95c11f;
	text-indent: -99999px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: -1;
}

.accord-list .accord-cont .status-wrap .status-info .bar-inn.yellow .track {
	background: #feed12;
}

.accord-list .accord-cont .status-wrap .status-info .bar-inn.red .track {
	background: #ec5320;
}

.accord-list .accord-cont .status-wrap .status-info .bar ul {
	width: 100%;
	float: left; 
	box-shadow: inset #0b4e45 0 0 0 2px; 
	border-radius: 900px;
	padding: 0;
	margin: 0;
}

.accord-list .accord-cont .status-wrap .status-info .bar ul li {
	width: 10%;
	height: 26px;
	float: left;
	padding: 0;
	margin: 0;
}

.accord-list .accord-cont .status-wrap .status-info .bar ul li::after { 
	content: ""; 
	width: 2px; 
	height: 100%; 
	float: left; 
	background: #0b4e45; 
	position: absolute; 
	top: 0; 
	right: 1px;
}

.accord-list .accord-cont .status-wrap .status-info .bar ul li:before {
	display: none;
}

.accord-list .accord-cont .status-wrap .status-info .bar ul li:last-child::after { 
	display: none;
}

.accord-list .accord-cont .status-wrap .status-info .bar .value {
	width: 33.33%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #575756;
	line-height: 20px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

.accord-list .accord-cont .status-wrap .status-info .bar .value.middle {
	text-align: center;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.accord-list .accord-cont .status-wrap .status-info .bar .value.right {
	text-align: right;
	left: auto;
	right: 0;
}

@media (max-width: 1199px) {
.accord-list {
	padding: 0 0 0 60px;
}

.accord-list .accord-link {
	font-size: 26px;
	line-height: 34px;
	padding: 16px 200px 16px 20px;
}

.accord-list .accord-link:before {
	width: 40px;
	height: 40px;
	top: 12px;
	left: -60px;
}

.accord-list .accord-link .accord-open {
	width: 140px;
	font-size: 20px;
	line-height: 30px;
	top: 18px;
}

.accord-list .accord-cont {
	padding: 32px 20px;
}

.accord-list .accord-cont h4,
.accord-list .accord-cont .h4 {
	font-size: 22px;
	line-height: 32px;
}

.accord-list .accord-cont .status-wrap .status-info {
	font-size: 16px;
}
}

@media (max-width: 767px) {
.accord-list {
	padding: 0 0 0 30px;
}

.accord-list .accord-link {
	font-size: 22px;
	line-height: 30px;
	padding: 12px 0 12px 12px;
}

.accord-list .accord-link:before {
	width: 20px;
	height: 20px;
	top: 17px;
	left: -30px;
}

.accord-list .accord-link .accord-open {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	position: relative;
	top: 0;
	padding: 5px 10px 0 0;
}

.accord-list .accord-cont {
	padding: 16px 12px 24px 12px;
}

.accord-list .accord-cont h4,
.accord-list .accord-cont .h4 {
	font-size: 20px;
	line-height: 28px;
}

.accord-list .accord-cont .aside .txt {
	padding-bottom: 24px;
}

.accord-list .accord-cont .status-wrap h4,
.accord-list .accord-cont .status-wrap .h4 {
	width: 100%;
	padding: 0 0 10px 0;
}

.accord-list .accord-cont .status-wrap .status-bar {
	width: 100%;
}

.accord-list .accord-cont .status-wrap .status-info .bar {
	margin: 0 0 10px 0;
}
}


/* Section - 2 */
.section-2 {
	width: 100%;
	overflow: hidden;
}

.section-2 .roadmap {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 0 0;
}

.section-2 .roadmap .figure {
	width: 100%;
	overflow: hidden;
}

.section-2 .roadmap .figure img {
	max-width: 100%;
}

.section-2 .aside {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.section-2 .aside ul {
	width: 100%;
	overflow: hidden;
}

.section-2 .aside ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 45px;
	color: #0A4D45;
	line-height: 55px;
	border-bottom: 1px solid #6E948E;
	padding: 13px 0 13px 90px;
	margin: 0;
}

.section-2 .aside ul li:before {
	display: none;
}

.section-2 .aside ul li em {
	position: absolute;
	top: 18px;
	left: 0;
}

@media (max-width: 1199px) {
.section-2 .roadmap {
	padding: 80px 0 0 0;
}

.section-2 .aside {
	padding: 40px 0 80px 0;
}

.section-2 .aside ul li {
	font-size: 36px;
	line-height: 46px;
	padding: 12px 0 12px 60px;
}

.section-2 .aside ul li em {
	position: absolute;
	top: 16px;
	left: 0;
}
}
 
@media (max-width: 767px) {
.section-2 .roadmap {
	padding: 60px 0 0 0;
}

.section-2 .aside {
	padding: 30px 0 60px 0;
}

.section-2 .aside ul li {
	font-size: 28px;
	line-height: 36px;
	padding: 15px 0 15px 40px;
}

.section-2 .aside ul li em {
	top: 17px;
}
}


/* Section - 3 */
.section-3 {
	width: 100%;
	overflow: hidden;
}

.section-3 .aside {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px 0;
}

.section-3 .aside ul {
	width: 100%;
	overflow: hidden;
}

.section-3 .aside ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 30px;
	color: #0A4D45;
	line-height: 55px;
	border-bottom: 1px solid #6E948E;
	padding: 13px 250px 13px 0;
	margin: 0;
}

.section-3 .aside ul li:before {
	display: none;
}

.section-3 .aside ul li .sml {
	font-weight: 600;
	font-size: 71.11%;
	line-height: 1em;
	position: relative;
	top: 14px;
	margin-left: 22px;
}

.section-3 .aside ul li .fa-file-pdf {
	color: #e6332a !important;
}

.section-3 .aside ul li .email {
	width: 248px;
	float: right;
	font-weight: 400;
	font-size: 55.55%;
	color: #575756;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 0 0 55px;
}

.section-3 .aside ul li .email em {
	font-size: 35px;
	color: #0a4d45;
	line-height: 1em;
	position: absolute;
	top: -7px;
	left: 0;
}

.section-3 .aside ul li .email a {
	color: #575756;
	text-decoration: none;
}

.section-3 .aside ul li .email a:hover,
.section-3 .aside ul li .email a:focus,
.section-3 .aside ul li .email a:active {
	color: #0a4d45;
}

@media (max-width: 1199px) {
.section-3 .aside {
	padding: 60px 0 80px 0;
}

.section-3 .aside ul li {
	font-size: 26px;
	line-height: 46px;
	padding: 12px 240px 12px 0;
}

.section-3 .aside ul li .sml {
	top: 12px;
	margin-left: 16px;
}

.section-3 .aside ul li .email {
	width: 200px;
	padding: 0 0 0 45px;
}

.section-3 .aside ul li .email em {
	font-size: 30px;
	top: -5px;
}
}

@media (max-width: 767px) {
.section-3 .aside {
	padding: 40px 0 60px 0;
}

.section-3 .aside ul li {
	font-size: 22px;
	line-height: 36px;
	padding: 15px 0;
}

.section-3 .aside ul li .sml {
	font-size: 65%;
	top: 12px;
	margin-left: 6px;
}

.section-3 .aside ul li .email {
	width: 100%;
	font-size: 60%;
	position: relative;
	top: 0;
	transform: none;
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.section-3 .aside ul li .email em {
	font-size: 20px;
	top: -2px;
}
}


/* Section - 4 */
.section-4 {
	width: 100%;
	overflow: hidden;
}

.section-4 .aside {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.section-4 .aside ul {
	width: 100%;
	overflow: hidden;
}

.section-4 .aside ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 60px;
	color: #0A4D45;
	line-height: 75px;
	border-bottom: 1px solid #6E948E;
	padding: 45px 0;
	margin: 0;
}

.section-4 .aside ul li:before {
	display: none;
}

.section-4 .aside ul li .sml {
	font-weight: 600;
	font-size: 75%;
	line-height: 1em;
	position: relative;
	top: 20px;
	margin-left: 35px;
}


@media (max-width: 1199px) {
.section-4 .aside {
	padding: 40px 0 80px 0;
}

.section-4 .aside ul li {
	font-size: 50px;
	line-height: 60px;
	padding: 30px 0;
}
 
.section-4 .aside ul li .sml {
	width: 100%;
	top: 0;
	margin-left: 0;
}
}

@media (max-width: 767px) {
.section-4 .aside {
	padding: 30px 0 60px 0;
}

.section-4 .aside ul li {
	font-size: 36px;
	line-height: 46px;
	padding: 20px 0 25px 0;
}

.section-4 .aside ul li .sml {
	width: 100%;
	top: 0;
	margin-left: 0;
}
}


/* Section - 5 */
.section-5 {
	width: 100%;
	overflow: hidden;
}

.section-5 .aside {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px 0;
}

.section-5 .aside ul {
	width: 100%;
	overflow: hidden;
}

.section-5 .aside ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 45px;
	color: #0A4D45;
	line-height: 55px;
	border-bottom: 1px solid #6E948E;
	padding: 13px 160px 13px 0;
	margin: 0;
}

.section-5 .aside ul li:before {
	display: none;
}

.section-5 .aside ul li .sml {
	font-weight: 600;
	font-size: 71.11%;
	line-height: 1em;
	position: relative;
	top: 14px;
	margin-left: 22px;
}

.section-5 .aside ul li .email {
	width: 142px;
	float: right;
	font-weight: 400;
	font-size: 55.55%;
	color: #575756;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 0 0 55px;
}

.section-5 .aside ul li .email em {
	font-size: 35px;
	color: #0a4d45;
	line-height: 1em;
	position: absolute;
	top: -7px;
	left: 0;
}

.section-5 .aside ul li .email a {
	color: #575756;
	text-decoration: none;
}

.section-5 .aside ul li .email a:hover,
.section-5 .aside ul li .email a:focus,
.section-5 .aside ul li .email a:active {
	color: #0a4d45;
}

@media (max-width: 1199px) {
.section-5 .aside {
	padding: 60px 0 80px 0;
}

.section-5 .aside ul li {
	font-size: 36px;
	line-height: 46px;
	padding: 12px 140px 12px 0;
}


.section-5 .aside ul li .sml {
	top: 12px;
	margin-left: 16px;
}


.section-5 .aside ul li .email {
	width: 120px;
	padding: 0 0 0 45px;
}

.section-5 .aside ul li .email em {
	font-size: 30px;
	top: -5px;
}
}

@media (max-width: 767px) {
.section-5 .aside {
	padding: 40px 0 60px 0;
}

.section-5 .aside ul li {
	font-size: 28px;
	line-height: 36px;
	padding: 15px 0;
}

.section-5 .aside ul li .sml {
	font-size: 65%;
	top: 12px;
	margin-left: 6px;
}


.section-5 .aside ul li .email {
	width: 100%;
	font-size: 60%;
	position: relative;
	top: 0;
	transform: none;
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.section-5 .aside ul li .email em {
	font-size: 20px;
	top: -2px;
}
}


/* Contact - Info  */
.contact-info {
	width: 100%;
	font-size: 36px;
	color: #ffffff;
	line-height: 42px;
	background: #0a4d45;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 120px 0 100px 0;
}

.contact-info:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../img/curve-white.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.contact-info h1,
.contact-info .h1,
.contact-info h2,
.contact-info .h2,
.contact-info h3,
.contact-info .h3,
.contact-info h4,
.contact-info .h4,
.contact-info h5,
.contact-info .h5,
.contact-info h6,
.contact-info .h6 {
	font-weight: 700;
	color: inherit;
	padding-bottom: 65px;
}


.contact-info h3,
.contact-info .h3 {
	font-weight: 600;
	font-size: 54px;
	line-height: 60px;
	padding-bottom: 12px;
}

.contact-info h3:last-child,
.contact-info .h3:last-child {
	padding-bottom: 0;
}

.contact-info .envelope {
	float: left;
	font-size: 45px;
	line-height: 1em;
	position: absolute;
	top: 8px;
	left: 0;
}


.contact-info .aside {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 92px;
}

@media (max-width: 1199px) {
.contact-info {
	font-size: 28px;
	line-height: 36px;
	padding: 80px 0;
}

.contact-info h1,
.contact-info .h1,
.contact-info h2,
.contact-info .h2,
.contact-info h3,
.contact-info .h3,
.contact-info h4,
.contact-info .h4,
.contact-info h5,
.contact-info .h5,
.contact-info h6,
.contact-info .h6 {
	padding-bottom: 40px;
}


.contact-info h3,
.contact-info .h3 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
}

.contact-info .envelope {
	font-size: 40px;
	top: 6px;
}


.contact-info .aside {
	padding: 0 0 0 80px;
}
}

@media (max-width: 767px) {
.contact-info {
	font-size: 22px;
	line-height: 32px;
	padding: 60px 0;
}

.contact-info h1,
.contact-info .h1,
.contact-info h2,
.contact-info .h2,
.contact-info h3,
.contact-info .h3,
.contact-info h4,
.contact-info .h4,
.contact-info h5,
.contact-info .h5,
.contact-info h6,
.contact-info .h6 {
	padding-bottom: 30px;
}


.contact-info h3,
.contact-info .h3 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
}


.contact-info p br {
	display: none;
}


.contact-info .envelope {
	font-size: 30px;
	top: 5px;
}


.contact-info .aside {
	padding: 0 0 0 50px;
}
}


/*
 4.) Footer
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	color: #ffffff;
	background: #accdc9;
	padding: 80px 0;
}

.footer-main .aside {
	width: 100%;
	max-width: 900px;
	float: left;
	font-weight: 700;
	font-size: 45px;
	line-height: 52px;
}

.footer-main .aside h3,
.footer-main .aside h3 {
	font-weight: 700;
	font-size: 45px;
	line-height: 52px;
	padding-bottom: 0;
}

.footer-main .aside p {
	padding-bottom: 45px;
}

.footer-main .aside p:last-child {
	padding-bottom: 0;
}

.footer-main .aside p a {
	color: #ffffff;
	text-decoration: none;
}

.footer-main .aside p a:hover,
.footer-main .aside p a:focus,
.footer-main .aside p a:active {
	color: #084d45;
}

@media (max-width: 1199px) {
.footer-main {
	padding: 70px 0;
}

.footer-main .aside {
	max-width: 620px;
	font-size: 36px;
	line-height: 44px;
}

.footer-main .aside h3,
.footer-main .aside h3 {
	font-size: 36px;
	line-height: 44px;
}

.footer-main .aside p {
	padding-bottom: 35px;
}
}

@media (max-width: 767px) {
.footer-main {
	padding: 50px 0;
}

.footer-main .aside {
	max-width: 620px;
	font-size: 28px;
	line-height: 36px;
}

.footer-main .aside h3,
.footer-main .aside h3 {
	font-size: 28px;
	line-height: 36px;
}

.footer-main .aside p {
	padding-bottom: 30px;
}
}