@font-face {
	font-family: 'NCCFuturaMedium';
	src: url('/fonts/nccfutura-medium-webfont.eot');
	src: url('/fonts/nccfutura-medium-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('/fonts/nccfutura-medium-webfont.woff2') format('woff2'),
		url('/fonts/nccfutura-medium-webfont.woff') format('woff'),
		url('/fonts/nccfutura-medium-webfont.ttf') format('truetype'),
		url('/fonts/nccfutura-medium-webfont.svg#ncc_futuramedium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'NCCFutura';
	src: url('/fonts/nccfutura-bold-webfont.eot');
	src: url('/fonts/nccfutura-bold-webfont.eot?#iefix')
			format('embedded-opentype'),
		url('/fonts/nccfutura-bold-webfont.woff2') format('woff2'),
		url('/fonts/nccfutura-boldobl-webfont.woff') format('woff'),
		url('/fonts/nccfutura-bold-webfont.ttf') format('truetype'),
		url('/fonts/nccfutura-bold-webfont.svg#ncc_futurabold') format('svg');
	font-weight: 500;
	font-style: normal;
}

html,
body {
  height: 100%;
  min-width: 320px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
	background-color: #ffffff;
	margin: 0;
}

p,
h1 {
	margin: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

.header {
	background-color: #ffffff;
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 5%;
}

.header img {
	height: 40px;
}

.contact {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
  background-color: #e8e8e8;
  padding: 50px 5%;
  font-family: "NCCFuturaMedium", sans-serif;
}

.contact img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.contact h3 {
  font-family: "NCCFutura", sans-serif;
  font-size: 20px;
  margin: 0 0 5px 0;
}

.contact p {
  font-family: "Roboto", sans-serif;
  font-size: 12.8px;
  color: #8b8b8b;
  margin-bottom: 10px;
}

.contact .details p,
.contact .details a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2375bb;
  margin-bottom: 5px;
}

.footer {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
	background-color: #2375bb;
  color: #ffffff;
  padding: 20px 5%;
}

.footer a {
  color: white;
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.container {
  padding-top: 50px;
	/* equal to footer height */
	padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 20px;
}

.greeting {
	margin-bottom: 50px;
	color: #333333;
}

.greeting h1 {
	font-family: 'NCCFutura', sans-serif;
	font-size: 39px;
	margin-bottom: 10px;
	font-weight: 500;
}

.greeting p {
	font-family: 'NCCFuturaMedium', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}

.sections {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
  flex-direction: column;
  justify-content: space-between;
	margin: 0 auto;
	left: 0;
	right: 0;
  position: relative;
  flex-wrap: wrap;
  max-height: 1000px;
}

.sections .section-column {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
	flex-direction: column;
	/* width: calc(33% - 20px); */
}

.country {
	background-color: #ffffff;
  margin-bottom: 30px;
  width: calc(33% - 20px);
}

.swe {
  order: 1;
}

.de {
  order: 2;
}

.nor {
  order: 3;
}

.den {
  order: 4;
}

.fin {
  order: 5;
}

.pl {
  order: 6;
}

.eng {
  order: 7;
}

.sections .section-header {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'NCCFutura', sans-serif;
	padding: 10px 0;
}

.sections .section-header h2 {
	margin: 0;
	font-weight: bold;
  font-size: 25px;
  color: #333333;
}

.sections .section-header img {
  width: 32px;
}

.poland-flag {
  padding: 3.5px 0;
}

.sections ul {
	padding: 20px 10px 32px;
	margin: 0;
	background-color: #f7f7f7;
	border: solid 1px #e8e8e8;
}

.sections li {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display:-webkit-flex;
	text-align: left;
	list-style: none;
	font-size: 16px;
	font-family: 'NCCFuturaMedium', sans-serif;
	font-weight: 500;
	color: #333333;
	/* border-bottom: 1px solid #e8e8e8; */
}

.sections li a {
	position: relative;
	flex: 1;
	padding: 10px;
}

.sections li a:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
}

.sections li a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #e8e8e8;
}

.sections li:hover a:before {
  background-color: #2375bb;
}

.sections li:hover {
	background-color: #2375bb;
	color: #ffffff;
	cursor: pointer;
	border-radius: 4px;
}

.sections li:hover a {
	text-decoration: none;
	color: #ffffff;
}

.sections li:hover a:after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

@media (min-width: 1080px) {
  .small {
    display: none;
  }

  .middle {
    display: none;
  }
  
  .country {
    width: 100%;
  }

  .column {
    width: calc(33% - 20px);
  }
}

.large {
  flex-direction: row;
}

.middle {
  flex-direction: row;
}


@media (max-width: 1080px) {

  .large {
    display: none;
  }

  .middle {
    display: flex;
  }

  .small {
    display: none;
  }

  .column {
    width: calc(50% - 20px)
  }

  .sections {
    max-height: 1500px;
  }

  .country {
    width: 100%;
  }

  .swe {
    order: 1;
  }
  
  .de {
    order: 3;
  }
  
  .nor {
    order: 4;
  }
  
  .den {
    order: 2;
  }
  
  .fin {
    order: 5;
  }
  
  .pl {
    order: 6;
  }
  
  .eng {
    order: 7;
  }
}

@media (max-width: 768px) {

  .small {
    display: flex;
  }

  .middle {
    display: none;
  }

  .sections {
    max-height: none;
  }

  .country {
    width: 100%;
  }

  .swe {
    order: 1;
  }
  
  .de {
    order: 5;
  }
  
  .nor {
    order: 2;
  }
  
  .den {
    order: 4;
  }
  
  .fin {
    order: 3;
  }
  
  .pl {
    order: 6;
  }
  
  .eng {
    order: 7;
  }

  .contact {
    justify-content: center;
  }
}