/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url("https://fonts.googleapis.com/css?family=Montserrat:600&display=swap");

body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: medium;
  line-height: 1.5em;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(30px, 243px) minmax(30px, 192px) minmax(200px, 600px)
    minmax(30px, 192px) minmax(30px, 243px) 1fr;
  grid-template-columns:
    1fr minmax(30px, 243px) minmax(30px, 192px) minmax(200px, 600px) minmax(30px, 192px)
    minmax(30px, 243px) 1fr;
  -ms-grid-rows: minmax(70px, 159px) 102px 1fr 1fr 1fr 24px;
  grid-template-rows: auto auto repeat(4, auto);
  grid-template-areas:
    ". . icon header icon2 lang ."
    ". . menuBar menuBar menuBar . ."
    ". . pageContent pageContent pageContent news ."
    ". . pageContent pageContent pageContent news ."
    ". . pageContent pageContent pageContent news ."
    ". . footer footer footer . .";
}

.header {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: header;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 600px;
}

#header {
  width: 100%;
  height: auto;
}

.icon {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: icon;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#icon {
  width: 100%;
  height: auto;
}

.icon2 {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: icon2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: end;
  align-self: end;
}

#icon2 {
  width: 100%;
  height: auto;
}

.lang {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: lang;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#flag {
  width: 40px;
  height: 25px;
}

/* START NEW MENU */

@media (min-width: 768px) {
  .menuBar {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: menuBar;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
    white-space: nowrap;
    line-height: 2em;
    margin: 30px 0;
  }

  .menu li,
  .menu a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
  }

  .menu {
    list-style: none;
  }

  .menu li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: rgba(227, 227, 227, 0.3);
    border-radius: 50px;
    text-align: center;
  }

  .menu li a:hover {
    color: #c00000;
  }

  .menu li.selected {
    background-color: #cccccc;
  }

  .menuBar .menu-btn,
  .menu-btn-text {
    display: none;
  }
}

/* END NEW MENU */

.footer {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: footer;
  font-size: 50%;
  -ms-grid-column-align: center;
  justify-self: center;
  margin-top: 30px;
}
