* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  /*list-style: none;*/
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.field--name-body > p {
  margin-bottom: 1.6rem;
}
/* Farben */
/* ### Media Queries / Breakpoints ### */
/* Parameter */
/* Fonts */
body {
  font-family: "Public Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
h2,
h3,
h4,
h5 {
  color: #19a489;
  margin: 2.4rem 0 0.8rem 0;
}
#section-main h1,
#section-secondary h1 {
  font-size: 55px;
  line-height: 62px;
  font-size: 5.5rem;
  line-height: 6.2rem;
}
#section-main h2,
#section-secondary h2 {
  font-size: 45px;
  line-height: 52px;
  font-size: 4.5rem;
  line-height: 5.2rem;
}
#section-main h3,
#section-secondary h3 {
  font-size: 35px;
  line-height: 42px;
  font-size: 3.5rem;
  line-height: 4.2rem;
}
#section-main h4,
#section-secondary h4 {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
}
#section-main p,
#section-secondary p {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
}
a {
  color: #19a489;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.stripe .region {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .stripe .region {
    padding: 0 3rem;
  }
}
.layout-container {
  margin: 0em;
}
#block-interlace-content > article > div > div.layout.layout--onecol > div > div.block.block-layout-builder.block-field-blocknodepagefield-title-image > div > article > div > div.field__item > img,
#block-interlace-content > article > div > div.layout.layout--onecol > div > div.block.block-layout-builder.block-field-blocknodecitiesfield-title-image > div > article > div > div.field__item > img,
#block-interlace-content > article > div > div.layout.layout--onecol > div > div.block.block-layout-builder.block-field-blocknodenewsfield-title-image > div > article > div > div.field__item > img {
  max-width: none;
}
/* ### Header */
header#section-header {
  background: #ffffff;
  box-shadow: 0 0 0.5rem;
  position: relative;
  z-index: 10;
  padding-bottom: 2.5rem;
  padding-top: 4.5rem;
  height: 18.5rem;
}
header#section-header .section-content-wrapper {
  height: 11.5rem;
}
@media screen and (max-width: 599px) {
  header#section-header .section-content-wrapper {
    height: auto;
  }
}
header#section-header .region.region-header {
  height: 100%;
  display: grid;
  grid-template-columns: [left] 33% [col-mid] 34% [links-right] 13% [transl-right] 20% [right];
  grid-template-rows: [top] 50% [row-mid] 50% [bottom];
}
header#section-header .region.region-header .block-system-branding-block {
  grid-column-start: left;
  grid-column-end: col-mid;
  grid-row-start: top;
  grid-row-end: bottom;
}
header#section-header .region.region-header .block-system-branding-block a.site-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header#section-header .region.region-header .block-system-branding-block a.site-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
header#section-header .region.region-header .search-block-form {
  grid-column-start: transl-right;
  grid-column-end: right;
  grid-row-start: top;
  grid-row-end: row-mid;
}
header#section-header .region.region-header .search-block-form > h2 {
  display: none;
}
header#section-header .region.region-header .search-block-form form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: start;
  margin-bottom: 3rem;
}
header#section-header .region.region-header .search-block-form form .form-actions {
  display: none;
}
header#section-header .region.region-header .search-block-form form .form-type-search {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 899px) {
  header#section-header .region.region-header .search-block-form form .form-type-search {
    width: 50%;
  }
}
header#section-header .region.region-header .search-block-form form .form-type-search input.form-search {
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #808080;
  color: #808080;
  width: 100%;
  height: 2.7rem;
  font-size: 13px;
  line-height: 27px;
  font-size: 1.3rem;
  line-height: 2.7rem;
  padding: 0 1rem;
}
header#section-header .region.region-header #block-headerlinks {
  grid-column-start: col-mid;
  grid-column-end: links-right;
  grid-row-start: top;
  grid-row-end: row-mid;
}
header#section-header .region.region-header #block-headerlinks .header-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.1rem;
  margin-top: 0.4rem;
}
header#section-header .region.region-header #block-headerlinks .header-links > a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 2.1rem;
  height: 100%;
  margin-left: 1.3rem;
}
header#section-header .region.region-header #block-headerlinks .header-links .face {
  background-image: url("../images/FaceSymbol.png");
}
header#section-header .region.region-header #block-headerlinks .header-links .yout {
  background-image: url("../images/YouTubeIcon.png");
}
header#section-header .region.region-header #block-headerlinks .header-links .twit {
  background-image: url("../images/TwitSymbol.png");
}
header#section-header .region.region-header #block-headerlinks .header-links .inst {
  background-image: url("../images/InstaSymbol.png");
}
header#section-header .region.region-header #block-headerlinks .header-links .team-login {
  line-height: 2.1rem;
  width: unset;
  display: flex;
  align-items: center;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 1.3rem;
  border-radius: 1.05rem;
  box-shadow: inset 0 0 0 3px #19a489;
  padding: 0 1rem;
  letter-spacing: 0.5px;
}
header#section-header .region.region-header #block-languageswitcher {
  grid-column-start: links-right;
  grid-column-end: transl-right;
  grid-row-start: top;
  grid-row-end: row-mid;
  padding: 0 7%;
}
@media screen and (max-width: 899px) {
  header#section-header .region.region-header #block-languageswitcher {
    height: 100%;
    padding-right: unset;
    margin-right: -6%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  header#section-header .region.region-header #block-languageswitcher {
    margin-right: unset;
    padding-right: 4%;
  }
}
header#section-header .region.region-header #block-languageswitcher ul.links {
  width: 7rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 3px #19a489;
  border-radius: 1.05rem;
  overflow: hidden;
  margin: 0.4rem auto;
}
@media screen and (max-width: 899px) {
  header#section-header .region.region-header #block-languageswitcher ul.links {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 599px) {
  header#section-header .region.region-header #block-languageswitcher ul.links {
    margin-top: 0.5rem;
  }
}
header#section-header .region.region-header #block-languageswitcher ul.links li {
  width: 2.9rem;
  height: 100%;
  display: block;
  padding: 0;
  border-radius: 1.05rem;
}
header#section-header .region.region-header #block-languageswitcher ul.links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 12px;
  line-height: 21px;
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #808080;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.en a {
  padding: 0 1.05rem 0 1.55rem;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.es a {
  padding: 0 1.55rem 0 1.05rem;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.is-active {
  width: 3.95rem;
  background-color: #19a489;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.is-active a {
  color: #ffffff;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.is-active.en a {
  padding: 0 1.55rem;
}
header#section-header .region.region-header #block-languageswitcher ul.links li.is-active.es a {
  padding: 0 1.55rem;
}
header#section-header .region.region-header .block-responsive-menu {
  grid-column-start: col-mid;
  grid-column-end: right;
  grid-row-start: row-mid;
  grid-row-end: bottom;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item {
  text-transform: uppercase;
  flex: 0 1 20%;
  border-radius: 3px;
  list-style-type: none;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item.menu-item--active-trail span {
  color: #19a489;
  border-bottom: 5px solid #19a489;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item:hover {
  background-color: rgba(25, 164, 137, 0.5);
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav {
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 0;
  box-shadow: 0 0 5px #000000;
  width: 14.75em;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav::before {
  content: "";
  background-color: rgba(25, 164, 137, 0.2);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav li.menu-item {
  border-radius: 5px;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav li.menu-item > a {
  justify-content: flex-start;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item > span {
  cursor: default;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.3em 1em 0.35em;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item > a {
  background-color: transparent;
  color: #000000;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0.3em 1em 0.35em;
}
header#section-header .region.region-header .block-responsive-menu ul.horizontal-menu li.menu-item a.is-active {
  color: #19a489;
  border-bottom: 5px solid #19a489;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 899px) {
  header#section-header {
    padding-top: 0;
    height: 10rem;
  }
  header#section-header .region.region-header {
    grid-template-columns: 2% [left] 30% [col-mid] 31% [links-right] 15% [transl-right] 20% [right] 2%;
    grid-template-rows: [top] 5rem [row-mid] 5rem [bottom];
  }
  header#section-header .region.region-header .block-system-branding-block {
    grid-column-start: left;
    grid-column-end: col-mid;
    grid-row-start: top;
    grid-row-end: bottom;
  }
  header#section-header .region.region-header .search-block-form {
    grid-column-start: col-mid;
    grid-column-end: right;
    grid-row-start: row-mid;
    grid-row-end: bottom;
  }
  header#section-header .region.region-header .search-block-form form {
    height: 100%;
    align-items: center;
  }
  header#section-header .region.region-header #block-headerlinks {
    grid-column-start: col-mid;
    grid-column-end: links-right;
    grid-row-start: top;
    grid-row-end: row-mid;
  }
  header#section-header .region.region-header #block-headerlinks > div:not(.contextual) {
    height: 100%;
  }
  header#section-header .region.region-header #block-headerlinks .header-links {
    height: 100%;
    padding: 0;
    justify-content: center;
  }
  header#section-header .region.region-header #block-headerlinks .header-links .face,
  header#section-header .region.region-header #block-headerlinks .header-links .yout,
  header#section-header .region.region-header #block-headerlinks .header-links .twit,
  header#section-header .region.region-header #block-headerlinks .header-links .inst {
    display: none;
  }
  header#section-header .region.region-header #block-headerlinks .header-links .team-login {
    font-size: 11px;
    line-height: 18px;
    font-size: 1.1rem;
    line-height: 1.8rem;
    height: 1.8rem;
    border-radius: 20px;
  }
  header#section-header .region.region-header .block-responsive-menu {
    grid-column-start: transl-right;
    grid-column-end: right;
    grid-row-start: top;
    grid-row-end: row-mid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon {
    height: 2rem;
    width: 3.2rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon span.icon {
    background-color: #000000;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0.5rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon span.label {
    display: none;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon::after {
    top: 100%;
    background-color: #000000;
    width: 100%;
    left: 0;
    height: 0.5rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon::before {
    top: 0;
    background-color: #000000;
    width: 100%;
    left: 0;
    height: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  header#section-header {
    padding: 0 2%;
    height: 8rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
  }
  header#section-header .region.region-header {
    display: flex;
    justify-content: space-between;
    height: 6rem;
  }
  header#section-header .region.region-header .block-system-branding-block {
    width: 50%;
  }
  header#section-header .region.region-header .search-block-form {
    display: none;
  }
  header#section-header .region.region-header #block-headerlinks {
    display: none;
  }
  header#section-header .region.region-header .block-responsive-menu {
    margin-right: 1rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon {
    height: 1.5rem;
    width: 2.5rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon span.icon {
    height: 0.3rem;
    width: 2.5rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon::after {
    height: 0.3rem;
    width: 2.5rem;
  }
  header#section-header .region.region-header .block-responsive-menu #toggle-icon::before {
    height: 0.3rem;
    width: 2.5rem;
  }
}
/* ### Start Cities View */
.path-frontpage .layout-container {
  background-color: rgba(188, 188, 188, 0.4);
}
.path-frontpage .layout-container #block-interlace-content article.node--type-page {
  margin: 0;
}
.path-frontpage .layout-container #block-interlace-content .block-field-blocknodepagetitle {
  position: unset;
  display: none;
}
#section-main .view-start-cities.view-display-id-block_2 {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 {
    /**/
    display: flex;
    flex-direction: column;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-row {
  width: 100vw;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-image {
    /**/
  }
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-image::after {
    content: '';
    height: 100%;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
    display: inline-block;
    background-image: url("../images/IntLinesThin.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 200%;
    position: absolute;
    bottom: -1px;
    background-position-x: center;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-image .image-style-slide-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-image .image-style-slide-image {
    max-width: none;
    max-height: 100%;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-shadow: 0 0 1px #000000;
  text-transform: uppercase;
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name {
  bottom: 15rem;
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name h2 {
  font-size: 55px;
  line-height: 50px;
  font-size: 5.5rem;
  line-height: 5rem;
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name a {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name {
    left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name {
    bottom: 10rem;
  }
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-city-name h2 {
    font-size: 35px;
    line-height: 40px;
    font-size: 3.5rem;
    line-height: 4rem;
    max-width: 100%;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-country {
  bottom: 10rem;
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-country h4 {
  font-size: 35px;
  line-height: 50px;
  font-size: 3.5rem;
  line-height: 5rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-country {
    left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-country {
    bottom: 6rem;
  }
  #section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper.views-field-field-country h4 {
    font-size: 25px;
    line-height: 40px;
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-row .slider-content-wrapper > * {
  width: 970px;
  margin: 0 auto;
}
#section-main .view-start-cities.view-display-id-block_2 .view-header {
  height: 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-header {
    /**/
    height: unset;
    order: 2;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content {
  max-width: 970px;
  margin: 0 auto;
}
#section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field {
  width: 54%;
  background-color: #ffffff;
  color: #808080;
  border-radius: 1rem;
  position: absolute;
  top: 6.4rem;
  padding: 2rem 3rem;
}
#section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field h2 {
  font-size: 28px;
  line-height: 38px;
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 899px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field {
    width: 61%;
  }
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field {
    /**/
    width: 100%;
    position: unset;
    border-radius: unset;
    padding-bottom: 3rem;
    margin-left: unset;
  }
  #section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field h2 {
    font-size: 21px;
    line-height: 28px;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .view-header .block-block-content .field a {
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  background-color: #19a489;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  border-radius: 1rem;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer {
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer {
    order: 3;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer {
    margin-top: 1rem;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines {
  width: 100vw;
  height: 32rem;
  margin-left: 50%;
  transform: translateX(-50vw);
  margin-top: -6rem;
  position: relative;
  background-image: url(../images/IntLinesThick.png);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1250px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 899px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines {
    background-position: -10.5rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines {
    background-position: -21.5rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines {
    background-position: -37.5rem;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines img {
  height: 100%;
  width: 100%;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 48rem;
}
@media screen and (max-width: 899px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links {
    padding-left: 42rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links {
    padding-left: 24rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links {
    padding-left: 30%;
  }
}
@media screen and (min-width: 1250px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links {
    padding-left: 38.5%;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a:nth-child(1) {
  margin-top: 6.75rem;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a:nth-child(2) {
  margin: 2rem 0;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a h2 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 45px;
  line-height: 60px;
  font-size: 4.5rem;
  line-height: 6rem;
  display: inline-block;
  margin: 0 1rem 0 0;
  color: #ffffff;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a p {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  display: flex;
  align-items: center;
  margin: 0;
}
#section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a p::after {
  content: '>';
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #ffffff;
  position: absolute;
  right: calc(50vw - 485px);
}
@media screen and (max-width: 1024px) {
  #section-main .view-start-cities.view-display-id-block_2 .view-footer .sc-lines .sc-links a p {
    display: none;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom {
  height: 0;
  position: relative;
  z-index: 20;
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list {
  top: -10rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list {
    top: -7rem;
  }
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list ul {
  max-width: 970px;
  margin: 0 auto;
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list ul li {
  border-radius: 1.6rem;
  border: 4px solid #ffffff;
  text-indent: -9999rem;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  box-shadow: 0 0 5px #808080, inset 0 0 5px #808080;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 50ms linear, box-shadow 200ms linear 25ms;
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list ul li:hover {
  background-color: #ffffff;
  box-shadow: 0 0 5px #999, inset 0 0 0 1.6rem #ffffff;
  transition: box-shadow 200ms linear, background-color 50ms linear 175ms;
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list ul li.active {
  background-color: #ffffff;
  box-shadow: 0 0 5px #808080;
}
#section-main .view-start-cities.view-display-id-block_2 .views-slideshow-controls-bottom .item-list ul li.active:hover {
  box-shadow: 0 0 5px #808080;
}
.view-start-cities.view-display-id-block_1 {
  position: relative;
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view > h2 {
  display: none;
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .field--name-field-title-image article .field__item::after {
    content: '';
    height: 100%;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
    display: inline-block;
    background-image: url("../images/IntLinesThin.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 200%;
    position: absolute;
    bottom: 0;
    background-position-x: center;
  }
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .field--name-field-title-image article .field__item img {
  width: 100vw;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50vw);
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiestitle {
  display: none;
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-city-name {
  position: absolute;
  left: 5rem;
  bottom: 13rem;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 55px;
  line-height: 80px;
  font-size: 5.5rem;
  line-height: 8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-city-name {
    bottom: 16%;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-city-name {
    top: 8rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-city-name a {
  color: #ffffff;
  text-shadow: 0 0 1px #000000;
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-country {
  position: absolute;
  left: 5rem;
  bottom: 10rem;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 33px;
  line-height: 50px;
  font-size: 3.3rem;
  line-height: 5rem;
  color: #ffffff;
  text-shadow: 0 0 1px #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-country {
    bottom: 16%;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-field-blocknodecitiesfield-country {
    top: 8rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content {
  width: 54%;
  background-color: #ffffff;
  color: #808080;
  border-radius: 1rem;
  position: absolute;
  top: 6.4rem;
  padding: 2rem 3rem;
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content h2 {
  font-size: 28px;
  line-height: 38px;
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content {
    width: 61%;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content {
    width: 100%;
    position: unset;
    border-radius: unset;
    padding-bottom: 3rem;
  }
  .view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content h2 {
    font-size: 21px;
    line-height: 28px;
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
.view-start-cities.view-display-id-block_1 article.node--type-cities.node--view-mode-city-start-view .block-block-content a {
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  background-color: #19a489;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  border-radius: 1rem;
}
.view-start-cities.view-display-id-block_1 nav.pager {
  position: absolute;
  bottom: 32rem;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 nav.pager {
    bottom: 18.5rem;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 nav.pager {
    display: none;
  }
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item {
  margin-right: 0.5rem;
  display: inline-block;
  padding: 0;
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item a {
  border-radius: 1.6rem;
  border: 4px solid #ffffff;
  text-indent: -9999rem;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  box-shadow: 0 0 5px #808080, inset 0 0 5px #808080;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 50ms linear, box-shadow 200ms linear 25ms;
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item a:hover {
  background-color: #ffffff;
  box-shadow: 0 0 5px #999, inset 0 0 0 1.6rem #ffffff;
  transition: box-shadow 200ms linear, background-color 50ms linear 175ms;
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.is-active a {
  background-color: #ffffff;
  box-shadow: 0 0 5px #808080;
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.is-active a:hover {
  box-shadow: 0 0 5px #808080;
}
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.pager__item--next,
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.pager__item--last,
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.pager__item--first,
.view-start-cities.view-display-id-block_1 nav.pager li.pager__item.pager__item--previous {
  display: none;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines {
  width: 100vw;
  height: 32rem;
  margin-left: 50%;
  transform: translateX(-50vw);
  margin-top: -6rem;
  position: relative;
  background-image: url(../images/IntLinesThick.png);
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1250px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines {
    background-size: 100% 100%;
  }
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links {
    padding-left: 36% !important;
  }
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines {
    background-position: -10.5rem;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines {
    background-position: -21.5rem;
    margin-top: -3rem;
  }
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines img {
  height: 100%;
  width: 100%;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 28rem;
}
@media screen and (max-width: 899px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links {
    padding-left: 18rem;
  }
}
@media screen and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links {
    padding-left: 6rem;
  }
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a:nth-child(1) {
  margin-top: 6.75rem;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a:nth-child(2) {
  margin: 2rem 0;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a h2 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 45px;
  line-height: 60px;
  font-size: 4.5rem;
  line-height: 6rem;
  display: inline-block;
  margin-right: 1rem;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a p {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  display: flex;
  align-items: center;
}
.view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a p::after {
  content: '>';
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #ffffff;
  position: absolute;
  right: calc(50vw - 485px);
}
@media screen and (max-width: 750px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a p {
    display: none;
  }
}
@media screen and (min-width: 555px) and (max-width: 599px) {
  .view-start-cities.view-display-id-block_1 .view-footer .sc-lines .sc-links a p {
    display: unset;
  }
}
/* ### Project News View */
#section-main .view-project-news {
  margin-top: 4rem;
}
#section-main .view-project-news .pn-slider {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: [left] 50% [col-mid] 50% [right];
  grid-template-rows: [top] auto [row-mid] 70% [bottom];
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  height: 35rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider {
    display: flex;
    flex-direction: column;
    height: unset;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-bg {
  grid-column: left / right;
  grid-row: top / row-mid;
  background-color: #19a489;
  opacity: 40%;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider .pn-slider-bg {
    position: absolute;
    top: 0;
    height: 13rem;
    width: 100%;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-title {
  grid-column: left / col-mid;
  grid-row: top / row-mid;
  color: #ffffff;
  text-shadow: 0 0 1px #000000;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 40px;
  line-height: 45px;
  font-size: 4rem;
  line-height: 4.5rem;
  padding: 2rem 2.5rem;
  z-index: 5;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider .pn-slider-title {
    position: absolute;
    top: 0;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-headline {
  grid-column: col-mid / right;
  grid-row: top / row-mid;
  color: #19a489;
  padding: 2rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider .pn-slider-headline {
    order: 2;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-headline h2 {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin: 0;
}
#section-main .view-project-news .pn-slider .pn-slider-headline h3 {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin: 0;
}
#section-main .view-project-news .pn-slider .pn-slider-desc {
  grid-column: col-mid / right;
  grid-row: row-mid / bottom;
  padding: 2rem 2.5rem;
  overflow: hidden;
  line-height: 2.5rem;
  max-height: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider .pn-slider-desc {
    order: 3;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-desc p {
  overflow: hidden;
  max-height: 100%;
  padding-bottom: 1rem;
}
#section-main .view-project-news .pn-slider .pn-slider-desc::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  /*background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(255,255,255,1)));*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  pointer-events: none;
}
#section-main .view-project-news .pn-slider .pn-slider-link {
  position: absolute;
  bottom: 2rem;
  right: 2.5rem;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider .pn-slider-link {
    z-index: 1;
  }
}
#section-main .view-project-news .pn-slider .pn-slider-link a {
  background-color: #19a489;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  border-radius: 0.75rem;
  width: 6.5rem;
  height: 2.4rem;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-main .view-project-news .pn-slider article.media--type-image {
  grid-column: left / col-mid;
  grid-row: top / bottom;
  overflow: hidden;
  border-radius: 0.7rem;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider article.media--type-image {
    order: 1;
  }
}
#section-main .view-project-news .pn-slider article.media--type-image div:not(.contextual) {
  height: 100%;
  width: 100%;
}
#section-main .view-project-news .pn-slider article.media--type-image img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 599px) {
  #section-main .view-project-news .pn-slider article.media--type-image img {
    width: 100%;
  }
}
#section-main .view-project-news nav.pager {
  margin: 2rem 0;
}
#section-main .view-project-news nav.pager li.pager__item {
  margin-right: 0.3rem;
  display: inline-block;
  padding: 0;
}
#section-main .view-project-news nav.pager li.pager__item a {
  border-radius: 1.6rem;
  border: 4px solid #19a489;
  text-indent: -9999rem;
  height: 3.2rem;
  width: 3.2rem;
  display: inline-block;
  box-shadow: 0 0 5px #808080, inset 0 0 5px #808080;
  background-color: rgba(25, 164, 137, 0);
  transition: background-color 50ms linear, box-shadow 200ms linear 25ms;
}
#section-main .view-project-news nav.pager li.pager__item a:hover {
  box-shadow: 0 0 5px #999, inset 0 0 0 1.6rem #19a489;
  background-color: #19a489;
  transition: box-shadow 200ms linear, background-color 50ms linear 175ms;
}
#section-main .view-project-news nav.pager li.pager__item.is-active a {
  background-color: #19a489;
  box-shadow: 0 0 5px #999;
}
#section-main .view-project-news nav.pager li.pager__item.is-active a:hover {
  box-shadow: 0 0 5px #999;
}
#section-main .view-project-news nav.pager li.pager__item.pager__item--next,
#section-main .view-project-news nav.pager li.pager__item.pager__item--last,
#section-main .view-project-news nav.pager li.pager__item.pager__item--first,
#section-main .view-project-news nav.pager li.pager__item.pager__item--previous {
  display: none;
}
/* ### City Volltextansicht*/
body.page-node-type-cities #block-interlace-page-title,
body.page-node-type-page #block-interlace-page-title,
body.page-node-type-news #block-interlace-page-title,
body.page-node-type-events #block-interlace-page-title {
  display: none;
}
body.page-node-type-cities:not(.page-node-31) .layout--twocol-section--33-67,
body.page-node-type-page:not(.page-node-31) .layout--twocol-section--33-67,
body.page-node-type-news:not(.page-node-31) .layout--twocol-section--33-67,
body.page-node-type-events:not(.page-node-31) .layout--twocol-section--33-67 {
  display: flex;
  flex-direction: column-reverse;
}
#section-main article.node--type-cities.node--view-mode-full {
  margin-bottom: 3rem;
}
#section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content {
  position: relative;
}
#section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-city-name {
  position: absolute;
  bottom: 10rem;
  z-index: 5;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 55px;
  line-height: 50px;
  font-size: 5.5rem;
  line-height: 5rem;
  max-width: 60%;
  text-transform: uppercase;
  text-shadow: 0 0 1px #000000;
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-city-name {
    max-width: 100%;
    position: unset;
    color: #19a489;
    font-size: 30px;
    line-height: 37px;
    font-size: 3rem;
    line-height: 3.7rem;
    margin: 0 1rem;
  }
}
#section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-city-name::before {
  content: 'INTERLACE cities';
  display: inline-block;
  font-size: 27.5px;
  line-height: 34.5px;
  font-size: 2.75rem;
  line-height: 3.45rem;
  padding-left: 0.2rem;
  text-transform: none;
  text-shadow: 0 0 1px #000000;
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-city-name::before {
    color: #000000;
  }
}
#section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-country {
  position: absolute;
  bottom: 5.5rem;
  z-index: 5;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 40px;
  line-height: 47px;
  font-size: 4rem;
  line-height: 4.7rem;
  max-width: 60%;
  text-transform: uppercase;
  padding-left: 0.2rem;
  text-shadow: 0 0 1px #000000;
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodecitiesfield-country {
    max-width: 100%;
    position: unset;
    color: #19a489;
    font-size: 20px;
    line-height: 27px;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
    margin: 0 1rem;
  }
}
#section-main article.node--type-cities.node--view-mode-full .field--name-field-title-image .field__item {
  position: relative;
}
#section-main article.node--type-cities.node--view-mode-full .field--name-field-title-image .field__item::after {
  content: '';
  height: 100%;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  display: inline-block;
  background-image: url("../images/IntLinesThin.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .field--name-field-title-image .field__item::after {
    background-size: 200%;
    background-position-x: center;
  }
}
#section-main article.node--type-cities.node--view-mode-full .field--name-field-title-image img {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  height: auto;
}
#section-main article.node--type-cities.node--view-mode-full .field--name-body {
  padding-right: 20%;
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .field--name-body {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #section-main article.node--type-cities.node--view-mode-full .layout--twocol-section {
    margin: 0 1rem;
    flex-direction: column-reverse;
  }
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first > div > h2 {
  display: inline-block;
  padding-left: 0.2rem;
  max-width: 80%;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first > div > div.field {
  display: inline-block;
  max-width: 80%;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first > div::before {
  content: '>';
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 35px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #000000;
  float: left;
  margin-right: 1rem;
  height: 100%;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first .block-field-blocknodecitiesfield-link h2 {
  color: #808080;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first .block-field-blocknodecitiesfield-link h2,
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--first .block-field-blocknodecitiesfield-link a {
  font-size: 25px;
  line-height: 35px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin: 0;
}
#section-main article.node--type-cities.node--view-mode-full .layout--twocol-section .layout__region--second .field--name-body > h2 {
  font-size: 20px;
  line-height: 27px;
  font-size: 2rem;
  line-height: 2.7rem;
  color: #19a489;
}
/* ### Basic Pages */
body.page-node-31 article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody,
body.page-node-30 article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody {
  color: #19a489;
}
article.node--type-page.node--view-mode-full,
article.node--type-news.node--view-mode-full,
article.node--type-events.node--view-mode-full {
  margin-bottom: 3rem;
}
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content {
  position: relative;
}
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle {
  position: absolute;
  bottom: 10rem;
  z-index: 5;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 55px;
  line-height: 50px;
  font-size: 5.5rem;
  line-height: 5rem;
  max-width: 60%;
  text-transform: uppercase;
  text-shadow: 0 0 0px #000000;
}
@media screen and (max-width: 599px) {
  article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
  article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
  article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodepagetitle,
  article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
  article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
  article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodenewstitle,
  article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle,
  article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle,
  article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .block-field-blocknodeeventstitle {
    max-width: 100%;
    position: unset;
    color: #19a489;
    font-size: 30px;
    line-height: 37px;
    font-size: 3rem;
    line-height: 3.7rem;
    margin: 0 1rem;
  }
}
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item {
  position: relative;
}
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after {
  content: '';
  height: 100%;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  display: block;
  background-image: url("../images/IntLinesThin.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after,
  article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after,
  article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image .field__item::after {
    background-size: 200%;
    background-position-x: center;
  }
}
article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img,
article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img,
article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  height: auto;
}
@media screen and (max-width: 599px) {
  article.node--type-page.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img,
  article.node--type-news.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img,
  article.node--type-events.node--view-mode-full .layout--onecol .layout__region--content .field--name-field-title-image img {
    width: calc(100% + 6rem);
    margin-left: -3rem;
    transform: translateX(0);
  }
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child {
  max-width: 100%;
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child img,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child img,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child img {
  max-width: 100%;
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody {
  position: relative;
  /*left: 49%;*/
  margin-top: 3rem;
  /*.font-special();
            .font-size(2.1, 3.2);
            padding-right: 7%;*/
}
@media screen and (max-width: 599px) {
  article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody,
  article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody,
  article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody {
    max-width: 100%;
    position: unset;
    margin: 0 1rem;
    padding: 0;
  }
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h2,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h2,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h2,
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h3,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h3,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h3,
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h4,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h4,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h4,
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h5,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h5,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody h5 {
  color: #19a489;
  margin: 2.4rem 0 0.8rem 0;
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody p,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody p,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody p,
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul {
  margin-bottom: 1.6rem;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul {
  list-style-type: disc;
  padding-left: 6rem;
}
article.node--type-page.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul li,
article.node--type-news.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul li,
article.node--type-events.node--view-mode-full .layout--twocol-section--33-67 .layout__region--second:first-child .block-field-blocknodepagebody ul li {
  margin-bottom: 1rem;
}
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody {
  position: relative;
  left: 31%;
  margin-top: 3rem;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  line-height: 2.8rem;
  font-size: 21px;
  line-height: 32px;
  font-size: 2.1rem;
  line-height: 3.2rem;
  padding-right: 31%;
}
@media screen and (max-width: 599px) {
  article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
  article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
  article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
  article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
  article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody,
  article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody {
    max-width: 100%;
    position: unset;
    margin: 0 1rem;
    padding: 0;
  }
}
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h2,
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h3,
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h4,
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody h5 {
  color: #19a489;
  margin: 2.4rem 0 0.8rem 0;
}
article.node--type-page.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p,
article.node--type-news.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p,
article.node--type-events.node--view-mode-full.ourteam-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p,
article.node--type-page.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p,
article.node--type-news.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p,
article.node--type-events.node--view-mode-full.board-node .layout--twocol-section--33-67 .block-field-blocknodepagebody p {
  margin-bottom: 1.6rem;
}
/* ### Resources View */
.main-view .main-view-article {
  display: flex;
  position: relative;
  height: 20rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .main-view .main-view-article {
    flex-direction: column;
    height: unset;
    margin-bottom: 3rem;
  }
}
.main-view .main-view-article > article {
  width: 33%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .main-view .main-view-article > article {
    width: 100%;
  }
}
.main-view .main-view-article > article div:not(.contextual):not(.visually-hidden) {
  height: 100%;
}
.main-view .main-view-article > article img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
@media screen and (max-width: 899px) {
  .main-view .main-view-article > article img {
    width: 100%;
  }
}
.main-view .main-view-article .main-view-article-text {
  width: 67%;
  padding-left: 0.8rem;
}
@media screen and (max-width: 899px) {
  .main-view .main-view-article .main-view-article-text {
    width: 100%;
    padding: 0 1rem 3rem 0;
  }
}
.main-view .main-view-article .main-view-article-text .title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 23px;
  line-height: 30px;
  font-size: 2.3rem;
  line-height: 3rem;
  color: #19a489;
  margin-bottom: 0.5rem;
}
.main-view .main-view-article .main-view-article-text .subtitle {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #19a489;
  margin-bottom: 0.5rem;
}
.main-view .main-view-article .main-view-article-text .body {
  line-height: 2rem;
  max-height: 100%;
  overflow: hidden;
}
.main-view .main-view-article .main-view-article-text .link a {
  text-transform: uppercase;
  padding: 0.1rem 0.7rem;
  background-color: #19a489;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 10px;
  line-height: 17px;
  font-size: 1rem;
  line-height: 1.7rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
/* ### Team View */
.view-meet-the-interlace-team .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .view-meet-the-interlace-team .view-content {
    justify-content: space-around;
  }
}
.view-meet-the-interlace-team .view-content .views-row {
  display: inline-block;
}
.view-meet-the-interlace-team .team-view-article {
  position: relative;
  height: 15rem;
  width: 15rem;
  margin: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .view-meet-the-interlace-team .team-view-article {
    height: 10rem;
    width: 10rem;
  }
}
.view-meet-the-interlace-team .team-view-article:hover .team-view-article-text {
  top: 0;
  opacity: 1;
}
.view-meet-the-interlace-team .team-view-article > article {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.view-meet-the-interlace-team .team-view-article > article div:not(.contextual):not(.block):not([data-contextual-id]) {
  height: 100%;
}
.view-meet-the-interlace-team .team-view-article > article .field__item,
.view-meet-the-interlace-team .team-view-article > article .field--name-field-media-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-meet-the-interlace-team .team-view-article > article img {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: auto;
  max-width: none;
}
.view-meet-the-interlace-team .team-view-article .team-view-article-text {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 100%;
  text-align: center;
  background: rgba(25, 164, 137, 0.75);
  height: 100%;
  transition: all 0.2s ease;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  overflow: hidden;
}
.view-meet-the-interlace-team .team-view-article .team-view-article-text .title {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  display: inline-block;
}
.view-meet-the-interlace-team .team-view-article .team-view-article-text .organisation {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-block;
}
/* ### Team */
.ourteam-container > input {
  display: none;
}
.ourteam-organisations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  position: relative;
}
.ourteam-organisations label {
  flex: 0 0 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 200ms;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 599px) {
  .ourteam-organisations label {
    flex: 0 0 33%;
  }
}
.ourteam-organisations label:hover {
  box-shadow: 0 0 20px #808080;
  transform: scale(1.05) translateZ(0);
  transition: all 500ms;
}
.ourteam-organisations label img {
  max-width: 80%;
  max-height: 10rem;
  width: auto;
  height: auto;
  filter: grayscale(1) brightness(1.25);
}
.ourteam-organisations label img:hover {
  filter: grayscale(0.25) brightness(1);
}
.ourteam-organisations label:first-child {
  position: absolute;
  left: 0;
  top: -30rem;
  width: 28rem;
  height: 28rem;
}
@media screen and (max-width: 599px) {
  .ourteam-organisations label:first-child {
    position: unset;
  }
}
.ourteam-organisations label:first-child img {
  max-height: 16rem;
}
@media screen and (max-width: 1024px) {
  .ourteam-organisations label:first-child {
    top: -26vw;
    width: 24vw;
    height: 24vw;
  }
}
.ourteam-team,
.ourteam-detail {
  display: none;
}
.ourteam-detail {
  width: 100vw;
  background-color: rgba(128, 128, 128, 0.5);
  margin-left: 50%;
  transform: translateX(-50vw);
}
.ourteam-detail .content-wrapper {
  margin: 0 auto;
  max-width: 970px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .ourteam-detail .content-wrapper {
    flex-direction: column;
  }
}
.ourteam-detail .content-wrapper div {
  flex: 0 0 48%;
}
.ourteam-detail .content-wrapper div.team-team {
  margin: 0 1rem;
}
.ourteam-detail .content-wrapper div img {
  max-width: 50%;
  max-height: 40vw;
  width: auto;
  height: auto;
  margin: 10% 25%;
}
.ourteam-detail .content-wrapper div .views-element-container {
  margin: 10% 0%;
}
.ourteam-detail .content-wrapper div .views-element-container .views-row {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 27px;
  font-size: 2rem;
  line-height: 2.7rem;
}
.ourteam-container > input:nth-child(1):checked ~ .ourteam-organisations > label:nth-child(1) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(2):checked ~ .ourteam-organisations > label:nth-child(2) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(3):checked ~ .ourteam-organisations > label:nth-child(3) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(4):checked ~ .ourteam-organisations > label:nth-child(4) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(5):checked ~ .ourteam-organisations > label:nth-child(5) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(6):checked ~ .ourteam-organisations > label:nth-child(6) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(7):checked ~ .ourteam-organisations > label:nth-child(7) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(8):checked ~ .ourteam-organisations > label:nth-child(8) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(9):checked ~ .ourteam-organisations > label:nth-child(9) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(10):checked ~ .ourteam-organisations > label:nth-child(10) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(11):checked ~ .ourteam-organisations > label:nth-child(11) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(12):checked ~ .ourteam-organisations > label:nth-child(12) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(13):checked ~ .ourteam-organisations > label:nth-child(13) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(14):checked ~ .ourteam-organisations > label:nth-child(14) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(15):checked ~ .ourteam-organisations > label:nth-child(15) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(16):checked ~ .ourteam-organisations > label:nth-child(16) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(17):checked ~ .ourteam-organisations > label:nth-child(17) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(18):checked ~ .ourteam-organisations > label:nth-child(18) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(19):checked ~ .ourteam-organisations > label:nth-child(19) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(20):checked ~ .ourteam-organisations > label:nth-child(20) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(21):checked ~ .ourteam-organisations > label:nth-child(21) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(22):checked ~ .ourteam-organisations > label:nth-child(22) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(23):checked ~ .ourteam-organisations > label:nth-child(23) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(24):checked ~ .ourteam-organisations > label:nth-child(24) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(25):checked ~ .ourteam-organisations > label:nth-child(25) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(26):checked ~ .ourteam-organisations > label:nth-child(26) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(27):checked ~ .ourteam-organisations > label:nth-child(27) img {
  filter: grayscale(0) brightness(1);
}
.ourteam-container > input:nth-child(1):checked ~ .ourteam-teams > section.ourteam-team:nth-child(1) {
  display: block;
}
.ourteam-container > input:nth-child(1):checked ~ .ourteam-details > section.ourteam-detail:nth-child(1) {
  display: block;
}
.ourteam-container > input:nth-child(2):checked ~ .ourteam-teams > section.ourteam-team:nth-child(2) {
  display: block;
}
.ourteam-container > input:nth-child(2):checked ~ .ourteam-details > section.ourteam-detail:nth-child(2) {
  display: block;
}
.ourteam-container > input:nth-child(3):checked ~ .ourteam-teams > section.ourteam-team:nth-child(3) {
  display: block;
}
.ourteam-container > input:nth-child(3):checked ~ .ourteam-details > section.ourteam-detail:nth-child(3) {
  display: block;
}
.ourteam-container > input:nth-child(4):checked ~ .ourteam-teams > section.ourteam-team:nth-child(4) {
  display: block;
}
.ourteam-container > input:nth-child(4):checked ~ .ourteam-details > section.ourteam-detail:nth-child(4) {
  display: block;
}
.ourteam-container > input:nth-child(5):checked ~ .ourteam-teams > section.ourteam-team:nth-child(5) {
  display: block;
}
.ourteam-container > input:nth-child(5):checked ~ .ourteam-details > section.ourteam-detail:nth-child(5) {
  display: block;
}
.ourteam-container > input:nth-child(6):checked ~ .ourteam-teams > section.ourteam-team:nth-child(6) {
  display: block;
}
.ourteam-container > input:nth-child(6):checked ~ .ourteam-details > section.ourteam-detail:nth-child(6) {
  display: block;
}
.ourteam-container > input:nth-child(7):checked ~ .ourteam-teams > section.ourteam-team:nth-child(7) {
  display: block;
}
.ourteam-container > input:nth-child(7):checked ~ .ourteam-details > section.ourteam-detail:nth-child(7) {
  display: block;
}
.ourteam-container > input:nth-child(8):checked ~ .ourteam-teams > section.ourteam-team:nth-child(8) {
  display: block;
}
.ourteam-container > input:nth-child(8):checked ~ .ourteam-details > section.ourteam-detail:nth-child(8) {
  display: block;
}
.ourteam-container > input:nth-child(9):checked ~ .ourteam-teams > section.ourteam-team:nth-child(9) {
  display: block;
}
.ourteam-container > input:nth-child(9):checked ~ .ourteam-details > section.ourteam-detail:nth-child(9) {
  display: block;
}
.ourteam-container > input:nth-child(10):checked ~ .ourteam-teams > section.ourteam-team:nth-child(10) {
  display: block;
}
.ourteam-container > input:nth-child(10):checked ~ .ourteam-details > section.ourteam-detail:nth-child(10) {
  display: block;
}
.ourteam-container > input:nth-child(11):checked ~ .ourteam-teams > section.ourteam-team:nth-child(11) {
  display: block;
}
.ourteam-container > input:nth-child(11):checked ~ .ourteam-details > section.ourteam-detail:nth-child(11) {
  display: block;
}
.ourteam-container > input:nth-child(12):checked ~ .ourteam-teams > section.ourteam-team:nth-child(12) {
  display: block;
}
.ourteam-container > input:nth-child(12):checked ~ .ourteam-details > section.ourteam-detail:nth-child(12) {
  display: block;
}
.ourteam-container > input:nth-child(13):checked ~ .ourteam-teams > section.ourteam-team:nth-child(13) {
  display: block;
}
.ourteam-container > input:nth-child(13):checked ~ .ourteam-details > section.ourteam-detail:nth-child(13) {
  display: block;
}
.ourteam-container > input:nth-child(14):checked ~ .ourteam-teams > section.ourteam-team:nth-child(14) {
  display: block;
}
.ourteam-container > input:nth-child(14):checked ~ .ourteam-details > section.ourteam-detail:nth-child(14) {
  display: block;
}
.ourteam-container > input:nth-child(15):checked ~ .ourteam-teams > section.ourteam-team:nth-child(15) {
  display: block;
}
.ourteam-container > input:nth-child(15):checked ~ .ourteam-details > section.ourteam-detail:nth-child(15) {
  display: block;
}
.ourteam-container > input:nth-child(16):checked ~ .ourteam-teams > section.ourteam-team:nth-child(16) {
  display: block;
}
.ourteam-container > input:nth-child(16):checked ~ .ourteam-details > section.ourteam-detail:nth-child(16) {
  display: block;
}
.ourteam-container > input:nth-child(17):checked ~ .ourteam-teams > section.ourteam-team:nth-child(17) {
  display: block;
}
.ourteam-container > input:nth-child(17):checked ~ .ourteam-details > section.ourteam-detail:nth-child(17) {
  display: block;
}
.ourteam-container > input:nth-child(18):checked ~ .ourteam-teams > section.ourteam-team:nth-child(18) {
  display: block;
}
.ourteam-container > input:nth-child(18):checked ~ .ourteam-details > section.ourteam-detail:nth-child(18) {
  display: block;
}
.ourteam-container > input:nth-child(19):checked ~ .ourteam-teams > section.ourteam-team:nth-child(19) {
  display: block;
}
.ourteam-container > input:nth-child(19):checked ~ .ourteam-details > section.ourteam-detail:nth-child(19) {
  display: block;
}
.ourteam-container > input:nth-child(20):checked ~ .ourteam-teams > section.ourteam-team:nth-child(20) {
  display: block;
}
.ourteam-container > input:nth-child(20):checked ~ .ourteam-details > section.ourteam-detail:nth-child(20) {
  display: block;
}
.ourteam-container > input:nth-child(21):checked ~ .ourteam-teams > section.ourteam-team:nth-child(21) {
  display: block;
}
.ourteam-container > input:nth-child(21):checked ~ .ourteam-details > section.ourteam-detail:nth-child(21) {
  display: block;
}
.ourteam-container > input:nth-child(22):checked ~ .ourteam-teams > section.ourteam-team:nth-child(22) {
  display: block;
}
.ourteam-container > input:nth-child(22):checked ~ .ourteam-details > section.ourteam-detail:nth-child(22) {
  display: block;
}
.ourteam-container > input:nth-child(23):checked ~ .ourteam-teams > section.ourteam-team:nth-child(23) {
  display: block;
}
.ourteam-container > input:nth-child(23):checked ~ .ourteam-details > section.ourteam-detail:nth-child(23) {
  display: block;
}
.ourteam-container > input:nth-child(24):checked ~ .ourteam-teams > section.ourteam-team:nth-child(24) {
  display: block;
}
.ourteam-container > input:nth-child(24):checked ~ .ourteam-details > section.ourteam-detail:nth-child(24) {
  display: block;
}
.ourteam-container > input:nth-child(25):checked ~ .ourteam-teams > section.ourteam-team:nth-child(25) {
  display: block;
}
.ourteam-container > input:nth-child(25):checked ~ .ourteam-details > section.ourteam-detail:nth-child(25) {
  display: block;
}
.ourteam-container > input:nth-child(26):checked ~ .ourteam-teams > section.ourteam-team:nth-child(26) {
  display: block;
}
.ourteam-container > input:nth-child(26):checked ~ .ourteam-details > section.ourteam-detail:nth-child(26) {
  display: block;
}
.ourteam-container > input:nth-child(27):checked ~ .ourteam-teams > section.ourteam-team:nth-child(27) {
  display: block;
}
.ourteam-container > input:nth-child(27):checked ~ .ourteam-details > section.ourteam-detail:nth-child(27) {
  display: block;
}
/* ### Nature Based Solutions Buttons */
#section-main .nbs-buttons {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
#section-main .nbs-buttons .nbs-buttons-container {
  max-width: 970px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  #section-main .nbs-buttons .nbs-buttons-container {
    height: unset;
    flex-direction: column;
    align-content: center;
  }
}
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue,
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-red {
  width: 49%;
  height: 18rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-size: contain;
  padding: 1.8rem 4.8rem 1.7rem 2.4rem;
  margin: 0.6rem 0;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 899px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red {
    width: unset;
    padding: 1.8rem 4.8rem 1.7rem 4.4rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red {
    padding: 3.8rem 4.8rem 3.7rem 4.4rem;
  }
}
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue h2,
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-red h2 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 45px;
  line-height: 55px;
  font-size: 4.5rem;
  line-height: 5.5rem;
  color: #585858;
  margin: 0;
}
@media screen and (max-width: 899px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue h2,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red h2 {
    font-size: 32px;
    line-height: 42px;
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue h2,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red h2 {
    line-height: 3.2rem;
  }
}
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue p,
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-red p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #585858;
  margin: 0;
}
@media screen and (max-width: 899px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue p,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red p {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 599px) {
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue p,
  #section-main .nbs-buttons .nbs-buttons-container .nbs-button-red p {
    line-height: 2rem;
  }
}
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-blue {
  background-image: url("../images/IntBoxBlue.png");
}
#section-main .nbs-buttons .nbs-buttons-container .nbs-button-red {
  background-image: url("../images/IntBoxRed.png");
}
/* ### interlace */
body.page-node-type-news #block-interlace-page-title,
body.page-node-type-events #block-interlace-page-title,
body.page-node-type-resources #block-interlace-page-title {
  display: none;
}
.interlace .layout--onecol .layout__region--content {
  position: relative;
}
.interlace .field--name-field-title-image .field__item {
  position: relative;
}
.interlace .field--name-field-title-image .field__item::after {
  content: '';
  height: 100%;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  display: inline-block;
  background-image: url("../images/IntLinesThin.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .interlace .field--name-field-title-image .field__item::after {
    background-size: 200%;
    background-position-x: center;
  }
}
.interlace .field--name-field-title-image img {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50vw);
  height: auto;
}
@media screen and (max-width: 599px) {
  .interlace .field--name-body {
    margin: 0 1rem;
  }
}
.interlace .field--name-body h2,
.interlace .field--name-body h3,
.interlace .field--name-body h4,
.interlace .field--name-body h5 {
  color: #19a489;
  margin-bottom: 2rem;
}
.interlace .field--name-body p {
  margin-bottom: 1rem;
}
.interlace .layout--twocol-section {
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section {
    flex-direction: column-reverse;
  }
}
.interlace .layout--twocol-section .layout__region--first {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.interlace .layout--twocol-section .layout__region--first > div > h2 {
  margin: 0;
  display: inline-block;
  padding-left: 0.2rem;
  max-width: 80%;
  font-size: 25px !important;
  line-height: 32px !important;
  font-size: 2.5rem !important;
  line-height: 3.2rem !important;
  color: #808080;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section .layout__region--first > div > h2 {
    min-width: 52%;
  }
}
.interlace .layout--twocol-section .layout__region--first > div > div.field {
  display: inline-block;
  max-width: 80%;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
.interlace .layout--twocol-section .layout__region--first > div::before {
  content: '>';
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  float: left;
  margin-right: 1rem;
  height: 100%;
  color: #000000;
}
.interlace .layout--twocol-section .layout__region--first .field--name-field-further-links a {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  line-height: 2rem;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section .layout__region--first .field--name-field-further-links a {
    font-size: 2rem;
  }
}
.interlace .layout--twocol-section .layout__region--second .field--name-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #19a489;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section .layout__region--second .field--name-title {
    margin: 0 1rem;
  }
}
.interlace .layout--twocol-section .layout__region--second .field--name-field-date,
.interlace .layout--twocol-section .layout__region--second .field--name-field-location {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #19a489;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section .layout__region--second .field--name-field-date,
  .interlace .layout--twocol-section .layout__region--second .field--name-field-location {
    margin: 0 1rem;
  }
}
.interlace .layout--twocol-section .layout__region--second .field--name-field-subtitle {
  color: #19a489;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 14px;
  line-height: 20.999999999999996px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 599px) {
  .interlace .layout--twocol-section .layout__region--second .field--name-field-subtitle {
    margin: 0 1rem;
  }
}
.interlace .layout--twocol-section .layout__region--second .field--name-body > h2 {
  font-size: 20px;
  line-height: 27px;
  font-size: 2rem;
  line-height: 2.7rem;
  color: #19a489;
}
#block-interlace-content > article > div > div.layout.layout--twocol-section.layout--twocol-section--33-67 > div.layout__region.layout__region--second > div.block.block-layout-builder.block-field-blocknodenewsfield-subtitle > div {
  font-size: 2.5rem;
}
/* ### Recources */
.file--application-pdf {
  display: block;
  margin-bottom: 1.5rem;
}
#section-main .interlace.node--type-resources .field--name-field-title-image img {
  width: 67%;
  transform: translateX(-26%);
}
@media screen and (max-width: 599px) {
  #section-main .interlace.node--type-resources .field--name-field-title-image img {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
    height: auto;
  }
}
#section-main .interlace.node--type-resources .field--name-title {
  margin-bottom: 2rem;
  display: inline-block;
}
#section-main .interlace.node--type-resources .field--name-field-theme > .field__item {
  display: inline;
}
#section-main .interlace.node--type-resources .field--name-field-theme > .field__item:not(:last-child)::after {
  content: ',';
  color: #19a489;
}
#section-main .interlace.node--type-resources .block-field-blocknoderesourcesfield-citation > h2,
#section-main .interlace.node--type-resources .block-field-blocknoderesourcesfield-attachments > h2 {
  font-size: 30px;
  line-height: 37px;
  font-size: 3rem;
  line-height: 3.7rem;
}
#section-main .interlace.node--type-resources .field--name-field-attachments a {
  /*width: 12rem;*/
  /*display: inline-block;*/
  /*height: 4rem;*/
  /*background-color: #19a489;*/
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  /*
        &::after {
          content: 'Download';
          color: @white;
          position: absolute;
          top: .5rem;
          left: 1rem;
        }
 */
}
/* ### Footer */
footer#section-footer {
  height: 30rem;
  background-image: url("../images/IntBaseLogo.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #bcbcbc;
}
@media screen and (max-width: 899px) {
  footer#section-footer {
    height: 15rem;
    padding-left: 5%;
    background-size: auto 79%;
  }
}
@media screen and (max-width: 599px) {
  footer#section-footer {
    height: 22rem;
    background-image: unset;
  }
}
footer#section-footer .section-content-wrapper {
  height: 100%;
}
footer#section-footer .region-footer {
  height: 100%;
  display: grid;
  grid-template-columns: [left] 30% [col-mid] 70% [right];
  grid-template-rows: [top] 20% [row-mid] 80% [bottom];
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
footer#section-footer .region-footer div#block-footereu {
  grid-column-start: left;
  grid-column-end: col-mid;
  grid-row-start: top;
  grid-row-end: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 899px) {
  footer#section-footer .region-footer div#block-footereu {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  footer#section-footer .region-footer div#block-footereu img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer div#block-footereu {
    order: 3;
  }
  footer#section-footer .region-footer div#block-footereu > div:not(.contextual) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer#section-footer .region-footer div#block-footereu img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
footer#section-footer .region-footer div#block-footereu .field--name-body {
  padding-right: 20%;
  padding-left: 5%;
}
@media screen and (max-width: 899px) {
  footer#section-footer .region-footer div#block-footereu .field--name-body {
    padding: 0;
  }
}
footer#section-footer .region-footer div#block-footertext {
  grid-column-start: col-mid;
  grid-column-end: right;
  grid-row-start: row-mid;
  grid-row-end: bottom;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 5%;
}
@media screen and (max-width: 899px) {
  footer#section-footer .region-footer div#block-footertext {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer div#block-footertext {
    order: 1;
    padding: 0;
  }
}
footer#section-footer .region-footer div#block-footertext p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) {
  footer#section-footer .region-footer div#block-footertext p {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer div#block-footertext p:first-child {
    display: flex;
    justify-content: space-between;
  }
}
footer#section-footer .region-footer div#block-footertext a {
  color: #000000;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 899px) {
  footer#section-footer .region-footer div#block-footertext a {
    font-size: 1rem;
  }
}
footer#section-footer .region-footer div#block-footertext a + a {
  margin-left: 1.25rem;
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer div#block-footertext a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer div#block-footertext img {
    display: none;
  }
}
footer#section-footer .region-footer .block-responsive-menu {
  grid-column-start: col-mid;
  grid-column-end: right;
  grid-row-start: top;
  grid-row-end: row-mid;
  display: flex;
  align-items: center;
  margin-right: 15%;
}
footer#section-footer .region-footer .block-responsive-menu > nav {
  width: 100%;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item {
  text-transform: uppercase;
  flex: 0 1 10%;
  border-radius: 3px;
  list-style-type: none;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item.menu-item--active-trail span {
  color: #19a489;
  border-bottom: 5px solid #19a489;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item:hover {
  background-color: rgba(25, 164, 137, 0.5);
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav {
  background-color: #ffffff;
  border-radius: 5px;
  margin-left: 0;
  box-shadow: 0 0 5px #000000;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav::before {
  content: "";
  background-color: rgba(25, 164, 137, 0.2);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav li.menu-item {
  border-radius: 5px;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item ul.menu.sub-nav li.menu-item a {
  text-align: left;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item span {
  cursor: default;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.3em 1em 0.35em;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item a {
  color: #000000;
  background-color: transparent;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0.3em 1em 0.35em;
}
footer#section-footer .region-footer .block-responsive-menu ul.horizontal-menu li.menu-item a.is-active {
  color: #19a489;
  border-bottom: 5px solid #19a489;
  padding-bottom: 0.3rem;
}
footer#section-footer .region-footer #block-headerlinks-2 {
  display: none;
}
@media screen and (max-width: 599px) {
  footer#section-footer .region-footer #block-headerlinks-2 {
    display: flex;
    justify-content: center;
    order: 2;
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 2.5rem;
    filter: grayscale();
    margin-top: -1rem;
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links > a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 2.5rem;
    height: 100%;
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links > a:not(:first-child) {
    margin-left: 0.5rem;
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links .face {
    background-image: url("../images/FaceSymbol.png");
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links .yout {
    background-image: url("../images/YouTubeIcon.png");
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links .twit {
    background-image: url("../images/TwitSymbol.png");
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links .inst {
    background-image: url("../images/InstaSymbol.png");
  }
  footer#section-footer .region-footer #block-headerlinks-2 .header-links .team-login {
    display: none;
  }
}
/* ### Suche */
body.path-search #block-interlace-content form.search-form {
  padding: 5rem 2rem;
  background-color: #bcbcbc;
}
body.path-search #block-interlace-content form.search-form input.form-search {
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 1px solid #808080;
  color: #808080;
  height: 2.7rem;
  padding: 0 1rem;
}
body.path-search #block-interlace-content form.search-form input.form-submit {
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  background-color: #19a489;
  color: #ffffff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.6rem;
  line-height: 2.3rem;
  border-radius: 1rem;
  border: none;
}
/* ### Advisory Board */
.view-advisory-board {
  margin: 8rem 0;
}
.view-advisory-board .views-row {
  margin-bottom: 6rem;
}
.view-advisory-board .views-row .ab-view-article {
  display: flex;
  flex-wrap: wrap;
}
.view-advisory-board .views-row .ab-view-article > h2 {
  display: none;
}
@media screen and (max-width: 599px) {
  .view-advisory-board .views-row .ab-view-article {
    height: unset;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.view-advisory-board .views-row .ab-view-article .ab-view-article-text {
  flex: 0 1 67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.view-advisory-board .views-row .ab-view-article div:not(.contextual):not(.block):not(.visually-hidden),
.view-advisory-board .views-row .ab-view-article article.media--type-image,
.view-advisory-board .views-row .ab-view-article .block-field-blocknodepersonsfield-title-image {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.view-advisory-board .views-row .ab-view-article article.media--type-image {
  padding-right: 3rem;
  flex: 0 0 33%;
}
@media screen and (max-width: 599px) {
  .view-advisory-board .views-row .ab-view-article article.media--type-image {
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .view-advisory-board .views-row .ab-view-article article.media--type-image div.field__item {
    display: flex;
    align-items: center;
  }
}
.view-advisory-board .views-row .ab-view-article article.media--type-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.view-advisory-board .views-row .ab-view-article .title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: #19a489;
  margin-bottom: 1rem;
  flex: 0 0 100%;
}
@media screen and (max-width: 599px) {
  .view-advisory-board .views-row .ab-view-article .title {
    font-size: 15px;
    line-height: 22px;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
.view-advisory-board .views-row .ab-view-article .role,
.view-advisory-board .views-row .ab-view-article .organisation,
.view-advisory-board .views-row .ab-view-article .body {
  flex: 0 0 100%;
}
.view-advisory-board .views-row .ab-view-article .role,
.view-advisory-board .views-row .ab-view-article .organisation,
.view-advisory-board .views-row .ab-view-article .role div,
.view-advisory-board .views-row .ab-view-article .organisation div {
  display: inline-block;
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .view-advisory-board .views-row .ab-view-article .role,
  .view-advisory-board .views-row .ab-view-article .organisation,
  .view-advisory-board .views-row .ab-view-article .role div,
  .view-advisory-board .views-row .ab-view-article .organisation div {
    font-size: 14px;
    line-height: 20.999999999999996px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
  }
}
.view-advisory-board .views-row .ab-view-article .body {
  margin-top: 1.6rem;
}
.webform-submission-form label {
  color: #19a489;
  font-weight: bold;
}
.webform-submission-form input,
.webform-submission-form textarea {
  border-radius: 1rem;
  padding: 1rem;
  width: 80%;
  font-size: 2rem;
  border: 1px solid #19a489;
}
.webform-submission-form input[type=submit] {
  background-color: #ffffff;
  border-width: 3px;
  color: #19a489;
  transition: all 200ms;
  border-radius: 2rem;
}
.webform-submission-form input[type=submit]:hover {
  background-color: #19a489;
  color: #ffffff;
}
#block-twitterfeedblock {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
  background-color: #9FD3C7;
}
#block-twitterfeedblock > h2,
#block-twitterfeedblock > .item-list {
  max-width: 970px;
  margin: 3rem auto;
}
#block-twitterfeedblock > h2 {
  color: #ffffff;
}
#block-twitterfeedblock > h2::after {
  content: '';
  pointer-events: none;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
  background-image: url('../images/TwitBirdWhite.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-size: 4rem;
}
#block-twitterfeedblock ul.twitter-feed {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: auto;
  height: 32rem;
}
@media screen and (max-width: 599px) {
  #block-twitterfeedblock ul.twitter-feed {
    flex-direction: column;
  }
}
#block-twitterfeedblock ul.twitter-feed li {
  flex: 0 0 48%;
  margin: 1%;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  background-image: url('../images/TwitBirdBlue.png');
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: calc(100% - 2rem) 2rem;
  list-style-type: none;
}
#block-twitterfeedblock ul.twitter-feed li .card {
  min-height: 20rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#block-twitterfeedblock ul.twitter-feed li .card .user {
  flex: 0 1 20%;
  padding-bottom: 2rem;
}
#block-twitterfeedblock ul.twitter-feed li .card .user a {
  font-size: 21px;
  line-height: 28px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
#block-twitterfeedblock ul.twitter-feed li .card .user small {
  font-size: 14px;
  line-height: 20.999999999999996px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #808080;
}
#block-twitterfeedblock ul.twitter-feed li .card .tweet {
  flex: 1 1 70%;
}
#block-twitterfeedblock ul.twitter-feed li .card .tweet p {
  font-size: 18px;
  line-height: 25px;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
#block-twitterfeedblock ul.twitter-feed li .card .timeago {
  flex: 0 1 9%;
}
.view-events-news {
  /*
  .views-row {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 0 16px #bbb;
    margin-top: 3rem;

    h4, h5 {
      margin: 0 0 1rem 0;
    }
    h6 {
      margin: 0 0 .5rem 0;
    }
  }*/
}
.role {
  color: #505050;
}
