/*///////////////////////////////// Fonts ///////////////////////////////// */
@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/rockb.ttf') format('truetype');
}

/*///////////////////////////////// General Page Design ///////////////////////////////// */

body {
  margin: 0 !important;
  word-wrap: break-word !important;
  font-family: Arial;
  overflow-x: hidden !important;
  background-color: rgb(204, 204, 204);
  /*top: 40px !important;*/
}

#block-gdprblock div a,
#block-gdprblock div a recite {
  color: #87C3FF !important;
}

.recite-notification-top-right {
  display: none !important;
}

/*///////////////////////////////// ReciteMe ///////////////////////////////// */
#main_page {
  height: 100%;
}

.break_block {
  height: 5px;
  visibility: hidden;
}

.centered {
  margin: 0 auto;
}

#title_page_breaker {
  width: 100%;
  border-top: dotted 2px #ebebeb;
}

/**
 * Desktop display
 */
@media only screen and (min-width: 1059px) {
  .col960 {
    width: 960px !important;
    position: relative !important;
  }
}

/**
 * Smaller display
 */
@media only screen and (min-width: 689px) and (max-width: 1059px) {
  .col960 {
    width: 660px !important;
    position: relative !important;
  }
}

/*///////////////////////////////// Global masthead///////////////////////////////// */

#global_masthead {
  background: #323232;
  height: 55px;
  width: 100vw;
  border-bottom: 6px solid #CCC
}

#global_masthead .centered {
  padding: 0 20px;
}

#global_masthead div div #block-sitebranding {
  width: 140px;
  float:left;
}

#global_masthead div div #block-languageswitcherblock {
  float:right;
}

#global_masthead div div #block-sitebranding a.site-logo img {
  margin: 0 20px 0 0;
  padding: 10px 25px 0 0;
  border: none;
}

/**
 * Tiny display
 */
@media only screen and (max-width: 340px) {
  #global_masthead div div #block-sitebranding a.site-logo img {
    margin: 0 0 0 0;
    padding: 10px 10px 0 0;
    /* border-right:1px solid #444; - added when more than one logo exists */
  }
}

.region-header {
  height: 100px !important;
}

#block-wtwt-branding {
  float: left;
}

.region-header div:last-of-type {
  float: right;
}

.region.region-translate {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 6px 0px;
  height: 76px;
  display: block;
}

/*///////////////////////////////// Language Switcher///////////////////////////////// */
#block-wtwt-languageswitcher {
  padding-top: 50px;
}

#switcher_container {
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  #switcher_container {
    display: none;
  }
}

#lang_switcher {
  padding-top: 6px;
  height: 36px;
  min-width: 90px;
}

#lang_switcher a {
  background: rgb(111, 1, 83);
  Padding: 5px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  border-radius: 10px;
}

#lang_switcher a:hover {
  background: #C12697;
}

/*///////////////////////////////// Title Header ///////////////////////////////// */
#title_header {
  background: rgb(169, 1, 126);
  height: 100%;
  font-size: 25px;
  font: 1em/1.2 Arial, Helvetica, sans-serif;
  padding: 20px;
  padding-top: 30px;
  color: #FFF !important;
  margin-bottom: 8px solid #CCC;
}

#title_header .centered {
  padding: 0 !important;
}



div.site-name a {
  text-decoration: none;
  font-family: 'Rockwell';
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-transform: none;
  letter-spacing: -1px;
}

div.site-name {
  padding-bottom: 15px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 4;
}

div.site-slogan {
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-transform: none;
  padding-top: 1px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*///////////////////////////////// translation_section ///////////////////////////////// */
#translation_section {
  background-color: #e5d7f0;
}

#translation_button {
  margin: 5px;
  background-color: #a978ca;
  color: white;
}


div.region.region-content {
  background: #fff;
  padding: 30px;
  width: 900px;
  position: relative;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1059px) and (min-width: 690px) {
  div.region.region-content {
    width: 600px;
  }
}

@media only screen and (max-width: 689px) {
  div.region.region-content {
    width: inherit;
  }
}

/*///////////////////////////////// Footer///////////////////////////////// */

.footer-list {
  float: left;
  padding-left: 30px;
  position: absolute;
  width: calc(100% - 40px);
  padding-bottom: 100px;
}

.footer-item {
  list-style: none;
  display: inline;
  padding-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
}

.footer-item :hover {
  color: #FFF;
}

@media only screen and (max-width:659px) {
  .footer-item {
    display: list-item;
    margin-bottom: 7px;
  }
}

.footer-item a {
  text-decoration: none;
  color: #3B3B3B;
}

.footer-tag,
.footer-tag::after {
  float: right;
  content: url('../site_furniture/menu-logos/Footer.png');
}

/*///////////////////////////////// Cookie Consent///////////////////////////////// */
#cookie_consent_banner {
  background-color: #1f1f1f;
}

.gdpr-banner {
  padding: 5px 0px;
}

@media only screen and (min-width: 565px) {
  .gdpr-banner {
    display: inline-flex;
  }
}

.gdpr-banner p {
  margin-block-start: auto;
  margin-block-end: auto;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.gdpr-banner p recite {
  line-height: 1.625rem !important;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
  font-size: 0.875rem !important;
}

.gdpr-banner p {
  color: #fff !important;
  padding-right: 5px;
}

.gdpr-banner a,
.gdpr-banner recite a {
  color: #20AC9C !important;
  text-decoration: none;
  font-weight: bolder;
  line-height: 1.625rem !important;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
  font-size: 0.875rem !important;
}

.gdpr-banner a:hover,
.gdpr-banner recite a:hover {
  text-decoration: underline;
  cursor: pointer;
}


#block-localauthorityblock,
#block-dewisblock {
  margin-top: 16px;
  margin-bottom: 16px;
}


.glossary-row div div {
  color: #3b3b3b;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}

#ccc-statement a {
  text-decoration: underline;
}

