html,
body {
  height: 100%;
  background-color: #fcfcfc;
  padding-top: 0rem;
}


/* Links */
a,
a:focus,
a:hover {
  color: #000000;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

table th {
   text-align: center; 
}

.table {
   margin: auto;
   width: 50% !important; 
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 0rem;
  background-color: #fcfcfc;
  border-radius: 0.3rem;
}

.jumbotron-logo {
  padding: 1rem 1rem;
  margin-bottom: 0rem;
  background-color: #efebe2;
  border-radius: 0.3rem;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  background-color: #cccccc;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #027ebc;
  border-color: #007bff;
}


  .navbar li a, .navbar .navbar-brand {
      color: #ffffff !important;
  }
  .navbar-nav li a:hover, .navbar-nav {
      color: #000000 !important;
      background-color: #cdcdcd !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #ffffff !important;
  }

.navbar {
  position: relative;
  display: -ms-flexbox;
		      font-size: 12px !important;
			        line-height: 1.42857143 !important;
					      letter-spacing: 7px;
						        font-family: Montserrat, sans-serif;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}


.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bg-light {
  background-color: #cdcdcd !important;
}


.navbar-text {
  display: inline-block;
  padding-top: 5rem;
  padding-bottom: 20rem;
}



.page-footer {
  background-color: #808080;
}



#cookie-popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }


.footer-link {
  color: #efef00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer-link:hover {
  color: #efef00;
  text-decoration: underline;
}

 a[href^='mailto:'] {
 color: #027ebc;
   background: url(email.jpg) right no-repeat;
 }
 
a.footermail[href^='mailto:'] {
 color: #fafafa;
   background: url(email.jpg) right no-repeat;
 } 
 
 
 
 


* {
  box-sizing: border-box;
}



.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: lightgray;
  padding: 2px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}






#backontop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8c7829;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#backontop:hover {
  background-color: #555;
}

.bottom-left_level1 {
  position: absolute;
  bottom: 48px;
  left: 16px;
}
.bottom-left_level2 {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
