@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

.exo-<uniquifier> {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html, body, table, tr, td { 
	font-family:"Exo",Arial,Tahoma,Verdana,sans-serif; 
	font-size:16px;
	line-height: 1.5;
}

body {
	margin: 0;
	background-color: #f2f2f7;
}

h1 {
	color: #00a37a;
    font-weight: normal;
}

h2 {
	color: #00a37a;
    font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

.wrapper {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1536px;
	background-color: #ffffff;
}

.navbar {
	color: #ffffff;
	background-color: #383d4a;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
}

.logo {
	width: 200px;
}

.navbar div {
	margin-right: 20px;
}

.menuItems {
	display: flex;
	flex-direction: row;
}

.menuItems a {
	color: white;
	text-decoration: none;
}

.topnav #myLinks {
	display: none;
	color: #ffffff;
	background-color: #383d4a;
}

.topnav a {
	color: white !important;
	padding: 14px 36px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.icon {
	display: none;
	color: white;
	margin-right: 14px;
}

.icon div {
  width: 28px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  border-radius: 2px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black !important;
}

.welcome-img{
	margin: 36px;
}

.welcome-img img{
	width: 100%;
	border-radius: 24px;
}

.center div {
	text-align: center;
	width: 50%;
    margin: 36px auto;
}

.boxes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.boxes-items {
	padding: 36px;
}

.mobile {
	display: none;
}

.items-padding {
	padding: 140px;
}

.boxes img {
	width: 100%;
	border-radius: 12px;
}

.flex-item-left {
  flex: 50%;
}

.flex-item-right {
  flex: 50%;
}

.links {
	margin-top: 60px;
}

.bg-grey {
	background-color: #f9f9fa;
}

.bg-dark-grey {
	background-color: #383d4a;
}

.align-center {
	text-align: center;
}

.button {
	color: #ffffff;
	background-image: linear-gradient(to right, rgba(0,163,122,1), rgba(146,218,77,1));
	padding: 12px 26px;
    border-radius: 25px;
	font-weight: bold;
}

.back {
	text-align: center;
	margin-top: 36px;
    margin-bottom: 60px;
}

.story h1, .story h2{
	color: #92da4d;
}

.story h1 {
	text-align: center;
}

.story h2 {
	margin-top: 2em;
}

.story p{
	color: #ffffff;
}

.story {
	padding: 36px;
}

.karrierboxes {
	padding: 0px 36px;
	margin: 36px;
	margin-top: 0;
    border-radius: 12px;
}

.karriernav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.karriercontent {
	padding-bottom: 12px;
}

.karrierboxes .back {
	margin: 36px 0;
}

.k_img{
	padding: 0 36px;
}

.collapsible {
	cursor: pointer;
}

.karriercontent {
  display: none;
  overflow: hidden;
}

.documentboxes {
	padding: 0px 36px;
	margin: 12px 0px;
	margin-top: 0;
    border-radius: 12px;
}

.documentboxes .back {
	margin: 18px 0;
}

.documentcenter  {
	text-align: center;
	width: 100%;
        margin-bottom: 60px;
}

.document div {
    margin: 36px auto 0px auto !important;
}


.footer {
	padding: 12px 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
}

.cim {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cim p {
	margin-left: 12px;
}

.cim a {
	color: #ffffff;
}

.footer img {
	margin-left: 12px;
}

.service-boxes {
	margin: 0 auto;
	margin-bottom: 62px;
	display: flex;
	flex-direction: row;
	width: 90%;
}

.service-box {
	margin: 0 auto;
	width: 16%;
}

.service-box img {
	width: 150px;
}

.manager-boxes {
	margin: 0 auto;
	margin-bottom: 62px;
	display: flex;
	flex-direction: row;
	width: 70%;
}

.manager-box {
	margin: 0 auto;
	width: 20%;
}

.manager-box h3 {
        margin-bottom: 0;
}

.manager-box p {
        margin-top: 0;
	margin-bottom: 24px;
}

.manager-box img {
	width: 150px;
}

.table {
	display: flex;
	flex-flow: column nowrap;
	margin: 0 auto;
	padding: 24px 0;
	width: 70%;
}

.row {
	display: flex;
}

.cell1 {
	flex: 1;
	margin: 0 24px;
}

.cell2 {
	flex: 2;
	margin: 24px;
	margin-bottom: 0px;
	margin-top: 0;
}

.cell1-text {
	color: #ffffff;
	background-image: linear-gradient(to right, rgba(0,163,122,1), rgba(146,218,77,1));
    border-radius: 25px;
	margin-top: 16px;
	padding: 12px 26px;
}

.cell2 ul li {
    margin-bottom: 12px;
}

@media only screen and (max-width: 1280px){
	.center div {
		width: 60%;
	}
	
	.items-padding {
		padding: 90px;
	}
	
	.service-boxes {
		width: 100%;
	}
	
	.service-box h2 {
		font-size: medium;
	}
	
	.table {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px){
	.center div {
		width: 80%;
	}
	
	.items-padding {
        padding: 0px 50px;
    }
	
	.main {
        padding: 50px !important;
    }	
	
	.service-boxes {
		width: 100%;
	}
	
	.service-box {
		margin: 24px 12px;
	}
	
	.service-box h2 {
		font-size: medium;
	}
	
	.service-box img {
		width: 120px;
	}
	
	.table {
		width: 90%;
	}
}

@media only screen and (max-width: 930px){
	.menuItems {
		display: none;
	}
	
	.icon {
		display: block;
	}
	
	.navbar .cim {
		display: none;
	}
	
	.service-boxes {
		display: none;
	}
}

@media only screen and (max-width: 768px){
	
	.welcome-img{
		margin: 0px;
	}

	.welcome-img img{
		width: 100%;
		border-radius: 0px;
	}
	
	/*.service-boxes {
		flex-direction: column;
	}
	
	.service-box {
		width: auto;
		margin-bottom: 24px;
	}
	
	.row {
		display: flow;
	}
	
	.cell1-text {
		margin-bottom: 24px;
	} */
}

@media only screen and (max-width: 650px){
	.boxes {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	
	.center {
		padding: 0px 50px;
	}
	
	.center div {
		text-align: left;
		width: 100%;
		margin: 12px auto;
	}
	
	.main {
        padding: 0px 50px 50px 50px !important;
    }
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.row {
		display: block;
	}
}

@media only screen and (max-width: 460px){
	.logo {
		width: 120px;
	}
	
	.navbar .button {
		padding: 6px 16px !important;
	}
	
	.karriernav h2 {
		margin-bottom: 0;
	}
	
	.karriernav {
		flex-direction: column;
	}
}