/*
Used for borders, languaged buttons which aren't selected, and the backgrounds of news items.
*/
.separator {
  border-top: 1px dotted rgba(146, 142, 128, 0.7);
}
.our-font {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
.layout-root {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
}
.list-separator {
  content: '|';
  color: #ed3027;
  text-decoration: none !important;
  display: inline-block;
}
.text-input {
  padding: 0.3em 0.5em;
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
main form {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 2em;
}
main form p {
  text-align: right;
  font-size: small;
}
main form li {
  list-style-type: none;
}
main form label {
  display: block;
  font-size: small;
  color: #928e80;
}
main form input[type=text] {
  padding: 0.3em 0.5em;
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
main form input[type=email] {
  padding: 0.3em 0.5em;
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
main form textarea {
  padding: 0.3em 0.5em;
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
main form input[type=submit] {
  background: none;
  border: 1px solid rgba(146, 142, 128, 0.7);
  border-radius: 0.3em;
  padding: 0.5em;
  position: absolute;
  right: 0;
  cursor: pointer;
}
main form input[type=submit]:hover {
  background-color: rgba(146, 142, 128, 0.1);
}
main form .csc-form-confirmation-false > input {
  right: 5rem;
}
main form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.captioned-image {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.captioned-image img {
  width: 100%;
  height: inherit;
}
.captioned-image figcaption {
  width: 100%;
  position: absolute;
  bottom: 0.2rem;
  color: white;
  background-color: rgba(146, 142, 128, 0.7);
  font-size: large;
  padding: 0.5rem;
}
.image-left-content-right {
  border-top: 1px dotted rgba(146, 142, 128, 0.7);
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.image-left-content-right figure {
  margin: 2rem 2rem 0 0;
  padding: 0;
  width: 10rem;
}
.image-left-content-right figure img {
  width: 100%;
  height: inherit !important;
}
.image-left-content-right > .ce-bodytext {
  flex-grow: 1;
  flex-basis: 15rem;
  margin: 0;
  padding: 0;
}
.ce-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a[href="#top"] {
  position: relative;
  left: 90%;
  display: block;
  width: 3em;
  height: 3em;
  padding-top: 0.5em;
  color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' ><circle cx='50' cy='50' r='50' fill='lightgrey' /> <path stroke='none' fill='white' d=' m 50,15 l 31,30 l -16,0 l 0,33 l -30,0 l 0,-33 l -16,0 z ' /></svg> ");
  background-size: 3em;
  background-repeat: no-repeat;
}
.ce-menu-3 > li {
  display: inline-block;
}
.ce-menu-3 > li + li::before {
  content: '|';
  color: #ed3027;
  text-decoration: none !important;
  display: inline-block;
  color: inherit;
}
.contenttable {
  background-color: rgba(146, 142, 128, 0.1);
  padding: 1em;
  text-align: left;
  width: 100%;
  table-layout: fixed;
}
.contenttable > thead {
  padding-bottom: 0.5em;
}
/*
Taken from https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/typo3/sysext/rtehtmlarea/Resources/Public/Css/ContentCss/Default.css

The modified to include our colours.
*/
p.align-left,
td.align-left,
th.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
div.align-left,
address.align-left {
  text-align: left;
}
p.align-center,
td.align-center,
th.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
div.align-center,
address.align-center {
  text-align: center;
}
p.align-right,
td.align-right,
th.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
div.align-right,
address.align-right {
  text-align: right;
}
p.align-justify,
td.align-justify,
th.align-justify,
h1.align-justify,
h2.align-justify,
h3.align-justify,
h4.align-justify,
h5.align-justify,
h6.align-justify,
div.align-justify,
address.align-justify {
  text-align: justify;
}
/* Left, center, right and justify alignment of text in block elements*/
p.align-left,
td.align-left,
th.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
div.align-left,
address.align-left {
  text-align: left;
}
p.align-center,
td.align-center,
th.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
div.align-center,
address.align-center {
  text-align: center;
}
p.align-right,
td.align-right,
th.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
div.align-right,
address.align-right {
  text-align: right;
}
p.align-justify,
td.align-justify,
th.align-justify,
h1.align-justify,
h2.align-justify,
h3.align-justify,
h4.align-justify,
h5.align-justify,
h6.align-justify,
div.align-justify,
address.align-justify {
  text-align: justify;
}
/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
.csc-frame-frame1,
.csc-frame-frame2 {
  display: inline-block;
  padding: 1em;
}
.csc-frame-frame1.csc-frame-frame1,
.csc-frame-frame2.csc-frame-frame1 {
  background-color: rgba(146, 142, 128, 0.1);
}
.csc-frame-frame1.csc-frame-frame2,
.csc-frame-frame2.csc-frame-frame2 {
  background-color: rgba(146, 142, 128, 0.7);
}
.csc-frame-frame1 > h2,
.csc-frame-frame2 > h2,
.csc-frame-frame1 > h3,
.csc-frame-frame2 > h3,
.csc-frame-frame1 > h4,
.csc-frame-frame2 > h4,
.csc-frame-frame1 > h5,
.csc-frame-frame2 > h5,
.csc-frame-frame1 > h6,
.csc-frame-frame2 > h6 {
  margin: 0;
}
.csc-frame-frame1 > h2,
.csc-frame-frame2 > h2 {
  color: #ed3027;
}
.csc-frame-frame1 > p,
.csc-frame-frame2 > p {
  margin: 0.5rem 0;
}
.list-item {
  padding-left: 1rem;
  padding-bottom: 0.4rem;
}
.component-items {
  list-style-image: url(/typo3conf/ext/thermos_project/Resources/Public/images/bullet-blue.svg);
}
.component-items li {
  padding-left: 1rem;
  padding-bottom: 0.4rem;
}
.action-items {
  list-style-image: url(/typo3conf/ext/thermos_project/Resources/Public/images/bullet-red.svg);
}
.action-items li {
  padding-left: 1rem;
  padding-bottom: 0.4rem;
}
ol li {
  padding-left: 1rem;
  padding-bottom: 0.4rem;
}
/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important {
  color: #ed3027;
}
span.name-of-person {
  color: #00ace6;
}
span.detail {
  color: #928e80;
}
/* Selectors for the default configuration of the link accessibity feature.*/
/* Default selector for indentation.*/
div.indent {
  margin-left: 2em;
}
.home-content-upper {
  width: 100%;
}
.home-content-lower {
  margin-top: 2em;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.home-content-lower p {
  line-height: 140%;
}
.home-content-lower > div:nth-child(even) > h2 {
  background-color: #00ace6;
}
.home-content-lower > div {
  max-width: 20rem;
  display: inline-block;
  background-color: rgba(146, 142, 128, 0.1);
  margin: 0.5rem;
}
.home-content-lower > div > h2 {
  margin: 0;
  font-size: x-large;
  background-color: #ed3027;
  color: white;
  padding: 0.5rem 0.8rem;
}
.home-content-lower > div > div {
  padding: 0 1rem;
}
.home-content-lower > .twit {
  overflow: hidden;
  width: 17rem;
  padding: 1rem;
}
.home-content-lower > .twit > .twitter-follow-button {
  margin-top: 0.5rem;
  margin-left: 2.5rem;
}
.standard-content-upper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.standard-content-upper .side-menu {
  width: 12em;
  margin-right: 2em;
}
.standard-content-upper .side-menu a {
  color: #928e80;
  display: block;
  padding: 0.2em 0;
}
.standard-content-upper .side-menu > a {
  border-bottom: 1px solid rgba(146, 142, 128, 0.7);
}
.standard-content-upper .side-menu > a:hover {
  background-color: rgba(146, 142, 128, 0.1);
}
.standard-content-upper .side-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.standard-content-upper .side-menu > ul .active a {
  color: #ed3027;
}
.standard-content-upper .side-menu > ul li {
  margin: 0;
  padding-left: 2em;
}
.standard-content-upper .side-menu > ul li:hover {
  background-color: rgba(146, 142, 128, 0.1);
}
.standard-content-upper .side-menu > ul li + li a {
  border-top: 1px solid rgba(146, 142, 128, 0.7);
}
.standard-content-upper .side-menu .share-links {
  margin-top: 1em;
}
.standard-content-upper .side-menu .share-links > h2 {
  font-size: medium;
  color: #928e80;
  margin: 1.5rem 0 0rem 0.4rem;
  padding: 0;
}
.standard-content-upper .side-menu .share-links > a {
  display: inline-block;
}
.standard-content-upper .side-menu .share-links > a > img {
  opacity: 0.7;
  width: 2em;
  height: 2em;
  margin: 0.2em;
}
.standard-content-upper .side-menu .share-links > a > img:hover {
  opacity: 1.0;
}
.standard-content-upper .content {
  width: 100%;
  flex-basis: 30em;
  flex-grow: 1;
  margin-right: 2em;
}
.standard-content-lower {
  width: 100%;
}
.search-page .tx-indexedsearch-searchbox {
  width: 29rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}
.search-page .tx-indexedsearch-searchbox form legend {
  display: none;
}
.search-page .tx-indexedsearch-searchbox form > p > a {
  display: none;
}
.search-page .tx-indexedsearch-rules {
  width: 29rem;
  display: inline-block;
}
.search-page .tx-indexedsearch-rules > h2 {
  display: none;
}
.search-page .tx-indexedsearch-rules > p {
  font-size: x-small;
  line-height: 80%;
}
.search-page .tx-indexedsearch-res + .tx-indexedsearch-res {
  border-top: 1px dotted rgba(146, 142, 128, 0.7);
}
.slick-container {
  margin-bottom: 2.5rem;
}
.slick-container .slick-dots {
  bottom: -2rem;
}
.slick-container .slick-dots .slick-active button::before {
  color: #ed3027;
}
.standard-content-upper .slick-container {
  max-width: 710px;
}
.ce-uploads li + li {
  border-top: 1px dotted rgba(146, 142, 128, 0.7);
}
.ce-uploads li {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
  padding-top: 0.5rem;
}
.ce-uploads li .publication h4 {
  margin: 0;
  padding: 0;
}
.ce-uploads li .publication p {
  margin-top: 0;
}
.ce-uploads li .publication .file-extension {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2rem;
}
#mc_embed_signup form {
  padding: 0 0 2em 0 !important;
}
#mc_embed_signup form input.button {
  margin: 0 2em 0 0 !important;
}
* {
  box-sizing: border-box;
}
.submenu-enabled > a {
  background-color: #ed3027;
}
.submenu-enabled > .menu-level-2 {
  visibility: visible;
}
html {
  background-color: rgba(146, 142, 128, 0.1);
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
h1,
h2 {
  font-weight: lighter;
}
h2 {
  font-size: xx-large;
}
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
body {
  max-width: 1000px;
  margin: auto;
  padding: 0 1em;
  background-color: #ffffff;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
}
.small-text-links {
  display: inline-block;
}
.small-text-links a {
  text-decoration: none;
  color: #000000;
}
.small-text-links a:hover {
  text-decoration: underline;
}
.small-text-links a + a::before {
  content: '|';
  color: #ed3027;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 0.2em;
}
/* The "Test the tool" button */
.header-links.small-text-links a:first-child {
  background: #ed3027;
  color: #fff;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}
.header-links.small-text-links a:first-child:hover {
  text-decoration: none;
  background: #eb1e14;
}
header {
  margin-top: 1em;
  /* Needs to be quite big to leave space for the level 2 menu. */
  margin-bottom: 1.3em;
}
header .header-top {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ed3027;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .header-top .language-menu {
  margin: 0.2rem 0.5rem 0 0;
}
header .header-top .language-menu > li {
  display: inline-block;
  vertical-align: bottom;
  background-color: rgba(146, 142, 128, 0.7);
  margin: 0.1rem;
}
header .header-top .language-menu > li > a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.3rem 0 0 0.05rem;
  font-size: x-small;
  text-transform: lowercase;
}
header .header-top .language-menu > li > a::first-letter {
  text-transform: uppercase;
}
header .header-top .language-menu > .active {
  background-color: #ed3027;
}
header .header-top > .search input {
  height: 1.1rem;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  border-right: none;
  vertical-align: bottom;
}
header .header-top > .search input:focus {
  outline: none;
}
header .header-top > .search .do-search {
  border: 1px solid #000000;
  border-left: none;
  background-color: #ed3027;
  color: #ffffff;
  width: 1.1rem;
  height: 1.1rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
}
header .header-middle {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin: 0.5em 0;
}
header .header-middle .home-logo {
  flex-grow: 1;
}
header .header-middle .home-logo img {
  width: 20em;
}
header .header-middle .header-links > .twitter-follow-button {
  margin-left: 0.2rem;
  vertical-align: middle;
}
header .menu-level-1 {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 0;
  font-size: large;
}
header .menu-level-1 a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 0.2em 0.5em;
}
header .menu-level-1 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .menu-level-1 > li {
  flex-basis: 8em;
  flex-grow: 1;
  padding-bottom: 0.5em;
}
header .menu-level-1 > li > a {
  background-color: #00ace6;
}
header .menu-level-1 > li:hover > a {
  background-color: #ed3027;
}
header .menu-level-1 > li.selected > a {
  background-color: #ed3027;
}
header .menu-level-1 > li.selected > .menu-level-2 {
  visibility: visible;
}
header .menu-level-1 > li + li {
  margin-left: 0.3em;
}
header .menu-level-1 .menu-level-2 {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 2em;
  width: 100%;
  background-color: #ed3027;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
header .menu-level-1 .menu-level-2 > li {
  /* Absolute positioned elements will be placed relative to this element. */
  position: relative;
  left: 0;
  top: 0;
}
header .menu-level-1 .menu-level-2 > li > a {
  padding: 0.2em 2em 0.2em 0.5em;
}
header .menu-level-1 .menu-level-2 > li > a:hover {
  text-decoration: underline;
}
header .menu-level-1 .menu-level-2 > li + li > a {
  padding-left: 2em;
}
header .menu-level-1 .menu-level-2 > li + li::before {
  color: #ffffff;
  position: absolute;
  left: 0;
  content: '|';
  color: #ed3027;
  text-decoration: none !important;
  display: inline-block;
  padding: 0.2em 0;
}
main {
  width: 100%;
  flex-grow: 1;
}
main a {
  text-decoration: none;
  color: red;
}
main a:hover {
  text-decoration: underline;
}
footer {
  margin: 1em 0;
}
footer > div {
  border-top: 1px dotted rgba(146, 142, 128, 0.7);
  padding: 0.5em 0;
}
footer .partner-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
footer .partner-logos img {
  margin: 0.5em;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-links .mini-home-logo {
  padding-top: 0.3em;
  margin-left: 0.5em;
}
footer .footer-links .mini-home-logo img {
  width: 3em;
}
footer .footer-bottom {
  padding-top: 1.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer .footer-bottom > span {
  color: rgba(146, 142, 128, 0.7);
  font-size: small;
}
footer .footer-bottom > img {
  margin: 0 0.5em;
}
footer .footer-bottom > .mini-spacer {
  flex-grow: 0.3;
}
footer .footer-bottom > .spacer {
  flex-grow: 1;
}
footer .footer-bottom > .horizon2020 {
  max-width: 40em;
  font-size: xx-small;
  line-height: 120%;
}
@media screen and (max-width: 500px) {
  header .header-top {
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  header .header-top div {
    margin-bottom: 0.1rem;
  }
  header .header-middle .home-logo img {
    width: 100%;
  }
  header .header-middle .header-links {
    display: none;
  }
  header .menu-level-1 {
    flex-direction: column;
  }
  header .menu-level-1 li {
    flex-basis: 0;
  }
  header .menu-level-1 li .menu-level-2 {
    display: none;
    flex-direction: column;
    position: static;
  }
  header .menu-level-1 li .menu-level-2 li {
    border-top: 2px solid white;
    padding-left: 1em;
  }
  header .menu-level-1 li .menu-level-2 li + li::before {
    content: none;
  }
  header .menu-level-1 li .menu-level-2 li + li a {
    padding-left: 0.5em;
  }
  header .menu-level-1 li.selected .menu-level-2 {
    display: flex;
  }
  header .menu-level-1 li + li {
    margin-left: 0;
  }
  main .home-content-lower {
    flex-direction: column;
  }
  main .home-content-lower > div {
    width: 100%;
    max-width: none;
    margin: auto;
    margin-top: 1em;
  }
  main .ce-bodytext img {
    width: 100% !important;
    height: initial !important;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom .horizon2020 {
    max-width: none;
    margin-top: 0.5em;
  }
}
