@charset "UTF-8";

@font-face{

    font-family:"Swiss721 BT W03 Bold";
    src:url("../fonts/5967736/c4d75352-1309-4201-ad06-20cf40196dc7.woff2") format("woff2"),url("../fonts/5967736/4b7ac369-1308-4d1e-a1cb-8b58256f551e.woff") format("woff");
}

@font-face {
  font-family:"Swiss721 BT Black";
  src:url("../fonts/Swiss-721-Black-No.2-BT.woff") format("woff");
}

@font-face {
    font-family:"Swiss721 BT Bold Italic";
    src:url("../fonts/Swiss-721-Bold-Italic-BT.woff") format("woff");
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/


/*   VARIABLES   */

:root {
  font-size: 16px;
  --black: rgb(0, 0, 0);
  --white: rgb(255, 255, 255);
  --grey: rgb(60, 60, 60);
  --mainEdge: 1.25rem;
}


/*   SITE   */

* {
	margin:0;
	padding:0;
	list-style:none;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

body {
	font-family: "Swiss721 BT W03 Bold", "Arial-BoldMT", Arial, sans-serif;
	font-size: 20px;
  line-height: 1;
	font-weight: 400;
	margin: 0;
	color: var(--black);
  -webkit-font-smoothing: antialiased;
  background-color: var(--white);
  /*-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
}

a, a:hover, a:visited {
  color: var(--black);
  text-decoration: none;
}

h1, h2, h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.05;
}

h2 {
  text-transform: uppercase;
}

h1 a, h1 a:hover, h1 a:visited {
  text-decoration: underline;
}

h1 p {
  margin-bottom: 1rem;
}

/* .small, .copy-block, aside {
  font-size: 1.1rem;
} */

strong {
  font-family: "Swiss721 BT Black", "Arial-BoldMT", Arial, sans-serif;
  font-weight: 400;
}

em{
    font-family: "Swiss721 BT Bold Italic", "Arial-BoldMT", Arial, sans-serif;
}

.nav-bar {
  top: 0;
  padding: var(--mainEdge);
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
}

.nav-bar-el {
  pointer-events: auto;
}

.nav-overlay {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 0;
  background-color: white;
  overflow: hidden;
  overflow-y: scroll;
  transition: height 0.2s;
}
.nav-overlay ul li {
  display: block;
  margin-bottom: calc(var(--mainEdge)*1.5);
  /* line-height: 120%; */
}
.nav-content{
  padding-left: 30vw;
  padding-right: var(--mainEdge);
  text-transform: uppercase;
}
.language-switch{
  display: inline;
}
.line{
  height: 1px;
  width: 100%;
  background-color: white;
  margin-bottom: calc(var(--mainEdge)*1.5);
}
.line.white{
  background-color: white;
}
.line.black{
  background-color: black;
}

header{
  padding-top: var(--mainEdge);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 15rem;
  transition: height 1s, opacity 1s;
}

article, .nav-article{
  position: relative;
}

header, article{
  padding-left: 30vw;
  padding-right: 6vw;
}
.copy-block{
  display: flex;
  flex-wrap: wrap;
}
.copy-block > *{
  margin-bottom: var(--mainEdge);
}
.copy-block h2, .copy-block p{
  width: 100%;
}
.copy-block h2:not(h2:first-child){
  margin-top: calc(var(--mainEdge)*3);
}
.copy-block p:not(p:last-child){
  margin-bottom: 1rem;
}
.copy-block ul li{
  margin-bottom: var(--mainEdge);
}
.copy-block img{
  max-height: 50vh;
  max-width: 100%;
  /* margin-bottom: calc(var(--mainEdge)*2); */
  transition: height 1s;
}
.start-image-holder{
  position:relative;
  margin-bottom: calc(var(--mainEdge)*2);
}
.sliderImage{
  opacity: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.team-section{
  position:relative;
}
.teamImage{
  position:relative;
  max-height: 50vh;
  max-width: 100%;
  margin-bottom: calc(var(--mainEdge)*2);
  transition: height 1s;
}

.hoverImage{
  position: absolute;
  top:0;
  left: 0;
  max-height: 50vh;
  max-width: 100%;
  margin-bottom: calc(var(--mainEdge)*2);
  transition: height 1s;
  z-index: -1;
  opacity: 0;
}

article:not(.start-article) .copy-block ul li{
  margin-left: 1rem;
  list-style: disc;
}
.copy-content-half {
  width: 50%;
  display: inline-block;
}

.copy-block h1{
  margin-bottom: calc(var(--mainEdge)*1.5);
}

header *{
  position: relative;
}

.icon{
  cursor: pointer;
}

main{
  position: relative;
}

aside{
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
  padding: 0 var(--mainEdge);
  opacity: 1;
  transition: opacity 1s;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
aside.inactive{
  opacity: 0;
}

address{
  font-style: normal;
}

a {
  text-decoration: none;
}

.caps {
  text-transform: uppercase;
}

.right {
  display: inline-block;
  right: 0;
  position: absolute;
}

.container{
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
}
.container.newsflash{
  height: 94vh;
  height: calc(var(--vh, 1vh) * 94);
}

.containerInner{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  /* padding: var(--mainEdge); */
  overflow-y: scroll;
}

.news-block{
  height: 6vh;
  height: calc(var(--vh, 1vh) * 6);
  line-height: 6vh;
  line-height: calc(var(--vh, 1vh) * 6);
  transition: height 1s;
  width: 100%;
  background-color: var(--black);
  position: fixed;
  bottom: 0;
  padding: 0 var(--mainEdge);
  color: var(--white);
  overflow: hidden;
}

.news-block a, .news-block a:hover{
  color: var(--white);
}
.news-block ul{
  width: max-content;
}

.article-list-date{
  display: block;
  width: 100%;
}

.contentHead{
  min-height: 25vh;
  min-height: calc(var(--vh, 1vh) * 25);
}

.nameBlock{
  width: 30%;
}

.adressBlock > a, .adressBlock > div{
  display: block;
}

.content{
  width: 100%;
  /* display: flex; */
}

.contentLogoHolder{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: var(--mainEdge) 0;
}

.burgerBlock{
  width: 3%;
  opacity: 1;
  transition: width 1s, opacity 1s;
  transition-timing-function: ease-in-out;
}

.rakBlock{
  position: absolute;
  left: var(--mainEdge);
  bottom: var(--mainEdge);
  width: 25%;
  z-index: -10;
  transition: width 1s, opacity 1s;
  transition-timing-function: ease-in-out;

}

.pointBlock{
  position: absolute;
  right: var(--mainEdge);
  bottom: var(--mainEdge);
  width: 3%;
  z-index: -10;
  opacity: 1;
  transition: width 1s, opacity 1s;
  transition-timing-function: ease-in-out;
}

.inverted{
  background-color: black;
}
.inverted *, .inverted a, .inverted a:hover, .inverted a:visited {
  color: white;
}

.grey{
  color: var(--grey);
}

.forDesktop{
  opacity: 1;
}

.forMobile{
  opacity: 0;
}

.margin-top{
  margin-top: var(--mainEdge);
}

.margin-bottom{
  margin-bottom: var(--mainEdge);
}



@media only screen and (min-width: 1400px) {
  body {
    font-size: 24px;
  }
  h1, h2, h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  header{
    height: 12rem;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 20px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  header{
    margin-top: 6rem;
    height: 11rem;
    justify-content: space-between;
    padding-top: 0;
  }
  header:not(#home header){
    height: 0;
  }
  nav header{
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  header, article, .nav-content{
    padding-left: var(--mainEdge);
    padding-right: var(--mainEdge);
  }
  .nav-bar:not(.nav-overlay .nav-bar){
    background-color: white;
  }
  .nameBlock{
    width: 50%;
    padding-right: 0.8rem;
  }
  .rakBlock{
    position: relative;
    width: 50%;
    left: 0;
    bottom: 0;
  }
  .burgerBlock{
    width: 6%;
  }
  .pointBlock{
    position: relative;
    width: 6%;
    right: 0;
    bottom: 0;
  }
  .forDesktop{
    opacity: 0;
    pointer-events: none;
  }
  .forMobile{
    opacity: 1;
  }
  .copy-block{
    /*-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
  }
  .copy-content-half {
    width: 100%;
  }
  .copy-content-half:not(first-of-type) {
    margin-top: calc(var(--mainEdge)*3);
  }
  .copy-content-half img{
    max-width: none;
    max-height: none;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3 {
    font-size: 18px;
  }
  address{
    width: 100%;
  }
  header{
    margin-top: 5rem;
    height: 9rem;
  }
  .copy-block h2:not(h2:first-child){
    margin-top: calc(var(--mainEdge)*0);
  }
}

@media only screen and (max-width: 400px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 14px;
  }
  h1, h2, h3 {
    font-size: 16px;
  }
}
