body {
  background: white;
  margin: 0;
  padding: 0;
}

body,html {
  font-family: "Neue Helvetica W05", "Helvetica Neue", sans-serif;
}

button:focus {
  outline:0;
}

@media screen and (max-width: 768px) {
main.sub {
  padding-top: 112px;
}
}

.form-group.has-error .help-block {
  display: inline !important;
}

#map {
  height: 30vw;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
#map {
  height: 50vh;
}
}


/* HEADINGS */

h1 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 50px;
}



.bigger-p p, .bigger-p li {
  font-size: 24px;
}

p, li {
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 993px) {
h1 {
  font-size: 30px;
  margin-bottom: 25px;
}
p,li {
  font-size: 18px;
}
.bigger-p p, .bigger-p li {
  font-size: 20px;
}
}

.nav-navigation{
  position: absolute;
  top:20px;
  left: 50px;
  font-weight: 300;
} 

.nav-navigation p {
  margin-bottom: 0;
}


.layout-wrapper {
  display:flex;
  *min-height: calc(100vh - 100px);
  min-height: 100vh;
  width: 100%;
  padding:50px;
}
@media screen and (max-width: 1200px) {
.layout-wrapper {
  padding: 30px;
}
}
.layout-wrapper.front {
  height: 100vh;
  overflow:hidden;
}

.secondary-header {
  height: 130px;
  padding-bottom: 50px;
  text-align :right;
}

@media screen and (min-width: 994px) {
.secondary-header.front {
  display:none;
}
}

.video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.video-container .overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.30);
  background: linear-gradient(0deg, rgba(0,0,0,0.3996192226890757) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);

  z-index: 1;
}

.video-container .intro-text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  width: 550px;
  
}
.video-container .intro-text * {
  color: white;
}

.video-container .intro-text h1 {
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 600;
}

.video-container .intro-text p {
  font-size: 18px;
  font-weight: 300;
}
.video-container .partner-logos {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 2;
}

.video-container .partner-logos img {
  width: 150px;
  margin: 10px 0;
}


.video-container video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
.video-container .intro-text {
  width: 100%;
  left: 25px;;
  right: 25px;
  width: auto;
  bottom: 100px;
}
.video-container .intro-text h1 {
  font-size: 36px;
}
.video-container .partner-logos {
  bottom: 20px;
  left: 0;
  right:0;
  display:flex;
  width: auto;
  align-items: center;
  justify-content: center;
}
.video-container .partner-logos img {
  height: 25px;
  width: auto;
  margin: 0 25px;
}
}

.logo {
  height: 80px;
  padding-top: 3px;
}

.logo svg {
  height: 100%;
  width: 152px;
}

.new-logo {
  float:right;
}

.side-header {
  width: 275px;
  position: relative;
  background: white;
}
@media (max-width: 993px) and (orientation: landscape) {
.side-header {
  overflow: scroll;
}
}

.side-header.big  {
  width: 350px;
}

.side-header-mover {
  position:absolute;
  top:0;
  transition: 300ms all ease;
  left: 0;
  right:25px;
}
.big .side-header-mover {
  right: 0;
}

.side-header-inner {
  height: calc(100vh - 100px);
  position: relative;
}

.side-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.side-nav li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.2;
}
.side-nav li:not(.lang-nav) a {
  display: block;
}
.side-nav li:last-child {
  margin-bottom:0;
}

.lang-nav .lang-item {
  *border-right: 1px solid black;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 16px !important;
  color: #AAA;
}

.lang-nav .lang-item:first-of-child {
  border-right: 1px solid black;
}

.lang-nav .lang-item.active, .lang-nav .lang-item:hover {
  color: black;
}


.lang-nav .lang-item:last-child {
  border: 0;
  padding-left: 4px;
}

.big .side-navli {
  margin-bottom: 10px;
}

.side-nav li a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.big .side-nav li a {
  font-size: 24px;
  
}


.side-nav.lower {
  position: absolute;
  bottom: 0;
}


.layout-content {
  flex: 1;
  width: calc(100% - 250px);
}


.offer-lead {
  margin-bottom: 50px;
}

.top-header {
  width:100%;
  padding:7px 0;
}

.top-header a {
  font-size:12px;
}

.top-header .inner {
  float:right;
  margin-right:20px;
}

.top-header .inner a {
  float:left;
  margin-left:20px;
  color:white;
  font-weight:300;
}

.frontpage .top-header .inner a {
  color:black;
}


@media screen and (min-width: 1600px) {
.big .side-nav li a {
  font-size: 30px;
}
.side-nav li a {
  font-size: 26px;
}
.layout-content {
  flex: 1;
  width: calc(100% - 350px);
}
.side-header.big  {
  width: 450px;
}
.side-header {
  width: 400px;
}
}

@media screen and (max-width: 993px) {

.logo {
  height: 80px;
  margin-right: 10px;
}

.logo svg {
  width: 125px;
}

.layout-content, .layout-wrapper {
  width: 100%;
  padding:0;
}
.layout-wrapper {
  padding: 15px;
}

.layout-content {
  padding-top: 95px;
}


.side-header, .side-header.big {
  width: 100%;
  position: fixed;
  left:0;
  top:0;
  right:0;
  bottom:0;
  transform: translateX(100%);
  transition: 500ms all ease;
  padding: 30px;
  background: white;
  z-index: 100;
}
.side-header.in {
  transform: translateX(0);
}
.side-header-mover {
  position: static;
  padding-top: 80px;
}

.side-header-inner {
  height: auto;
}
.side-nav.lower {
  position: static;
  margin-top: 30px;
}
.secondary-header {
  padding-bottom: 15px;
  height: auto;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  background: white;
  top: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav li a {
  font-size: 20px !important;
  padding-right: 30px;
}
.side-nav li {
  margin-bottom: 10px;
}
.small-li {
  height: 10px;
}
}

.person {
  padding-top:120%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position center center;
  margin-bottom: 30px;
}

.person-wrapper {
  margin-bottom: 35px;
}


.parallax-window {
  width:100%;
  height:30vw;
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom: 80px;
}

@media screen and (max-width: 993px) {
.parallax-window {
  height: 45vw;
  margin-bottom: 30px;
}
}

.no-banner {
  height: 10vw;
}

/* Toggler */

.nav-toggle-wrapper {
  float:left;
  z-index:101;
  position: relative;
  margin-top: 35px;
  margin-left: 15px;
}

.nav-toggle-wrapper .nav-toggle {
  position: relative;
  border: 0;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 225ms cubic-bezier(.785,.135,.15,.86) 225ms,visibility 0s ease 0s;
  transition: opacity 225ms cubic-bezier(.785,.135,.15,.86) 225ms,visibility 0s ease 0s;
  top: 0;
  left: -5.142855em;
  left: 0;
  display: inline-block;
  width: 5.742855em;
  height: 5.142855em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  -webkit-tap-highlight-color: transparent;
  contain: content;
}

.nav-toggle-wrapper .nav-toggle:before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 2.742855em;
  height: 3px;
  margin: -.21429em 0 0;
  content: close-quote;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .25s ease .25s;
  transition: opacity .25s ease .25s;
  will-change: opacity,background;
}

.nav-toggle-wrapper .nav-toggle .nav-toggle-icon {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1.82857em;
  height: 2.03571em;
  margin: -1.071435em 0 0;
  display: inline-block;
  vertical-align: middle;
}

.nav-toggle-wrapper .nav-toggle .nav-toggle-icon:before {
  top: 0;
}

.nav-toggle-wrapper .nav-toggle .nav-toggle-icon:after, .nav-toggle-wrapper .nav-toggle .nav-toggle-icon:before {
  position: absolute;
  left: 0;
  content: "";
  width: 2.742855em;
  height: 3px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: top .25s ease .25s,-webkit-transform .25s ease 0s;
  -webkit-transition: top .25s ease .25s,-webkit-transform .25s ease 0s;
  transition: transform .25s ease 0s,top .25s ease .25s;
  transition: transform .25s ease 0s,top .25s ease .25s,-webkit-transform .25s ease 0s;
}

.nav-toggle-wrapper .nav-toggle .nav-toggle-icon:after {
  top: 1.71429em;
}

.nav-toggle-wrapper .nav-toggle.expanded:before {
  opacity: 0;
  -webkit-transition: opacity 0s ease .25s;
  transition: opacity 0s ease .25s;
}

.nav-toggle-wrapper .nav-toggle.expanded .nav-toggle-icon:before {
  top: .96429em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle-wrapper .nav-toggle.expanded .nav-toggle-icon:after {
  top: .96429em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-toggle-wrapper .nav-toggle.expanded .nav-toggle-icon:after, .nav-toggle-wrapper .nav-toggle.expanded .nav-toggle-icon:before {
  transition: top .25s ease 0s,transform .25s ease .25s,-webkit-transform .25s ease .25s;
}

.content h2 {
  font-size:24px;
  margin-bottom:25px;
}

.top-nav {
  float: left;
  margin: 0;
  margin-left: 50px;
  margin-top: 15px;
  padding: 0px;
  list-stlye: none;
  
}

.top-nav a {
  transition: none;
}

.top-nav a:focus,
.top-nav a:active,
.top-nav a:focus:active {
  text-decoration: none;
}
.top-nav li:hover .sub-nav {
  display: block;
}



.top-nav > li {
  float: left;
  list-style: none;
  margin-right: 40px;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  padding-bottom:2px;
  
}

.sub-nav {
  position: absolute;
  top: 100%;
  left: -10px;
  width:300px;
  padding: 0;
  background: white;
  display: none;
  padding: 10px;
}
.sub-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-nav li a {
  font-size: 18px;
}


.top-nav li[lang] span {
  display: none;
}

.top-nav li a {
  color: black;
}

footer {
  clear: both;
  margin: 40px 10px 0;
}

footer a, .footer p {
  color: black;
  font-size: 14px;
  *margin-right: 10px;
}

/* Toggler */




/* Startscreen */

.header.frontpage {
  height: 100vh;
  border-bottom: 2px solid #ddd;
  margin: 0;
  *padding: 10vm 0;
  *padding: 10vmin 0;
}

.header {
  position:fixed;
  left:0;
  right:0;
  background:white;
  z-index:1000;
}

#outerLogo {
  width: 90vm;
  width: 90vmin;
  margin: auto;
  *margin-bottom:20vh;
  padding: 10vm 0;
  padding: 10vmin 0;
  padding-top:20vh;
}

@media screen and (max-width: 768px) {
#outerLogo {
  margin-top: 10vw;
}
.nav-navigation {
  left: 27px;
}
}

#outerLogo h1 {
  margin-top: 43vm;
  margin-top: 43vmin;
  display: block;
  width: 36vm;
  width: 36vmin;
  float: left;
  font-size:12vm;
  font-size:12vmin;
  font-weight:300;
  position: relative;
}
#outerLogo h1 small {
  position: absolute;
  bottom: -20px;
  left: 4px;
  font-size: 21px;
  width: 480px;
  color: #333333;
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
#outerLogo h1 small {
  display: none;
}
}

#logoContainer {
  color: #000;
  margin-top:100px;
  width: 54vm;
  width: 54vmin;
  float: left;
  margin: auto;
  box-sizing: content-box;
}

@media (max-width: 700px) and (orientation: portrait) {
#outerLogo {
  width: 54vm;
  width: 54vmin;
  padding-top: 10vm;
  padding-top: 10vmin;
}
#logoContainer,
#outerLogo h1 {
  float: right;
}
#outerLogo h1 {
  margin: 0 0 20px;
  text-align: right;
}
}

@media (max-width: 700px) and (orientation: landscape) {
#outerLogo {
  padding-top: 0;
  margin-top: 0;
}
}

@media (max-width:480px) and (orientation: portrait) {


header {
  margin-bottom:0;
}
#outerLogo {
  width:100%;
}
#outerLogo h1 {
  float:left;
  margin-top: 45vm;
  margin-top: 45vmin;  
}

#logoContainer {
  margin-right: 0px;
}

header .logo {
  margin:10px 20px !important
}


}
/*#logoContainer + div {
width: 81.5vm;
width: 81.5vmin;
margin: auto;
}*/

#logoContainer a {
  font-size: 1.8vm;
  font-size: 1.8vmin;
  transition: color .5s, background-color .5s;
  display: block;
  width: 13.5vm;
  width: 13.5vmin;
  height: 13.5vm;
  height: 13.5vmin;
  box-model: border-box;
  text-align: center;
  padding-top: 5.76vm;
  padding-top: 5.76vmin;
  color: #000;
  float: left;
  margin-left: 13.5vm;
  margin-left: 13.5vmin;
  color:transparent !important;
}

#logoContainer a.doublepadding {
  margin-left: 27vm;
  margin-left: 27vmin;
}

#logoContainer a.nopadding {
  margin-left: 0;
}

#logoContainer a.first {
  clear: left;
}

/*#logoContainer + div img {
clear: both;
display: block;
height: 10vm;
height: 10vmin;
}*/

/* pages */
header.header {
  margin-top: 0;
}

a {
  color:black;
}
a:hover {
  color:#006E9F;
}


.header .logo {
  *border: 3px solid #fff;
  margin:20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
}

.header h2 {
  padding: 15px 20px;
  background-color: #fff;
  margin: 5vw auto;
  width: 60%;
  text-align: center;
}

.header h2,
.header .top-nav,
.header .logo {
  *box-shadow: 0 0 2px #fff;
}

.content {
  margin: 50px 10px 0;
}

.content h3 {
  margin-bottom: 25px;
  font-size:20px;
}

.top-nav {
  background: #fff;
  margin-top: 40px;
  margin-right: 30px;
}

.header-spacer {
  height:101px;
}
.intro + row {
  margin-top: 50px;
}

.text-block {
  *margin-bottom:50px;
  padding-bottom:30px;
}

.sepVertical {
  margin-top: 30px;
  min-height: 100px;
  background: center center url('/public/img/arrow.jpg') no-repeat;
  background-size: contain;
}

.sepHorizontal {
  margin: 20px;
  height: 25px;
  background: center center url('/public/img/arrowV.jpg') no-repeat;
  background-size: contain;
}

.ref {
  min-height: 200px;
  margin: 30px 0;
}

.ref h4 {
  margin: 20px 0;
}

.refImg {
  float: left;
}

.refImg img {
  max-width: 200px;
}

.ref h4,
.refText {
  margin-left: 230px;
}

/* resp nav*/

.nav-toggle-button {
  float: right;
  color: #3d3d3d;
  display: inline-block;
  padding: 10px 20px 0 0;
  font-size: 30px;
}

.nav-toggle-button * {
  color: #3d3d3d;
}

.dropdown-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  background: rgba(255,255,255,.95);
  text-align: center;
  padding: 0;
  padding-bottom: 15px;
  z-index: 3;
  left: 0;
  overflow: auto;
}

.dropdown-nav.collapsed {
  padding-bottom: 0;
}

.dropdown-nav .nav-inner-toggle {
  display: block;
  text-align: right;
  color: #3d3d3d;
  font-size: 30px;
  padding: 5px 10px 0;
}

.dropdown-nav ul {
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-bottom: 20px;
  left: 0;
  top: 36px;
  list-style-type: none;
}

.dropdown-nav ul li {
  text-align: center;
  padding: 15px 0;
  margin: 5px;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}

.dropdown-nav ul li:last-child {
  padding-bottom: 15px;
}

.dropdown-nav ul li a {
  color: #3d3d3d;
  font-size: 20px;
  display: block;
}

.dropdown-nav ul + ul li {
  display: inline-block;
  width: 40px;
  margin: 0 10px;
}

.dropdown-nav ul + ul li a {
  display: block;
  height: 28px;
  background-size: cover;
  background-position: center center;
}

.dropdown-nav ul + ul li a span {
  display: none;
}

.jk-collapse {
  min-height: 0 !important;
  max-height: none;
}

.jk-collapse.collapsed {
  min-height: 1px;
}

@media screen and (max-width: 1200px) {
.top-nav li {
  *font-size: 16px;
  dmargin-right: 35px;
}

.top-nav li[lang] {
  margin-left: 4px;
}

}

@media screen and (max-width: 1000px) {

.top-nav li {
  
  margin-right: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  
}

.top-nav li[lang] {
  margin-top: 12px;
}

.top-nav li[lang] a {
  width: 20px;
  height: 15px;
}


.header h2 {
  width: 80%;
}

}

.thumbnail .caption{
  text-align: center;
}

@media screen and (max-width: 768px) {
.top-nav {
  display: none;
  background: white;
  height: auto;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
  
}

.header .top-nav > li:first-child {
  margin: 15px 10px;
}
.top-nav.in {
  display: block;
}
.top-nav li {
  float: none;
  display: block;
  margin: 15px 10px;
  padding: 0;
  
}
.top-nav li a {
  font-size: 22px;
}

.sub-nav {
  display: block;
  position: relative;
  padding: 0;
  padding-left: 15px;
  
}

.sub-nav li {
  margin: 3px 5px;
}
.sub-nav li a {
  font-size: 18px;
}
}

