﻿html, body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   font-family: "Tahoma";
   font-size: 14px;
   color: #404040;
   background-color: #F0F0F0;
   scroll-behavior: smooth;
}

input {
  font-family: "Tahoma";
}

nav.Menu {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #151515;
}

div.ToBackEnd {
  position: fixed;
  display: block;
  top: 0px;
  right: 0px;
  left: 0px;
  text-align: right;
  background-color: black;
  font-size: 24px;
  z-index: var(--z-index-default);
}

div.ToBackEnd > a {
  color: white;
  text-transform: uppercase;
  padding-right: 0.8em;
  height: 3em;
  line-height: 3em;
  display: inline-block;
}

div.ToBackEnd > a > .Icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  background-image: url("/Resource/UserInterface.Icon.Lock.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.9em;
}

div.ToBackEnd > a > * {
  vertical-align: middle;
}

div.ToBackEnd > a:hover {
  background-color: #404040;
}

div.ToBackEnd > a:hover > .Caption {
  color: white;
}

.menu li.collapsed > span,
.collapsed .tab {
  background-image: url("UserInterface.Icon.ExpandArrow.svg");
}

.menu li.expanded > span,
.expanded .tab {
  background-image: url("CollapseArrowWhite.png");
}

nav.Menu .menu.Horizontal > li > span {
  padding: 15px;
  transition: background-color 500ms;
}

.menu.Horizontal li.current,
#toolbar .menu.Horizontal ol li.current > span,
.menu.Horizontal > li > span:hover {
  background-color: #000000;
}

.menu.Horizontal > li > ol {
  top: 50px;
  border: none;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 24px;
  text-transform: none;
}

.menu.Horizontal > li > span.Action {
  padding-right: 20px;
  padding-left: 20px;
}

nav.Menu > ol > li:hover {
  background-color: #333333;
}

.menu li > span {
  padding-right: 20px;
}

nav.Menu a {
  color: #FFFFFF;
}

nav.Menu .menu {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 16px;
}

#toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #FFFFFF;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 24px;
  padding-right: 0px;
}

#toolbar > .toolbarItem {
  padding-right: 0px;
  position: relative;
}

#toolbar .menu.Horizontal > li > ol {
  top: 1.5em;
  right: 0px;
  left: 0;
}

#toolbar a {
  color: #FFFFFF;
}

header {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("ProtideBackground.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

header div.Logo {
  position: relative;
  top: 0;
  bottom: 0;
  width: 1024px;
  height: 400px;
  margin: 0 auto;
  border: none;
  background-image: url("ProtideLogoWhite.png");
  background-repeat: no-repeat;
  background-position: left 210px;
  background-size: 400px;
}

header p {
 display: none;
 position: absolute;
 top: 20px;
 right: 50px;
 width: 300px;
 text-align: justify;
 background-color: rgba(255,255,255, 0.8);
 padding: 20px;
 font-size: 16px;
 box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

#main {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
}

main {
  width: 1024px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
}

main a {
  color: #E88D56;
}

#articleContent {
  width: 800px;
  text-align: justify;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: #000000;
}

.columns > div {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 15px;
  text-align: justify;
}

footer {
  position: relative;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  background-color: #151515;
  overflow: hidden;
  color: #FFFFFF;
}

footer a {
  color: #E88D56;
}

.Language li.fr, .Language li.es, .Language li.pl, .Language li.nl-BE, .Language li.en-GB { display: none; }
