/*
Theme Name: Diakonie Husum
Theme URI: https://www.c2-cl.de
Author: C2 creative lounge
Author URI: https://www.c2-cl.de
Description:  Child Theme für die Website www.dw-husum.de
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
Template: wp-bootstrap-starter
*/
/**************************************
* General / Helpers
**************************************/
/*
*FONTS ##############################################################################
*/
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat/montserrat-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v13-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat/montserrat-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('fonts/montserrat/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat/montserrat-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat/montserrat-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat/montserrat-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat/montserrat-v13-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/opensans/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/opensans/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/opensans/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensans/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/opensans/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/opensans/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/opensans/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/opensans/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/opensans/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/opensans/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
body {
  color: #424242;
  font-family: Open Sans,sans-serif;
  font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  color: #0ba1e2;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  margin-top: 0.5rem;
}
a {
  color: #0ba1e2;
}
a:hover {
  text-decoration: none;
  color: #097eb1;
}
.text-primary-diako {
  color: #0ba1e2;
}
.text-orange-diako {
  color: #ddb532;
}
.bgc_lochmara{
  background-color:#0986BD!important;
  }
.w-33 {
  -ms-flex: 0 0 33.33333% !important;
  -webkit-box-flex: 0 !important;
  flex: 0 0 33.33333% !important;
  max-width: 33.33333% !important;
}
.btn {
  padding: 0.675rem 0.75rem;
  text-transform: uppercase;
}
.btn-diako {
  color: #fff;
  background-color: #0ba1e2;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-width: 5rem;
}
.btn-diako:hover {
  color: #fff;
  background-color: #0a90ca;
  border-color: #0989c0;
}
.bg-primary {
  background-color: #0ba1e2 !important;
}
.preload-container {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0ba1e2;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.preload-container img {
  margin-bottom: 3rem;
}
.preload-container .fa-spinner {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 3rem;
}
.preload-container .percentage {
  font-weight: bold;
  color: #fff;
}
/**************************************
* Navigation
**************************************/
#page header#masthead {
  background-color: #0ba1e2;
}
#page header#masthead .container {
  max-width: 80rem;
}
#page header#masthead .container .navbar-brand {
  margin-left: -8rem;
}
#page header#masthead .container .navbar-brand img {
  max-width: 10rem;
}
#page header#masthead .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
#page header#masthead .navbar-nav > li > a {
  color: #fff;
  font-size: 1rem;
  padding: 1.5rem 1rem;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#page header#masthead .navbar-nav > li > a > .line {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 2rem);
  position: absolute;
  left: 0;
  bottom: 1rem;
  max-width: 100%;
  margin-left: 1rem;
}
#page header#masthead .navbar-nav > li > a:hover {
  background-color: #fff;
  color: #0ba1e2;
}
#page header#masthead .navbar-nav > li > a:hover > .line {
  background-color: #0ba1e2;
}
#page header#masthead .navbar-nav > li.active > a {
  font-size: 1rem;
  background-color: #fff;
  color: #0ba1e2;
}
#page header#masthead .navbar-nav > li.active > a > .line {
  opacity: 1;
  background-color: #0ba1e2;
}
#page header#masthead .navbar-nav > li #searchbutton {
  position: relative;
  padding: 1.6rem 1rem;
  border: none;
}
#page header#masthead .navbar-nav > li #searchbutton > .line {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 2rem);
  position: absolute;
  left: 0;
  bottom: 1rem;
  max-width: 100%;
  margin-left: 1rem;
}
#page header#masthead .navbar-nav > li #searchbutton:hover {
  background-color: #fff;
  color: #0ba1e2;
}
#page header#masthead .navbar-nav > li #searchbutton:hover > .line {
  background-color: #0ba1e2;
}
#page header#masthead .navbar-nav > li #searchbutton:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page header#masthead.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1499;
}
#page header#masthead .searchbar {
  background-color: #0ba1e2;
  display: block;
  position: fixed;
  top: -10rem;
  left: 50%;
  width: 100%;
  margin: 0;
  max-width: 80rem;
  padding: 4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.8);
}
#page header#masthead .searchbar #search-group .search-submit {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  background-color: #0ba1e2;
}
button.form-control.search-submit.btn.btn-default {
    padding: 5px 10px;
}
#page header#masthead .searchbar #search-group .search-field {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 14.375rem;
  border-radius: 0;
  border-color: #fff;
  padding: 3px 5px;
  text-transform: uppercase;
}
#page header#masthead .searchbar .search-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  max-width: 2rem;
  height: 2rem;
}
#page header#masthead .searchbar .search-close .close-btn,
#searchbar02 button.closebtn {
  background: none;
  border: none;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
/**************************************
* SEARCHBAR NON-DESKTOP
**************************************/
  li#searchitem02{
    display: none!important;
  }
  #searchbar02{
    visibility: hidden;
    height: 0px;
  }
  #searchbar02.visible{
    visibility: visible;
    height: auto;
  }
div#searchbar02 {
    position: absolute;
    background-color: #0ba1e2;
    padding: 2rem;
    top: 20px;
    left: 25%;
    box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.8);
}
#searchbar02 button.form-control.search-submit.btn.btn-default {
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
}
#searchbar02 .search-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    bottom: auto;
    left: auto;
    max-width: 2rem;
    height: 2rem;
}
/**************************************
* Content
**************************************/
body:not(.home) #primary,
body:not(.single-einrichtung) #primary {
  margin-right: auto;
  margin-left: auto;
}
#main .container {
  max-width: 80rem;
}
#main .container .entry-content {
  position: relative;
}
#main .container .entry-content .wp-block-columns .wp-block-column {
  margin: 0;
}
#main .zielgruppen-container.card-deck .card,
#main .einrichtungen-container.card-deck .card,
#main .fachbereiche-container.card-deck .card {
  border-radius: 0;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}
#main .zielgruppen-container.card-deck .card .card-header,
#main .einrichtungen-container.card-deck .card .card-header,
#main .fachbereiche-container.card-deck .card .card-header {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: center;
  min-height: 10rem;
  overflow: hidden;
}
#main .zielgruppen-container.card-deck .card .card-header .card-img-top,
#main .einrichtungen-container.card-deck .card .card-header .card-img-top,
#main .fachbereiche-container.card-deck .card .card-header .card-img-top {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-radius: 0;
  margin-bottom: 1rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .zielgruppen-container.card-deck .card .card-header .card-img-top:hover,
#main .einrichtungen-container.card-deck .card .card-header .card-img-top:hover,
#main .fachbereiche-container.card-deck .card .card-header .card-img-top:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#main .zielgruppen-container.card-deck .card .card-header .card-title,
#main .einrichtungen-container.card-deck .card .card-header .card-title,
#main .fachbereiche-container.card-deck .card .card-header .card-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0.9rem;
  margin-bottom: 0;
  padding: 2rem 1rem 0.5rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(33%, rgba(255, 255, 255, 0.66)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 33%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#main .zielgruppen-container.card-deck .card .card-body,
#main .einrichtungen-container.card-deck .card .card-body,
#main .fachbereiche-container.card-deck .card .card-body {
  text-align: center;
}
#main .zielgruppen-container.card-deck .card .card-footer,
#main .einrichtungen-container.card-deck .card .card-footer,
#main .fachbereiche-container.card-deck .card .card-footer,
#jobofferrow .card-footer {
  text-align: center;
  padding: 0;
}
#main .zielgruppen-container.card-deck .card .card-footer .btn-diako,
#main .einrichtungen-container.card-deck .card .card-footer .btn-diako,
#main .fachbereiche-container.card-deck .card .card-footer .btn-diako,
#jobofferrow .card-footer .btn-diako {
  width: 100%;
  max-width: 100%;
}
#main .zielgruppen-container.card-deck .card .card-footer .btn-diako .btn-diako-text [class*="fa-"],
#main .einrichtungen-container.card-deck .card .card-footer .btn-diako .btn-diako-text [class*="fa-"],
#main .fachbereiche-container.card-deck .card .card-footer .btn-diako .btn-diako-text [class*="fa-"],
#jobofferrow .btn-diako .btn-diako-text [class*="fa-"],
.post-navigation .btn-diako [class*="fa-"],
.dwhdownloadbtn .btn-diako [class*="fa-"],
.page-content.notfound .btn-diako [class*="fa-"],
.footer_donate_col span.btnmore [class*="fa-"],
.diako_col_news_posts .btnmore [class*="fa-"],
.diak_custom_tile_innercol .btnmore [class*="fa-"]{
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .zielgruppen-container.card-deck .card .card-footer .btn-diako:hover .btn-diako-text [class*="fa-"],
#main .einrichtungen-container.card-deck .card .card-footer .btn-diako:hover .btn-diako-text [class*="fa-"],
#main .fachbereiche-container.card-deck .card .card-footer .btn-diako:hover .btn-diako-text [class*="fa-"],
#jobofferrow .btn-diako:hover .btn-diako-text [class*="fa-"],
.post-navigation .btn-diako:hover [class*="fa-"],
.dwhdownloadbtn .btn-diako:hover [class*="fa-"],
.page-content.notfound .btn-diako:hover [class*="fa-"],
.footer_donate_col span.btnmore:hover [class*="fa-"],
.diako_col_news_posts .btnmore:hover [class*="fa-"],
.diak_custom_tile_innercol .btnmore:hover [class*="fa-"]{
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.card.placeholder.col-md-4.col-sm-12 {
    border: 0;
}
#main .einrichtungen-container .card.aemterlotsen .btn-diako,
.aemterlotsen .dwhdownloadbtn .btn-diako {
  background-color: #244e96;
  border-color: #1f4381;
}
#main .einrichtungen-container .card.aemterlotsen .btn-diako:hover,
.aemterlotsen .dwhdownloadbtn .btn-diako:hover {
  background-color: #1f4381;
}
#main .einrichtungen-container .card.altenbegegnungsstaette .btn-diako,
.altenbegegnungsstaette .dwhdownloadbtn .btn-diako {
  background-color: #ddb532;
  border-color: #d3a923;
}
#main .einrichtungen-container .card.altenbegegnungsstaette .btn-diako:hover,
.altenbegegnungsstaette .dwhdownloadbtn .btn-diako:hover {
  background-color: #d3a923;
}
#main .einrichtungen-container .card.bahnhofsmission .btn-diako,
.bahnhofsmission .dwhdownloadbtn .btn-diako {
  background-color: #2D6B6A;
  border-color: #255958;
}
#main .einrichtungen-container .card.bahnhofsmission .btn-diako:hover,
.bahnhofsmission .dwhdownloadbtn .btn-diako:hover {
  background-color: #255958;
}
#main .einrichtungen-container .card.beratungs-und-behandlungsstelle-fuer-suchtkranke .btn-diako,
.beratungs-und-behandlungsstelle-fuer-suchtkranke .dwhdownloadbtn .btn-diako {
  background-color: #d89427;
  border-color: #c28523;
}
#main .einrichtungen-container .card.beratungs-und-behandlungsstelle-fuer-suchtkranke .btn-diako:hover,
.beratungs-und-behandlungsstelle-fuer-suchtkranke .dwhdownloadbtn .btn-diako:hover {
  background-color: #c28523;
}
#main .einrichtungen-container .card.bunte-vielfalt-sozialladen .btn-diako,
.bunte-vielfalt-sozialladen .dwhdownloadbtn .btn-diako {
  background-color: #B88009;
  border-color: #a06f08;
}
#main .einrichtungen-container .card.bunte-vielfalt-sozialladen .btn-diako:hover,
.bunte-vielfalt-sozialladen .dwhdownloadbtn .btn-diako:hover {
  background-color: #a06f08;
}
#main .einrichtungen-container .card.das-leben-neu-aufbauen .btn-diako,
.card.das-leben-neu-aufbauen .dwhdownloadbtn .btn-diako {
  background-color: #548E34;
  border-color: #497b2d;
}
#main .einrichtungen-container .card.das-leben-neu-aufbauen .btn-diako:hover,
.card.das-leben-neu-aufbauen .dwhdownloadbtn .btn-diako:hover {
  background-color: #497b2d;
}
#main .einrichtungen-container .card.familienbildungsstaette .btn-diako,
.familienbildungsstaette .dwhdownloadbtn .btn-diako {
  background-color: #ddb532;
  border-color: #d3a923;
}
#main .einrichtungen-container .card.familienbildungsstaette .btn-diako:hover,
.familienbildungsstaette .dwhdownloadbtn .btn-diako:hover {
  background-color: #d3a923;
}
#main .einrichtungen-container .card.fachstelle-fuer-migration .btn-diako,
.fachstelle-fuer-migration .dwhdownloadbtn .btn-diako {
  background-color: #244e96;
  border-color: #1f4381;
}
#main .einrichtungen-container .card.fachstelle-fuer-migration .btn-diako:hover,
.fachstelle-fuer-migration .dwhdownloadbtn .btn-diako:hover {
  background-color: #1f4381;
}
#main .einrichtungen-container .card.familie-leben-fruehe-hilfen .btn-diako,
.familie-leben-fruehe-hilfen .dwhdownloadbtn .btn-diako {
  background-color: #bdd586;
  border-color: #b3ce73;
}
#main .einrichtungen-container .card.familie-leben-fruehe-hilfen .btn-diako:hover,
.familie-leben-fruehe-hilfen .dwhdownloadbtn .btn-diako:hover {
  background-color: #b3ce73;
}
#main .einrichtungen-container .card.familienzentrum .btn-diako,
.familienzentrum .dwhdownloadbtn .btn-diako {
  background-color: #ddb532;
  border-color: #d3a923;
}
#main .einrichtungen-container .card.familienzentrum .btn-diako:hover,
.familienzentrum .dwhdownloadbtn .btn-diako:hover {
  background-color: #d3a923;
}
#main .einrichtungen-container .card.gebrauchtmoebelmarkt .btn-diako,
.gebrauchtmoebelmarkt .dwhdownloadbtn .btn-diako {
  background-color: #627c5c;
  border-color: #566d51;
}
#main .einrichtungen-container .card.gebrauchtmoebelmarkt .btn-diako:hover,
.gebrauchtmoebelmarkt .dwhdownloadbtn .btn-diako:hover {
  background-color: #566d51;
}
#main .einrichtungen-container .card.kinderschutzzentrum-westkueste .btn-diako,
.kinderschutzzentrum-westkueste .dwhdownloadbtn .btn-diako,
#main .einrichtungen-container .card.ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .btn-diako,
.ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .dwhdownloadbtn .btn-diako{
  background-color: #a02122;
  border-color: #8b1d1e;
}
#main .einrichtungen-container .card.kinderschutzzentrum-westkueste .btn-diako:hover,
.kinderschutzzentrum-westkueste .dwhdownloadbtn .btn-diako:hover,
#main .einrichtungen-container .card.ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .btn-diako:hover,
.ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .dwhdownloadbtn .btn-diako:hover {
  background-color: #8b1d1e;
}
/*=====================drachenmutkindernichtalleinelassen=========================*/
#main .einrichtungen-container .card.drachenmutkindernichtalleinelassen .dwhdownloadbtn .btn-diako{
  background-color: #a02122;
  border-color: #8b1d1e;
}
#main .einrichtungen-container .card.drachenmutkindernichtalleinelassen .dwhdownloadbtn .btn-diako:hover {
  background-color: #8b1d1e;
}
/*================================================================================*/
#main .einrichtungen-container .card.land-auf-schwung .btn-diako,
.land-auf-schwung .dwhdownloadbtn .btn-diako {
  background-color: #668f3b;
  border-color: #597d34;
}
#main .einrichtungen-container .card.land-auf-schwung .btn-diako:hover,
.land-auf-schwung .dwhdownloadbtn .btn-diako:hover {
  background-color: #597d34;
}
#main .einrichtungen-container .card.landungsbruecken .btn-diako,
.landungsbruecken .dwhdownloadbtn .btn-diako {
  background-color: #0ba1e2;
  border-color: #0a90ca;
}
#main .einrichtungen-container .card.landungsbruecken .btn-diako:hover,
.landungsbruecken .dwhdownloadbtn .btn-diako:hover {
  background-color: #0a90ca;
}
#main .einrichtungen-container .card.medizinische-notfallhilfe .btn-diako,
.medizinische-notfallhilfe .dwhdownloadbtn .btn-diako {
  background-color: #2D6B6A;
  border-color: #255958;
}
#main .einrichtungen-container .card.medizinische-notfallhilfe .btn-diako:hover,
.medizinische-notfallhilfe .dwhdownloadbtn .btn-diako:hover {
  background-color: #255958;
}
#main .einrichtungen-container .card.mehrgenerationenhaus .btn-diako,
.mehrgenerationenhaus .dwhdownloadbtn .btn-diako {
  background-color: #ddb532;
  border-color: #d3a923;
}
#main .einrichtungen-container .card.mehrgenerationenhaus .btn-diako:hover,
.mehrgenerationenhaus .dwhdownloadbtn .btn-diako:hover {
  background-color: #d3a923;
}
#main .einrichtungen-container .card.mobbingberatung-fuer-erwachsene .btn-diako,
.mobbingberatung-fuer-erwachsene .dwhdownloadbtn .btn-diako {
  background-color: #BFCE00;
  border-color: #a7b500;
}
#main .einrichtungen-container .card.mobbingberatung-fuer-erwachsene .btn-diako:hover,
.mobbingberatung-fuer-erwachsene .dwhdownloadbtn .btn-diako:hover {
  background-color: #a7b500;
}
#main .einrichtungen-container .card.mutter-vater-kind-kur-beratung .btn-diako,
.mutter-vater-kind-kur-beratung .dwhdownloadbtn .btn-diako {
  background-color: #a02122;
  border-color: #8b1d1e;
}
#main .einrichtungen-container .card.mutter-vater-kind-kur-beratung .btn-diako:hover,
.mutter-vater-kind-kur-beratung .dwhdownloadbtn .btn-diako:hover {
  background-color: #8b1d1e;
}
#main .einrichtungen-container .card.patenelternprojekt .btn-diako,
.patenelternprojekt .dwhdownloadbtn .btn-diako {
  background-color: #2D6B6A;
  border-color: #255958;
}
#main .einrichtungen-container .card.patenelternprojekt .btn-diako:hover,
.patenelternprojekt .dwhdownloadbtn .btn-diako:hover {
  background-color: #255958;
}
#main .einrichtungen-container .card.praxis-ohne-grenzen .btn-diako,
.praxis-ohne-grenzen .dwhdownloadbtn .btn-diako {
  background-color: #0ba1e2;
  border-color: #0a90ca;
}
#main .einrichtungen-container .card.praxis-ohne-grenzen .btn-diako:hover,
.praxis-ohne-grenzen .dwhdownloadbtn .btn-diako:hover {
  background-color: #0a90ca;
}
#main .einrichtungen-container .card.psychologisches-beratungszentrum .btn-diako,
.psychologisches-beratungszentrum .dwhdownloadbtn .btn-diako {
  background-color: #4d6caf;
  border-color: #45619d;
}
#main .einrichtungen-container .card.psychologisches-beratungszentrum .btn-diako:hover,
.psychologisches-beratungszentrum .dwhdownloadbtn .btn-diako:hover {
  background-color: #45619d;
}
#main .einrichtungen-container .card.qualifizierung .btn-diako,
.qualifizierung .dwhdownloadbtn .btn-diako {
  background-color: #4E7354;
  border-color: #446449;
}
#main .einrichtungen-container .card.qualifizierung .btn-diako:hover,
.qualifizierung .dwhdownloadbtn .btn-diako:hover {
  background-color: #446449;
}
#main .einrichtungen-container .card.radstation .btn-diako,
.radstation .dwhdownloadbtn .btn-diako {
  background-color: #0ba1e2;
  border-color: #0a90ca;
}
#main .einrichtungen-container .card.radstation .btn-diako:hover,
.radstation .dwhdownloadbtn .btn-diako:hover {
  background-color: #0a90ca;
}
#main .einrichtungen-container .card.schulsozialarbeit .btn-diako,
.schulsozialarbeit .dwhdownloadbtn .btn-diako {
  background-color: #bd1922;
  border-color: #a6161e;
}
#main .einrichtungen-container .card.schulsozialarbeit .btn-diako:hover,
.schulsozialarbeit .dwhdownloadbtn .btn-diako:hover {
  background-color: #a6161e;
}
#main .einrichtungen-container .card.sozialraumorientierte-kinder-und-jugendhilfe .btn-diako,
.sozialraumorientierte-kinder-und-jugendhilfe .dwhdownloadbtn .btn-diako {
  background-color: #794798;
  border-color: #6b3f87;
}
#main .einrichtungen-container .card.sozialraumorientierte-kinder-und-jugendhilfe .btn-diako:hover,
.sozialraumorientierte-kinder-und-jugendhilfe .dwhdownloadbtn .btn-diako:hover {
  background-color: #6b3f87;
}
#main .einrichtungen-container .card.stationaere-kinder-und-jugendhilfe .btn-diako,
.stationaere-kinder-und-jugendhilfe .dwhdownloadbtn .btn-diako {
  background-color: #668f3b;
  border-color: #597d34;
}
#main .einrichtungen-container .card.stationaere-kinder-und-jugendhilfe .btn-diako:hover,
.stationaere-kinder-und-jugendhilfe .dwhdownloadbtn .btn-diako:hover {
  background-color: #597d34;
}
#main .einrichtungen-container .card.streetwork-pavillon .btn-diako,
.streetwork-pavillon .dwhdownloadbtn .btn-diako {
  background-color: #602658;
  border-color: #4e1f47;
}
#main .einrichtungen-container .card.streetwork-pavillon .btn-diako:hover,
.streetwork-pavillon .dwhdownloadbtn .btn-diako:hover {
  background-color: #4e1f47;
}
#main .einrichtungen-container .card.tafel-husum .btn-diako,
.tafel-husum .dwhdownloadbtn .btn-diako {
  background-color: #d89427;
  border-color: #c28523;
}
#main .einrichtungen-container .card.tafel-husum .btn-diako:hover,
.tafel-husum .dwhdownloadbtn .btn-diako:hover {
  background-color: #c28523;
}
#main .einrichtungen-container .card.wohnungslosenhilfe .btn-diako,
.wohnungslosenhilfe .dwhdownloadbtn .btn-diako {
  background-color: #2D6B6A;
  border-color: #255958;
}
#main .einrichtungen-container .card.wohnungslosenhilfe .btn-diako:hover,
.wohnungslosenhilfe .dwhdownloadbtn .btn-diako:hover {
  background-color: #255958;
}
.block-container {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Gutenberg Blocks */
.ab-block-container:not(.quad-grid-container) {
  width: 100%;
  max-width: 80rem !important;
}
.wp-block-column[class*=col] {
  margin-left: 0;
  margin-right: 0;
}
.ab-block-post-grid > .ab-post-grid-items {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid {
  grid-template-columns: none;
  grid-template-rows: none;
  gap: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-2 > article {
  max-width: 38.125rem;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-2 > article:nth-child(even) {
  margin-right: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-2 > article:nth-child(odd) {
  margin-left: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-3 > article {
  max-width: 25.41667rem;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-3 > article:nth-child(3n) {
  margin-right: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-3 > article:nth-child(4n) {
  margin-left: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-4 > article {
  max-width: 18.59375rem;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-4 > article:nth-child(4n) {
  margin-right: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid.columns-4 > article:nth-child(5n) {
  margin-left: 0;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid > article {
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}
.ab-block-post-grid > .ab-post-grid-items.is-grid > article:first-child {
  margin-left: 0;
}
.ab-block-post-grid > .ab-post-grid-items .ab-block-post-grid-text {
  background-color: rgba(11, 161, 226, 0.7);
  color: #fff;
  padding: 1rem;
}
.ab-block-post-grid > .ab-post-grid-items .ab-block-post-grid-text .ab-block-post-grid-title > a {
  color: #fff;
}
.ab-block-post-grid > .ab-post-grid-items .ab-block-post-grid-text .ab-block-post-grid-excerpt .ab-block-post-grid-more-link {
  border: 1px solid #fff;
  padding: 0.75rem 1.25rem;
  color: #fff;
}
.ab-block-post-grid > .ab-post-grid-items .ab-block-post-grid-text .ab-block-post-grid-excerpt .ab-block-post-grid-more-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color: #0ba1e2;
  border: 1px solid #0ba1e2;
}
.ghostkit-grid.ghostkit-grid-gap-md {
  margin-left: 0;
  margin-right: 0;
}
.ghostkit-grid.container {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.ghostkit-grid .ghostkit-col.ghostkit-col-12 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*
            .ghostkit-col {
                &:first-child {
                    padding-left: 0;
                }
                &:last-child {
                    padding-right: 0;
                }
            }
            */
}
.ghostkit-grid .ghostkit-col.ghostkit-col-12 .ghostkit-col-content {
  max-width: 80rem;
  position: relative;
}
.ghostkit-grid .ghostkit-col.ghostkit-col-12 .ghostkit-col-content .ghostkit-col-content {
  padding-right: 0;
  padding-left: 0;
}
.ghostkit-grid .ghostkit-col .ghostkit-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.ghostkit-tabs {
  margin-bottom: 0;
}
.ghostkit-tabs.bg-primary .ghostkit-tabs-buttons {
  border-bottom: 1px solid #0ba1e2;
  margin-bottom: 0;
}
.ghostkit-tabs.bg-primary .ghostkit-tabs-buttons > .ghostkit-tabs-buttons-item {
  background-color: #0ba1e2;
  color: #fff;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.ghostkit-tabs.bg-primary .ghostkit-tabs-buttons > .ghostkit-tabs-buttons-item:hover {
  border-color: #0ba1e2;
  opacity: 1;
}
.ghostkit-tabs.bg-primary .ghostkit-tabs-buttons > .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
  background-color: #fff;
  color: #0ba1e2;
}
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-label,
.ghostkit-accordion .ghostkit-accordion-item .ghostkit-accordion-item-collapse {
  color: #0ba1e2;
}
.post-navigation .btn-diako {
  color: #fff;
  font-weight: bold;
}
.post-navigation .btn-diako > a {
  color: #fff;
}
/**************************************
* Einrichtungen / Kasten Header
**************************************/
.single-einrichtung .ghostkit-divider {
  border-top: none;
}
.single-einrichtung .ghostkit-divider:before {
  border-bottom-width: 2px;
}
.single-einrichtung .header-bg-container {
  min-height: 31.25rem;
  background-color: #0ba1e2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-einrichtung .header-bg-container .header-bg-item.container {
  position: relative;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 0;
  height: 500px;
  width: 500px;
  background-color: transparent;
  padding: 10px 0;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 235px;
  height: 235px;
  background-color: #0ba1e2;
  margin: 5px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:first-child,
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:nth-child(2) {
  margin-top: 0;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:first-child,
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:nth-child(3) {
  margin-left: 0;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:nth-child(2),
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col:last-child {
  margin-right: 0;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col .nk-awb {
  z-index: 0;
}
.single-einrichtung .header-bg-container .header-bg-item .quad-grid-container > .col .ghostkit-col-content {
  z-index: 1;
}
.single-einrichtung #einrichtung-content {
  padding-top: 3rem;
}
.single-einrichtung #einrichtung-content .col-right .col-right-content {
  position: sticky;
  top: 6rem;
}
.single-einrichtung .col-wrap .col-left {
  padding-right: 2rem;
}
.single-einrichtung .col-wrap .col-right {
  border-left: 2px solid #0ba1e2;
  padding-left: 2rem;
}
.single-einrichtung .col-wrap.container {
  padding-top: 3rem;
}
.single-einrichtung .altenbegegnungsstaette h1,
.single-einrichtung .altenbegegnungsstaette .h1,
.single-einrichtung .altenbegegnungsstaette h2,
.single-einrichtung .altenbegegnungsstaette .h2,
.single-einrichtung .altenbegegnungsstaette h3,
.single-einrichtung .altenbegegnungsstaette .h3,
.single-einrichtung .altenbegegnungsstaette h4,
.single-einrichtung .altenbegegnungsstaette .h4,
.single-einrichtung .altenbegegnungsstaette [class*="fa-"] {
  color: #ddb532 !important;
}
.single-einrichtung .altenbegegnungsstaette .col-wrap .col-right {
  border-left: 2px solid #ddb532;
}
.single-einrichtung .altenbegegnungsstaette .col-wrap .ghostkit-divider:before,
.single-einrichtung .altenbegegnungsstaette .col-wrap .ghostkit-divider:after {
  border-color: #ddb532 !important;
}
.single-einrichtung .altenbegegnungsstaette .col-wrap.quad-grid-container > .col {
  background-color: rgba(221, 181, 50, 0.9);
}
.single-einrichtung .aemterlotsen h1,
.single-einrichtung .aemterlotsen .h1,
.single-einrichtung .aemterlotsen h2,
.single-einrichtung .aemterlotsen .h2,
.single-einrichtung .aemterlotsen h3,
.single-einrichtung .aemterlotsen .h3,
.single-einrichtung .aemterlotsen h4,
.single-einrichtung .aemterlotsen .h4,
.single-einrichtung .aemterlotsen [class*="fa-"] {
  color: #244e96 !important;
}
.single-einrichtung .aemterlotsen .col-wrap .col-right {
  border-left: 2px solid #244e96;
}
.single-einrichtung .aemterlotsen .col-wrap .ghostkit-divider:before,
.single-einrichtung .aemterlotsen .col-wrap .ghostkit-divider:after {
  border-color: #244e96 !important;
}
.single-einrichtung .aemterlotsen .col-wrap.quad-grid-container > .col {
  background-color: rgba(36, 78, 150, 0.9);
}
/* rebuild your life */
#main .einrichtungen-container .card.das-leben-neu-aufbauen-rebuild-your-life .btn-diako,
.das-leben-neu-aufbauen-rebuild-your-life .dwhdownloadbtn .btn-diako {
  background-color: #629723;
  border-color: #4d771c;
}
#main .einrichtungen-container .card.das-leben-neu-aufbauen-rebuild-your-life .btn-diako:hover,
.das-leben-neu-aufbauen-rebuild-your-life .dwhdownloadbtn .btn-diako:hover {
  background-color: #4d771c;
}
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life h1,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .h1,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life h2,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .h2,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life h3,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .h3,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life h4,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .h4,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life [class*="fa-"] {
  color: #629723 !important;
}
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .col-wrap .col-right {
  border-left: 2px solid #629723;
}
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .col-wrap .ghostkit-divider:before,
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .col-wrap .ghostkit-divider:after {
  border-color: #629723 !important;
}
.single-einrichtung .das-leben-neu-aufbauen-rebuild-your-life .col-wrap.quad-grid-container > .col {
  background-color: rgba(98, 151, 35, 0.9);
}
/* --------------------- */
.single-einrichtung .bahnhofsmission h1,
.single-einrichtung .bahnhofsmission .h1,
.single-einrichtung .bahnhofsmission h2,
.single-einrichtung .bahnhofsmission .h2,
.single-einrichtung .bahnhofsmission h3,
.single-einrichtung .bahnhofsmission .h3,
.single-einrichtung .bahnhofsmission h4,
.single-einrichtung .bahnhofsmission .h4,
.single-einrichtung .bahnhofsmission [class*="fa-"] {
  color: #2D6B6A !important;
}
.single-einrichtung .bahnhofsmission .col-wrap .col-right {
  border-left: 2px solid #2D6B6A;
}
.single-einrichtung .bahnhofsmission .col-wrap .ghostkit-divider:before,
.single-einrichtung .bahnhofsmission .col-wrap .ghostkit-divider:after {
  border-color: #2D6B6A !important;
}
.single-einrichtung .bahnhofsmission .col-wrap.quad-grid-container > .col {
  background-color: rgba(45, 107, 106, 0.9);
}
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke h1,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .h1,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke h2,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .h2,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke h3,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .h3,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke h4,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .h4,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke [class*="fa-"] {
  /*color: #d89427 !important;*/
  color: rgba(140,169,94,1)!important;
}
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .col-wrap .col-right {
  /*border-left: 2px solid #d89427;*/
  border-left: 2px solid #c78924;
}
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .col-wrap .ghostkit-divider:before,
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .col-wrap .ghostkit-divider:after {
  /*border-left: 2px solid #d89427!important;*/
  border-left: 2px solid #c78924!important;
}
.single-einrichtung .beratungs-und-behandlungsstelle-fuer-suchtkranke .col-wrap.quad-grid-container > .col {
  /*background-color: rgba(216, 148, 39, 0.9);*/
  background-color: rgba(140,169,94,1);
}
.single-einrichtung .bunte-vielfalt-sozialladen h1,
.single-einrichtung .bunte-vielfalt-sozialladen .h1,
.single-einrichtung .bunte-vielfalt-sozialladen h2,
.single-einrichtung .bunte-vielfalt-sozialladen .h2,
.single-einrichtung .bunte-vielfalt-sozialladen h3,
.single-einrichtung .bunte-vielfalt-sozialladen .h3,
.single-einrichtung .bunte-vielfalt-sozialladen h4,
.single-einrichtung .bunte-vielfalt-sozialladen .h4,
.single-einrichtung .bunte-vielfalt-sozialladen [class*="fa-"] {
  color: #B88009 !important;
}
.single-einrichtung .bunte-vielfalt-sozialladen .col-wrap .col-right {
  border-left: 2px solid #B88009;
}
.single-einrichtung .bunte-vielfalt-sozialladen .col-wrap .ghostkit-divider:before,
.single-einrichtung .bunte-vielfalt-sozialladen .col-wrap .ghostkit-divider:after {
  border-color: #B88009 !important;
}
.single-einrichtung .bunte-vielfalt-sozialladen .col-wrap.quad-grid-container > .col {
  background-color: rgba(184, 128, 9, 0.9);
}
.single-einrichtung .das-leben-neu-aufbauen h1,
.single-einrichtung .das-leben-neu-aufbauen .h1,
.single-einrichtung .das-leben-neu-aufbauen h2,
.single-einrichtung .das-leben-neu-aufbauen .h2,
.single-einrichtung .das-leben-neu-aufbauen h3,
.single-einrichtung .das-leben-neu-aufbauen .h3,
.single-einrichtung .das-leben-neu-aufbauen h4,
.single-einrichtung .das-leben-neu-aufbauen .h4,
.single-einrichtung .das-leben-neu-aufbauen [class*="fa-"] {
  color: #548E34 !important;
}
.single-einrichtung .das-leben-neu-aufbauen .col-wrap .col-right {
  border-left: 2px solid #548E34;
}
.single-einrichtung .das-leben-neu-aufbauen .col-wrap .ghostkit-divider:before,
.single-einrichtung .das-leben-neu-aufbauen .col-wrap .ghostkit-divider:after {
  border-color: #548E34 !important;
}
.single-einrichtung .das-leben-neu-aufbauen .col-wrap.quad-grid-container > .col {
  background-color: rgba(84, 142, 52, 0.9);
}
.single-einrichtung .fachstelle-fuer-migration h1,
.single-einrichtung .fachstelle-fuer-migration .h1,
.single-einrichtung .fachstelle-fuer-migration h2,
.single-einrichtung .fachstelle-fuer-migration .h2,
.single-einrichtung .fachstelle-fuer-migration h3,
.single-einrichtung .fachstelle-fuer-migration .h3,
.single-einrichtung .fachstelle-fuer-migration h4,
.single-einrichtung .fachstelle-fuer-migration .h4,
.single-einrichtung .fachstelle-fuer-migration [class*="fa-"] {
  color: #244e96 !important;
}
.single-einrichtung .fachstelle-fuer-migration .col-wrap .col-right {
  border-left: 2px solid #244e96;
}
.single-einrichtung .fachstelle-fuer-migration .col-wrap .ghostkit-divider:before,
.single-einrichtung .fachstelle-fuer-migration .col-wrap .ghostkit-divider:after {
  border-color: #244e96 !important;
}
.single-einrichtung .fachstelle-fuer-migration .col-wrap.quad-grid-container > .col {
  background-color: rgba(36, 78, 150, 0.9);
}
.single-einrichtung .familie-leben-fruehe-hilfen h1,
.single-einrichtung .familie-leben-fruehe-hilfen .h1,
.single-einrichtung .familie-leben-fruehe-hilfen h2,
.single-einrichtung .familie-leben-fruehe-hilfen .h2,
.single-einrichtung .familie-leben-fruehe-hilfen h3,
.single-einrichtung .familie-leben-fruehe-hilfen .h3,
.single-einrichtung .familie-leben-fruehe-hilfen h4,
.single-einrichtung .familie-leben-fruehe-hilfen .h4,
.single-einrichtung .familie-leben-fruehe-hilfen [class*="fa-"] {
  color: #bdd586 !important;
}
.single-einrichtung .familie-leben-fruehe-hilfen .col-wrap .col-right {
  border-left: 2px solid #bdd586;
}
.single-einrichtung .familie-leben-fruehe-hilfen .col-wrap .ghostkit-divider:before,
.single-einrichtung .familie-leben-fruehe-hilfen .col-wrap .ghostkit-divider:after {
  border-color: #bdd586 !important;
}
.single-einrichtung .familie-leben-fruehe-hilfen .col-wrap.quad-grid-container > .col {
  background-color: rgba(189, 213, 134, 0.9);
}
.single-einrichtung .familienbildungsstaette h1,
.single-einrichtung .familienbildungsstaette .h1,
.single-einrichtung .familienbildungsstaette h2,
.single-einrichtung .familienbildungsstaette .h2,
.single-einrichtung .familienbildungsstaette h3,
.single-einrichtung .familienbildungsstaette .h3,
.single-einrichtung .familienbildungsstaette h4,
.single-einrichtung .familienbildungsstaette .h4,
.single-einrichtung .familienbildungsstaette [class*="fa-"] {
  color: #ddb532 !important;
}
.single-einrichtung .familienbildungsstaette .col-wrap .col-right {
  border-left: 2px solid #ddb532;
}
.single-einrichtung .familienbildungsstaette .col-wrap .ghostkit-divider:before,
.single-einrichtung .familienbildungsstaette .col-wrap .ghostkit-divider:after {
  border-color: #ddb532 !important;
}
.single-einrichtung .familienbildungsstaette .col-wrap.quad-grid-container > .col {
  background-color: rgba(221, 181, 50, 0.9);
}
.single-einrichtung .familienzentrum h1,
.single-einrichtung .familienzentrum .h1,
.single-einrichtung .familienzentrum h2,
.single-einrichtung .familienzentrum .h2,
.single-einrichtung .familienzentrum h3,
.single-einrichtung .familienzentrum .h3,
.single-einrichtung .familienzentrum h4,
.single-einrichtung .familienzentrum .h4,
.single-einrichtung .familienzentrum [class*="fa-"] {
  color: #ddb532 !important;
}
.single-einrichtung .familienzentrum .col-wrap .col-right {
  border-left: 2px solid #ddb532;
}
.single-einrichtung .familienzentrum .col-wrap .ghostkit-divider:before,
.single-einrichtung .familienzentrum .col-wrap .ghostkit-divider:after {
  border-color: #ddb532 !important;
}
.single-einrichtung .familienzentrum .col-wrap.quad-grid-container > .col {
  background-color: rgba(221, 181, 50, 0.9);
}
.single-einrichtung .gebrauchtmoebelmarkt h1,
.single-einrichtung .gebrauchtmoebelmarkt .h1,
.single-einrichtung .gebrauchtmoebelmarkt h2,
.single-einrichtung .gebrauchtmoebelmarkt .h2,
.single-einrichtung .gebrauchtmoebelmarkt h3,
.single-einrichtung .gebrauchtmoebelmarkt .h3,
.single-einrichtung .gebrauchtmoebelmarkt h4,
.single-einrichtung .gebrauchtmoebelmarkt .h4,
.single-einrichtung .gebrauchtmoebelmarkt [class*="fa-"] {
  color: #627c5c !important;
}
.single-einrichtung .gebrauchtmoebelmarkt .col-wrap .col-right {
  border-left: 2px solid #627c5c;
}
.single-einrichtung .gebrauchtmoebelmarkt .col-wrap .ghostkit-divider:before,
.single-einrichtung .gebrauchtmoebelmarkt .col-wrap .ghostkit-divider:after {
  border-color: #627c5c !important;
}
.single-einrichtung .gebrauchtmoebelmarkt .col-wrap.quad-grid-container > .col {
  background-color: rgba(98, 124, 92, 0.9);
}
.single-einrichtung .kinderschutzzentrum-westkueste h1,
.single-einrichtung .kinderschutzzentrum-westkueste .h1,
.single-einrichtung .kinderschutzzentrum-westkueste h2,
.single-einrichtung .kinderschutzzentrum-westkueste .h2,
.single-einrichtung .kinderschutzzentrum-westkueste h3,
.single-einrichtung .kinderschutzzentrum-westkueste .h3,
.single-einrichtung .kinderschutzzentrum-westkueste h4,
.single-einrichtung .kinderschutzzentrum-westkueste .h4,
.single-einrichtung .kinderschutzzentrum-westkueste [class*="fa-"] {
  color: #a02122 !important;
}
.single-einrichtung .kinderschutzzentrum-westkueste .col-wrap .col-right {
  border-left: 2px solid #a02122;
}
.single-einrichtung .kinderschutzzentrum-westkueste .col-wrap .ghostkit-divider:before,
.single-einrichtung .kinderschutzzentrum-westkueste .col-wrap .ghostkit-divider:after {
  border-color: #a02122 !important;
}
.single-einrichtung .kinderschutzzentrum-westkueste .col-wrap.quad-grid-container > .col {
  background-color: rgba(160, 33, 34, 0.9);
}

.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste h1,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .h1,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste h2,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .h2,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste h3,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .h3,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste h4,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .h4,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste [class*="fa-"] {
  color: #a02122 !important;
}
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .col-wrap .col-right {
  border-left: 2px solid #a02122;
}
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .col-wrap .ghostkit-divider:before,
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .col-wrap .ghostkit-divider:after {
  border-color: #a02122 !important;
}
.single-einrichtung .ankerplatz-ein-projekt-des-kinderschutz-zentrums-westkueste .col-wrap.quad-grid-container > .col {
  background-color: rgba(160, 33, 34, 0.9);
}
/*========================drachenmutkindernichtalleinelassen===========================*/
.single-einrichtung .drachenmutkindernichtalleinelassen h1,
.single-einrichtung .drachenmutkindernichtalleinelassen .h1,
.single-einrichtung .drachenmutkindernichtalleinelassen h2,
.single-einrichtung .drachenmutkindernichtalleinelassen .h2,
.single-einrichtung .drachenmutkindernichtalleinelassen h3,
.single-einrichtung .drachenmutkindernichtalleinelassen .h3,
.single-einrichtung .drachenmutkindernichtalleinelassen h4,
.single-einrichtung .drachenmutkindernichtalleinelassen .h4,
.single-einrichtung .drachenmutkindernichtalleinelassen [class*="fa-"] {
  color: #a02122 !important;
}
.single-einrichtung .drachenmutkindernichtalleinelassen .col-wrap .col-right {
  border-left: 2px solid #a02122;
}
.single-einrichtung .drachenmutkindernichtalleinelassen .col-wrap .ghostkit-divider:before,
.single-einrichtung .drachenmutkindernichtalleinelassen .col-wrap .ghostkit-divider:after {
  border-color: #a02122 !important;
}
.single-einrichtung .drachenmutkindernichtalleinelassen .col-wrap.quad-grid-container > .col {
  background-color: rgba(160, 33, 34, 0.9);
}
/*===================================================================================*/
.single-einrichtung .land-auf-schwung h1,
.single-einrichtung .land-auf-schwung .h1,
.single-einrichtung .land-auf-schwung h2,
.single-einrichtung .land-auf-schwung .h2,
.single-einrichtung .land-auf-schwung h3,
.single-einrichtung .land-auf-schwung .h3,
.single-einrichtung .land-auf-schwung h4,
.single-einrichtung .land-auf-schwung .h4,
.single-einrichtung .land-auf-schwung [class*="fa-"] {
  color: #668f3b !important;
}
.single-einrichtung .land-auf-schwung .col-wrap .col-right {
  border-left: 2px solid #668f3b;
}
.single-einrichtung .land-auf-schwung .col-wrap .ghostkit-divider:before,
.single-einrichtung .land-auf-schwung .col-wrap .ghostkit-divider:after {
  border-color: #668f3b !important;
}
.single-einrichtung .land-auf-schwung .col-wrap.quad-grid-container > .col {
  background-color: rgba(102, 143, 59, 0.9);
}
.single-einrichtung .landungsbruecken h1,
.single-einrichtung .landungsbruecken .h1,
.single-einrichtung .landungsbruecken h2,
.single-einrichtung .landungsbruecken .h2,
.single-einrichtung .landungsbruecken h3,
.single-einrichtung .landungsbruecken .h3,
.single-einrichtung .landungsbruecken h4,
.single-einrichtung .landungsbruecken .h4,
.single-einrichtung .landungsbruecken [class*="fa-"] {
  color: #0ba1e2 !important;
}
.single-einrichtung .landungsbruecken .col-wrap .col-right {
  border-left: 2px solid #0ba1e2;
}
.single-einrichtung .landungsbruecken .col-wrap .ghostkit-divider:before,
.single-einrichtung .landungsbruecken .col-wrap .ghostkit-divider:after {
  border-color: #0ba1e2 !important;
}
.single-einrichtung .landungsbruecken .col-wrap.quad-grid-container > .col {
  background-color: rgba(11, 161, 226, 0.9);
}
.single-einrichtung .medizinische-notfallhilfe h1,
.single-einrichtung .medizinische-notfallhilfe .h1,
.single-einrichtung .medizinische-notfallhilfe h2,
.single-einrichtung .medizinische-notfallhilfe .h2,
.single-einrichtung .medizinische-notfallhilfe h3,
.single-einrichtung .medizinische-notfallhilfe .h3,
.single-einrichtung .medizinische-notfallhilfe h4,
.single-einrichtung .medizinische-notfallhilfe .h4,
.single-einrichtung .medizinische-notfallhilfe [class*="fa-"] {
  color: #2D6B6A !important;
}
.single-einrichtung .medizinische-notfallhilfe .col-wrap .col-right {
  border-left: 2px solid #2D6B6A;
}
.single-einrichtung .medizinische-notfallhilfe .col-wrap .ghostkit-divider:before,
.single-einrichtung .medizinische-notfallhilfe .col-wrap .ghostkit-divider:after {
  border-color: #2D6B6A !important;
}
.single-einrichtung .medizinische-notfallhilfe .col-wrap.quad-grid-container > .col {
  background-color: rgba(45, 107, 106, 0.9);
}
.single-einrichtung .mehrgenerationenhaus h1,
.single-einrichtung .mehrgenerationenhaus .h1,
.single-einrichtung .mehrgenerationenhaus h2,
.single-einrichtung .mehrgenerationenhaus .h2,
.single-einrichtung .mehrgenerationenhaus h3,
.single-einrichtung .mehrgenerationenhaus .h3,
.single-einrichtung .mehrgenerationenhaus h4,
.single-einrichtung .mehrgenerationenhaus .h4,
.single-einrichtung .mehrgenerationenhaus [class*="fa-"] {
  color: #ddb532 !important;
}
.single-einrichtung .mehrgenerationenhaus .col-wrap .col-right {
  border-left: 2px solid #ddb532;
}
.single-einrichtung .mehrgenerationenhaus .col-wrap .ghostkit-divider:before,
.single-einrichtung .mehrgenerationenhaus .col-wrap .ghostkit-divider:after {
  border-color: #ddb532 !important;
}
.single-einrichtung .mehrgenerationenhaus .col-wrap.quad-grid-container > .col {
  background-color: rgba(221, 181, 50, 0.9);
}
.single-einrichtung .mobbingberatung-fuer-erwachsene h1,
.single-einrichtung .mobbingberatung-fuer-erwachsene .h1,
.single-einrichtung .mobbingberatung-fuer-erwachsene h2,
.single-einrichtung .mobbingberatung-fuer-erwachsene .h2,
.single-einrichtung .mobbingberatung-fuer-erwachsene h3,
.single-einrichtung .mobbingberatung-fuer-erwachsene .h3,
.single-einrichtung .mobbingberatung-fuer-erwachsene h4,
.single-einrichtung .mobbingberatung-fuer-erwachsene .h4,
.single-einrichtung .mobbingberatung-fuer-erwachsene [class*="fa-"] {
  color: #BFCE00 !important;
}
.single-einrichtung .mobbingberatung-fuer-erwachsene .col-wrap .col-right {
  border-left: 2px solid #BFCE00;
}
.single-einrichtung .mobbingberatung-fuer-erwachsene .col-wrap .ghostkit-divider:before,
.single-einrichtung .mobbingberatung-fuer-erwachsene .col-wrap .ghostkit-divider:after {
  border-color: #BFCE00 !important;
}
.single-einrichtung .mobbingberatung-fuer-erwachsene .col-wrap.quad-grid-container > .col {
  background-color: rgba(191, 206, 0, 0.9);
}
.single-einrichtung .mutter-vater-kind-kur-beratung h1,
.single-einrichtung .mutter-vater-kind-kur-beratung .h1,
.single-einrichtung .mutter-vater-kind-kur-beratung h2,
.single-einrichtung .mutter-vater-kind-kur-beratung .h2,
.single-einrichtung .mutter-vater-kind-kur-beratung h3,
.single-einrichtung .mutter-vater-kind-kur-beratung .h3,
.single-einrichtung .mutter-vater-kind-kur-beratung h4,
.single-einrichtung .mutter-vater-kind-kur-beratung .h4,
.single-einrichtung .mutter-vater-kind-kur-beratung [class*="fa-"] {
  color: #a02122 !important;
}
.single-einrichtung .mutter-vater-kind-kur-beratung .col-wrap .col-right {
  border-left: 2px solid #a02122;
}
.single-einrichtung .mutter-vater-kind-kur-beratung .col-wrap .ghostkit-divider:before,
.single-einrichtung .mutter-vater-kind-kur-beratung .col-wrap .ghostkit-divider:after {
  border-color: #a02122 !important;
}
.single-einrichtung .mutter-vater-kind-kur-beratung .col-wrap.quad-grid-container > .col {
  background-color: rgba(160, 33, 34, 0.9);
}
.single-einrichtung .patenelternprojekt h1,
.single-einrichtung .patenelternprojekt .h1,
.single-einrichtung .patenelternprojekt h2,
.single-einrichtung .patenelternprojekt .h2,
.single-einrichtung .patenelternprojekt h3,
.single-einrichtung .patenelternprojekt .h3,
.single-einrichtung .patenelternprojekt h4,
.single-einrichtung .patenelternprojekt .h4,
.single-einrichtung .patenelternprojekt [class*="fa-"] {
  color: #2D6B6A !important;
}
.single-einrichtung .patenelternprojekt .col-wrap .col-right {
  border-left: 2px solid #2D6B6A;
}
.single-einrichtung .patenelternprojekt .col-wrap .ghostkit-divider:before,
.single-einrichtung .patenelternprojekt .col-wrap .ghostkit-divider:after {
  border-color: #2D6B6A !important;
}
.single-einrichtung .patenelternprojekt .col-wrap.quad-grid-container > .col {
  background-color: rgba(45, 107, 106, 0.9);
}
.single-einrichtung .praxis-ohne-grenzen h1,
.single-einrichtung .praxis-ohne-grenzen .h1,
.single-einrichtung .praxis-ohne-grenzen h2,
.single-einrichtung .praxis-ohne-grenzen .h2,
.single-einrichtung .praxis-ohne-grenzen h3,
.single-einrichtung .praxis-ohne-grenzen .h3,
.single-einrichtung .praxis-ohne-grenzen h4,
.single-einrichtung .praxis-ohne-grenzen .h4,
.single-einrichtung .praxis-ohne-grenzen [class*="fa-"] {
  color: #0ba1e2 !important;
}
.single-einrichtung .praxis-ohne-grenzen .col-wrap .col-right {
  border-left: 2px solid #0ba1e2;
}
.single-einrichtung .praxis-ohne-grenzen .col-wrap .ghostkit-divider:before,
.single-einrichtung .praxis-ohne-grenzen .col-wrap .ghostkit-divider:after {
  border-color: #0ba1e2 !important;
}
.single-einrichtung .praxis-ohne-grenzen .col-wrap.quad-grid-container > .col {
  background-color: rgba(11, 161, 226, 0.9);
}
.single-einrichtung .psychologisches-beratungszentrum h1,
.single-einrichtung .psychologisches-beratungszentrum .h1,
.single-einrichtung .psychologisches-beratungszentrum h2,
.single-einrichtung .psychologisches-beratungszentrum .h2,
.single-einrichtung .psychologisches-beratungszentrum h3,
.single-einrichtung .psychologisches-beratungszentrum .h3,
.single-einrichtung .psychologisches-beratungszentrum h4,
.single-einrichtung .psychologisches-beratungszentrum .h4,
.single-einrichtung .psychologisches-beratungszentrum [class*="fa-"] {
  color: #4d6caf !important;
}
.single-einrichtung .psychologisches-beratungszentrum .col-wrap .col-right {
  border-left: 2px solid #4d6caf;
}
.single-einrichtung .psychologisches-beratungszentrum .col-wrap .ghostkit-divider:before,
.single-einrichtung .psychologisches-beratungszentrum .col-wrap .ghostkit-divider:after {
  border-color: #4d6caf !important;
}
.single-einrichtung .psychologisches-beratungszentrum .col-wrap.quad-grid-container > .col {
  background-color: rgba(77, 108, 175, 0.9);
}
.single-einrichtung .qualifizierung h1,
.single-einrichtung .qualifizierung .h1,
.single-einrichtung .qualifizierung h2,
.single-einrichtung .qualifizierung .h2,
.single-einrichtung .qualifizierung h3,
.single-einrichtung .qualifizierung .h3,
.single-einrichtung .qualifizierung h4,
.single-einrichtung .qualifizierung .h4,
.single-einrichtung .qualifizierung [class*="fa-"] {
  color: #4E7354 !important;
}
.single-einrichtung .qualifizierung .col-wrap .col-right {
  border-left: 2px solid #4E7354;
}
.single-einrichtung .qualifizierung .col-wrap .ghostkit-divider:before,
.single-einrichtung .qualifizierung .col-wrap .ghostkit-divider:after {
  border-color: #4E7354 !important;
}
.single-einrichtung .qualifizierung .col-wrap.quad-grid-container > .col {
  background-color: rgba(78, 115, 84, 0.9);
}
.single-einrichtung .radstation h1,
.single-einrichtung .radstation .h1,
.single-einrichtung .radstation h2,
.single-einrichtung .radstation .h2,
.single-einrichtung .radstation h3,
.single-einrichtung .radstation .h3,
.single-einrichtung .radstation h4,
.single-einrichtung .radstation .h4,
.single-einrichtung .radstation [class*="fa-"] {
  color: #0ba1e2 !important;
}
.single-einrichtung .radstation .col-wrap .col-right {
  border-left: 2px solid #0ba1e2;
}
.single-einrichtung .radstation .col-wrap .ghostkit-divider:before,
.single-einrichtung .radstation .col-wrap .ghostkit-divider:after {
  border-color: #0ba1e2 !important;
}
.single-einrichtung .radstation .col-wrap.quad-grid-container > .col {
  background-color: rgba(11, 161, 226, 0.9);
}
.single-einrichtung .schulsozialarbeit h1,
.single-einrichtung .schulsozialarbeit .h1,
.single-einrichtung .schulsozialarbeit h2,
.single-einrichtung .schulsozialarbeit .h2,
.single-einrichtung .schulsozialarbeit h3,
.single-einrichtung .schulsozialarbeit .h3,
.single-einrichtung .schulsozialarbeit h4,
.single-einrichtung .schulsozialarbeit .h4,
.single-einrichtung .schulsozialarbeit [class*="fa-"] {
  color: #bd1922 !important;
}
.single-einrichtung .schulsozialarbeit .col-wrap .col-right {
  border-left: 2px solid #bd1922;
}
.single-einrichtung .schulsozialarbeit .col-wrap .ghostkit-divider:before,
.single-einrichtung .schulsozialarbeit .col-wrap .ghostkit-divider:after {
  border-color: #bd1922 !important;
}
.single-einrichtung .schulsozialarbeit .col-wrap.quad-grid-container > .col {
  background-color: rgba(189, 25, 34, 0.9);
}
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe h1,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .h1,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe h2,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .h2,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe h3,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .h3,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe h4,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .h4,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe [class*="fa-"] {
  color: #794798 !important;
}
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .col-wrap .col-right {
  border-left: 2px solid #794798;
}
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .col-wrap .ghostkit-divider:before,
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .col-wrap .ghostkit-divider:after {
  border-color: #794798 !important;
}
.single-einrichtung .sozialraumorientierte-kinder-und-jugendhilfe .col-wrap.quad-grid-container > .col {
  background-color: rgba(121, 71, 152, 0.9);
}
.single-einrichtung .stationaere-kinder-und-jugendhilfe h1,
.single-einrichtung .stationaere-kinder-und-jugendhilfe .h1,
.single-einrichtung .stationaere-kinder-und-jugendhilfe h2,
.single-einrichtung .stationaere-kinder-und-jugendhilfe .h2,
.single-einrichtung .stationaere-kinder-und-jugendhilfe h3,
.single-einrichtung .stationaere-kinder-und-jugendhilfe .h3,
.single-einrichtung .stationaere-kinder-und-jugendhilfe h4,
.single-einrichtung .stationaere-kinder-und-jugendhilfe .h4,
.single-einrichtung .stationaere-kinder-und-jugendhilfe [class*="fa-"] {
  color: #668f3b !important;
}
.single-einrichtung .stationaere-kinder-und-jugendhilfe .col-wrap .col-right {
  border-left: 2px solid #668f3b;
}
.single-einrichtung .stationaere-kinder-und-jugendhilfe .col-wrap .ghostkit-divider:before,
.single-einrichtung .stationaere-kinder-und-jugendhilfe .col-wrap .ghostkit-divider:after {
  border-color: #668f3b !important;
}
.single-einrichtung .stationaere-kinder-und-jugendhilfe .col-wrap.quad-grid-container > .col {
  background-color: rgba(102, 143, 59, 0.9);
}
.single-einrichtung .streetwork-pavillon h1,
.single-einrichtung .streetwork-pavillon .h1,
.single-einrichtung .streetwork-pavillon h2,
.single-einrichtung .streetwork-pavillon .h2,
.single-einrichtung .streetwork-pavillon h3,
.single-einrichtung .streetwork-pavillon .h3,
.single-einrichtung .streetwork-pavillon h4,
.single-einrichtung .streetwork-pavillon .h4,
.single-einrichtung .streetwork-pavillon [class*="fa-"] {
  color: #602658 !important;
}
.single-einrichtung .streetwork-pavillon .col-wrap .col-right {
  border-left: 2px solid #602658;
}
.single-einrichtung .streetwork-pavillon .col-wrap .ghostkit-divider:before,
.single-einrichtung .streetwork-pavillon .col-wrap .ghostkit-divider:after {
  border-color: #602658 !important;
}
.single-einrichtung .streetwork-pavillon .col-wrap.quad-grid-container > .col {
  background-color: rgba(96, 38, 88, 0.9);
}
.single-einrichtung .tafel-husum h1,
.single-einrichtung .tafel-husum .h1,
.single-einrichtung .tafel-husum h2,
.single-einrichtung .tafel-husum .h2,
.single-einrichtung .tafel-husum h3,
.single-einrichtung .tafel-husum .h3,
.single-einrichtung .tafel-husum h4,
.single-einrichtung .tafel-husum .h4,
.single-einrichtung .tafel-husum [class*="fa-"] {
  color: #d89427 !important;
}
.single-einrichtung .tafel-husum .col-wrap .col-right {
  border-left: 2px solid #d89427;
}
.single-einrichtung .tafel-husum .col-wrap .ghostkit-divider:before,
.single-einrichtung .tafel-husum .col-wrap .ghostkit-divider:after {
  border-color: #d89427 !important;
}
.single-einrichtung .tafel-husum .col-wrap.quad-grid-container > .col {
  background-color: rgba(216, 148, 39, 0.9);
}
.single-einrichtung .wohnungslosenhilfe h1,
.single-einrichtung .wohnungslosenhilfe .h1,
.single-einrichtung .wohnungslosenhilfe h2,
.single-einrichtung .wohnungslosenhilfe .h2,
.single-einrichtung .wohnungslosenhilfe h3,
.single-einrichtung .wohnungslosenhilfe .h3,
.single-einrichtung .wohnungslosenhilfe h4,
.single-einrichtung .wohnungslosenhilfe .h4,
.single-einrichtung .wohnungslosenhilfe [class*="fa-"] {
  color: #2D6B6A !important;
}
.single-einrichtung .wohnungslosenhilfe .col-wrap .col-right {
  border-left: 2px solid #2D6B6A;
}
.single-einrichtung .wohnungslosenhilfe .col-wrap .ghostkit-divider:before,
.single-einrichtung .wohnungslosenhilfe .col-wrap .ghostkit-divider:after {
  border-color: #2D6B6A !important;
}
.single-einrichtung .wohnungslosenhilfe .col-wrap.quad-grid-container > .col {
  background-color: rgba(45, 107, 106, 0.9);
}
#accordion-einrichtung .card {
  border: none;
  border-bottom: 1px solid #0ba1e2;
}
#accordion-einrichtung .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #0ba1e2;
  margin-bottom: -1px;
}
#accordion-einrichtung .card .card-header .btn-link {
  color: #0ba1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
#accordion-einrichtung .card .card-header .btn-link > [class*=fa-] {
  margin-left: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion-einrichtung .card .card-header:first-child {
  border-radius: 0;
}
#accordion-einrichtung .card.active .card-header .btn-link {
  font-weight: bold;
}
#accordion-einrichtung .card.active .card-header .btn-link > [class*=fa-] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-einrichtung #wrap_beradig_items {
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  */
  }
.single-einrichtung span.btn_appd {
  font-size: .85rem;
  text-transform: none;
  }
/**************************************
* Animation
**************************************/
@-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  5% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/**************************************
* Slick Slider
**************************************/
.slick-slider.slick-initialized .slick-track {
  overflow-y: hidden;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100vw;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide .slide-title {
  display: none;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content {
  top: 50% !important;
  width: 60%;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content .slick-slider-short-content {
  text-align: left !important;
  background-color: rgba(11, 161, 226, 0.6);
  font-size: 40px;
  line-height: 1.33333333;
  color: #ffffff;
  padding: 10px 20px;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content .slick-slider-short-content > h2,
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content .slick-slider-short-content > h3,
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content .slick-slider-short-content > h4,
.slick-slider.slick-initialized .slick-track .slick-image-slide .slider-content .slick-slider-short-content > p {
  color: #fff;
}
.slick-slider.slick-initialized .slick-track .slick-image-slide .slide-wrap .slider-overlay {
  background: none;
}
#spende {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
/**************************************
* Kontakt
**************************************/
.contact-box .ghostkit-col-content {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}
/**************************************
* Footer
**************************************/
.footer-before-area {
  max-width: 80rem;
  margin: 0 auto;
}
.footer-before-area h2,
.footer-before-area p {
  color: #fff;
}
.footer-before-area.row .ghostkit-button {
  background-color: #0ba1e2;
  border: 2px solid #fff;
}
.footer-before-area.row .ghostkit-button:hover {
  background-color: #fff;
  color: #0ba1e2;
}
#footer-widget.bg-light {
  background-color: #fff !important;
}
#footer-widget.bg-light .container {
  max-width: 80rem;
}
#footer-widget .widget-title {
  text-transform: uppercase;
  color: #0ba1e2;
}
#footer-widget #menu-einrichtungen .nav-link,
#footer-widget #menu-zielgruppen .nav-link {
  padding: 0.2rem 1rem;
}
#footer-widget #menu-einrichtungen .nav-link:before,
#footer-widget #menu-zielgruppen .nav-link:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  color: #0ba1e2;
    width: auto;
    height: auto;
    margin-right: 5px;
  /*
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  */
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer-widget #menu-einrichtungen .nav-link:hover:before,
#footer-widget #menu-zielgruppen .nav-link:hover:before {
  /*
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  */
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);  
}
footer#colophon {
  display: none;
}
footer#colophon .container {
  max-width: 80rem;
}
#topbutton {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 4px -2px #000;
  box-shadow: 0px 2px 4px -2px #000;
  border-radius: 0;
}
#topbutton a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  padding-top: 0px;
  font-size: 2.5rem;
  color: #0ba1e2;
}
div#footercontainer .row {
  max-width: 80rem;
  padding: 40px 0px 60px;
  margin: 0px auto;
  }
div#footercontainer .textwidget.custom-html-widget {
}
div#footercontainer .footercol {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*
* ####################### CUSTOM KACHELN ####################### (c.anger@c2-cl.de - 20/08/2019)
*/
.diak_custom_tile_innerrow {
    margin: 0!important;
    height: 300px;
    border: 1px solid rgba(0,0,0,.125);
    overflow: hidden;
}
.diak_custom_tile_innercol {
    padding: 0!important;
}
.diak_custom_tile_innercol .btnmore {
    width: 100%;
    position: absolute;
    bottom: -300px;
}
.diak_custom_tile_innercol .btnmore a {
    color: #fff;
}
.diak_custom_tile_innercol h2.diak_custom_tile_title{
  position: absolute;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: -.5px;
  padding:1rem 1rem!important;
  color: #0ba1e2;
  background: tran;
  background: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5),rgba(255,255,255,0));
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5),rgba(255,255,255,0));
  background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5),rgba(255,255,255,1), rgba(255,255,255,1),rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.5),rgba(255,255,255,0));
  }
.diak_custom_tile_innercol:hover .nk-awb-wrap {
    transform: scale(1.1);
    overflow: hidden;
    transition: all 1s;
}  
/*
* ####################### SPENDEN WIDGET ####################### (c.anger@c2-cl.de - 20/08/2019)
*/
.footer_donate_col span.btnmore {
    background-color: transparent;
    border: 2px solid #fff;
}
.footer_donate_col span.btnmore a {
    color: #fff;
}
/*
* ####################### NEWS POSTS HOME PREVIEW ####################### (c.anger@c2-cl.de - 26/06/2019)
*/
.diako_col_news_posts {
    padding: 0rem;
    color: #fff;
}
.diako_news_posts_each{
  background-color: rgba(11, 161, 226, 0.7);
  margin:1rem;
  padding: 1rem 1rem .75rem 1rem;
  border-radius: 2px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  }
.diako_news_posts_each:hover {
    background: rgba(11, 161, 226, 1);
} 
.diako_col_news_posts_innerrow{
  margin: 0;
  overflow: hidden;
}
.diako_col_news_posts_innerrow:hover .diako_col_news_posts_innercol.featured{
  transform: scale(1.1);
}
.diako_col_news_posts_innercol.featured{
  transition: all .5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }
.diako_col_news_posts h3.posttitle {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 0;
  padding-top: 0;
  }
.diako_col_news_posts .diako_col_news_posts_innercol.col_excerpt{
  padding: 5px 0 0 0px;
  }  
.diako_col_news_posts p.excerpt{
  font-size: 1rem;
  padding-bottom: 5px;
  }
.diako_col_news_posts_innercol.titlepostdate {
    display: flex;
    flex-direction: column;
    justify-content: center;
}  
.diako_col_news_posts_innercol p.postdatetag {
  margin: 0;
  font-size:.9rem;
  font-style: italic;
  }
.morelink_elem{
  text-align: right;
  }
.diako_col_news_posts .btnmore{
  border: 1px solid #fff;
  padding: 0.75rem 1.25rem;
  }
.diako_col_news_posts .btnmore a {
  color: white!important;
  }  
/*
* ####################### POSTS ARCHIVE ####################### (c.anger@c2-cl.de - 26/06/2019)
*/
span.archive_year_link a {
    font-size: 1rem;
    background-color: #0ba1e2;
    padding: 0px 5px;
    color: #fff;
    border-radius: 1px;
    font-weight: bold;
}
article:nth-child(1n) .dwh_posts_prview{
  background-color: #fff;
}
article:nth-child(2n) .dwh_posts_prview{
  background-color: #eef9fe;
}
.dwh_posts_prview {
  margin: 0 0 15px 0;
  padding: .5rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  }
.dwh_posts_prview:hover {
    background-color: #c8edfc!important;
}
.dwh_posts_prview .featured_box {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.dwh_posts_prview .featured_box_single {
    height: 40rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.dwh_posts_prview span.post_date_tag {
    font-size: .9rem;
    font-style: italic;
}
.dwh_posts_prview h2.entry-title.mt-0 {
    margin: 0;
    padding: 0;
}
.dwh_posts_prview .excerpt_box {
    padding: 0px 0 0 15px;
}
/* =Blog-Navigation - Pagination
----------------------------------------------- */
.postpreview_archive_labels {
}
.postpreview_archive_labels {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 5px;
}
.post_navig_elem {
  font-size: 1rem;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  }
.post_navig_elem nav.pagination {
  position: relative;
  display: block;
  }

.post_navig_elem .nav-links {
  position: relative;
  }

.post_navig_elem .nav-links ul {
  margin: 0;
  padding: 0;
  }

.post_navig_elem .nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  float: left;
  }

.post_navig_elem .nav-links ul li span.current {
  padding: 5px 10px;
  background: #0986bd;
  border: 0px solid #777;
  border-radius: 1px;
  display: block;
  line-height: 1;
  color: #fff;
  }

.post_navig_elem .nav-links ul li a {
  padding: 5px 10px;
  background: #0ba1e2;
  color: #fff;
  text-decoration: none;
  border: 0px solid #ccc;
  display: block;
  line-height: 1;
  }

.post_navig_elem .nav-links ul li a:hover {
  background: #0986bd;
  border-color: #0986bd;
  color: #fff;
  }
/*
* ####################### NEWS POSTS SINGLE ####################### (c.anger@c2-cl.de - 26/06/2019)
*/
.dwh_post_single .content_box.col-md-12 {
    padding: 15px;
}
/* --- big featured --- */
.dwh_post_single .featured_box_single.bigfeatured-img {
    height: calc(60vh);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dwh_post_single .featured-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
}
.dwh_post_single .wrapper-entry-title {
    padding: 0 1rem;
    background-color: rgba(255,255,255,.85);
    border-radius: 1px;
}
.dwh_post_single .wrapper-post-date-tag span.post_date_tag {
  display: inline-block;
  margin-top: 15px;
  padding: 0px 10px;
  background-color: #0ba1e2;
  color: #fff;
  border-radius: 1px;
  font-weight: bold;
  }
/* --- small featured --- */
.dwh_post_single .featured_box_single.smallfeatured-img {
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.dwh_post_single .smallfeatured-title-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
/*
* ####################### JOB OFFERS PAGE / ARCHIVE ####################### (c.anger@c2-cl.de - 26/06/2019)
*/
.joboffers-container .card-body{
  display: block!important;
}
.eachjobofferpreview p.card-text.refnotag {
    font-size: 1rem;
    font-weight: bold;
}
.eachjobofferpreview h2.card-title {
    letter-spacing: -.5px;
    font-size: 1.25rem;
}
.eachjobofferpreview.placeholder {
    background-color: transparent;
}
/*
* ####################### EINRICHTUNGEN SINGLE ####################### (c.anger@c2-cl.de - 01/07/2019)
*/
span.weekdayname {
    width: 40px;
    display: inline-block;
}
span.contacttypetag {
    width: 20px;
    display: inline-block;
}
div#einrichtung-content p.contact_items a.emails{
  color: inherit;
}
div#einrichtung-content p.contact_items a.emails:hover{
  text-decoration: underline;
}
/*
.sameasprev.sameasnext {
    display: none;
}
.sameasprev .timestamps {
    visibility: hidden;
}
.sameasprev span.weekdayname:before {
    content: '- ';
}
.sameasprev.single {
    margin-top: -28px;
}
.sameasprev.doblo {
    margin-top: -56px;
}
.sameasprev span.weekdayname {
    width: auto;
    padding-left: 35px;
}
*/
/* ############### DEV ##################################*/
span.tagname {
    width: 85px;
    display: inline-block;
}
p.tageszeit {
    margin: 0;
}
/*
.tag.sameasprev.sameasnext {
    display: none;
}
.tag.double.sameasprev {
    margin-top: -56px;
}
.tag.sameasprev p span.uhrzeit {
    display: none;
}
*/
/* empties */
.emptyam .tageszeittyp_am,
.emptypm .tageszeittyp_pm {
    display: none;
}
.tag.empty {
    display: none;
}
.tageszeit.empty {
    display: none;
}
/* Tagesnamen ausblenden, wenn am + pm */
.tageszeittyp_pm.amandpm span.tagname{
  visibility:hidden;
}
/* PM Tag ausblenden, wenn verschrenkt*/
.tageszeit.tageszeittyp_pm.crossed_pm {
    display: none;
}
/* --- TIMES SCHEDULE --- */
ul#einrichtung-times-schedule {
    list-style: none;
    padding: 0;
}
ul#einrichtung-times-schedule ul {
    list-style: none;
}
span.weekdaynamebox {
    width: 80px;
    display: inline-block;
}
/* --- contact items --- */
.einrichtung-kontakt p.contact_items a.phonenumbers{
  color: inherit;
}
/* --- files --- */
.dwhdownloadbtn {
    margin-bottom: 10px;
}
.dwhdownloadbtn .btn-diako {
  padding: 0.25rem 0.5rem;
  color: #fff;
  font-weight: bold;
  }
.dwhdownloadbtn .btn-diako > a {
    color: #fff;
}
.dwhdownloadbtn .btn-diako [class*="fa-"]{
    color: #ffffff!important;
}
.dwhdownloadbtn span.infotag_filesize {
    font-size: 1rem;
}
.dwhdownloadbtn span.filename {
}
/*
* ####################### STELLENANGEBOT SINGLE ####################### (c.anger@c2-cl.de - 27/06/2019)
*/
.parallax {
  /* The image used */
  background-image: url("img_parallax.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#sta_single_col_main {
    padding: 0;
}
h1.sta_single_slogan {
    font-weight: bold;
}
.sta_single_featured img {
    width: 100%;
}
.sta_single_elem_featured_bg {
    background-repeat: no-repeat;
    background-size: contain;
}
div#sta_single_elem_intro {
  margin: 0px 0px 10px;
  background-color:#0ba1e2;
  padding: 1rem;
  line-height: 1.5;
  }
div#sta_single_elem_intro p {
  color:#fff;
  font-weight: bold;
  margin: 0;
  }
div#sta_single_elem_wanted {
  text-align: center;
  margin-top: 35px;
  }
h2.sta_single_jobname {
  text-align: center;
  font-weight: bold;
  }
div#sta_single_elem_refno {
  text-align: center;
  font-weight: bold;
  }
div#sta_single_elem_date {
  text-align: center;
  margin: 1rem;
  }
span.sta_single_date {
  background-color: #0ba1e2;
  padding: 0px 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  }
div#sta_single_elem_conditions {
  text-align: center;
  }
div#sta_single_elem_cta {
  margin: 25px 0px;
  background-color:#0ba1e2;
  padding: 1rem;
  line-height: 1.5;
  }
div#sta_single_elem_cta p{
  color: #fff;
  margin: 0;
  font-weight: bold;
}
div#sta_single_elem_address {
    border-left: 5px solid #0ba1e2;
    padding-left: 10px;
    font-weight: bold;
}
.sta_single_address_logo img {
    width: 100%;
}
#sta_single_row ul,
#dwh_list_history ul {
  list-style: none;
  padding: 0;
}
#sta_single_row li,
#dwh_list_history li {
  padding-left: 1.3em;
}
#sta_single_row li:before,
#dwh_list_history li:before{
  content: url(images/plus-square-solid_0ba1e2.svg);
  display: inline-block;
  width: 15px;
  margin: 0px 5px 0px -25px;
  }
div#sta_single_elem_pp_files {
    background-color: #dbf3fd;
    padding: 0 1rem;
}
/*
* ####################### KONTAKT PAGE ####################### (c.anger@c2-cl.de - 27/06/2019)
*/
#accordion-einrichtung .card.active,
#accordion-einrichtung .card.active .card-header{
    background-color: #def4fd;
}
div#accordion-einrichtung h2 button {
    padding: 0;
}
div#accordion-einrichtung .contactitems a.phonenumbers,
div#accordion-einrichtung .contactitems a.emails {
    color: inherit;
}
#accordion-einrichtung .contactitems a.emails:hover {
    text-decoration: underline;
}
/*
* ####################### 404 ####################### (c.anger@c2-cl.de - 27/06/2019)
*/
.page-content.notfound {
    text-align: center;
}
img#notfound_img {
    width: 175px;
    padding: 30px;
}
div#notfound_elem {
    padding: 30px 100px 30px;
    margin-bottom: 25px;
    background-color: #0ba1e2;
    border-radius: 3px;
}
div#notfound_hero_elem {
    min-height: calc(100vh/3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#notfound_hero_elem p strong {
    background-color: #0ba1e2;
    padding: .5rem 1rem;
    color: #fff;
}
#notfound_elem form button.form-control.search-submit.btn.btn-default {
    color: #fff;
    border-color: #fff;
    border-radius: 0px;
}
.page-content.notfound .btn-diako > a {
    color: #fff;
}
.page-content.notfound .btn-diako [class*="fa-"] {
    color: #ffffff!important;
}
/*
* ####################### MEDIA QUERIES ####################### (c.anger@c2-cl.de - 25/06/2019)
*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* ---------- generic ---------- */
  body{
    font-size: 1rem!important;
  }
  h1,.h1{font-size: 1.4rem!important;}
  h2,.h2{font-size: 1.3rem!important;}
  h3,.h3{font-size: 1.2rem!important;}
  h4,.h4{font-size: 1.1rem!important;}

  /* ---------- navbar ---------- */
  header#masthead.navbar-sticky-top {
    padding: 3px 0;
    }
  /* --- site logo --- */
  header#masthead .navbar-brand img{
    width: 190px;
  }
  /* --- searchbar --- */
#page header#masthead .searchbar {
    width: 75%;
    transform: matrix(1, 0, 0, 1, -150, 407);
    } 
  header#masthead .searchbar #search-group {
    justify-content: center;
    }
  header#masthead .searchbar .input-group-append {
    margin-top: 15px;
    }
  header#masthead .searchbar button.form-control.search-submit.btn.btn-default {
    padding: 5px 10px;
    }
div#searchbar02 {
    width: 100%;
    top:0px;
    left: 0px;
}    
  /* --- slider --- */
  .slick-image-slide{
    height: 85vh;
    }
  .slider-content {
    width: 75%;
    }
  .slick-slider-short-content {
    padding: 10px 10px;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .post_navig_elem .nav-links ul li span.current,
  .post_navig_elem .nav-links ul li a {
    padding: 3px 5px;
    }  
  .dwh_posts_prview .featured_box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100vh/2);
    }
  .dwh_posts_prview .excerpt_box {
    padding: 5px 0 0 0px;
    }
  .eachjobofferpreview h2.card-title {

    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  li#searchitem01{
    display: none!important;
  }  
  li#searchitem02{
    display: inline-block!important;
  }
}
/* Medium devices (tablets, less than 1367px) */
@media (max-width: 1367px) {
    /* ---------- navbar ---------- */
    header#masthead .navbar-brand {
      margin-left: 0!important;
      }
    header#masthead.navbar-sticky-top {
      padding: 3px 0!important;
      }
    header#masthead .navbar-nav a.nav-link {
      padding: 3px 10px!important;
      }
    /* --- toogler --- */
    .navbar-toggler {
      padding: 0.1rem .5rem!important;
      }
    header#masthead button.navbar-toggler {
      border-color: white!important;
      }
    /* --- searchbar --- */
    #page header#masthead .searchbar {
        width: 50%;
        transform: matrix(1, 0, 0, 1, -25, 470);
        z-index: 2!important;
        }
    /* --- content --- */
    .eachjobofferpreview h2.card-title {
      bottom: 0rem!important;
      font-size: 14px!important;
      }
}

@media (max-width: 1600px) {
  .eachjobofferpreview h2.card-title {
      font-size: 1rem;
  }
}