:root {
  --header-height: 52px;
  --header-height: calc(52em / 17);
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-VariableFont_wdth,wght.3aa911d4a1e7.ttf") format('truetype-variations');
  font-variation-settings: "wdth" 75;
}
@font-fact {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic-VariableFont_wdth,wght.5b03341126c5.ttf") format('truetype-variations');
  font-style: italic;
  font-variation-settings: "wdth" 75;
}
@font-face {
  font-family: 'Roboto Bolder';
  src: url("../fonts/Roboto-VariableFont_wdth,wght.3aa911d4a1e7.ttf") format('truetype-variations');
  font-variation-settings: "wdth" 75;
  font-variation-settings: "wght" 500;
}
@font-face {
  font-family: 'Roboto Bolder';
  src: url("../fonts/Roboto-VariableFont_wdth,wght.3aa911d4a1e7.ttf") format('truetype-variations');
  font-variation-settings: "wdth" 75;
  font-variation-settings: "wght" 500;
  font-style: italic;
}
@font-face {
    font-family: 'PT Sans Narrow';
    src: url("../fonts/PTSans-NarrowBold.0e7de5c8b2f6.woff2") format('woff2'),
        url("../fonts/PTSans-NarrowBold.9dd4bdc9d09f.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Sans Narrow Bold Cut';
    src: url("../fonts/PTSans-NarrowBold.0e7de5c8b2f6.woff2") format('woff2'),
        url("../fonts/PTSans-NarrowBold.9dd4bdc9d09f.woff") format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PT Sans Narrow';
    src: url("../fonts/PTSans-Narrow.c29c2536302b.woff2") format('woff2'),
        url("../fonts/PTSans-Narrow.739145ca9ff6.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  font-variation-settings: "wdth" 75; /* this should only affect the fallback Roboto font and make it more Narrow */
}
html, body {
  /* ITC Conduit is behind a cookie consent */
  font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
  font-size: 17px;
}

body {
    overflow-x: hidden;
}

.strong, b {
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
}

/* bootstrap sets outline to 0 by default that's not good for a11y */
a:focus {
 outline: 1px dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: 2px;
}

/* helper classes visible for screen reader or by screensize, only those added which are used */

.row.visible-sr-xs {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width:767px) {
  .row.visible-sr-xs {
    margin: 0 -15px;
    padding: unset;
    position: initial;
    height: unset;
    width: unset;
    overflow: initial;
    clip: none;
    border: unset;
  }
}

caption {
  color: #656565;
}

.btn {
    text-transform: uppercase;
}
.btn, input {
    border-radius: 0 !important;
}
.btn-inverse {
    background: #333;
    color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #555;
    color: #fff;
}
input {
    border: 2px solid #a4a4a4 !important;
}
.mr-1 {
    margin-left: 1px;
}
.ml-15 {
    margin-left: -15px;
}
.img-responsive {
    width: 100%;
    height: 100%;
}
.divide-25 {
    height: 25px;
}
.divide-50 {
    height: 50px;
}

.header-input {
    width: 250px !important;
}
.social-absolute {
    position: absolute;
    right: 25px;
    top: 0;
}
.social-absolute a {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.header-social-icon {
    font-size: 1.4em;
    color: #ffffff !important;
}
.header-social-icon.nohover:hover {
    text-decoration: none;
}
.footer-social-icon {
    font-size: 1.4em;
    color: #ffffff !important;
    margin-right: 20px;
}
.footer-social-icon:hover {
    text-decoration: none;
}
.social-share-icons {
    margin-bottom: 0;
}
.social-share-icons .social-icon {
    font-size: 1.3em;
    cursor: pointer;
    vertical-align: bottom;
}
.social-share-icons .social-icon span {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-size: 100% 100% !important;
}
.social-share-icons .social-icon .pic-mail {
    background: url("/static/theme/images/mail.2d8be3b660a6.png") no-repeat center center;
}
.social-share-icons .social-icon .pic-printer {
    background: url("/static/theme/images/print.e51dbe762d30.png") no-repeat center center;
}
.social-share-icons .social-icon .pic-facebook {
    background: url("/static/theme/images/facebook.1388c86b354c.png") no-repeat center center;
}
.social-share-icons .social-icon .pic-twitter {
    background: url("/static/theme/images/twitter.107db3f82570.png") no-repeat center center;
}
#feedback_popup label {
    margin-top: 10px;
}

a.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  display: block;
  transition: transform 0.15s ease-out;
  transform: translateY(-100%);
  z-index: 1000;
  padding: 5px;
  outline: 0;
  background: #fff;
  border: #fff 2px solid;
  border-top:  none;
}
a.skip-link:focus {
  position: fixed;
  top: 0;
  transform: translateY(0);
  border-color: #005ca8;
}

.logo-home {
    position: absolute;
    right: 0;
    width: 280px;
    height: auto;
}
.logo-text {
    padding: 5px 10px;
    height: 52px;
    height: var(--header-height);
}
.logo-text img {
    height: 52px;
    height: var(--header-height);
    max-height: 100%;
    width: auto;
}
.home-content-wrapper {
    border-top: 1px solid #d7d8d8;
    margin-top: 95px;
}

@media (min-width: 1200px) {
  /* not widely supportet… use this rule and comment out the next two if safari fixes its scroll margin bugs
     (by then we might be able to ignore ie completely)
  .home-content-wrapper {
    scroll-margin-top: 5rem;
  }*/
  #hauptinhalt.home-content-wrapper:target {
    overflow: unset;
  }
  #hauptinhalt.home-content-wrapper:before {
    display: block;
    content: " ";
    height: 85px;
    margin-top: -85px;
    height: 4rem;
    margin-top: -4rem;
  }
}

.home-content-wrapper .col-xs-1, .home-content-wrapper .col-sm-1, .home-content-wrapper .col-md-1, .home-content-wrapper .col-lg-1, .home-content-wrapper .col-xs-2, .home-content-wrapper .col-sm-2, .home-content-wrapper .col-md-2, .home-content-wrapper .col-lg-2, .home-content-wrapper .col-xs-3, .home-content-wrapper .col-sm-3, .home-content-wrapper .col-md-3, .home-content-wrapper .col-lg-3, .home-content-wrapper .col-xs-4, .home-content-wrapper .col-sm-4, .home-content-wrapper .col-md-4, .home-content-wrapper .col-lg-4, .home-content-wrapper .col-xs-5, .home-content-wrapper .col-sm-5, .home-content-wrapper .col-md-5, .home-content-wrapper .col-lg-5, .home-content-wrapper .col-xs-6, .home-content-wrapper .col-sm-6, .home-content-wrapper .col-md-6, .home-content-wrapper .col-lg-6, .home-content-wrapper .col-xs-7, .home-content-wrapper .col-sm-7, .home-content-wrapper .col-md-7, .home-content-wrapper .col-lg-7, .home-content-wrapper .col-xs-8, .home-content-wrapper .col-sm-8, .home-content-wrapper .col-md-8, .home-content-wrapper .col-lg-8, .home-content-wrapper .col-xs-9, .home-content-wrapper .col-sm-9, .home-content-wrapper .col-md-9, .home-content-wrapper .col-lg-9, .home-content-wrapper .col-xs-10, .home-content-wrapper .col-sm-10, .home-content-wrapper .col-md-10, .home-content-wrapper .col-lg-10, .home-content-wrapper .col-xs-11, .home-content-wrapper .col-sm-11, .home-content-wrapper .col-md-11, .home-content-wrapper .col-lg-11, .home-content-wrapper .col-xs-12, .home-content-wrapper .col-sm-12, .home-content-wrapper .col-md-12, .home-content-wrapper .col-lg-12 {
    padding: 0;
}

.home-box-text {
    padding: 50px !important;
}
.home-box-text > a {
    text-decoration: none;
    display: block;
    color: #343434;
    cursor: pointer;
}
.home-box-text-arrow-wrapper {
    text-align: center;
    margin-top: 25px;
}
.home-box-text-arrow {
    font-size: 3em;
    color: #7f7f7f;
}

a:hover .home-box-text-arrow,
a:focus .home-box-text-arrow {
    color: #23527c;
}
.home-box-text-arrow:hover {
    text-decoration: none;
}

.add-arrow-left:before, .add-arrow-right:after {
    content: "";
    position: absolute;
    z-index: 99;
    top: 50px;
    border-style: solid;
    border-color: transparent #fff;
}
.add-arrow-right:after {
    right: -25px;
    border-width: 25px 0 25px 25px;
}
.add-arrow-left:before {
    left: -25px;
    border-width: 25px 25px 25px 0;
}
.home-img-text {
    background: #ddd;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.text-box-title {
    margin-top: 20px;
}
.text-box-arrow {
    font-size: 2em;
    color: #7f7f7f;
}
.text-box-arrow:hover {
    text-decoration: none;
}
.v-tabs-nav {
    padding: 50px 50px 50px 50px !important;
}
.v-tabs-content {
    padding: 50px !important;
    background: #f0f0f0;
}
.v-tab-nav-item {
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tabs-left {
    border: none;
}
.tabs-left > li > a {
    /*margin-left: -50px;*/
    padding-left: 50px;
    white-space: nowrap;
    overflow: hidden;
}
.tabs-left > li > a:hover {
    border-color: #ddd;
    background: #ddd;
    border-radius: 0;
}
.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border-color: #ddd;
    border-radius: 0;
    background: #ddd;
}

.v-tabs-nav .home-box-text-arrow-wrapper {
    margin-left: -50px;
}
footer {
    background: #333;
    color: #fff;
    margin-top: 20px;
}
.footer-col {
    padding: 25px 50px;
}
.footer-col-first {
    padding: 25px 25px 0 0;
}
.footer-add-border {
    border-left: 1px solid #5b5b5b;
}
.footer-link {
    display: block;
    line-height: 2
}
.header-page {
    height: 322px;
    overflow: clip;
    margin-top: -52px;
    padding-top: 52px;
    margin-top: calc(-1 * var(--header-height));
    padding-top: var(--header-height);
    color: #fff;
    border-bottom: 13px solid #333;
}

/* IE (hopefully 10+) friendly object-fit: cover (kinda) an image */
.header-page {
  position: relative;
  z-index: 0;
}
.header-page > .header-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* unset that and do it the normal way */
@supports(object-fit: cover) {
  .header-page {
    z-index: unset;
    position: static;
  }
  .header-page > .header-image {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }

  .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.logo-page {
    position: absolute;
    right: 0;
    top: 190px;
    width: 280px;
    height: auto;
}
.page-content-wrapper {
    padding: 50px 0;
}
.page-title {
    font-weight: 100;
}
dl .text-left {
    text-align: left !important;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
}

.normal-tab-container {
    border: 1px solid #ddd;
    border-top: none;
    padding: 25px;
}
.custom-tab-item {
    text-transform: uppercase;
    border-radius: 0 !important;
    border-color:#ddd !important;
    background: #ddd !important;
    color: #333 !important;
}
li.active .custom-tab-item {
    background: #333 !important;
    border-color:#333 !important;
    color: #fff !important;
}

.sidebar-widget-wrapper {
    margin: 20px 0 30px;
}

.sidebar-widget-header {
    padding: 0 30px;
    font-size: 1.3em;
    font-weight: 100;
    font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
    margin: 0;
    margin-block: 0;
    line-height: 1.42857143;
}

h2.sidebar-widget-header {
    font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
    margin: 0;
    line-height: 1.42857143;
}

.sidebar-widget-body {
    padding: 12px 30px 15px;
}

.panel-title {
    padding: 0;
}

.panel-heading {
    padding: 10px 0;
}

.panel-heading > button.accordion-tab-button {
    text-align: left;
    padding:0 30px;
    border: none;
    width: 100%;
    height: 100%;
    background: none;
}

@media only screen and (min-width : 992px) {
    #sidebar-elements .panel {
        display:    block;
        visibility: visible;
        height:     auto!important;
        border:     none;
        box-shadow: none;
    }
}

.panel-collapse {
    transition:.2s height;
    transition-timing-function: linear;
}

/*Responsive fixes*/

.collapse.in {
    width: 100%;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #ddd;
}
.collapse.in .nav-divider {
    display: none;
}
.collapse.in .ml-15 {
    margin-left: 0;
}
@media only screen and (max-width : 1199px) {
  .collapse.in .navbar-btn {
    width: 100%;
  }
}
.collapse.in .social-absolute li {
    display: inline-block;
}
.collapse.in .social-home li {
    display: inline-block;
}
.add-active-color {
    color: #ffdd00 !important;
}
.active-button {
    background: #ffdd00 !important;
    border-color: #ffdd00 !important;
    color: #333 !important;
}

/* Search */
.awesomplete, .awesomplete>input {
  width: 100%;
}

.search-component-icon {
    position: absolute;
    right: 30px;
    margin-top: 15px;
}

.subpage-back {
    display: inline-flex;
    display: inline flex;
    align-items: center;
    color: #333;
    padding-left: 20px;
}

.subpage-back:hover {
    text-decoration: none;
}

/* Font family */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow", sans-serif;
}

.sidebar-widget-header > [role="heading"],
.sidebar-widget-header.header-font {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow", sans-serif;
}

.thick-text {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow", sans-serif;
}

#navbar-fon-fam,
#footer-fon-fam {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
}


.char { /* ???? */
    font-family: "Arial";
}

.footer-link,
.cnt-impr {
    color: #FFFFFF;
}

a.footer-link:hover,
a.cnt-impr:hover,
a.footer-link:focus,
a.cnt-impr:focus {
    color: #B8B8B8;
}

.footer-contact-impressum {
    padding-left: 20px;
}

.footer-col-first {
    padding: 20px 25px 0 0 !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    div.hide-banner-text {
        display: none !important;
    }
    #RSS-news-section-disappear {
        display: none !important;
    }
    .footer-contact-impressum {
        padding-left: 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .footer-col {
        padding: 0px 10px !important;
    }
    .footer-col:last-child {
        padding: 0px 10px 20px 10px !important;
    }
    .item .row .col-md-3 {
        width: 25%;
        float: left;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .logo-page {
        display: none !important;
    }
}

.search-result {
    padding-bottom: 5px;
}

.article-list.rss-list-with-images .search-result {
    padding-bottom: 18px;
}

.rss-article-title > img {
  margin-top: 10px;
  float: left;
  width: 136px;
  max-height: 136px;
  object-fit: scale-down;
  object-position: top center;
  margin-right: 10px;
}
.rss-article-title.with-image ~ * {
  margin-left: 146px; /* image width + image margin */
  display: block;
}

.featured-article {
    padding-left: 15px;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 7px;
}

.carousel .thumbnail {
    margin-bottom: 0;
}

.carousel-wrapper .carousel.slide.no-controls .carousel-control {
    display: none;
}

.carousel-wrapper .carousel.slide.no-controls .carousel-inner {
    margin-left: -30px;
}

.gallery-controls.next {
    float: right;
}

.gallery-controls.previous {
    float: left;
}

.etc {
    overflow: hidden;
    display: inline-block;
    width: 90%;
    vertical-align: inherit;
}

ul.list-links li:after {
    clear: both;
}

ul.list-links li span {
    float: left;
    margin: 4px 5px 0 0;
}

.relation-map-list {
    padding: 20px;
}

.article-easy-access {
    padding: 20px;
}

.page-description img {
    max-width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .page-description img {
        max-width: 100%;
    }
}

#issuu {
    height: 400px;
}

#issuu span {
    font-family: inherit !important;
    font-size: inherit !important;
}

.logo-home {
    bottom: 18px;
    z-index: 1;
}

.logo-gute {
    position: absolute;
    margin-left: 98px;
    top: 80px;
}

.search-component-icon {
    z-index: 10;
}

.col-md-offset-2.col-md-8.home-nav-result-container {
    height: 40px;
}

.rss-detail-image {
    max-width: 400px;
    object-fit: cover;
    object-position: 50% 0%;
    font-family: 'object-fit: cover;'; /* ? */
}

.rss-text {
    display: inline-block;
    vertical-align: middle;
}

.left-padded-section {
    padding-left: 20px;
}

.inline-inner-container {
    display: inline-block;
    vertical-align: top;
}

#search {
    color: #333;
}

#search span.tt-dropdown-menu {
    width: auto !important;
}

.home-content-wrapper {
    border-top: none !important;
    margin-top: 0px !important;
    width: 100%;
    overflow: hidden;
}

.filter-controls #search {
    margin-top: 0;
    height: 42px;
    line-height: 42px;
}

.filter-controls #search input {
    padding: 0 40px 0 10px !important;
    font-size: 20px;
}

.filter-controls .search-component-icon {
    margin-top: 7px;
}

.options-for-indicators {
    bottom: 70px;
}

@media screen and (max-width: 1199px) {
    .options-for-indicators {
        bottom: 0;
    }
}

/* TODO: header-home, header-center-container? */
.header-home {
    background: #1F1E1E;
}

.header-home-thumbs {
    position: absolute;
    left: 0;
    z-index: 2;
    /*width: 6%;*/
}

.header-center-container {
    /*position: relative;*/
    /*margin-top: -126px;*/
}

.header-center-container a.header-thumb {
    /*padding: 10px 10px 0 10px;*/
    width: 75px;
    /*height: auto;*/
}

.header-center-container .banner-icon:last-child a.header-thumb {
    padding-bottom: 10px;
}

.header-center-container .header-thumb-details {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #333;
    background: white;
    padding: 20px;
    display: none;
    z-index: 1100;
    min-width: 305px;
    /*min-height: 400px;*/
}

.header-center-container .header-thumb-details .header-thumb-title {
    font-size: 18px;
    font-weight: 100;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    min-width: 100%;
}

.header-center-container .header-thumb-details img.img-responsive {
    height: auto !important;
}

#slider_container {
    position: relative;
    width: 600px;
    height: 320px;
    margin-top: -52px;
    margin-top: calc(-1* var(--header-height));
    margin-left: 95px;
}

#slider_container .slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 320px;
}

#slider_container .slides .header-text {
    margin-top: 0;
    padding-left: 15px;
}

#slider_container .slides .header-text .header-p-box {
    padding: 10px;
    overflow: hidden;
    margin-top: 0px !important;
}

#slider_container .slides .header-text .header-p-box .art-link {
    display: inline-block;
}

span.glyphicon.glyphicon-pause,
span.glyphicon.glyphicon-play {
    font-size: 30px;
}

#slider_container .slider_toggle {
    z-index: 1100; /* TODO: that seems to high */
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    float: right;
}

#slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hybrid-tabs .nav-tabs, .hybrid-tabs .normal-tab-container {
    border: 0 none;
}

#default-filter {
    border: none;
    background: #FFFFFF;
}

.person-details ul {
    list-style: none;
    padding-left: 0;
}

#hauptinhalt.location-description img {
    max-width: 400px;
}

.location-facilities {
    margin-top: 50px;
}

#map-canvas {
    height: 500px;
    width: 100%;
}

.footer-list li .footer-link {
    line-height: 18px;
}
.footer-col {
    padding: 20px 10px;
}
.footer-col .footer-entry-headline {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24.833px;
    font-weight: normal;
}

.fake-nav-tabs {
    border-bottom: 0 none;
    margin-bottom: 30px;
}
.fake-nav-tabs.stealth {
    visibility: hidden;
}
.item-placeholder {
    height: 40px;
    display: inline-block;
}
.show-all a {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
    color: #333;
}

.tabs-left > li > a.view-article {
    padding: 0;
}

.col-md-4.v-tabs-nav.news-section {
    padding-top: 32px !important;
}

.rss-article img {
    max-width: 100%;
    height: auto;
}
.rss-article .image-container {
    float: left;
    margin: 5px 20px 20px 0;
}
@media screen and (max-width: 480px) {
    .rss-article .image-container {
        width: 100%;
    }
}

.rss-article-title h4, .rss-article-title .h4 {
    margin-bottom: 0;
}

.rss-article-text {
    margin-top: 10px;
}

#rss-filter-form .search-field input {
    width: 100%;
}

.rss-filter-helptext {
    margin-top: -15px;
}

.rss-filter-helptext.pull-up {
    margin-bottom: -20px;
}

hr.rss-filter-separator {
    border-top: 1px solid white;
}

.modal-dialog .image-title, .modal-dialog .image-copyright {
    text-align: center;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

nav.pagination {
  display: flex;
  justify-content: space-between;
}

nav.pagination > * {
  border: 0;
  margin: 2px;
  padding: 10px 15px;
}

.pagination .previous {
    margin-right: 20px;
}

.pagination .next {
    margin-left: 20px;
}

.nav.navbar-nav.drpdwn-nws-evnts {
    display: inline-block;
    width: 50%;
}

.nav.navbar-nav.drpdwn-nws-evnts.second-button {
    float: right;
}

/* Article Preview */

.article-event-wrapper {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.article-event-wrapper h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0px;
}

.article-preview-wrapper {
    margin: 0;
}

.article-preview-list {
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
}

.article-preview-list li {
    margin: 0;
    padding: 0;
}

.article-preview-list li a {
    display: block;
    box-sizing: border-box;
    padding: 5px 15px 0 !important;
    color: #343434;
    min-height: calc(14em + 1px);
}

.article-preview-list li a:hover {
    text-decoration: none;
}

.article-preview-image {
    width: 100%;
    min-width: 100%;
    height: 185px;
    min-height: 185px;
    object-fit: cover;
    margin-bottom: 6px;
    font-family: 'object-fit: cover;';
}

.article-preview-date, .event-preview-date {
    display: block;
    font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.event-preview-title {
    display: none;
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    font-size: 17px;
    line-height: 1;
    width: 100%;
    height: 20px;
    white-space: nowrap;
}

.article-preview-title {
    display: none;
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    font-size: 17px;
    line-height: 1;
    width: 100%;
    height: 35px;
}
.event-preview-title.-fulltitle, .article-preview-title.-fulltitle {
    display: inline-block;
}
.article-preview-text {
    display: inline-block;
    max-width: 100%;
    max-height: 2em;
}

/* Events Preview */

.event-preview-showmore .icon-circle-right, .article-preview-showmore .icon-circle-right {
    display: none;
}

.event-preview-wrapper {
    padding-left: 15px !important;
}

.event-preview-list {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
    display: flex;
    flex-direction: column;
}

.event-preview-list li {
    margin: 0;
    padding: 0;
    background-color: #d4edfc;
    display: inline-block;
    width: 100%;
    min-width: 0;
}

.event-preview-list li a {
    display: block;
    box-sizing: border-box;
    color: #343434;
}

.event-preview-list li a:hover {
    text-decoration: none;
}

.event-preview-image {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: 0% 50%;
    display: none;
    font-family: 'object-fit: cover;';
}

.event-preview-text {
    padding: 9px 10px !important;
    display: inline-block;
    max-width: 100%;
}

.event-preview-list li:first-child a .event-preview-image {
    display: inline-block;
}

.event-preview-showmore, .article-preview-showmore {
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #005ca8;
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.social-media-icons {
    margin-bottom: 10px;
}

.responsive-object {
    padding-bottom: 0 !important;
}
.richtext-image.left {
    float: left;
    margin: 0px 15px 15px 0;
}
.richtext-image.right {
    float: right;
    margin: 0 0 15px 15px;
}

/*
  h2 and h3 were not used, but for accessibility reasons, h4s should be
  h2s then… so this is to make the h3s look like the h4s looked before
*/
.page-description.articlepage .block-headline h2,
.page-description.articlepage .block-paragraph h2,
.page-description.articlepage .block-paragraph h3 {
    font-size: 20px;
    margin-top: 15px;
}

.page-description.articlepage .block-paragraph h3 {
    font-size: 18px;
    font-weight: bold;
}

.page-description a[href$=".pdf"],
.page-description a[href$=".PDF"] {
    background-image: url("/static/cms/img/pdf.363d6b07905e.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    min-height: 25px;
    display: inline-block;
}
.page-description li a[href$=".pdf"],
.page-description li a[href$=".PDF"] {
    background: none;
    padding-left: 0;
    min-height: auto;
    display: inline;
}
.page-description a[href$=".oft"],
.page-description a[href$=".OFT"] {
    background-image: url("/static/img/mail_symbol.684d79493647.jpg");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    min-height: 25px;
    display: inline-block;
}
.page-description li a[href$=".oft"],
.page-description li a[href$=".OFT"] {
    background: none;
    padding-left: 0;
    min-height: auto;
    display: inline;
}
.page-description a[href$=".doc"],
.page-description a[href$=".DOC"],
.page-description a[href$=".docx"],
.page-description a[href$=".DOCX"] {
    background-image: url("/static/img/icon_doc.da34c5fbe85a.svg");
    background-size: 19px 19px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
    min-height: 25px;
    display: inline-block;
}
.page-description li a[href$=".doc"],
.page-description li a[href$=".DOC"],
.page-description li a[href$=".docx"],
.page-description li a[href$=".DOCX"] {
    background: none;
    padding-left: 0;
    min-height: auto;
    display: inline;
}
.no-icon {
    background: none !important;
    padding-left: 0 !important;
    min-height: auto !important;
    display: inline !important;
}
footer a {
    color: #fff;
}

footer a:focus, footer a:hover {
    color: #B8B8B8;
}

.footer-link {
    line-height: 18px;
}
.footer-entry-headline {
    margin-top: 10px;
}
.footer-col .block-headline:first-child .footer-entry-headline {
    margin-top: 0;
}
.footer-col-first {
    padding: 20px 25px 0 10px !important;
}

.block-image {
    clear: both;
    text-align: center;
}
.block-image .image-container {
    text-align: center;
    display: inline-block;
}

.block-image .right {
    float: right;
    margin: 5px 0 15px 15px;
}
.block-image .left {
    float: left;
    margin: 5px 15px 15px 0;
}
.block-image .full {
    margin: 15px 0;
    max-width: 100%;
    height: 100%;
}
.block-image .right.larger-than-text,
.block-image .left.larger-than-text {
    margin-bottom: 2em;
}
.block-image .caption {
    margin-top: 3px;
    font-size: 0.9em;
    text-align: left;
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .block-image .right.larger-than-text,
    .block-image .left.larger-than-text {
        margin-bottom: 15px;
    }
    .block-image .image-container {
        width: 100%;
    }
}

.block-video {
    margin: 1.5em 0;
}
.block-video .center {
    text-align: center;
}
.block-video iframe {
    width: 100%;
    height: 422px;
}
@media screen and (max-width: 768px) {
    .block-video .responsive-object {
      position: relative;
      padding-bottom: 56.25% !important;
      height:0;
      overflow: hidden;
    }
    .block-video .responsive-object iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
    }
}

.block-audio {
    margin: 15px 0;
}
.block-audio audio {
    width: 100%;
}

.block-issuu {
    margin: 1.5em 0;
    text-align: center;
    clear: both;
}
.block-issuu .responsive-object {
    width: 100%;
}
.block-issuu .issuuembed {
    width: 100% !important;
    max-height: 600px;
}
@media screen and (max-width: 768px) {
    .block-issuu .issuuembed {
        width: 100% !important;
    }
}
.block-headline {
    clear: left;
}
.block-headline h4,
.block-html h4{
    margin-top: 2em;
}
.article-location,
.article-person {
    margin-top: 1.5em;
}
.article-location:first-child,
.article-person:first-child {
    margin-top: 0;
}
.image-container, .image {
    position: relative;
}
.image-container .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    font-size: 0.8em;
    line-height: 1em;
    padding: 2px 3px;
}
.block-table  {
    margin: 20px 0;
}
.block-table td,
.block-table th {
    padding: 2px 20px 2px 0;
}

/* Navigation */

.logo-small {
    float: left;
    margin: -5px 10px 0 0;
    width: 26px;
}

.navbar-container {
  display: block; 
  position: absolute; 
  top: 0;
  right: 0;
}

.navbar {
  border: 0;
  display: block;
  background: #fff;
  margin-bottom: 0;
}

.navbar-custom {
  height: 52px;
  height: var(--header-height);
  margin: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

.navbar-toggle {
    border-radius: 0;
    padding: 7px;
    margin-top: 7px;
    margin-left: 7px;
    right: 0;
    top: 0;
    position: relative;
}

#eyeAble_customToolOpenerID {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

#eyeAble_customToolOpenerID > img{
  padding: 6px;
  margin: 0;
  border: none;
  width: 50px;
  height: 50px;
}

.navbar-toggle .icon-bar {
    border-radius: 0 !important;
    height: 4px !important;
    background-color: currentColor;
}

.main-menu {
  position: absolute;
  z-index: 100; /* above the arrows, that have a z-index of 99 */
  position: absolute;
  width: 100vw;
  border-top: 1px solid #e7e7e7;
  background: white;
  font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
}

#good-reasons-slider + .main-menu {
  top: var(--header-height);
}


.menu-button {
    background-color: #005ca8;
    color: #fff;
    margin: 0 0 2px 0;
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
}

.menu-button:hover {
    background-color: #006cc6;
}

.menu-circumstances, .menu-categories {
  display: flex;
  flex: 0 0 auto;

}

.menu-search, .menu-circumstances, .menu-categories  {
    position: relative;
    padding: 0 10px;
    flex-direction: column;
    margin: 15px 0;
}

.menu-container {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.menu-category-icon--header {
  display: none;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li > .dropdown-menu {
  padding: 20px;
}

.menu-list {
    border-top: 1px solid #005ca8;
    margin-bottom: 15px;
}

.navbar-text {
  display: block;
  font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 0.8em;
  font-weight: normal;
  margin: 0 0 5px 0;
}

/* TODO: we don't have dividers (anymore)
.nav-divider {
    width: 1px;
    height: 52px;
    height: var(--header-height);
    background: #bbbaba;
    float: left;
    margin-left: 15px;
} */

/* Search */
.awesomplete, .awesomplete>input {
  width: 100%;
}

.awesomplete > input {
  height: calc(12px + 1.294em);
  padding: 5px 10px;
  border: 1px #333 solid !important;
}

.awesomplete mark {
  background: none;
  padding: 0;
	color: #005ca8;
	font-weight: bold;
	text-decoration: underline;
}

.awesomplete > ul {
  background: #fff;
  border-radius: 0;
}

.search-component-icon {
    position: absolute;
    right: 30px;
    margin-top: 15px;
}

.menu-category-icon {
    display: inline-block;
    transform: rotate(90deg);
}

.menu-category-name {
    color: #005ca8;
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
    padding-bottom: 3px;
    break-inside: avoid;
    page-break-inside: avoid;
}

/* Dropdown menu */
.menu-layout {
    columns: 1;
    column-gap: 2em;
    max-width: 100%;
}

.menu-item:hover {
    color: #fff;
}

.menu-container .dropdown-item {
  display: block;
  font-size: 16px;
  padding: 2px 0;
  font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
  color: #005ca8;
  width: 100%;
}

.dropdown-item span {
    padding-right: 10px
}

[data-menu-toggle][aria-expanded=true] ~ .dropdown-menu {
    display: block;
}

/* TODO: check off by one error
  (set to 1199 and 1200 and see is stuff is/isn't there …)
*/
@media (max-width:1199px) { 
  [data-menu-toggle][aria-expanded=true] ~ .dropdown-menu {
	  position: static;
	  float: none;
	  width: auto;
	  margin-top: 0;
	  background-color: transparent;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  }
}

.dropdown button[aria-expanded=true] {
  background: #006cc6;
  border-color: #006cc6;
}
.dropdown button[aria-expanded=true]:focus {
  background: #555;
  border-color: #555;
}
.dropdown button[aria-expanded=true]:hover {
  background: #006cc6;
  border-color: #006cc6;
}

.main-menu .menu-categories .menu-button.btn,
.menu-categories > .nav,
.menu-categories > .nav .dropdown {
    width: 100%;
    text-align: center;
}

/* TODO: are these colours used anywhere? */
.dropdown-item-color-1 {
    color: #fff;
}
.dropdown-item-color-2 {
    color: #6f478b;
}
.dropdown-item-color-3 {
    color: #cc9000;
}
.dropdown-item-color-4 {
    color: #8fab58;
}
.dropdown-item-color-5 {
    color: #d80000;
}
.dropdown-item-color-6 {
    color: #1baebf;
}

.awesomplete-search:focus-visible,
.awesomplete-search:-moz-focusring {
  outline: 1px dashed #fff;
  outline-offset: 2px;
}

.menu-search-submit {
    position: absolute;
    bottom: 0;
    right: 10px;
    background-color: #005ca8;
    font-size: 17px;
    padding: 5px 10px 3px;
    height: calc(12px + 1.294em);
}

.menu-search-submit:hover {
    background-color: #006cc6;
}

.menu-search-submit:focus:focus-visible {
	outline: none;
}

@media only screen and (min-width : 1200px) {
  #eyeAble_customToolOpenerID {
    margin: 0 7px 0 0;
  }
  .navbar {
    padding: 0;
    display: inline;
  }

  .navbar-header {
    width: 100%;
    background: white;
    margin: 0;
    padding: 0 15px;
    margin-right: -100%; /* for some unknown reason, safari seems to think that position: absolute elements should position left of previous elements 💣 */
  }

  .main-menu {
    display: block;
    position: absolute;
    width: unset;
    border: none;
    left: 300px;
    left: calc(50vw - 280px);
    margin-top: 0.5em;
  }

  .menu-container {
    flex-direction: row;
    width: unset;
  }

  .menu-search, .menu-circumstances, .menu-categories  {
    flex-direction: row;
    margin: 0;
    align-items: center;
  }

  .menu-search {
    flex-basis: 350px;
  }

  .awesomplete > input {
    min-width: 330px;
  }

  .main-menu .navbar-text {
    margin: 0 10px 0 0;
  }

  .menu-search .navbar-text, .menu-categories .navbar-text {
    display: none;
  }

  .collapse.in .navbar-btn {
    width: unset;
  }

  .awesomplete-search {
    border: none !important;
  }

  .menu-layout {
    columns: 3;
  }

  .menu-button {
    margin: 0 2px 0 0;
  }

  .menu-category-name {
    min-width: 200px;
  }

  .dropdown-menu-full {
      position: absolute !important;
      left: 0 !important;
      width: 100% !important;
      background: #005ca8;
      padding: 15px 0 0;
      box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);
      z-index: 333333;
  }
  .dropdown-menu-full .home-nav-result-content {
      margin-top: 0;
      margin-bottom: 15px;
  }

  .navbar-nav > li > .dropdown-menu {
      border-radius: 0 !important;
      border: none !important;
      margin-top: 8px;
      margin-bottom: 10px;
      background: #005ca8 !important;
      transform: translateX(-50%);
      left: 50%;
  }

  .navbar-nav > li > .dropdown-menu::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #005ca8;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: 50%;
    top: -1px;
    display: inline-block;
  }

  .navbar-nav > li > .dropdown-menu a:focus,
  .navbar-nav > li > .dropdown-menu a:hover {
    color: #fff;
  }

  .menu-container .dropdown-item, .menu-category-name {
    color: #fff;
  }

  .menu-list {
    border-color: #fff
  }

  .dropdown-item:hover {
      text-decoration: none;
      color: #fff;
  }

  .menu-category-icon--header {
    display: inline-block;
  }

  /* Home page menu (the dark one) */
  #good-reasons-slider {
    margin-top: 52px;
    margin-top: var(--header-height);
  }

  #good-reasons-slider + .main-menu {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    border: 0;
    background: #343434;
    margin-top: unset;
  }

  #good-reasons-slider + .main-menu .navbar-text {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 4px 0;
    color: #fff;
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    font-size: 17px;
    line-height: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
  }

  #good-reasons-slider + .main-menu .menu-container {
     background: none;
     display: inline-flex;
     flex-direction: row;
     flex-wrap: nowrap;
     width: 100%;
     justify-content: center;
     margin-top: 5px;
     padding: 15px 0;
  }

  #good-reasons-slider + .main-menu .menu-container > * {
    display: inline-block;
    border-right: 1px solid #212121;
    border-left: 1px solid #494949;
  }
  #good-reasons-slider + .main-menu .menu-container > *:first-child {
    border-left: none;
  }
  #good-reasons-slider + .main-menu .menu-container > *:last-child {
    border-right: none;
  }

  #good-reasons-slider + .main-menu .menu-category-icon--header {
    display: none;
  }
}

.collapsing {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

.collapsing .menu-button {
    width: 100%;
}

/* Header Slides */

#good-reasons-slider {
  max-height: 450px;
  contain: layout;
  /* create a new stacking context (for safari, mostly, the others just know what contain: layout is…) */
  position: relative;
  z-index: 0;
  top: 0;
  margin-bottom: 1.5em;
}

@media only screen and (min-width : 420px) {
  #good-reasons-slider {margin-bottom: 0;}
}

.good-reasons {
    font-size: 20px;
}

.good-reasons__box-black {
    background-color: rgba(0,0,0,0.6);
    color: #eeeeee;
}

.good-reasons__box-white {
    background-color: rgba(255,255,255,0.6);
    color: #333333;
}

.good-reasons__position-left {
    left: 20px;
}

.good-reasons__text {
    padding: 20px;
    max-width: 400px;
    min-width: 250px;
    position: absolute;
    bottom: 35px;
    z-index: 20;
}

.good-reasons__text h2 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
}

.good-reasons__text h3 {
    margin: 0 0 5px;
    font-size: 22px;
}

.good-reasons__text span {
    font-size: 15px;
    line-height: 1.3em;
    display: inline-block;
    font-family: "ITC Conduit Light", "Roboto", "PT Sans Narrow", sans-serif;
}

.good-reasons__image {
    height: 450px;
    width: 100%;
    z-index: 10;
}

.good-reasons__image img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.good-reasons > a {
  outline-offset: -0.5em;
}

/* Featured Projects */

.banner-icons {
    height: 52px;
    height: var(--header-height);
    display: inline-block;
}

.banner-icons ul {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-icons .banner-icon {
    padding: 5px 10px;
}

.banner-icons .banner-icon > a {
    padding: 0;
}

.banner-icons .banner-icons-details {
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    color: #333;
    display: none;
    left: 0;
    left: auto;
    min-width: 305px;
    padding-top: 3px;
    position: absolute;
    top: 52px;
    top: var(--header-height);
    z-index: 1100;
}

.banner-icons-details [id^=banner-icons__detail-block--] {
    background: white;
    padding: 20px;
}

.banner-icons-details {
    display: none;
}

.banner-icons-details img {
    min-width: 265px;
}

.banner-icons-details__head {
    display: block;
    text-align: center;
}

.banner-icons-details__link {
    display: block;
    text-decoration: none;
    text-align: center;
}

/* Teaser additions */

.row-flex {
    display: flex;
    align-items: stretch;
}

.teaser-image {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* Media Queries */

@media screen and (max-width: 1200px) {
    .home-content-wrapper {
        margin-top: 0;
        border: none;
    }
    .header-text {
        padding-left: 50px;
    }
    .logo-home {
        /*top: 460px*/
    }
    .social-absolute {
        margin: 0 0 0 40px;
        position: relative;
        text-align: center;
    }
    .collapse.in .navbar-form {
        padding: 10px 0;
    }
}
@media screen and (max-width: 1600px) {
    .home-box-text {
        padding: 30px !important;
    }
    .home-box-text-arrow-wrapper {
        margin-top: 0;
    }
}
@media screen and (max-width: 1450px) {
    .home-box-text {
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 1280px) {
    .home-box-text {
        padding: 0 20px !important;
    }
}
@media screen and (max-width: 1190px) {
    .home-box-text {
        padding: 30px !important;
    }
    .home-box-text p {
        display: none;
    }
    .home-box-text-arrow-wrapper {
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px){
    .footer-col .block-headline:first-child .footer-entry-headline {
        margin-top: 10px;
    }
    .home-box-text {
        padding: 0px 30px 30px 30px !important;
    }
    .home-box-text p {
        display: block;
    }
    .home-box-text-arrow-wrapper {
        margin-top: 0px;
    }
    .home-box-text-arrow{
        font-size: 2em;
    }
    .article-preview-list {
        display: flex;
        margin: 0 -5px;
    }
    .article-preview-list li {
        display: none;
        margin: 10px 5px;
        flex: 1 1 50%;
        min-width: 0;
    }
    .article-preview-list li:nth-child(1), .article-preview-list li:nth-child(2) {
        display: inline-block;
    }
    .article-preview-list li a {
        padding: 0 !important;
        min-height: unset;
    }
    .event-preview-showmore-arrow, .article-preview-showmore-arrow {
        display: none;
    }
    .event-preview-list {
        flex-direction: row;
        margin: 0 -5px;
        padding: 0;
    }
    .event-preview-list li {
        display: none;
        flex: 1 1 50%;
        margin: 5px;
        background-color: #fff;
    }
    .event-preview-list li:nth-child(1), .event-preview-list li:nth-child(2) {
        display: inline-block;
    }
    .event-preview-wrapper {
        padding: 0 !important;
    }
    .event-preview-image {
        display: inline-block;
    }
    .event-preview-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .event-preview-showmore, .article-preview-showmore {
        text-decoration: none;
        color: #7f7f7f;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .event-preview-showmore:hover, .article-preview-showmore:hover {
        text-decoration: none;
    }
    .event-preview-showmore .icon-circle-right, .article-preview-showmore .icon-circle-right {
        display: inline-block;
        margin-right: 10px;
    }
    .row-flex {
        flex-direction: column;
    }
    .block-teaser {
        margin-top: 30px;
    }
    .footer-add-border {
        border: none;
    }
}
@media screen and (max-width: 768px) {
    .header-text {
        padding-left: 25px;
        width: 320px;
    }
    .logo-home {
        display: none;
    }
    .header-p-box {
        padding: 15px;
    }
    .good-reasons__text {
        position: relative;
        max-width: 100%;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #333;
        padding: 20px;
    }
    .good-reasons__image {
        height: 240px;
    }
    .carousel-indicators {
        top: 210px;
    }
}
@media screen and (max-width: 480px) {
    .header-home-thumbs {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .article-preview-list{
        display:flex;
        flex-direction: column;
    }
    .article-preview-list li:nth-child(-n+5){
        display: inline-block;
    }
    .event-preview-list li:nth-child(2) {
        display: none;
    }
}

/*
  Avert your eyes: this is an ugly simulation of text-overflow: "…" in combination with 
  some templating code to fulfill accessibility. Basically the layout was structured in a 
  way that wanted the text to be cut off… this broke on certain zoom levels, so now we have 
  a cutoff version and and a full version in the html and display them based on device-width
*/
@media screen and (min-width: 992px) {
  .event-preview-title {display: inline-block;}
  .event-preview-title.-fulltitle {display: none;}
}
@media screen and (min-width: 421px) {
  .article-preview-title.-fulltitle {display: none;}
  .article-preview-title {display: inline-block;}
}
@media print {
  body * {
    visibility: hidden;
  }
  #hauptinhalt.printable, #hauptinhalt.printable * {
    visibility: visible;
  }
  #hauptinhalt.printable {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.rich-text td,
.rich-text th {
    padding: 2px 5px 0 0;
}

.feedback-email {
    font-family: "ITC Conduit Medium", "Roboto", "PT Sans Narrow", sans-serif;
    font-weight: 100;
    font-size: 1.3em;
    vertical-align: bottom;
    color: #333;
    cursor: pointer;
}
.feedback-email:hover {
    text-decoration: none;
    color: #333;
}

.block-image_grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.image-grid-item {
    flex-basis: 150px;
    margin: 0 15px 15px 0;
}

.image-gallery {
    display: flex;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
}

.image-gallery .gallery-image {
    margin: 0 15px 15px 0;
}

.image-gallery .gallery-image .gallery-image-caption {
    display: none;
}

/* OPENING/CONSULTATION HOURS TABLES */

.opening-hours-table .day {
  min-width: 6em;
  vertical-align: baseline;
}
.opening-hours-table .hours {
  white-space: pre-line;
  padding-left: 1em;
  text-align: '–';
}

.opening-hours-table + .opening-hours-table th,
.opening-hours-table + .opening-hours-table thead,
.opening-hours-table + .opening-hours-table thead tr {
    height: 1px;
    line-height: 1px;
    color: #fff;
}

.opening-hours-table td[colspan="2"] {
    padding-top: 4px;
}

.opening-hours-table caption {
    padding-bottom: 0;
}

.box-blue-margin, .box-blue-background{
     border-color: #337ab7;
     border-style: solid;
     padding: 20px;
     clear: both;
 }

.box-blue-background{
    color: white;
    background: #0059b3;
}

.horizontal-line{
    border: 1px dotted #005ca8;
    margin: 2em 0;
 }

.teaser{
    font-family: "ITC Conduit Medium", "Roboto Bolder", "PT Sans Narrow Bold Cut", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
}

.teaser b{
    font-weight: bold;
}
