@font-face {
  font-family: MetropolisBold;
  src: url(/fonts/Metropolis-Bold.otf);
}

@font-face {
  font-family: MetropolisBoldItalic;
  src: url(/fonts/Metropolis-BoldItalic.otf);
}

@font-face {
  font-family: MetropolisLight;
  src: url(/fonts/Metropolis-Light.otf);
}

@font-face {
  font-family: MetropolisLightItalic;
  src: url(/fonts/Metropolis-LightItalic.otf);
}

@font-face {
  font-family: MetropolisRegular;
  src: url(/fonts/Metropolis-Regular.otf);
}

@font-face {
  font-family: MetropolisRegularItalic;
  src: url(/fonts/Metropolis-RegularItalic.otf);
}

@font-face {
  font-family: MetropolisSemiBold;
  src: url(/fonts/Metropolis-SemiBold.otf);
}

@font-face {
  font-family: MetropolisSemoiBoldItalic;
  src: url(/fonts/Metropolis-SemiBoldItalic.otf);
}

@font-face {
  font-family: Playfair;
  src: url(/fonts/PlayfairDisplay-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: "MetropolisLight";
}

h1 {
  margin-top: 1em;
}

.content {
  background-color: #e1dede;
}

.headerHolder {
  width: 100vw;
  height: 24vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.logo {
  position: absolute;
  width: 6vw;
  height: 6vw;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.menuItems {
  display: block;
  width: 100%;
  min-width: min-content;
  overflow: hidden;
  white-space: nowrap;
  align-self: center;
  text-align: center;
  font-size: calc(11px + 0.55vw);
}

.menuItems:last-child {
  text-align: right;
  border-right: none;
}

.menuItems a {
  color: black;
  text-decoration: none;
}

p:not(.ce-element) {
  margin-bottom: 2.5vw;
  padding-top: 2vw;

  text-align: justify;
  font-size: 18px;
  /*calc(8px + 0.9vw);  */
  line-height: 23px;
}

.menus {
  display: none;
}

.instant {
  display: block;
}

@media (max-width:699px) {
  p:not(.ce-element) {
    text-align: left;
  }
}

@media (min-width:700px) {
  p:not(.ce-element) {
    text-align: justify;
  }

  .menus {
    --line-w: 5px;
    font-family: "MetropolisRegular";
    margin-top: 0;
    padding: 0;
    padding-top: 17px;
    padding-bottom: 17px;

    display: grid;
    gap: 2rem;

    grid-template-columns: 1fr;
    grid-auto-columns: max-content;

    flex-wrap: nowrap;
    overflow-x: auto;

    text-transform: uppercase;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
  }

  main,
  .menus {
    display: grid;
    width: 80%;
  }

  .instant {
    display: none;
  }

  .menus {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .menus li:nth-child(7n+1) {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }

  .menus li:nth-child(7n+2) {
    grid-column: 3;
    grid-row: 1;
    text-align: center;
  }

  .menus li:nth-child(7n+3) {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }

  .menus li:nth-child(7n+4) {
    grid-column: 3;
    grid-row: 2;
    text-align: center;
  }

  .menus li:nth-child(7n+5) {
    grid-column: 2;
    grid-row: 1;
    background: rgb(225, 225, 225);
  }

  .menus li:nth-child(7n+6) {
    grid-column: 2;
    grid-row: 2;
    background: rgb(225, 225, 225);
  }

  .menus li:nth-child(7n+7) {
    display: none;
    background: transparent;
  }

}

@media (min-width:1200px) {

  main,
  .menus {
    display: grid;
    width: 70%;
  }

  .menus {
    grid-template-columns: 1fr var(--line-w) 1fr var(--line-w) 1fr var(--line-w) 1fr;
  }

  .menus li:nth-child(7n+1) {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  .menus li:nth-child(7n+2) {
    grid-column: 3;
    grid-row: 1;
    text-align: center;
  }

  .menus li:nth-child(7n+3) {
    grid-column: 5;
    grid-row: 1;
    text-align: center;
  }

  .menus li:nth-child(7n+4) {
    grid-column: 7;
    grid-row: 1;
    text-align: right;
  }

  .menus li:nth-child(7n+5) {
    grid-column: 2;
    grid-row: 1;
    background: rgb(225, 225, 225);
  }

  .menus li:nth-child(7n+6) {
    grid-column: 4;
    grid-row: 1;
    background: rgb(225, 225, 225);
  }

  .menus li:nth-child(7n+7) {
    grid-column: 6;
    grid-row: 1;
    background: rgb(225, 225, 225);
    display: block;
  }

}

.sameWidth {
  margin-left: 17.3%;
  margin-right: 20.5%;
}

.sideTab {
  float: right;
  margin-top: 5vw;
  width: 15vw;
  min-width: 150px;
  text-align: right;
}

.lang {
  margin-bottom: 5vw;
  cursor: pointer;
  margin-right: 0.5vw;
}

.lang img {
  height: calc(8px + 1.5vw);
  width: calc(8px + 1.5vw);
}

.icons {
  padding-left: 0.5vw;
  height: calc(10px + 1.5vw);
  width: calc(10px + 1.5vw);
  padding-right: 3%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.contentImg {
  margin-bottom: 2vw;
  width: 100%;
  height: 45vw;
  object-fit: cover;
  object-position: 0 0;
}

.footer {
  height: 15vw;
  color: white;
  text-align: center;
  margin-bottom: 5vw;
  line-height: 3.3vh;
}

.longText {
  white-space: pre-line;
  padding-bottom: 2.5%;
  font-size: large;
  line-height: 1.1em;
}


@media print, screen and (min-width: 40em) {
  .h2, h2 {
      font-size: 1.5rem;
  }
}

.col .fake-form label, .fake-form label {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  grid-column: 1;
  border-top: 1px dashed #c0c0c0;    
}

.col .fake-form input, .col .fake-form a, .fake-form input, .fake-form a {
  display: grid;
  grid-template-columns: 3fr;
  gap: 10px;
  grid-column: 2;
  border-top: none;    
  padding-left: 0;
}

.col .fake-form textarea, .fake-form textarea {
  display: grid;
  grid-template-columns: 3fr;
  gap: 10px;
  grid-column: 2;
  border-top: none;    
  box-shadow: none;
  border: none;
  background-color: transparent;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 16px!important;
  padding-left: 0!important;
  min-height: auto;
  max-height: 250px;
}

.df-ui-btn.df-ui-share.ti-sharethis, .df-ui-btn.df-ui-download.ti-download {
  display: none;
}


.ms-options-wrap, .ms-options-wrap button, .ms-options-wrap, .ms-options-wrap span, .ms-options-wrap > .ms-options > ul label 
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.0rem;
  line-height: 22px;
}

.ms-options-wrap > .ms-options > ul label  {
  padding: 2px;
  margin-left: 5px;;
  padding-left: 25px;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ms-options {
  margin-top:-21px!important;
}

.ms-options ul {
  /*overflow-x: hidden;*/
}

.hidden {
  display:none!important;
}

.note-editor .note-editable {
  min-height: 65vh;
}

.panel-default>.panel-heading, 
.panel, 
.note-editor.note-frame .note-statusbar, 
.note-editor.note-airframe .note-statusbar {
  background-color: transparent!important;
}

.summernote-preeditor {
  min-height: 70vh;
  overflow: hidden;
}

.button-block {
  margin-bottom:10px!important;  
}

.fa-sne {
  padding: 5px;
  font-size: 28px;
  border: 1px solid transparent;
  border-radius: 50px;
  width:40px;
  height: 40px;
  text-align: center;
}

.fa-pencil.icon-highlight {
  color: var(--primary);  
  border: 1px solid var(--primary);  
  background-color:  rgba(205, 218, 255, 0.575);;
  transition: all 0.4s ease-in-out;
}

#triggerPopupContent .popup-inner {
  min-height:150px;
}





.media-selector.content-data {
  column-count: 5;
  column-gap: 5px;
  justify-content: center;
}

.media-selector.content-data .item {
  display: inline-block; 
  width: 100%;
  margin-bottom: 5px;
  justify-content: center;
  text-align: center;
}

.media-selector.content-data .item img {
  max-width: 100%;
  height: auto;
  border: 5px solid transparent;
  cursor: pointer;
}

.selected-media img {
  border: 5px solid var(--primary)!important;
}



.container.text-center ul li {
  font-size: 18px!important;
}

.zoomist-wrapper {
  overflow: visible!important;
}
