/**
 * @file
 * Subtheme specific CSS.
 */
:root,
[data-bs-theme=light] {
  --bs-border-radius: 0;
  --bs-body-font-weight: 300;
  --invert-color: #575756;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  font-family: "Open Sans", Verdana, sans-serif;
}


.js.entity-add-or-edit-form .paragraph-top .paragraph-summary {
	white-space: normal;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.container, .container-sm {
	max-width: 100%;
}
.container, .container-md, .container-sm {
	max-width: 100%;
}
.container, .container-lg, .container-md, .container-sm {
	max-width: 100%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}


#page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
  background: #ffffff !important;
}


#main-wrapper {
	margin-top: 30px;
/*	margin-bottom: 50px; */
}

.field--name-field-paragraphs > .field__item > .paragraph {
  padding-bottom: 55px;
  padding-top: 55px;
	margin-bottom: 0;
  margin-top: 0;
}

.node .field--type-image {
	margin: 0;
}

.b-lazy.b-loaded {
	max-width: 100%;
}

#page {
	position: relative;
}

#page > header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

#header-image img {
	width: 100%;
}

#navbar-main {
  border-bottom: 5px solid #0068b3;
  background-color: #FFFFFF !important;
}

.scrolled #navbar-main {
  background-color: rgba( 255, 255, 255, 0.95) !important;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: bold;
}

.breadcrumb {
  background: none;
  justify-content: end;
}
.breadcrumb a {
  color: white;
}
.breadcrumb a:hover {
  color: white;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

html {
    scroll-behavior: smooth;
}

:target::before {
	content: "";
	display: block;
	height: 100px;
	margin: -100px 0 0;
}

.node .field--type-image {
  float: none;
}

.field--type-image img, .field--name-field-user-picture img {
	margin: 0;
}

#views-bootstrap-projekte-anlagen-im-betrieb > .row,
#views-bootstrap-projekte-aktuelle-projekte > .row,
.view-partnerblocks > .view-content > .grid > .row {
	justify-content: center;
}

.view-partnerblocks .views-field-nothing {
	height: 100%; /* all col same hight */
	margin-bottom: 30px;
}

.view-partnerblocks .row {
  display: flex;  /* all col same hight */
  flex-wrap: wrap;  /* all col same hight */
}


.view-partnerblocks img {
  margin-left: auto;  /* all col same hight */
  margin-right: auto;  /* all col same hight */
}
.image-style-logo-partnerblock-main {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-partnerblocks .row [class*="col-"] {
  margin-bottom: 30px;
}


.view-partnerblocks .row .flip-box {
  height: 100%;  /* all col same hight */
  min-height: 314px;
}

.paragraph--type--partnerblocks .card-header {
  background-color: white;
}

.paragraph--type--partnerblocks a {
  text-decoration: none;
}


.card-header {
  padding: 1.8rem;
  font-size: 1.5rem;
}

.card-footer {
  padding: 1.8rem;
  background-color: white;
  border-top: none;
}

.card {
  --bs-card-spacer-y: 1.8rem;
  --bs-card-spacer-x: 1.8rem;
}

/* language switcher block */

.lang-dropdown-form .mb-3 {
        margin-bottom: 0 !important;
        margin-left: 15px;
}

.ldsDarkNoLabel .ddTitle .ddTitleText,
.ldsSkinNoLabel .ddTitle .ddTitleText {
        padding: 0 0 5px 10px;
}

.ldsDarkNoLabel .ddChild li img,
.ldsSkinNoLabel .ddChild li img {
        padding: 0px 6px 0 0px;
        width: 52px;
        height: 24px;
}

/* End language switcher block */



.node--type-projekte.node--view-mode-full .field--name-field-foerderrate::after,
.node--type-projekte.node--view-mode-full .field--name-field-mwth::after,
.node--type-projekte.node--view-mode-full .field--name-field-mwel::after,
.node--type-projekte.node--view-mode-full .field--name-field-mineralisation::after,
.node--type-projekte.node--view-mode-full .field--name-field-verfahren::after,
.node--type-projekte.node--view-mode-full .field--name-field-stromerzeugungsverfahren::after,
.node--type-projekte.node--view-mode-full .field--name-field-temperatur::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-1-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-2-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-3-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-4-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-5-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-th-6-in-md::after,
.node--type-projekte.node--view-mode-full .field--name-field-zielnutzhorizont::after,
.node--type-projekte.node--view-mode-full .field--name-field-projekt-status::after,
.node--type-projekte.node--view-mode-full .field--name-field-anzahl-der-bohrungen::after {
  display: block;
  clear: both;
  content: "";
}

.node--type-projekte.node--view-mode-full .field--name-field-foerderrate .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-mwth .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-mwel .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-mineralisation .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-verfahren .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-stromerzeugungsverfahren .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-temperatur .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-1-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-2-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-3-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-4-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-5-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-th-6-in-md .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-zielnutzhorizont .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-projekt-status .field__label,
.node--type-projekte.node--view-mode-full .field--name-field-anzahl-der-bohrungen .field__label {
  width: 240px;
  font-weight: bold;
  float: left;
}
.node--type-projekte.node--view-mode-full .field--name-field-foerderrate .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-mwth .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-mwel .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-mineralisation .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-verfahren .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-stromerzeugungsverfahren .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-temperatur .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-1-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-2-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-3-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-4-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-5-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-th-6-in-md .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-zielnutzhorizont .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-projekt-status .field__item,
.node--type-projekte.node--view-mode-full .field--name-field-anzahl-der-bohrungen .field__item {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 0.9375rem;
}

#block-eib-page-title {
/*  background-image: url('../images/shadow.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  padding: 20px 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.2;
}

h2, h3, h4 {
	color: #0068b3;
}

h1, .h1 {
  font-size: 2.7rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

.sidebar {
  color: white;
}
.sidebar h2 {
  color: white;
  text-shadow: none;
}

.sidebar .text-muted {
  color: white !important;
}

.sidebar button.btn-primary {
  line-height: 38px;
  border-width: 0;
  padding: 0 15px 0 15px;
  margin: 0;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  background-color: white;
  width: 100%;
}

.field--name-field-about-conference {
	margin-bottom: 70px;
}

.field--name-field-block-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}

.top-partner-block .field--name-field-block-title {
  margin-top: 0;
}

.path-node .field--name-field-teaser-text {
	font-weight: bold;
	margin-bottom: 20px;
}

.path-node .field--name-field-teaser-media {
  margin: 0;
}

.paragraph--type--highlighted {
  position: relative;
  text-align: center;
}

.paragraph--type--highlighted .image-overlay-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.paragraph--type--highlighted:hover .image-overlay-layer {
  background-color: rgba(0, 0, 0, 0.5);
}


.paragraph--type--highlighted .image-popup {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 50px;
	left: calc(50% - 18px);

	background: #fff;
	text-align: center;
	line-height: 36px;
	color: #000;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	z-index: 1;
}

.paragraph--type--highlighted:hover .image-popup {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.paragraph--type--highlighted .field--name-field-title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
  width: 100%;
  position: absolute;
  margin: auto auto;
  padding: 20px 10px;
}

.field--name-field-copyright {
	font-size: 0.875rem;
	font-style: italic;
}

.paragraph--type--highlighted .field--name-field-copyright {
  font-size: 12px;
  color: white;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* Wissenswertes / Links block */
.paragraph--type--links-container .slick-track,
.paragraph--type--specials-container .slick-track
{
    display: flex !important;
}


.paragraph--type--links-container .slick-initialized,
.paragraph--type--specials-container .slick-initialized {
	margin-left: 30px;
	margin-right: 30px;
}

.paragraph--type--links-container .slick__slide,
.paragraph--type--specials-container .slick__slide {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    border-right: 1px dashed #778888;
    border-left: 1px dashed #778888;
    height: inherit !important;
}

.paragraph--type--specials-container .view-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.paragraph--type--specials-container .slick__slide {
    border-right: 1px dashed #ffffff;
    border-left: 1px dashed #ffffff;
}

.paragraph--type--specials-container .view-content .slick-arrow::before {
	color: #ffffff;
}

.paragraph--type--specials-container .view-content .field-content {
	color: #ffffff;
}

.hydrosion .paragraph--type--specials-container .view-content .field-content {
	color: black;
}
/* Ende Wissenswertes / Links block */
/* Ticket Block */

.paragraph--type--ticketblock .item-list ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
  margin-top: 20px;
}

/* End Ticket Block */
/* Start Testimonials */
img.image-style-testimonials-rund {
	border-radius: 50%;
}

img.image-style-program-panel-rund {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid white;
}
.schedule-speaker {
  position: relative;
  padding-right: 30px;
}
.schedule-speaker-inner {
  position: absolute;
  width: 100%;
  right: 10px;
  bottom: -30px;
}

.field--name-field-testimonial-text {
	border: 1px solid #202020;
	color: rgba(254,254,254,0.9);
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	font-size: 14px;
	font-style: italic;
	margin-bottom: 25px;
	padding: 25px 20px 25px 50px;
	position: relative;
}

.field--name-field-testimonial-text::before {
	color: rgba(254,254,254,0.7);
 	content: '\f10e';
	display: block;
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	left: 18px;
	position: absolute;
	top: 23px;
}

.field--name-field-testimonial-text::after {
	border-bottom: 1px solid #202020;
	bottom: -10px;
	content: "";
	display: block;
	height: 35px;
	left: 64px;
	position: absolute;
	transform: rotate(-25deg);
	width: 35px;
}

.block-views-blocktestimonials-testimonails-projektstimmen .slick__slide {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-lightbox .slick-slide img {
  height: auto;
}


/* Ende Testimonials */
/* 4 col slick gallery */
.paragraph--type--gallery-4img .slick--skin--classic .slide--caption--top .slide__caption,
.paragraph--type--gallery-4img .slick--skin--classic .slide--caption--center-top .slide__caption,
.paragraph--type--gallery-4img .slick--skin--classic .slide--caption--bottom .slide__caption,
.paragraph--type--gallery-4img .slick--skin--classic .slide--caption--below .slide__caption {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 20px;
  padding: 0 10px 0 0;
  position: absolute;
  bottom: 0;
  top: unset;
  color: white;
  right: unset;
  left: unset;
  text-align: right;
}

.paragraph--type--gallery-4img .slick--skin--classic .slide--caption--below .slide__caption .slide__description:before,
.slick-lightbox-slick-item .slick-lightbox-slick-caption:before {
  content:"\00a9";
  padding-right: 5px;
}

.slick-arrow::before {
  color: white;
}

/* End 4 col slick gallery */

.site-footer .block {
	margin: 0;
	border: none;
	border-color: inherit;
	padding: 0;
}

.site-footer .content {
  color: white;
}

.site-footer .content a:hover, .site-footer .content a:focus {
  color: white;
}

.site-footer a,
.site-footer a:hover,
.site-footer a.is-active {
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}

.site-footer a:hover,
.site-footer a.is-active {
  color: white;
  text-decoration: underline;
}


.site-footer__top .region {
	width: 100%;
	padding: 0;
}

.views-field-field-svg-icon img {
	max-height: 80px;
	width: auto;
	margin: 0 auto 1em;
}


/* Kacheln auf der Startseite */
.dexp-grid-item .dexp-grid-item-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.dexp-grid-item {
	position: relative !important;
	display: inline-block;
	vertical-align: middle;
	transform: inherit !important;
	margin: 0;
	padding: 0;
	border: 0;
	transition: inherit !important;
	text-align: center;
}

.flip-box {
	color: rgba(254,254,254,0.9);
	text-align: center;
	padding: 0;
}

.flip-box h3 {
	min-height: 50px;
	margin: 25px 0px 0px;
	font-size: 21px;
}

.flip-box .inner {
	padding: 2px 2px 15px 2px;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.flip-box .inner:hover .front {
	opacity: 0;
}

.flip-box .back {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(69,57,81,0.8);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.flip-box .back:hover {
	color: rgba(254,254,254,0.9);
	font-weight: 400;
	font-size: 14px;
	padding: 10px 20px 0px;
	opacity: 1;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 99;
}

.flip-box .back, .flip-box .back:hover {
	background: rgba(0,0,0,0.8);
}

.image-as-logo {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.field--name-field-image-downloads .row,
.field--name-field-file-downloads .row {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.field--name-field-image-downloads .row:last-child,
.field--name-field-file-downloads .row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.paragraph--type--download details {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

.paragraph--type--download details > summary {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.paragraph--type--download details .img-fluid {
  margin-right: 20px;
}

/* News page */

.view-display-id-page_1 {
	margin-top: 30px;
}


/* End News page */


/* News-block */


[id^=block-views-block-news-block-] ul.nav-pills li a {
	display: block;
	color: #0f0f0f;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 15px;
	border-radius: 10px;
	margin-right: 2px;
	border-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
[id^=block-views-block-news-block-] ul.nav-pills li a:hover,
[id^=block-views-block-news-block-] ul.nav-pills li a.active {
	color: white;
}


[id^=block-views-block-news-block-] ul.nav-pills li a:hover {
	text-decoration: none;
}

[id^=block-views-block-news-block-] .tab-content {
	padding-top: 0;
	border: medium none;
	padding: 20px 30px;
	text-align: justify;
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

[id^=block-views-block-news-block-] .views-field-field-teaser-media {
	margin-bottom: 15px;
}

/* End News-block */

#block-pressekonaktbutton {
  float: right;
}

.node--view-mode-teaser h2 {
	margin-top: 0;
	padding-top: 0;
}

.navbar-brand .img-fluid {
	height: 80px;
	max-width: 240px;
}

.scrolled .navbar-brand .img-fluid {
	height: 60px;
}

.site-footer .navbar-brand .img-fluid,
.scrolled .site-footer .navbar-brand .img-fluid {
	max-height: 110px;
}

/* external link icon */
svg.ext {
   width: 0.8em;
   height: 0.8em;
   font-weight: 900;
   margin-left: 0.2rem;
   vertical-align: baseline;
   padding-right: 0;
}

.maintenance-page #header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

/* Startseite Webform neben Karte */

#webform-widget {
	max-width: 600px;
	padding-right: 15px;
}


.view-faq-component .class-header .btn {
  white-space: normal;
  text-align: left;
}

#views-bootstrap-faq-component-block .btn {
	text-align: left;
	white-space: inherit;
	vertical-align: middle;
}

/* New team widget on Ueber uns */
.paragraph--type--team {
	text-align: center;
}
.paragraph--type--team .blazy .media--blazy img.media__element {
	margin-left: auto;
	margin-right: auto;
}

.affix {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 1035;
  left: 0;
}

.toolbar-loading .gin-secondary-toolbar .toolbar-secondary .toolbar-bar .toolbar-tab .toolbar-tray {
	opacity: inherit !important;
	visibility: inherit !important;
}

/* center the blockquote in the page */
.paragraph--type--quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25rem;
  /* Blockquote main style */
}
.paragraph--type--quote .blockquote-wrapper {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  /* Blockquote header */
  /* Blockquote right double quotes */
  /* increase header size after 600px */
  /* Blockquote subheader */
}
.paragraph--type--quote .blockquote-wrapper .quote-text {
  font-style: italic;
  position: relative; /* for pseudos */
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 1.5625rem;
}
.paragraph--type--quote .blockquote-wrapper .quote-text:after {
  content: "";
  position: absolute;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
.paragraph--type--quote .blockquote-wrapper .quote-text:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid white;
  bottom: -3px;
  left: 50px;
  z-index: 2;
}
@media all and (min-width: 37.5rem) {
  .paragraph--type--quote .blockquote-wrapper .quote-text {
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
.paragraph--type--quote .blockquote-wrapper .quote-cite {
  position: relative;
  color: black;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 0.9375rem;
  z-index: 1;
  margin-left: 9.375rem;
  padding-left: 0.75rem;
}
.paragraph--type--quote .blockquote-wrapper .quote-cite:first-letter {
  margin-left: -0.75rem;
}

/* for sections with colored background use different font color */
.colored-background h2,
.colored-background .nav-link,
.colored-background .field--name-field-text,
.colored-background .field--name-field-copyright,
.colored-background.paragraph--type--quote .blockquote-wrapper .quote-cite,
.colored-background.paragraph--type--quote .blockquote-wrapper .quote-text {
  color: white;
}

.view-news.view-display-id-block_1 .view-content {
  padding: 24px;
}

.colored-background .view-news.view-display-id-block_1 .view-content {
  background: white;
  border: 1px solid white;
}

.views-bootstrap-tabs .nav-link {
  margin-bottom: 5px;
  padding: 24px;
}

.colored-background .views-bootstrap-tabs .field--name-field-copyright {
  color: #999999;
}

.colored-background.paragraph--type--quote .blockquote-wrapper .quote-text:after {
  border: 2px solid white;
  border-bottom: none;
  border-left: none;
}

.field--name-field-media-video-embed-field {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.field--name-field-media-video-embed-field > .media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#contact-widget {
  padding-top: 30px;
  color: white;
}

#contact-widget h2 {
  color: white;
}
#contact-widget a {
  color: white;
}
#contact-widget a:hover {
  color: white;
}

/* Gavias LayerSlider */
.tp-shadow1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* End Gavias LayerSlider */
