@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/* CSS Document */

html {
  overflow-y: scroll;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #253238;
  background: #fff url(images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
.fullHeight {
  min-height: 100vh;
}

ul {
  padding: 0 0 0 20px;
}
.siteWrapper {
  position: relative;
  width: 1100px;
  margin: 0px auto;
  padding: 10px;
}
#header {
  position: relative;
  width: 1100px;
  margin: 0px auto;
}
.logo {
  position: absolute;
  top: 35px;
  align-items: left;
  cursor: pointer;
  cursor: hand;
}
.logo2 {
  position: absolute;
  top: 30px;
  align-items: left;
}
.navBar {
  text-align: right;
}
.navBar2 {
  display: none;
}
#mainWrapper {
  margin-left: auto;
  margin-right: auto;
}

/* HEADER */
.headerWrapper {
  text-align: right;
}
.headings {
  padding-left: 10px;
}

.title {
  font-size: 4rem;
  color: #465f6a;
  padding-top: 60px;
  font-weight: bold;
  line-height: 1.2;
}
.topimg {
  float: right;
  max-width: 100%;
  padding: 0;
}
.content {
  clear: right;
  background-color: #fff;
  padding: 10px 30px;
  -webkit-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-bottom: 2rem;
}
.contentlang {
  clear: right;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-bottom: 2rem;
  text-align: center;
}
h2 {
  font-size: 1, 5rem;
  color: #465f6a;
  font-weight: bold;
}
.yearWinners {
  padding-left: 20px;
}

/* http://www.famfamfam.com/lab/icons/flags/ */
#languageSelector {
  padding: 0 0 0 20px;
  margin: 0;
  margin-left: 493px;
  position: absolute;
  background-color: #8e8e8e;
  background-image: url(../img/arrow.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

#languageSelector li {
  display: block;
}

#languageSelector li a {
  display: block;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  width: 120px;
  color: #ffffff;
  text-decoration: none;
}

#languageSelector li a:hover {
  text-decoration: underline;
}

#languageSelector li a.nl {
  background-image: url(../img/flags/nl.png);
}

#languageSelector li a.en {
  background-image: url(../img/flags/gb.png);
}

h1 {
  font-family: "Montserrat", sans-serif;
}

.topButton {
  color: #465f6a;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 10pt;
  font-weight: bold;
  border: none;
  cursor: pointer;
  cursor: hand;
}

.topButton:hover {
  color: #f2b705;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  background-color: #fff;
  border: none;
  opacity: 0.8;
}

.topButton:active {
  border: none;
  color: #f2b705;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 5px 15px;
  font-weight: bold;
  background-color: #fff;
}
.active {
  color: #f2b705;
}

a.au {
  display: block;
  width: 200px;
  height: 200px;
  text-decoration: none;
  background: url("images/au.png");
}

a.au:hover {
  background-position: -200px 0;
}

a.pl {
  display: block;
  width: 200px;
  height: 200px;
  text-decoration: none;
  background: url("images/pl.png");
}

a.pl:hover {
  background-position: -200px 0;
}
a.ch {
  display: block;
  width: 200px;
  height: 200px;
  text-decoration: none;
  background: url("images/ch.png");
}

a.ch:hover {
  background-position: -200px 0;
}
a.ksa {
  display: block;
  width: 200px;
  height: 200px;
  text-decoration: none;
  background: url("images/ksa.png");
}

a.ksa:hover {
  background-position: -200px 0;
}

.country {
  margin: 0 auto;
  padding: 0 20px;
}
.countries {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}
.countryname,
.lang {
  color: #fff;
  font-size: 17px;
  padding: 10px 0 10px;
  width: 78%;
  margin: auto;
  font-weight: bold;
  background: #465f6a;
  font-weight: bold;
  border-radius: 60px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
.lang {
  max-width: 200px;
  color: #fff !important;
  text-decoration: none;
  margin: 10px 0 20px 5px;
}
a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: purple;
  text-decoration: none;
}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
}

footer {
  background-color: #253238;
  color: #fff;
  font-size: 10pt;
  /* width: 100%; */
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.flex_lang {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
  .siteWrapper {
    max-width: 95%;
    padding: 0;
  }
  .title {
    font-size: 2rem;
    padding: 0;
    text-align: center;
  }
  h2 {
    font-size: 1.2rem;
  }
  .headings {
    padding: 0;
  }
  .topimg {
    max-width: 250px;
    margin: 0 auto;
    float: none;
  }
  .topPart {
    text-align: center;
  }
  .content {
    padding: 10px;
    border-radius: 15px;
  }
  /* Menu 2 */
  .navBar2 {
    display: block;
  }
  .navBar {
    display: none;
  }
  .logo {
    padding-left: 5px;
    top: 20px;
  }
  .logo2 {
    padding-left: 5px;
    top: 20px;
  }
  .lang {
    margin: 0 auto 20px;
  }
  .dropbtn {
    background-color: #fff;
    color: #f2b705;
    padding: 0 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 90px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }

  .dropbtn:hover,
  .dropbtn:focus {
    background-color: #fff;
    color: #f2b705;
    border: none !important;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    border-radius: 0;
    text-align: right;
  }

  .dropdown {
    position: relative;
    display: block;
    border: none;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    z-index: 1;
    text-align: right;
    border: none;
    font-weight: bold;
  }

  .dropdown-content a {
    color: #465f6a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border: none;
  }

  .dropdown a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }
}
.ar {
  direction: rtl;
  font-family: Arial, sans-serif;
}
