/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

* {
  box-sizing: border-box;
}

html {
  background: #fff;
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: FrutigerLTW02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #555555;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #1f82c0;
  font-weight: 200;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  letter-spacing: .025em;
}

h2 {
}

h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: .025em;
  margin: 0;
}

h4, .text-h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

h5 {
}

h6 {
}

p, .text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
}

i,
em {
}

dfn {
}

sup {
}

sub {
}

del {
}

ins {
}

blockquote {
}

cite {
}

q {
}

address {
}

ul {
  margin-left: 1.5rem;
  padding: 0;
}

ol {
}

li {
}

.arrowed-list li {
  list-style: none;
  padding-top: 0;
  margin-bottom: 0.5em;
  position: relative;
}

dl {
}

dd {
}

dt {
}

abbr {
}

acronym {
}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {
  position: relative;
}

#page {
  padding-left: 8rem;
  padding-right: 8rem;
  overflow: hidden;
}

#page .container {
}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
}

/*
 * Wraps the sidebars the content column
 */
#columns {

}

.one-sidebar #columns {
  border-left: 1px solid #C7CACC;
}

/*
 * Main content column wrapper
 */
#content-column {
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {
  margin: 0;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {
}

/*
 * Footer wrapper
 */
#footer {
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {
  margin: 0;
  border-left: 1px solid #C7CACC;
  border-right: 1px solid #C7CACC;
}

#content .panel-display .ui-tabs {
  padding: 0;
  border: none;
}

#content .panel-display .ui-tabs .ui-tabs-nav {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #1F82C0;
  line-height: 4.3rem;
  padding: 0;
  position: relative;
}

#content .panel-display .ui-tabs .ui-tabs-nav::before,
#content .panel-display .ui-tabs .ui-tabs-nav::after {
  content: none;
}

#content .panel-display .ui-tabs .ui-tabs-nav li {
  float: none;
  display: inline-block;
  position: static;
  padding: 0;
  border: 1px solid #1F82C0;
  border-bottom: 0;
  border-radius: 0;
  margin: 0;
  height: 100%;
  background: none;
}

#content .panel-display .ui-widget {
  font-family: FrutigerLTW02, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content .panel-display .ui-widget a {
  color: #1F82C0;
}

#content .panel-display .ui-widget .ui-widget-content {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

#content .panel-display .ui-tabs .ui-tabs-nav li a {
  float: none;
  display: block;
  padding: 0 2.5rem;
  background-color: transparent;
  color: #1F82C0;
  font-weight: 200;
  text-transform: uppercase;
}

#content .panel-display .ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: underline;
}

#content .panel-display .ui-tabs .ui-tabs-nav li.ui-state-active a {
  background-color: #1F82C0;
  color: #FFFFFF;
}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {
}

#leaderboard-wrapper .container {
}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

#header-wrapper .container {
}

/*
 * Wraps the nav elements
 */
#nav-wrapper {
}

#nav-wrapper .container {
}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {
}

#breadcrumb-wrapper .container {
}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {
}

#messages-help-wrapper .container {
}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {
}

#secondary-content-wrapper .container {
}

/*
 * Wraps the main content column
 */
#content-wrapper {
}

#content-wrapper .container {
}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {
}

#tertiary-content-wrapper .container {
}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

#footer-wrapper .container {
}

/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {
  margin: 0;
}

/*
 * Logo
 */
#logo {
  padding: 2.5rem;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {
}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {
}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h1)
 */
#site-slogan {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 200;
  margin: 0;
  padding: 1.5rem 2.5rem;
  -moz-hyphens: initial;
  -o-hyphens: initial;
  -webkit-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}

#site-slogan a {
  text-decoration: none;
}

#site-slogan a:link,
#site-slogan a:visited {
  color: #555555;
}

.inset-wrapper {
  float: right;
}

.region-three-inset-right-top {
  margin: 0;
  border-bottom: 1px solid #C7CACC;
}

.region-three-inset-right-middle .block {
  width: auto;
}

.region-three-inset-right-middle ul {
  margin: 0;
  float: right;
}

.region-three-inset-right-middle li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.region-three-inset-right-middle li a,
.region-three-inset-right-inset .block-content a {
  color: #1F82C0;
  letter-spacing: 0.075em;
  padding: 1rem 1.5rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {
  font-size: 1.4rem;
  line-height: 2.2rem;
  min-height: 13.5rem;
  padding: 1.5rem 2.5rem;
  position: relative;
}

.sidebar-second #main-content {
  width: 100%;
}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 2rem 0 1rem;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {
}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

.search-result-wrapper,
#search-form {
  padding: 2.5rem;
}

#search-form {
  border-bottom: 1px solid #C7CACC;
  background-color: #EEEFF1;
  position: relative;
}

#search-form::before {

}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {
}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {
}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {
}

/*
 * Header region, embedded in the #header
 */
.region-header {
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {
}

/*
 * Secondary content
 */
.region-secondary-content {
}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {
}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {
}

/*
 * Sidebars - targets both
 */
.sidebar {
}

/*
 * First sidebar
 */
.region-sidebar-first {
}

/*
 * Second sidebar
 */
.region-sidebar-second {
}

.sidebar-second .content-inner {
  margin-right: 0;
}

.region-sidebar-second .block {
  border: 1px solid #C7CACC;
  border-top: 0;
}

.region-sidebar-second .block-title {
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid #C7CACC;
}

.region-sidebar-second .block-content .views-row {
  margin: 0 2.5rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #C7CACC;
}

.region-sidebar-second .block-content .views-row:last-child {
  border: none;
}

.region-sidebar-second .views-field-title .field-content {
  margin: 0;
  margin-top: 1.8rem;
}

/*
 * Tertiary content
 */
.region-tertiary-content {
}

/*
 * Section Separator
 */
.fhg-section-separator {
  border: 1px solid #C7CACC;
  border-bottom: 0;
  clear: both;
  display: block;
  min-height: 8.4rem;
  position: relative;
}

.view .fhg-section-separator {
  border-left: 0;
  border-right: 0;
}

.fhg-section-separator.accent-bordered {
  position: relative;
}

.fhg-section-separator.accent-bordered div {
  border-bottom: 8px solid #1F82C0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.fhg-header-separator {
  border-bottom: 1px solid #C7CACC;
}

/*
 * Footer region
 */
.region-footer {
  color: #555555;
}

.region-footer .block {
  padding: 2.5rem;
  border: 1px solid #C7CACC;
}

.region-footer .block-social-media-block,
.region-footer .block-menu-schnelleinstieg {
  border-top: 0;
}

.region-footer .block-menu-schnelleinstieg {
  padding-right: 0;
}

.block-menu-schnelleinstieg::before {
  content: '';
  display: block;
  position: absolute;
  width: 8rem;
  z-index: -1;
  left: -8rem;
  background-color: #1F82C0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.block-menu-schnelleinstieg::after {
  content: '';
  display: block;
  position: absolute;
  width: 8rem;
  z-index: -1;
  right: -8rem;
  background-color: #1F82C0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.region-footer .block-menu-schnelleinstieg {
  width: 100%;
  background-color: #1F82C0;
  color: #FFFFFF;
  position: relative;
}

.block-menu-schnelleinstieg .block-title {
  color: #FFFFFF;
  width: 25%;
  display: inline-block;
  float: left;
}

.block-menu-schnelleinstieg .block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-menu-schnelleinstieg .block-content ul li {
  width: 33%;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: .025em;
  font-weight: 400;
  padding: 0 2.5rem 0 1.1rem;
  vertical-align: top;
  white-space: nowrap;
}

.block-menu-schnelleinstieg .block-content ul li::before {
  color: inherit;
  font-size: 1.2rem;
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f11f';
  margin-left: -1.5rem;
  margin-right: .1rem;
  width: 1.5rem;
}

.block-menu-schnelleinstieg .block-content ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}

.block-menu-schnelleinstieg .block-content ul li a:hover {
  text-decoration: none;
}

.region-footer .block-copyright-block {
  border-right: none;
  float: left;
  width: 25%;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  line-height: 3.4rem;
  display: block;
}

.region-footer .block-menu-footernavigation {
  width: 75%;
  text-transform: uppercase;
  display: block;
  float: right;
}

.region-footer .block-menu-footernavigation a {
  font-size: 1.2rem;
  line-height: 3.4rem;
  letter-spacing: 0.075em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

.block-menu-footernavigation ul.menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 0.1rem;
  line-height: 0;
  letter-spacing: 0;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.block-menu-footernavigation ul.menu li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}

.block-service-links ul.social-media-share-links {
  margin: 0;
}

.block-service-links ul li {
  display: inline-block;
  height: 3.3rem;
  margin: 0 1.2rem 1.2rem 0;
  min-width: 10rem;
  vertical-align: top;
  width: 12.6%;
}

.block-service-links ul li a {
  padding-left: 3.5rem;
  height: 3.3rem;
  line-height: 3.3rem;
  color: #FFFFFF;
  position: relative;
  display: block;
  text-decoration: none;
}

.block-service-links ul li a:after {
  content: none;
}

.block-service-links ul li a .share-icon {
  position: absolute;
  left: 5px;
}

.block-service-links ul li a .share-icon::before {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  font-size: 2.31rem;
  line-height: 3.3rem;
}

.block-service-links a .share-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .025em;
  vertical-align: middle;
}

.block-service-links a.twitter {
  background-color: #55ACEE;
}

.block-service-links a.twitter .share-icon::before {
  content: '\f12b';
}

.block-service-links a.xing {
  background-color: #027D7F;
}

.block-service-links a.xing .share-icon::before {
  content: '\f12d';
}

.block-service-links a.linkedin {
  background-color: #0A86CC;
}

.block-service-links a.linkedin .share-icon::before {
  content: '\f122';
}

.block-service-links a.facebook {
  background-color: #3B5998;
}

.block-service-links a.facebook .share-icon::before {
  content: '\f111';
}

.block-service-links a.google {
  background-color: #DD4B39;
}

.block-service-links a.google .share-icon::before {
  content: '\f11c';
}

.block-service-links a.webnews {
  background-color: #CC2512;
}

/*
.region-footer .block-print-links {
	width: 25%;
	border-left: none;
}
*/
.block-print-links .print_html {
  margin: 0;
}

.block-print-links a.print-page {
  display: block;
  margin: 0;
  margin-bottom: 1.2rem;
  background-color: #1F82C0;
  border: 0;
  color: #FFFFFF;
  height: 3.3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 3.3rem;
  letter-spacing: .075em;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
}

.block-print-links a:hover {
  background-color: #009374;
  text-decoration: none;
}

.block-social-media-block ul li a.button {
  padding: 0;
  margin-right: 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: underline;
}

a, a:hover {
  color: #1F82C0;
}

a:hover {
  text-decoration: none;
}

a:active,
a.active {
}

a:hover,
a:focus {
}

a.ext span.ext {
  display: none;
}

a.ext::after {
  font-family: "icon-font";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f110';
  vertical-align: baseline;
  display: inline-block;
  font-size: .95em;
  text-decoration: none;
  margin-left: .35rem;
  margin-right: .35rem;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {
}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {
}

.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 0;
}

ul.menu ul {
  padding-left: 1.5rem;
}

ul.menu ul ul {
}

ul.menu ul ul ul {
}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {
}

ul.menu li a {
}

ul.menu li a:link,
ul.menu li a:visited {
}

ul.menu li a:active,
ul.menu li a.active {
}

ul.menu li a:hover,
ul.menu li a:focus {
}

ul.menu li.active a,
ul.menu li.active-trail a {
}

ul.menu li.first,
ul.menu li.last {
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Custom IGD Menu
 * ========================================================================== */
.block-main-menu span,
.block-main-menu a,
.block-main-menu a.active {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: 0.075rem;
  font-weight: 400;
}

.block-main-menu .block-content > ul {
  float: left;
  display: table;
  letter-spacing: 0;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
  background-color: #009374;
  margin: 0;
  -moz-hyphens: initial;
  -o-hyphens: initial;
  -webkit-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}

.block-main-menu .submenu {
  display: none;
  background-color: #009374;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  max-height: 1000rem;
  min-height: calc(100% + 5px);
  margin: 0;
  border-top: 5px solid #66BFAC;
  position: absolute;
  z-index: 1010;
  text-align: left;
}

.block-main-menu .submenu .mainmenu-title {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0 2.5rem;
  width: 100%;
}

.block-main-menu .expanded.menu-depth-1 > span::after {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: '\f101';
  height: 1rem;
  padding: 1rem;
  vertical-align: baseline;
  width: 1rem;
  margin: -0.8rem 0 -0.8rem -3rem;
}

.block-main-menu .expanded.menu-depth-1.active > span::after {
  content: '\f106';
}

.block-main-menu .submenu a {
  display: table-cell;
  height: 5rem;
  overflow: hidden;
  padding: 0 2.5rem 0 0;
  vertical-align: middle;
}

.block-main-menu .active .submenu {
  display: block;
}

.block-main-menu .submenu .submenu-wrapper li {
  vertical-align: top;
  text-align: left;
  white-space: normal;
  border-bottom: 1px solid #66BFAC;
  -webkit-column-break-inside: avoid;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-2 {
  width: 25%;
  padding: 0 2.5rem;
  display: block;
  float: left;
  border-bottom: none;
  margin-bottom: 2.5rem;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-2 ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #66BFAC;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-3 {
  display: table;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.block-main-menu .submenu .submenu-wrapper .expanded.menu-depth-3 span::before {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f101';
  height: 1rem;
  position: absolute;
  padding: 2rem;
  right: -2rem;
  top: 0;
  width: 1rem;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-3 a {
  text-transform: none;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-3 ul {
  display: none;
  padding-left: 2.5rem;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-3.active ul {
  display: block;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-4 {
  list-style: none;
}

.block-main-menu .submenu .submenu-wrapper .menu-depth-4.last {
  border-bottom: none;
}

/*
.block-main-menu #morefield .nolink {
	padding: 0;
	line-height: 4.3rem;
	width: 100%;
}*/

.block-main-menu #morefield > ul {
  position: absolute;
  top: 100%;
  z-index: 1010;
  padding: 0;
  margin: 0;
}

.block-main-menu #morefield .menu-depth-1 {
  background-color: #66BFAC;
  border-bottom: 1px solid #009374;
}

.block-main-menu #morefield .menu-depth-1.active {
  background-color: #009374;
}

.block-main-menu #morefield > ul .menu-depth-1 {
  box-sizing: padding-box;
  height: 5rem;
  padding: 0 8rem 0 0;
  width: 100%;
}

.block-main-menu #morefield > ul .menu-depth-1 > a,
.block-main-menu #morefield > ul .menu-depth-1 > span a {
  display: table-cell;
  height: 5rem;
  overflow: hidden;
  padding: 0 0 0 2.5rem;
  vertical-align: middle;
}

.block-main-menu #morefield > ul .menu-depth-1 > span {
  display: table;
  width: 100%;
}

.block-main-menu #morefield > ul .menu-depth-1 > span:after {
  margin: 0 -8rem 0 -1rem;
  padding: 2rem 1.5rem;
  padding-right: 3rem;
  float: right;
}

.block-main-menu #morefield > ul .menu-depth-1.active > span:after {
  content: '\f104';
}

.block-main-menu #morefield .submenu {
  display: none;
  left: -100%;
}

.block-main-menu #morefield .menu-depth-1.active .submenu {
  display: block;
}

.block-main-menu .menu-depth-1.collapsed {
  display: none;
}

.block-main-menu .submenu a:hover {
  text-decoration: underline;
}

/* =============================================================================
 *   IGD Custom Slideshow
 * ========================================================================== */
#menu-bar {
  margin: 0;
}

.view-display-id-owlslider .view-content,
.node-slider .view-content {
  margin: 0 -2.5rem;
}

#menu-bar .view-content .owl-carousel:not(.owl-loaded) {
  display: block;
}

#menu-bar .view-content .owl-carousel:not(.owl-loaded) > div {
  display: none;
}

#menu-bar .view-content .owl-carousel:not(.owl-loaded) > div:first-child {
  display: block;
}

#menu-bar .view-content .owl-carousel .owl-slide-wrapper {
  position: relative;
  height: 44.8rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#menu-bar .view-content .owl-carousel .owl-slide-wrapper > img,
#menu-bar .view-content .owl-carousel .owl-slide-wrapper > picture > img {
  display: block;
}

#menu-bar .view-content .owl-carousel .owl-slide-wrapper > picture > source {
  height: 0;
}

#menu-bar .view-content .owl-carousel .owl-slide-wrapper .owl-slide-image-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#menu-bar .view-content .owl-carousel .owl-slide-wrapper .owl-slide-text-overlay {
  position: absolute;
  left: 8rem;
  right: 61.1%;
  bottom: 0;
  background: rgba(31, 130, 192, 0.85);
  border: 1px solid #C7CACC;
  border-bottom: 0;
  color: #FFFFFF;
  padding: 2.5rem;
  padding-bottom: 5.9rem;
  text-align: left;
}

.owl-slide-text-overlay > h2 {
  margin-top: -0.5rem;
  margin-bottom: .35rem;
  font-size: 3.6rem;
  line-height: 4rem;
  letter-spacing: .025rem;
  font-weight: 200;
  color: #FFFFFF;
}

.owl-slide-text-overlay .banner-overlay-content {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.owl-slide-text-overlay .copyright {
  position: absolute;
  margin-bottom: .5em;
  left: 2.5rem;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .025em;
}

.owl-slide-text-overlay > a {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .075em;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  min-width: 14rem;
  text-align: center;
  padding: 1rem 1rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.owl-slide-text-overlay > a:hover {
  background: #FFFFFF;
  color: #1F82C0;
}

.paragraphs-item-karussell .owl-carousel .owl-dots {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

#menu-bar .view-content .owl-carousel .owl-dots {
  left: 8rem;
  bottom: 0;
  font-size: 1.3rem;
  line-height: 2.4rem;
  padding: 0 2.5rem 3rem;
  z-index: 2;
  width: auto;
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot {
  color: #1F82C0;
  padding: 0 .2rem;
  display: inline-block;
}

#menu-bar .view-content .owl-carousel .owl-dots .owl-dot {
  color: #FFFFFF;
}

#menu-bar .view-content .owl-carousel .owl-dots .owl-dot span {
  display: initial;
  margin: 0;
}

.owl-carousel .owl-dots .owl-dot::before {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f10e';
}

.owl-carousel .owl-dots .owl-dot.active::before {
  content: '\f10f';
}

.paragraphs-item-slider-klein {
  font-size: 0;
  height: 25.6rem;
}

.paragraphs-item-slider-klein .section-title {
  padding: 2.5rem;
}

.paragraphs-item-slider-klein .owl-carousel {
  display: inline-block;
}

.paragraphs-item-slider-klein .fhg-grid-item {
  border-right: 1px solid #C7CACC;
  display: inline-block;
  vertical-align: top;
  height: 25.6rem;
  background-color: #FFFFFF;
  width: 100%;
}

.one-sidebar .paragraphs-item-slider-klein .section-title {
  width: 33.33%;
}

.one-sidebar .paragraphs-item-slider-klein .owl-carousel {
  width: 66.66%;
}

.no-sidebars .paragraphs-item-slider-klein .section-title {
  width: 25%;
}

.no-sidebars .paragraphs-item-slider-klein .owl-carousel {
  width: 75%;
}

.no-sidebars .paragraphs-item-slider-klein .owl-carousel .owl-stage-outer {
  width: 125%;
}

.one-sidebar .paragraphs-item-slider-klein .owl-carousel .frame {
  width: 100%;
}

.paragraphs-item-slider-klein .owl-carousel .frame a,
.paragraphs-item-slider-klein .owl-carousel .frame span {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.025em;
  display: block;
  font-weight: 400;
  height: 100%;
  padding: 0 1.5rem;
}

.paragraphs-item-slider-klein .owl-carousel .frame .slider-image {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 12.8rem;
  margin: 0 -1.5rem 4.608rem;
  width: auto;
}

.paragraphs-item-slider-klein .owl-carousel .owl-dots {
  font-size: 1.3rem;
  position: absolute;
  line-height: 2.4rem;
  left: -100%;
  right: 100%;
  text-align: right;
  bottom: 0;
  padding: 0 2.5rem 3rem;
  display: block;
}

/* =============================================================================
 *  Content Tab Styles
 * ========================================================================== */
div.horizontal-tabs,
div.resp-tab-content {
  margin: 0;
  border: none;
}

.horizontal-tabs ul.horizontal-tabs-list,
.responsive-tabs ul.resp-tabs-list {
  background-color: transparent;
  border-bottom: 1px solid #1F82C0;
  line-height: 4.3rem;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}

.responsive-tabs ul.resp-tabs-list {
  display: inline-block;
  width: 100%;
}

.horizontal-tabs ul.horizontal-tabs-list li,
.horizontal-tabs ul.horizontal-tabs-list li.selected,
.responsive-tabs ul.resp-tabs-list li {
  padding: 0;
  min-width: 5em;
}

.horizontal-tabs ul.horizontal-tabs-list li,
.responsive-tabs ul.resp-tabs-list li {
  background-color: transparent;
  border: 1px solid #1F82C0;
  border-bottom: 0;
  margin-right: -1px;
}

.horizontal-tabs ul.horizontal-tabs-list li::before,
.responsive-tabs ul.resp-tabs-list li::before {
  content: none;
}

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a,
.responsive-tabs ul.resp-tabs-list li span,
.responsive-tabs ul.resp-tabs-list li.resp-tab-active span {
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
}

.responsive-tabs ul.resp-tabs-list li span {
  display: block;
  color: #1F82C0;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected *,
.responsive-tabs ul.resp-tabs-list li.resp-tab-active * {
  background-color: #1F82C0;
  color: #FFFFFF;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li a:hover,
.responsive-tabs ul.resp-tabs-list li:hover,
.responsive-tabs ul.resp-tabs-list li a:hover {
  background-color: transparent;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected:hover,
.horizontal-tabs ul.horizontal-tabs-list li.selected a:hover,
.responsive-tabs ul.resp-tabs-list li.resp-tab-active:hover,
.responsive-tabs ul.resp-tabs-list li.resp-tab-active span:hover {
  background-color: #1F82C0;
}

.horizontal-tabs ul.horizontal-tabs-list li a:hover,
.responsive-tabs ul.resp-tabs-list span:hover {
  text-decoration: underline;
}

.horizontal-tabs ul.horizontal-tabs-list li strong {
  font-weight: normal;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
  padding: 0;
  margin: 0;
}

.responsive-tabs .responsive-tabs-controls {
  display: none;
  padding: 0 1.25rem;
}

.responsive-tabs .resp-tabs-container {
  clear: both;
}

.responsive-tabs .responsive-tabs-controls a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
  font-weight: 400;
  float: right;
  padding: 2.5rem 1.25rem;
  text-align: right;
}

.responsive-tabs h2.resp-accordion {
  border: 0;
  border-top: 1px solid #C7CACC;
}

.responsive-tabs .resp-tabs-container .resp-tab-content {
  padding: 0;
}

.responsive-tabs h2.resp-accordion:last-of-type {
  border-bottom: 1px solid #C7CACC;
}

.responsive-tabs h2.resp-accordion.resp-tab-active {
  background-color: #1F82C0;
  color: #FFFFFF;
}

.responsive-tabs h2.resp-accordion {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.responsive-tabs h2.resp-accordion .resp-arrow {
  display: none;
}

.responsive-tabs h2.resp-accordion span {
  display: block;
  width: 100%;
  padding: 1.5rem;
  padding-right: 5rem;
}

.responsive-tabs h2.resp-accordion span::before {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f101';
  float: right;
  margin-right: -2.5rem;
}

.responsive-tabs h2.resp-accordion.resp-tab-active span::before {
  content: '\f106';
}

/* =============================================================================
 *   Paragraphs Styles
 * ========================================================================== */
.paragraphs-items .fhg-section-separator {
  border-left: 0;
  border-right: 0;
}

/*
.entity-paragraphs-item .heading-wrapper {
  margin: 2.5rem 0;
}*/

.paragraphs-item-textblock-bild-rechts,
.paragraphs-item-textblock-bild-links,
.paragraphs-item-textblock-video,
.paragraphs-item-dynamische-liste,
.paragraphs-item-referenzliste:not(.style-grid),
.paragraphs-item-tabelle {
  padding: 2.5rem;
  clear: both;
}

.paragraphs-item-textblock-video {
  padding-top: 2.5rem;
}

.paragraphs-items .field-items .field-item:not(:first-child) .paragraphs-item-textblock-bild-links .content,
.paragraphs-items .field-items .field-item:not(:first-child) .paragraphs-item-textblock-bild-rechts .content,
.paragraphs-items .field-items .field-item:not(:first-child) .paragraphs-item-tabelle .content,
.paragraphs-items .field-items .field-item:not(:first-child) .paragraphs-item-dynamische-liste .content {
  padding-top: 2.5rem;
  border-top: 1px solid #C7CACC;
}

.paragraphs-items .fhg-section-separator:not(.fhg-header-separator) + .field-item .paragraphs-item-textblock-bild-links .content,
.paragraphs-items .fhg-section-separator:not(.fhg-header-separator) + .field-item .paragraphs-item-textblock-bild-rechts .content,
.paragraphs-items .fhg-section-separator:not(.fhg-header-separator) + .field-item .paragraphs-item-tabelle .content {
  border-top: none;
  padding: 0;
}

.node-vortrag .paragraphs-items .field-item:first-child .paragraphs-item-textblock-bild-links .content,
.node-vortrag .paragraphs-items .field-item:first-child .paragraphs-item-textblock-bild-rechts .content,
.node-vortrag .paragraphs-items .field-item:first-child .paragraphs-item-tabelle .content {
  padding-top: 0;
}

.paragraphs-items .field-item:last-child .paragraphs-item-textblock-bild-links,
.paragraphs-items .field-item:last-child .paragraphs-item-textblock-bild-rechts,
.paragraphs-items .field-item:last-child .paragraphs-item-tabelle {
  padding-bottom: 2.5rem;
}

.paragraphs-item-textblock-bild-links .content-wrapper .field,
.paragraphs-item-textblock-bild-rechts .content-wrapper .field {
  display: inline-block;
  vertical-align: top;
}

.paragraphs-item-textblock-bild-links .field-name-field-image,
.paragraphs-item-textblock-bild-rechts .field-name-field-image,
.paragraphs-item-textblock-video .field-name-field-text {
  width: 33.33%;
}

.paragraphs-item-textblock-bild-links .field-name-field-image + .field-name-field-text,
.paragraphs-item-textblock-bild-rechts .field-name-field-image + .field-name-field-text,
.paragraphs-item-textblock-video .field-name-field-video {
  width: 66.67%;
}

.paragraphs-item-textblock-bild-links .field-name-field-text {
  padding-left: 2.5rem;
}

.paragraphs-item-textblock-bild-rechts .field-name-field-text {
  padding-right: 2.5rem;
}

.paragraphs-item-textblock-bild-rechts .field-name-field-image {
  float: right;
}

.paragraphs-item-textblock-bild-links .field-name-field-image figure,
.paragraphs-item-textblock-video .field-name-field-video {
  padding-right: 2.5rem;
}

.paragraphs-item-textblock-bild-rechts .field-name-field-image figure {
  padding-left: 2.5rem;
}

.paragraphs-item-textblock-bild-links .field-name-field-text:only-child,
.paragraphs-item-textblock-bild-rechts .field-name-field-text:only-child {
  padding: 0;
}

.paragraphs-items .field-item:first-child .fhg-section-separator.accent-bordered {
  border-top: 0;
}

.field-group-htabs-wrapper ~ .paragraphs-items .field-item:first-child .fhg-section-separator.accent-bordered {
  border-top: 1px solid #C7CACC;
}

.view-kuratorium .view-content,
.view-sekretariate.view-display-id-knoten .view-content,
.paragraphs-item-visititenkarte-content .view-content {
  font-size: 0;
  padding-bottom: 2.5rem;
}

.view-kuratorium .view-content .views-row,
.view-sekretariate.view-display-id-knoten .view-content .views-row,
.paragraphs-item-visititenkarte-content .view-content .views-row {
  width: 33.33%;
  display: inline-block;
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
  border-right: 1px solid #C7CACC;
  vertical-align: top;
}

.view-kuratorium .view-content .views-row:first-child,
.view-sekretariate.view-display-id-knoten .view-content .views-row:first-child,
.paragraphs-item-visititenkarte-content .view-content .views-row:first-child {
  border-left: none;
}

.view-kuratorium .view-content .views-row .vcardInfo,
.view-sekretariate.view-display-id-knoten .view-content .views-row .vcardInfo,
.paragraphs-item-visititenkarte-content .view-content .views-row .vcardInfo {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.view-sekretariate.view-display-id-knoten .view-content .views-row .e-mail li,
.paragraphs-item-visititenkarte-content .view-content .views-row .e-mail li {
  padding-left: 1.5rem;
  padding-top: .5rem;
}

.view-sekretariate.view-display-id-knoten .block-titel,
.paragraphs-item-visititenkarte-content .field-name-field-blocktitel {
  padding: 2.5rem;
}

.view-sekretariate.view-display-id-knoten .block-titel h2,
.paragraphs-item-visititenkarte-content .field-name-field-blocktitel h2 {
  padding-bottom: 1.5rem;
}

.view-sekretariate.view-display-id-block > .view-content .views-row {
  border-bottom: 1px solid #C7CACC;
}

.paragraphs-item-karussell .heading-wrapper {
  padding: 2.5rem;
}

.paragraphs-item-bilder-grid {
  padding: 2.5rem;
}

.paragraphs-item-bilder-grid .content {
  /* width: 66.66%; */
  border-top: 1px solid #C7CACC;
  padding-top: 2.5rem;
}

.paragraphs-item-bilder-grid .content figure {
  display: inline-block;
  width: 50%;
  padding: 2.5rem;
}

.paragraphs-item-bilder-grid .content figure:nth-child(2n-1) {
  padding-left: 0;
}

.paragraphs-item-bilder-grid .content figure:nth-child(2n) {
  padding-right: 0;
}

.paragraphs-item-bilder-grid .content figure:nth-last-child(-1):nth-last-child(-2) {
  padding-bottom: 0;
}

.paragraphs-item-iframe .field-item {
  position: relative;
  display: block;
  /* border: 1px solid; */
  margin: 2.5rem;
}

.paragraphs-item-marginalblock > .content {
  font-size: 0;
}

.paragraphs-item-marginalblock > .content > .paragraphs-items {
  display: inline-block;
  vertical-align: top;
}

.paragraphs-item-referenzliste.style-grid .view-header {
  padding: 2.5rem;
  padding-bottom: 0;
  border-top: 1px solid #C7CACC;
}

/* =============================================================================
 *   Grid Teaser Content
 * ========================================================================== */
.grid-column.lightblue .grid-content-wrapper,
.grid-column.lightblue .cta-block {
  background-color: #33B8CA;
  border-color: #33B8CA;
}

.grid-column.green .grid-content-wrapper,
.grid-column.green .cta-block {
  background-color: #6DBFA9;
  border-color: #6DBFA9;
}

.grid-column.accent .grid-content-wrapper,
.grid-column.accent .cta-block {
  background-color: #B1C800;
  border-color: #B1C800;
}

.grid-column.blue .grid-content-wrapper,
.grid-column.blue .cta-block {
  background-color: #1F82C0;
  border-color: #1F82C0;
}

.grid-column.gray .grid-content-wrapper,
.grid-column.gray .cta-block {
  background-color: #C7CACC;
  border-color: #C7CACC;
}

.grid-column.white .grid-content-wrapper,
.grid-column.white .cta-block {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.grid-column.lt-arbeit .grid-content-wrapper,
.grid-column.lt-arbeit .cta-block {
  background-color: #005C97;
  border-color: #005C97;
}

.grid-column.lt-stadt .grid-content-wrapper,
.grid-column.lt-stadt .cta-block {
  background-color: #F7941E;
  border-color: #F7941E;
}

.grid-column.lt-gesundheit .grid-content-wrapper,
.grid-column.lt-gesundheit .cta-block {
  background-color: #A6CE39;
  border-color: #A6CE39;
}

.grid-content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 1rem solid transparent;
  border-bottom-color: inherit;
  border-right: 1rem solid transparent;
  width: 3.5rem;
  box-sizing: border-box;
}

.grid-content-wrapper::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 3.5rem;
  border-bottom: 1rem solid transparent;
  border-bottom-color: inherit;
  border-left: 1rem solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.grid-content-wrapper .grid-content ul {
  padding: 0;
}

.grid-content-wrapper .grid-content ul li {
  list-style-position: inside;
}

.paragraphs-item-teaserblock .field-item {
  /*
  vertical-align: top;
  font-size: 0;
  float: left;*/
}

.field-item .grid-column a,
.field-item .grid-column .link span {
  color: #FFFFFF;
}

.field-item .grid-column.white a,
.field-item .grid-column.white .link span {
  color: #1F82C0;
}

.field-item .grid-column .grid-column-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #C7CACC;
  margin: -1px;
  margin-top: 0;
  height: 100%;
}

.paragraphs-item-teaserblock .field-item .grid-column {
  float: left;
}

.paragraphs-item-teaserblock .field-item .grid-column .background-image-formatter {
  background-size: cover;
}

.paragraphs-item-teaserblock .field-item.size-1x2 .grid-column .background-image-formatter {
  height: 26.6rem;
}

.paragraphs-item-teaserblock .field-item.size-1x2 .grid-column .background-image-formatter.small {
  height: 13.8rem;
}

.field-item .grid-column .grid-content-wrapper {
  height: 25.6rem;
  font-size: 1.4rem;
  padding: 2.5rem;
  padding-top: 1.5rem;
  color: #FFFFFF;
  position: relative;
}

.field-item.size-1x2 .grid-column.image-small .background-image-formatter.small + .grid-content-wrapper {
  height: 37.4rem;
}

.field-item.size-1x2 .grid-column .grid-content-wrapper {
  height: 24.6rem;
}

.field-item.size-1x2 .grid-column.no-image .grid-content-wrapper {
  height: 51.2rem;
}

.paragraphs-item-teaserblock .field-item.size-1x1-2 .grid-column .grid-content-wrapper {
  height: 12.8rem;
}

.field-item .grid-column.white .grid-content-wrapper {
  color: #555555;
}

.field-item .grid-column .grid-content-wrapper h3,
.field-item .grid-column .grid-content-wrapper p {
  margin: 0;
  margin-bottom: 0.35em;
  color: #FFFFFF;
}

.field-item .grid-column .grid-content-wrapper .text-copyright {
  margin: -1.5rem 0 .6rem 2rem;
  text-align: right;
}

.field-item .grid-column .grid-content-wrapper .text-copyright,
.field-item .grid-column .grid-content-wrapper .text-meta {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.field-item .grid-column .grid-content-wrapper .grid-title a {
  text-decoration: none;
}

.field-item .grid-column.white .grid-content-wrapper .grid-title {
  color: #1F82C0;
}

.field-item .grid-column.white .grid-content-wrapper p {
  color: #555555;
}

.paragraphs-item-teaserblock .field-item .grid-column .cta-block,
.paragraphs-items-field-marginalparagraph .field-item .grid-column .cta-block {
  bottom: 0;
  left: 1px;
  right: 1px;
  padding: 1.5rem 2.5rem 2.5rem;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.paragraphs-item-teaserblock .field-item.size-2x1 .grid-column .cta-block,
.paragraphs-items-field-marginalparagraph .field-item.size-2x1 .grid-column .cta-block {
  left: 50%;
}

.field-item .grid-column .cta-block ul.arrowed-list li::before {
  color: #FFFFFF;
}

.field-item .grid-column.white .cta-block ul.arrowed-list li::before {
  color: #1F82C0;
}

.paragraphs-item-teaserblock .field-item .grid-column.size-2x1 .background-image-formatter + .grid-content-wrapper {
  width: 50%;
}

.paragraphs-item-teaserblock .field-item .grid-column.size-2x2 .cta-block {
  width: 50%;
  left: 50%;
}

.paragraphs-item-teaserblock .grid-sizer,
.paragraphs-item-teaserblock .field-item {
  width: 25%;
}

.paragraphs-item-teaserblock .field-item.size-2x1,
.paragraphs-item-teaserblock .field-item.size-2x2 {
  width: 50%;
}

.one-sidebar .paragraphs-item-teaserblock .grid-sizer,
.one-sidebar .paragraphs-item-teaserblock .field-item {
  width: 33.33%;
}

.one-sidebar .paragraphs-item-teaserblock .field-item.size-2x1,
.one-sidebar .paragraphs-item-teaserblock .field-item.size-2x2 {
  width: 66.66%;
}

.paragraphs-item-teaserblock .field-item {
  height: 25.6rem;
  float: left;
  vertical-align: top;
}

.paragraphs-item-teaserblock .field-item.size-1x2,
.paragraphs-item-teaserblock .field-item.size-2x2 {
  height: 51.2rem;
}

.paragraphs-item-teaserblock .field-item .grid-column {
  width: 100%;
}

/* =============================================================================
 *   Grid View
 * ========================================================================== */
.view-content .lightblue .grid-content-wrapper,
.view-content .lightblue .cta-block {
  background-color: #33B8CA;
  border-color: #33B8CA;
}

.view-content .green .grid-content-wrapper,
.view-content .green .cta-block {
  background-color: #6DBFA9;
  border-color: #6DBFA9;
}

.view-content .accent .grid-content-wrapper,
.view-content .accent .cta-block {
  background-color: #B1C800;
  border-color: #B1C800;
}

.view-content .blue .grid-content-wrapper,
.view-content .blue .cta-block {
  background-color: #1F82C0;
  border-color: #1F82C0;
}

.view-content .white .grid-content-wrapper,
.view-content .white .cta-block {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.grid-content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 1rem solid transparent;
  border-bottom-color: inherit;
  border-right: 1rem solid transparent;
  width: 3.5rem;
  box-sizing: border-box;
}

.grid-content-wrapper::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 3.5rem;
  border-bottom: 1rem solid transparent;
  border-bottom-color: inherit;
  border-left: 1rem solid transparent;
  width: 100%;
  box-sizing: border-box;
}

.view-content .views-row .grid-column,
.view-display-id-leitthemen .view-content .views-row.view-footer .file {
  float: left;
  vertical-align: top;
}

.view-content .views-row .grid-column a {
  color: #FFFFFF;
}

.view-content .views-row .grid-column.white a {
  color: #1F82C0;
}

.view-content .views-row .grid-column .grid-column-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #C7CACC;
  margin: -1px;
  margin-top: 0;
  height: 100%;
}

.view-content .views-row .grid-column .background-image-formatter {
  background-size: cover;
}

.view-content .views-row .grid-column.size-1x2 .background-image-formatter {
  height: 26.6rem;
}

.view-content .views-row .grid-column .grid-content-wrapper {
  height: 24.6rem;
  font-size: 1.4rem;
  padding: 2.5rem;
  padding-top: 1.5rem;
  color: #FFFFFF;
  position: relative;
}

.view-display-id-leitthemen .view-content .views-row .grid-column .grid-content-wrapper {
  padding-top: 2.5rem;
}

.view-content .views-row .grid-column.white .grid-content-wrapper {
  color: #555555;
}

.view-content .views-row .grid-column .grid-content-wrapper h3,
.view-content .views-row .grid-column .grid-content-wrapper p {
  margin: 0;
  margin-bottom: 0.35em;
  color: #FFFFFF;
}

.view-content .views-row .grid-column .grid-content-wrapper .text-copyright {
  margin: -1.5rem 0 .6rem 2rem;
  text-align: right;
}

.view-content .views-row .grid-column .grid-content-wrapper .text-copyright,
.view-content .views-row .grid-column .grid-content-wrapper .text-meta {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.view-content .views-row .grid-column .grid-content-wrapper .grid-title a {
  text-decoration: none;
}

.view-content .views-row .grid-column.white .grid-content-wrapper .grid-title {
  color: #1F82C0;
}

.view-content .views-row .grid-column.white .grid-content-wrapper p {
  color: #555555;
}

.view-content .views-row .grid-column .cta-block {
  bottom: 0;
  left: 1px;
  right: 1px;
  padding: 1.5rem 2.5rem 2.5rem;
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.view-content .views-row .grid-column .cta-block ul.arrowed-list li::before {
  color: #FFFFFF;
}

.view-content .views-row .grid-column.white .cta-block ul.arrowed-list li::before {
  color: #1F82C0;
}

.view-content .views-row .grid-column.size-2x2 .cta-block {
  width: 50%;
  left: 50%;
}

/* =============================================================================
 *   View - Frontpage
 * ========================================================================== */

.view-frontpage.view-display-id-page > .view-footer {
  border: 1px solid #C7CACC;
  border-bottom: 0;
}

.view-frontpage.view-display-id-introduction .content-wrapper {
  display: table;
}

.view-frontpage.view-display-id-introduction .content-wrapper > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 2.5rem;
}

.view-frontpage.view-display-id-introduction .content-wrapper img {
  display: block;
}

.view-frontpage.view-display-id-introduction .views-field-body {
  padding: 2.5rem;
}

.view-display-id-news_startseite > .view-content .views-row,
.view-display-id-standort > .view-content .views-row,
.view-display-id-leitthemen .view-content .views-row {
  display: inline;
  font-size: 0;
}

.view-frontpage.view-display-id-standort > .view-header,
.view-frontpage.view-display-id-news_startseite > .view-header,
.view-frontpage.view-display-id-leitthemen > .view-header {
  padding: 2.5rem;
}

.view-frontpage.view-display-id-news_startseite,
.view-frontpage.view-display-id-leitthemen {
  border-top: 1px solid #C7CACC;
  clear: both;
}

.view-frontpage.view-display-id-veranstaltungen {
  width: 50%;
  height: 51.2rem;
  float: right;
  padding: 2.5rem;
  position: relative;
}

.view-frontpage.view-display-id-veranstaltungen .view-content .views-row {
  font-size: 1.4rem;
  font-size: initial;
  padding: 0.5rem 0;
  border-bottom: 1px solid #C7CACC;
  display: block;
}

.view-display-id-news_startseite > .view-header h2,
.view-display-id-leitthemen > .view-header h2 {
  display: inline-block;
}

.view-display-id-news_startseite > .view-header a,
.view-display-id-leitthemen > .view-header a {
  float: right;
}

.view-display-id-news_startseite > .view-header a:last-child,
.view-display-id-leitthemen > .view-header a:last-child {
  margin-right: 0;
}

.view-display-id-news_startseite > .view-content .views-row.view-footer {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.view-frontpage.view-display-id-veranstaltungen .view-footer {
  position: absolute;
  bottom: 0;
}

.view-frontpage.view-display-id-veranstaltungen .view-footer .cta-block {
  bottom: 0;
  left: 1px;
  right: 1px;
  padding: 1.5rem 2.5rem 2.5rem 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.view-footer .view-display-id-newsticker .views-responsive-grid-vertical.views-columns-2 .views-column .views-row {
  height: 12.83rem;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #C7CACC;
}

.view-footer .view-display-id-newsticker .views-responsive-grid-vertical.views-columns-2 .views-column .views-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.view-footer .view-display-id-newsticker .views-responsive-grid h3 {
  word-wrap: break-word;
  max-height: 1.8rem;
  overflow: hidden;
  line-height: 1.8rem;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 0.35em;
}

.view-footer .view-display-id-newsticker .views-responsive-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.view-display-id-leitthemen .view-content {
  width: 50%;
  float: right;
}

.view-display-id-leitthemen .view-footer {
  display: inline-block;
  width: 50%;
  float: left;
  border-top: 1px solid #C7CACC;
  padding: 0 2px;
}

/* =============================================================================
 *   View - Vorträge
 * ========================================================================== */
.view-veranstaltung.view-display-id-vortrag {
  padding: 2.5rem;
}

/* =============================================================================
 *   Business cards
 * ========================================================================== */
.vcardInfo {
  -moz-hyphens: initial;
  -o-hyphens: initial;
  -webkit-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}

.vcardInfoBlock img {
  display: block;
}

.vcardInfoBlock h4 {
  margin: 0;
}

.vcardInfoBlock .content:not(:first-child) h4 {
  margin-top: 1.8rem;
}

.vcardInfoBlock .alumni {
  font-style: italic;
  margin-top: 1rem;
}

.vcardInfoBlock .adresseBlock {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vcardInfoBlock .e-mail {
  color: #1F82C0;
}

.vcardInfoBlock .e-mail ul {
  margin-left: 0;
}

/* =============================================================================
 *   View - Kuratorium
 * ========================================================================== */
.view-kuratorium .view-content {
  border-left: 1px solid #C7CACC;
  border-right: 1px solid #C7CACC;
  padding-top: 2.5rem;
}

/*
#block-system-main .view {
   border-left: 1px solid #C7CACC;
   border-right: 1px solid #C7CACC;
}

#block-system-main .view-header {
   border-top: 1px solid #C7CACC;
   border-bottom: 1px solid #C7CACC;
}

#block-system-main .view-content {
   padding: 2.5rem;
   border-bottom: 1px solid #C7CACC;
}

#block-system-main .view-header,
#block-system-main .view-footer {
   padding: 1.5rem 2.5rem;
   text-align: right;
}
*/
/* =============================================================================
 *   View Filter
 * ========================================================================== */
.view-filters {
  background-color: #EEEFF1;
  padding: 2.5rem 0 1rem;
  position: relative;
  border-bottom: 1px solid #C7CACC;
}

.view-filters::before {
  background-color: #EEEFF1;
  border-top: 1px solid #C7CACC;
  border-bottom: 1px solid #C7CACC;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 8rem;
  z-index: -1;
  left: -8rem;
}

.view-display-id-veranstaltungen .view-filters {
  padding: 2.5rem;
}

.views-exposed-form .views-exposed-widget {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.views-exposed-form .views-exposed-widget input {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
  font-weight: 400;
}

.views-exposed-form .views-widget-filter-combine {
  width: 66.66%;
  padding: 0 2.5rem 1.5rem;
}

.views-exposed-form .views-widget-filter-combine input,
.views-exposed-form .views-widget-date-wrapper input {
  width: 100%;
  padding: 0 2.5rem;
}

.views-exposed-form .views-widget-date-wrapper,
.views-exposed-form .views-form-buttons {
  width: 33.33%;
  padding: 0 2.5rem 1.5rem;
}

.views-exposed-form .views-widget-date-wrapper .views-exposed-widget,
.views-exposed-form .views-form-buttons .views-exposed-widget {
  width: 50%;
}

.views-exposed-form .views-widget-date-wrapper > div:first-child,
.views-exposed-form .views-form-buttons > div:first-child {
  margin-right: 2.5rem;
  margin-left: -2.5rem;
}

.views-exposed-form .views-widget-date-wrapper .container-inline-date .date-padding {
  float: initial;
}

.views-exposed-form .views-widget-date-wrapper .container-inline-date .date-padding .form-item {
  position: relative;
}

.views-exposed-form .views-widget-date-wrapper .container-inline-date .date-padding .form-item::after {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f109';
  font-size: 2.4rem;
  color: #1F82C0;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3.3rem;
}

/* =============================================================================
 *   Exposed view filter form
 * ========================================================================== */
.views-exposed-form.vefl-layout .vefl-region .views-widget-button {
  padding: 0;
}

.views-exposed-form.vefl-layout .vefl-region .views-exposed-widget:first-child {
  padding-left: 2.5rem;
}

.views-exposed-form.vefl-layout .vefl-region .views-exposed-widget:last-child {
  padding-right: 2.5rem;
}

.view-suche .views-exposed-form.vefl-layout .vefl-region .views-exposed-widget:last-child {
  padding-right: 0;
}

.views-exposed-form.vefl-layout .vefl-region-left .views-exposed-widget,
.views-exposed-form.vefl-layout .vefl-region-middle .views-exposed-widget:only-child {
  width: 100%;
}

/* =============================================================================
 *  More Exposed view filter form
 * ========================================================================== */

.views-exposed-form .fhg-checkbox-dropdown .details {
  background-color: #FFFFFF;
  border-color: #C7CACC;
}

.views-exposed-form .fhg-checkbox-dropdown .details label {
  padding: .75rem 2.5rem .75rem 4.5rem;
  font-weight: 400;
  display: inline-block;
}

.views-exposed-form .fhg-checkbox-dropdown .details label > input {
  line-height: 1.5rem;
  width: auto;
  height: auto;
}

.views-exposed-form .form-item,
.views-exposed-form .form-item input {
  margin: 0;
  width: 100%;
}

.views-exposed-form .views-form-buttons {
  float: right;
}

#views-exposed-form-listungen-veranstaltungen .views-form-buttons,
#views-exposed-form-listungen-veranstaltungen .views-exposed-widget {
  float: initial;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: .075em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.view-suche .views-exposed-form .views-exposed-widget .form-submit {
  max-width: 14rem;
}

.views-exposed-form .views-form-buttons #edit-reset,
.views-exposed-form .views-reset-button #edit-reset {
  background-color: transparent;
  border: 1px solid #1F82C0;
  color: #1F82C0;
}

.views-exposed-form .views-form-buttons #edit-reset:hover {
  color: #009374;
  border-color: #009374;
  outline-color: #009374;
}

.views-exposed-form .views-form-buttons #edit-submit-listungen,
.views-exposed-form .views-submit-button input {
  background-color: #1F82C0;
  border: 0;
  color: #FFFFFF;
  transition: background-color 150ms linear;
}

.views-exposed-form .views-form-buttons #edit-submit-listungen:hover,
.views-exposed-form .views-submit-button input:hover {
  background-color: #009374;
  outline-color: #009374;
}

/* =============================================================================
 *   View - Listungen
 * ========================================================================== */
.no-sidebars .view-listungen .view-header > * {
  width: 75%;
}

.view-listungen .view-content {
  padding: 0 2.5rem;
}

.view-listungen .view-content .views-row {
  margin: 0;
  padding: 2.5rem 0;
  border-bottom: 1px solid #C7CACC;
  list-style: none;
}

.view-listungen .view-content .views-row.views-row-last {
  border: none;
}

.view-listungen .cta a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .075em;
  border: 1px solid #1F82C0;
  color: #1F82C0;
  display: inline-block;
  font-weight: 400;
  min-width: 14rem;
  text-align: center;
  padding: 1rem 1rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow .4s, transofrm 1.5s, color .5s, background 1s;
}

.view-listungen .cta a:hover {
  color: #FFFFFF;
  background-color: #1F82C0;
  box-shadow: inset 0 0 0 2rem #1F82C0;
}

.view-listungen .more-link a {
  margin-top: 1.5rem;
}

.view-listungen .heading {
  margin-bottom: 2.5rem;
}

.view-listungen .heading .text-meta {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
  margin: 0;
  margin-bottom: .35em;
  color: #555555;
}

.view-listungen figure {
  width: 33.33%;
  position: relative;
  float: left;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
}

.view-listungen figure figcaption {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
  margin-top: 1em;
}

.view-listungen figure .figure-desc {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
}

.view-listungen .text {
  overflow: hidden;
}

.view-listungen p {
  line-height: 2.2rem;
  margin-bottom: .35em;
}

.view-listungen .view-header,
.view-publikationen .view-header,
.view-mitarbeiterliste .view-header {
  padding: 1.5rem 2.5rem;
  border-bottom: 1px solid #C7CACC;
}

.view-listungen .section-total,
.view-publikationen .section-total,
.view-mitarbeiterliste .section-total {
  float: left;
}

.view-listungen .articles-nav,
.view-publikationen .articles-nav,
.view-mitarbeiterliste .articles-nav {
  padding: 1.5rem 2.5rem;
  text-align: right;
}

.view-listungen .articles-nav.nav-top {
  border-bottom: 1px solid #C7CACC;
}

.view-listungen .articles-nav.nav-bottom {
  border-top: 1px solid #C7CACC;
}

.view-listungen .articles-nav .item-list-pager,
.view-publikationen .articles-nav .item-list-pager,
.view-mitarbeiterliste .articles-nav .item-list-pager {
  border-top: 1px solid #C7CACC;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  text-align: right;
}

.view-listungen .articles-nav .item-list-pager .pager,
.view-publikationen .articles-nav .item-list-pager .pager,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager {
  display: inline-block;
}

.view-listungen .articles-nav .item-list-pager .pager .pager-current,
.view-publikationen .articles-nav .item-list-pager .pager .pager-current,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager .pager-current {
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

.view-listungen .articles-nav .item-list-pager .pager li,
.view-publikationen .articles-nav .item-list-pager .pager li,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem;
}

.view-listungen .articles-nav .item-list-pager .pager li a,
.view-publikationen .articles-nav .item-list-pager .pager li a,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager li a {
  text-decoration: none;
  font-size: 1.2rem;
}

.view-listungen .articles-nav .item-list-pager li.pager-first a,
.view-listungen .articles-nav .item-list-pager li.pager-previous a,
.view-listungen .articles-nav .item-list-pager li.pager-next a,
.view-listungen .articles-nav .item-list-pager li.pager-last a,
.view-publikationen .articles-nav .item-list-pager li.pager-first a,
.view-publikationen .articles-nav .item-list-pager li.pager-previous a,
.view-publikationen .articles-nav .item-list-pager li.pager-next a,
.view-publikationen .articles-nav .item-list-pager li.pager-last a,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-first a,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-previous a,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-next a,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-last a {
  display: block;
  font-size: 0;
}

.view-listungen .articles-nav .item-list-pager li.pager-first a::before,
.view-listungen .articles-nav .item-list-pager li.pager-previous a::before,
.view-listungen .articles-nav .item-list-pager .pager-next a::before,
.view-listungen .articles-nav .item-list-pager .pager-last a::before,
.view-publikationen .articles-nav .item-list-pager li.pager-first a::before,
.view-publikationen .articles-nav .item-list-pager li.pager-previous a::before,
.view-publikationen .articles-nav .item-list-pager .pager-next a::before,
.view-publikationen .articles-nav .item-list-pager .pager-last a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-first a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-previous a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager-next a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager-last a::before {
  font-size: 1.2rem;
  letter-spacing: -0.6em;
  padding: 0 .5em;
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
}

.view-listungen .articles-nav .item-list-pager li.pager-first a::before,
.view-publikationen .articles-nav .item-list-pager li.pager-first a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-first a::before {
  content: '\f103\f103';
}

.view-listungen .articles-nav .item-list-pager li.pager-previous a::before,
.view-publikationen .articles-nav .item-list-pager li.pager-previous a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager li.pager-previous a::before {
  content: '\f103';
}

.view-listungen .articles-nav .item-list-pager .pager-next a::before,
.view-publikationen .articles-nav .item-list-pager .pager-next a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager-next a::before {
  content: '\f104';
}

.view-listungen .articles-nav .item-list-pager .pager-last a::before,
.view-publikationen .articles-nav .item-list-pager .pager-last a::before,
.view-mitarbeiterliste .articles-nav .item-list-pager .pager-last a::before {
  content: '\f104\f104';
}

/* =============================================================================
 *   View - Mitarbeiterliste
 * ========================================================================== */
.view-mitarbeiterliste > .view-content {
  padding: 2.5rem;
}

/* =============================================================================
 *   View - Video
 * ========================================================================== */
.view-video .view-content {
  width: 75%;
}

.view-video .view-content .views-row {
  padding: 2.5rem 0;
  border-bottom: 1px solid #C7CACC;
}

.view-video .view-content .views-row:last-child {
  border-bottom: none;
}

.view-video .view-content .views-row h3 {
  margin-bottom: 1.5rem;
}

/* =============================================================================
 *   Figures
 * ========================================================================== */
.fhg-content:not(:last-child) {
  padding-bottom: 2.5rem;
}

.fhg-content figcaption {
  padding-top: 1.2rem;
}

.fhg-content figcaption .text-copyright {
  margin-top: -0.7rem;
}

.text-copyright {
  color: #999999;
  display: block;
  margin-bottom: .6rem;
}

.paragraphs-item-karussell .fhg-content figcaption .text-copyright {
  margin: 0;
}

.paragraphs-item-karussell .fhg-content .figure-meta,
.paragraphs-item-karussell .fhg-content .figure-heading,
.paragraphs-item-karussell .fhg-content .figure-desc {
  padding: 0 2.5rem;
}

.paragraphs-item-karussell .fhg-content .figure-meta {
  float: right;
  text-align: left;
  width: 33.33%;
}

.paragraphs-item-karussell .fhg-content .figure-heading {
  float: left;
  width: 33.33%;
}

.paragraphs-item-karussell .fhg-content .figure-desc {
  float: left;
}

.paragraphs-item-karussell .fhg-content .figure-meta + .figure-desc,
.paragraphs-item-karussell .fhg-content .figure-heading + .figure-desc {
  width: 66.66%;
}

.paragraphs-item-karussell .fhg-content .figure-meta + .figure-heading + .figure-desc {
  width: 33.33%;
}

/* =============================================================================
 * Taxonomiezuordnungen
 * ========================================================================== */
.view-taxonomiezuordnungen .view-content > .views-row {
  width: 33.3333%;
  display: inline-block;
}

.view-taxonomiezuordnungen .view-content > .views-row .grid-column {
  width: 100%;
}

.view-taxonomiezuordnungen .view-content > .views-row .grid-column li::before {
  color: #FFFFFF;
}

/* =============================================================================
 *   Location
 * ========================================================================== */
.vcard abbr {
  border: none;
  text-decoration: none;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {
}

.book-navigation .page-links {
}

.book-navigation .page-previous {
}

.book-navigation .page-next {
}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  border: 1px solid #C7CACC;
  border-bottom: 0;
  height: 4.4rem;
  padding: 1.5rem 2.5rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: .025em;
}

#breadcrumb::before,
#breadcrumb::after {
  border-top: 1px solid #C7CACC;
  border-bottom: 1px solid #C7CACC;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 8rem;
  z-index: -1;
}

#breadcrumb::before {
  left: -8rem;
}

#breadcrumb::after {
  right: -8rem;
  height: initial;
  visibility: initial;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  float: left;
  padding-right: .5em;
}

#breadcrumb li::before {
  content: '\25B8';
  margin-right: .5em;
}

#breadcrumb li.crumb-first {
}

#breadcrumb li.crumb-first::before {
  content: none;
  margin: 0;
}

#breadcrumb li.crumb-last {
}

#breadcrumb a {
  font-weight: 400;
  text-decoration: underline;
}

#breadcrumb a:link,
#breadcrumb a:visited {
}

#breadcrumb a:active,
#breadcrumb a.active {
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  text-decoration: none;
}

#breadcrumb .crumb-separator,
#breadcrumb .crumb-sepreator {
  display: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {
}

ul.pager li a {
}

ul.pager li a:link,
ul.pager li a:visited {
}

ul.pager li a:active,
ul.pager li a.active {
}

ul.pager li a:hover,
ul.pager li a:focus {
}

ul.pager li.pager-item {
}

ul.pager li.first {
}

ul.pager li.last {
}

ul.pager li.pager-current {
}

ul.pager li.pager-first {
}

ul.pager li.pager-previous {
}

ul.pager li.pager-next {
}

ul.pager li.pager-last {
}

/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 0;
  position: absolute;
  bottom: -1px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {
}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {
}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {
}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {
}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {
}

.field-type-image .caption {
}

.field-type-image .full-caption {
}

.field-type-image .teaser-caption {
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {
}

/*
 * Long text
 */
.field-type-text-long {
}

/*
 * Text with summary
 */
.field-type-text-with-summary {
}

/*
 * File
 */
.field-type-file {
}

.file-icon {
  display: none;
}

/*
 * Number/Integer
 */
.field-type-number-integer {
}

/*
 * Decimal
 */
.field-type-number-decimal {
}

/*
 * Number float
 */
.field-type-number-float {
}

/*
 * List
 */
.field-type-list-text {
}

/*
 * List boolean
 */
.field-type-list-boolean {
}

/*
 * List integer
 */
.field-type-list-integer {
}

/*
 * List float
 */
.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime {
  padding: 2.5rem;
  padding-bottom: 0;
}

.field-type-node-reference {
}

.field-type-user-reference {
}

/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
}

.field-name-field-tags {
}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {
}

.field-name-field-meldungstyp,
.field-name-field-veranstaltungsreferenz {
  padding: 0 2.5rem;
}

.field-name-field-veranstaltungsreferenz {
  padding-bottom: 2.5rem;
}

.field-name-field-referent {
  padding-top: 2.5rem;
  margin: 0 2.5rem;
  border-bottom: 1px solid #C7CACC;
}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin: 0;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {
  margin: 0;
}

/*
 * The first block in the region
 */
.block.first {
}

/*
 * The last block in the region
 */
.block.last {
}

/*
 * Zebra striping for each block in the region
 */
.block.odd {
}

/*
 * Zebra striping for each block in the region
 */
.block.even {
}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {
}

/*
 * Match item list and block menu margin and padding
 */
.block-content {
}

.block-content ul,
.block-content ol {
}

.block-content li {
  /* margin: 0; */
  padding-left: 1.5rem;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {
}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {
}

/*
 * First block created with "Add block" link
 */
#block-block-1 {
}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {
}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {
}

/*
 * "Recent comments" block
 */
#block-comment-recent {
}

/*
 * "Active forum topics" block
 */
#block-forum-active {
}

/*
 * "New forum topics" block
 */
#block-forum-new {
}

/*
 * Language switcher block
 */
#block-locale-language {

}

#block-locale-language li.active {
  display: none;
}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {
}

/*
 * "Recent content" block
 */
#block-node-recent {
}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {
}

/*
 * "Most recent poll" block
 */
#block-poll-recent {
}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {
}

/*
 * "Search form" block
 */
#block-search-form {
}

#block-search-form .form-actions button,
#block-igd-custom-search-form .form-actions button {
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  color: #1F82C0;
  position: absolute;
  top: 0;
}

#block-search-form .form-actions button:hover,
#block-igd-custom-search-form .form-actions button:hover {
  color: #009374;
}

#search-block-form .form-actions #edit-submit-button::after,
#igd-custom-search-form .form-actions #edit-submit-search-button::after
{
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f12a';
  font-size: 3.3rem;
}

#search-block-form .form-item-search-block-form input,
#igd-custom-search-form .form-item-keys input {
  padding: 0 2.5rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  box-sizing: padding-box;
  display: none;
}

.search-on #search-block-form .form-item-search-block-form input,
.search-on #igd-custom-search-form .form-item-keys input {
  display: block;
}

#block-igd-custom-search-form .block-content .form-item-keys .search-input,
.view-suche .form-item-query .form-autocomplete {
  color: #1F82C0;
}

#block-igd-custom-search-form .block-content #autocomplete li,
.view-suche .form-item-query #autocomplete li {
  cursor: pointer;
  padding: 0.9rem 2.5rem;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
}

#block-igd-custom-search-form .block-content #autocomplete li.selected,
.view-suche .form-item-query #autocomplete li.selected {
  background-color: #33B8CA;
  color: #FFFFFF;
}

#block-locale-language .language-switcher-locale-url {
  padding: 0;
}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {
}

/*
 * "Popular content" block
 */
#block-statistics-popular {
}

/*
 * "Main menu" block
 */
#block-system-main-menu {
}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {
}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {
}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {
}

/*
 * "System help" block
 */
#block-system-help {
}

/*
 * "Main page content" block
 */
#block-system-main {
}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {
}

/*
 * "User login form" block
 */
#block-user-login {
}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {
}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {
}

.block-facetapi .block-content .facetapi-facetapi-links {
  margin: 0;
  padding: 1.5rem;
  color: #1F82C0;
}

.block-facetapi .block-content .facetapi-facetapi-links li {
  list-style: none;
}

.block-facetapi .block-content .facetapi-facetapi-links li::before {
  color: inherit;
  font-size: 1.2rem;
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  content: '\f11f';
  margin-left: -1.5rem;
  margin-right: .1rem;
  width: 1.5rem;
}

/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
}

.no-sidebars .node {
}

.node .fhg-section-separator {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #C7CACC;
  border-bottom: 1px solid #C7CACC;
}

.node ul.horizontal-tabs-list {
  border-right: 0;
}

.node.node-promoted {
}

.node.node-sticky {
}

.node.node-by-viewer {
}

.node.node-teaser {
}

.node.node-full {
}

.node.odd {
}

.node.even {
}

.node .node-title {
  margin: 0;
}

.node .user-picture {
}

.node .submitted {
}

.node .submitted .username {
}

.node .submitted time {
}

.node .node-content {
}

.node ul.links {
}

.node ul.links li {
}

.node ul.links li a {
}

.node ul.links li.node-read-more a {
}

.node ul.links li.comment-add a {
}

.node ul.links li.comment-comments a {
}

.node ul.links li.comment-new-comments a {
}

.node ul.links li.blog-sernames-blog a {
}

.node ul.links li.print-html a {
}

.node ul.links li.print-email a {
}

.node ul.links li.print-pdf a {
}

.preview .node {
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {
}

.node-article {
}

.node-book {
}

.node-forum {
}

.node-poll {
}

/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {
}

.comment.last {
}

.comment.odd {
}

.comment.even {
}

.comment .user-picture {
}

.comment .submitted {
}

.comment .submitted p {
}

.comment .submitted .username {
}

.comment .submitted time {
}

.comment .user-signature {
}

.comment ul.links {
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {
}

.comment-by-anonymous {
}

.comment-by-node-author {
}

.comment-by-viewer {
}

.comment-title-hidden {
}

.comment-with-picture {
}

.comment-with-signature {
}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {
}

/*
 * The submit button
 */
.form-submit {
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {
}

/*
 * Buttons used by contrib modules like Media
 */

.button:not(:last-child) {
  /* margin-right: 0; */
}

.button:hover {
  background-color: #009374;
  color: #FFFFFF;
}

button, .button {
  background-color: #1F82C0;
  border: 0;
  color: #FFFFFF;
  text-align: center;
  transition: background-color 150ms linear;
}

button, .button, .ghost-button {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: .075em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  line-height: 3.3rem;
  text-decoration: none;
  margin-right: 2.5rem;
  padding: 0 2.5rem;
}

button.ghost-button, .button.ghost-button {
  background-color: transparent;
  color: #1F82C0;
  border: 1px solid #1F82C0;
  text-transform: uppercase;
}

button.ghost-button:hover, .button.ghost-button:hover {
  color: #009374;
  border: 1px solid #009374;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Webform
 * ========================================================================== */
.node-webform .field-name-body {
  padding: 1.5rem 2.5rem;
}

.node-webform .field-name-body p:last-child {
  margin: 0;
}

.webform-submission > .webform-component {
  padding: 0 2.5rem;
}

.webform-submission > .webform-component:first-child {
  margin-top: 2.5rem;
}

.webform-submission > .webform-component:last-child {
  margin-bottom: 2.5rem;
}

.webform-client-form {
  padding: 2.5rem;
  background-color: #EEEFF1;
}

.webform-client-form .form-item,
.webform-client-form .webform-component-checkbox label p,
.webform-client-form .field-required-info {
  font-size: 1.2rem;
}

.webform-client-form label {
  font-weight: normal;
}

.webform-client-form .webform-component-checkbox label {
  vertical-align: text-top;
}

.webform-client-form .webform-component-checkbox label,
.webform-client-form .webform-component-checkbox label * {
  display: inline-block;
}

.webform-client-form .webform-component-checkbox input {
  line-height: 1.8rem;
  height: 1.8rem;
}

.webform-client-form .webform-component-checkbox label p {
  margin-bottom: 0;
}

.webform-client-form .webform-component-crm input:disabled,
.webform-client-form .webform-component-crm-email input:disabled {
  background-color: #F4F4F5;
}

.webform-confirmation-container {
  padding: 2.5rem;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin-top: 1rem;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  border-collapse: separate;
  border-left: 1px solid #C7CACC;
  border-right: 1px solid #C7CACC;
  border-top: 0;
  background-color: #C7CACC;
  border-spacing: 0 1px;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

table td, table th {
  padding: 0.5rem 1.5rem;
}

table tr p {
  font-size: 1.2rem;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #1F82C0;
}

thead tr p {
  font-weight: 400;
}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
}

tr.drag {
}

tr.drag-previous {
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {
}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {
}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {
}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {
}

div.warning {
}

tr.warning {
}

div.error,
tr.error {
}

.error {
}

.warning {
}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {
}

.node-unpublished,
.comment-unpublished {
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {
}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {
}

.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *  Dropdown styles
 * ========================================================================== */
.dropdown .views-widget {
  position: relative;
}

.dropdown .category-filter-switch {
  background-color: #FFFFFF;
  border: 1px solid #C7CACC;
  height: 3.3rem;
  line-height: 3.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3.2rem;
  font-size: 0;
  cursor: pointer;
}

.dropdown .category-filter-switch::before {
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f101';
  font-size: 1rem;
  line-height: inherit;
  outline: 0;
}

.dropdown.active .category-filter-switch::before {
  content: '\f106';
}

.dropdown .details {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: .025em;
  border-width: 0 1px;
  left: 0;
  margin-top: -1px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 3.3rem;
  transition: max-height .4s ease-in-out, padding .4s ease-in-out, border-bottom 0s ease .4s;
  z-index: 1011;
}

.dropdown.active .details {
  max-height: 50rem;
  overflow: auto;
  padding: .75rem 0;
  border: 1px solid #C7CACC;
}

.fhg-checkbox-dropdown .details label::before {
  left: 2.5rem;
  font-family: "icon-font";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-rendering: optimizeLegibility;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f10a';

  font-size: 1.3rem;
  color: #C7CACC;
  position: absolute;
  cursor: pointer;
}

.fhg-checkbox-dropdown .details label.checked::before {
  content: '\f10b';
  color: #1F82C0;
}

.fhg-checkbox-dropdown .details .form-type-bef-checkbox input {
  position: absolute;
  left: -9999px;
}

.fhg-checkbox-dropdown .details .buttons {
  margin: 0 2.5rem 2.5rem;
}

.fhg-checkbox-dropdown .details button {
  display: inline-block;
  margin-left: 2.5rem;
  margin-top: 1.5rem;
  min-width: 14rem;
}

.fhg-checkbox-dropdown .details button:first-child {
  margin-left: 0;
  margin-right: 0;
}

.fhg-checkbox-dropdown .details .select-all .deselected,
.fhg-checkbox-dropdown .details .select-all.selected .selected {
  display: inline;
}

.fhg-checkbox-dropdown .details .select-all span,
.fhg-checkbox-dropdown .details .select-all.selected .deselected {
  display: none;
}