/*
 Theme Name:   Relaunch an Sieg und Rhein
 Description:  Parent Theme: Gemeinsames Grundlayout und die Basis für alle WP Child Themes (EKASUR, EEB, Jugendwerk & Diakonie)
 Author:       Myriam Wingen-Kaminsky
 Author URI:   https://www.buero-komplex.de
 Version:      1.0
*/

/* Main Stylesheet EKASUR Parent for all relaunch websites */
/* -------------------------------------------------------------
00 Inhalt
----------------------------------------------------------------
01 # Import Fonts locally @child themes
02 # General
		a) Back to top button
		b) Preloader
03 # Header
04 # Navigation Menu
		a) Search Form in Navigation
		b) Mobile Navigation
05 # Breadcrumps
06 # Sections
		a) Sections Header
		b) Sections Main
        c) zielgruppen-icons Jugendwerk
		d) 6 Latest Blogposts & Newsarchiv
		e) Searchresults
		f) Blogpost-detail
		g) Lastblogposts
		h) About Block multitask
		i) Shortboxes 
		j) FunFacts 
		k) Call To Action 
		m) Features Section
		n) Teamcards
		o) FAQ Section
        p) Angebote
        q) Aboutshort
        r) gemeindefinder
        s) kontaktseite
        t) iconboxes
        u) kontaktperson Diakonie
        v) Adresse & Kontakt Einrichtung  
        w) Kontaktformular Anmeldung 1 ContactForm7
        x) Bildergalerie
        


07 # Footer
08 # Responsive Media Queries
09 # Impressum & Datenschutzerklärung

--------------------------------------------------------------- */

/* --------------------------------------------------------------
    solution for problem with anchors behind fixed navbars
-------------------------------------------------------------- */

.sprungmarke:target {
    padding-top: 90px;
}


/* --------------------------------------------------------------
02 # General
-------------------------------------------------------------- */
body {
    background: #fff;
    color: #222222;
    font-size: 1em;
    overflow-x: hidden;
}

.img-fluid   {
    max-height: 650px;
    width: 100%;
}

a {
    transition: 0.5s;
    color: #0095D4;
}



.black {
    color: #222222;
}

a:hover,
a:active,
a:focus {
    color: #0095D4;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    padding-bottom: 15px;
}


h1 {
    font-weight: 600;
    font-size: 2.3rem;
    text-align: center;
}

h2 {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

h3 {
    font-weight: 600;
    font-size: 1.7rem;
    text-align: center;
}

h4 {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
}


h3.my-1     {
    padding-bottom: 5px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 10px;
}

h3.cta-title    {
    text-align: left;
}

.headline_block     {
    margin-top: 30px;
}

.angebote-title     {
     text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.h1style   {
    color: #853385;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.flex-container {
    display: flex;
}

.logo-top {
    width: 200px;
    height: auto;
    margin-top: -22px;
}

button.btn      {
    margin: -1px 0 0 0;
}

.btn-primary {
    color: #fff;
    background-color: #0095D4;
    border-color: #0095D4;
}

.btn-primary:hover {
    background-color: #0095D4;
    border: 3px solid #0095D4;
    transition: 0.3s;
    color: #F4D63D;
}


section#intro.container {
    min-height: 350px;
}


h3.section-title {
    color: #853385;
}

div.portfolio-wrap div.portfolio-info h4 a {
    opacity: 1 !important;
}

.text-weiss {
    color: #fff;
}


.text-lila {
    color: #853385 !important;
}

.footer-links {
    font-size: 1.1em;
}

.black {
    color: #222222;
}

.evasur-header-symbol {
    min-width: 60%;
}

.on-top {
    position: relative;
}


div.card.col-md-4.mr-2 {
    overflow: hidden;
}

div.leadtext {
    color: #f4d63d;
    font-family: "Quicksand";
    font-size: 1.2em;
    font-weight: bold;
    background-color: #853385;
    padding: 20px 10px;
}

div.subline-my {
    font-weight: normal;
}

section.about.onlythis {
    background-image: url("assets/media/section-bg.png");
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 100px;
}

.cta-btn.eigene {
    background-color: #f4d63d !important;
    color: #222222 !important;
}

.startheader {
    height: 100%;
    width: 100%;
    padding: 50px 0 0 0;
}


.mymargintop {
    margin-top: 150px;
}

section.abstandhalter   {
    margin-top: 250px;
}

.modal-dialog   {
    margin: 3rem .5rem .5rem .5rem;
}

.modal-body     {
    padding: 2.5rem 2rem;
}

.card   {
    border: none;
}

.card-body {
    padding: 0 15px 15px 15px;
}

/* a) Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #0095d4;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* b) Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f8f7f7;
    border-top: 6px solid #0095d4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader .9s linear infinite;
    animation: animate-preloader .9s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* --------------------------------------------------------------
03 # Header
-------------------------------------------------------------- */
header#header div.container-fluid     {
    max-width: 1140px;
}

#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #f4d63d;
}

#header.header-scrolled,
#header.header-pages {
    height: 80px;
    padding: 15px 0;
    background-color: #f4d63d;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
    display: none;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #853385;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px;
}

.main-pages {
    margin-top: 60px;
}



/* --------------------------------------------------------------
04 # Navigation Menu
-------------------------------------------------------------- */
/* Desktop Navigation */
.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

nav.main-nav ul li a {
    font-family: "Quicksand";
    color: #853385;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.01em;
}

.main-nav a {
    display: block;
    position: relative;
    color: #853385;
    padding: 10px;
    transition: 0.3s;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #0095d4;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-weight: 500;
    text-transform: none;
    color: #853385;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #0095d4;
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 4px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* a) Serach Form in Navigation */
form.form-inline.line   {
    flex-flow: row !important;
    padding-left: 10px;
}

/* b) Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -300px;
    width: 300px;
    padding-top: 18px;
    background: rgba(34, 34, 34, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #0095D4;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #222222;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

@media (min-width: 992px ) and (max-width: 1550px) {
    .main-nav > ul > li:nth-last-child(-n+4) > ul {
        left: auto;
        right: 0;
    }

    .main-nav > ul > li:nth-last-child(-n+4) > ul.sub-menu > li.drop-down > a:after {
        content: "\f104";
    } 

    .main-nav > ul > li:nth-last-child(-n+4) > ul.sub-menu > li.drop-down > ul {
        left: auto;
        right: 100%;
    }
}

/* --------------------------------------------------------------
05 # Breadcrumps
---------------------------------------------------------------- */
#breadcrumps   {
    margin-top: 90px;
    font-size: 0.9rem;
}

.breadcrumb     {
    background-color: transparent !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 2px;
}


/* --------------------------------------------------------------
05 # Sections
-------------------------------------------------------------- */
/* a) Sections Header
-------------------------------- */
.section-header h3 {
    color: #fff;
    font-weight: 600;
    position: relative;
    font-family: "Quicksand", sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    padding-bottom: 60px;
    color: #ffffff;
    width: 50%;
    font-size: 1.1em;
}


/* b) Sections Main
-------------------------------- */
#main   {
    margin-top: 20px;
    padding-bottom: 40px;
}

/* c) Zielgruppen Icons
-------------------------------- */
div.zielgruppen-icons   {
    padding: 40px 10px;
}

div.zielgruppen-icons .zg-box   {
    text-align: center;
    padding: 20px 0;
    max-width: 220px;
}

header.teamheader p  {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

p.zg-title  {
    font-size: 1.4rem;
    font-family: "Quicksand";
    font-weight: 600;
}


/* d) 6 Latest Blog Posts & Newsarchiv
-------------------------------- */
#lastblogposts figcaption, #newsarchiv figcaption   {
    display: none;
}


#lastblogposts  h3 {
    font-weight: 500;
    font-size: 1.15rem;
    text-align: left;
    color: #222222;
    line-height: 1.3em;
}

#lastblogposts  p {
    color: #222222;
}


#lastblogposts .card {
    overflow: hidden;
}

#newsarchiv h4, #newsarchiv h2, #newsarchiv h3  {
    text-align: left;
}

#newsarchiv div.archivsytle01 h3    {
    padding: 0.5em 0.75em;  
}


#newsarchiv .blogteaser     {
    padding-top: 15px;
}

#newsarchiv h2.card-header  {
    font-size: 1.7em;
}

#newsarchiv     {
    margin-top: -80px;
}

#newsarchiv p {
    margin-bottom: 0;
}

.archivsytle02 h3   {
    margin-top: 30px;
}

div.card-image-sm   {
    margin-left: auto;
    margin-right: auto;
}

#newsarchiv .card-body  {
    padding: 0;
}


/* e) Sections Serachresults
-------------------------------- */
#searchresults p {
    margin-bottom: 0;
}


#searchresults   {
    margin-top: 120px;
}


/* f) Sections Blogpost-detail
-------------------------------- */

.teaserblock     {
    font-weight: bold;
}

div.downloadpresse      {
    padding-top: 30px;
    font-weight: 600;
    font-size: 1.3rem;
}


div.videoblock .row     {
    max-width: 1140px;
    margin: 0 auto;
}

#blogpostdetail .figure-caption     {
    color: #F4D63D;
    font-size: 1.1rem;
    padding: 5px;
}

h4.modal-title    {
    padding-left: 15px;
}

div.videoblock, div.background01 {
    margin-bottom: 40px;
}

#blogpostdetail h2, #blogpostdetail h3, #blogpostdetail h4  {
    text-align: left;
}

#blogpostdetail h1 {
    font-size: 1.8rem;
    text-align: left;
}


div.audioblock	{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0095d4;
    border-radius: 5px;
    color: #fff;
}

div.audioblock > div    {
    padding: 10px;
}

div.audioblock > div > div > div  {
    padding: 10px 0;
    margin: 0 auto;
}

audio	{
	display: flex;
	align-items: center;
	justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

div.audio	{
	font-size: 1.1rem;
	font-weight: 500;
}

/* g) Sections Lastblogposts
-------------------------------- */

.card-image-sm figcaption {
    padding-left:1.25rem;
}

div .newsuebersicht     {
    padding: 15px;
}

.bg-wrapper01   {
    background-image: url(assets/media/section-bg-gerade.png);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}

.presseheadline  {
    margin-left: 25px;
}

#lastblogposts .card  {
    max-width: 600px;
    margin: 0 5px 0 -15px;
}

div.presselink p a, div.download p a   {
    font-weight: 600;
    font-size: 1.1rem;
}

p.aufzaehlung   {
    font-weight: 500;
}


/* h) About Block multitask
-------------------------------- */
h2.about-title      {
    font-size: 1.6rem;
    margin-top: 20px;
}

div.about {
    padding: 0 0 80px 0;
}

div.about .about-header {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 20px auto;
}

div.about .about-title {
    padding: 20px 15px;
}

div.about p.aufzaehlung    {
    font-weight: 600;
}

div.about .about-content {
    font: #222222;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

div.about .about-content h2, div.about .about-content h3, div.about .about-content h4   {
    text-align: left;
}

h2.about-title  {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
}


div.about .about-content h2 {
    color: #222222;
    font-weight: 600;
    font-size: 1.5rem;
}

div.about .about-content h3 {
    color: #222222;
    font-weight: 600;
    font-size: 1.3rem;
}

div.about .about-content h4 {
    color: #222222;
    font-weight: 600;
    font-size: 1.1rem;
}

div.about .about-content ul {
    list-style: none;
    padding: 0;
}

div.about .about-content ul li {
    padding-bottom: 10px;
}

div.about .about-content ul li i, div.pressetextblock .aufzaehlung ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #0095d4;
}

div.pressetextblock ul {
    list-style: none;
    padding: 0;
}


div.about .about-img {
    position: relative;
    margin: 0px 30px 0px 10px;
}

div.about .about-img img {
    width: 100%;
    transition: .5s;
}

div.about-img   {
    margin-bottom: 50px;
}


div.about .about-img::before {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-image: linear-gradient(to top, rgb(133, 51, 133) 40%, rgb(0, 149, 212) 100%);
    transition: .5s;
}

div.about .about-img::after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-image: linear-gradient(to top, rgb(133, 51, 133) 10%, rgb(0, 149, 212) 100%);
    transition: .5s;
}


/* i) Shortboxes 
-------------------------------- */
#shortboxes {
    padding: 100px 0 60px 0;
    margin-top: 100px;
    margin-bottom: 80px;
    background-image: url("assets/media/section-bg.png");
    background-size: 100% 100%;
}

#shortboxes .box {
    background-color: #f4d63d;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#shortboxes .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#shortboxes .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#shortboxes .icon i {
    font-size: 36px;
    line-height: 1;
}

#shortboxes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#shortboxes .title a {
    color: #222222;
}

#shortboxes .box:hover .title a {
    color: #0095d4;
}

#shortboxes .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}



/* j) FunFacts 
-------------------------------- */
#funfacts {
    padding: 60px 0;
}

#funfacts .funfacts-content .features {
    margin: 0 0 15px 0;
    padding: 0;
    transition: 0.3s ease-in-out;
}

#funfacts .funfacts-content .features i {
    font-size: 36px;
    float: left;
}

#funfacts .funfacts-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #853385;
    margin-bottom: 5px;
}

#funfacts .funfacts-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #853385;
}

#wfunfacts .counters {
    padding-top: 40px;
}

#funfacts .counters span {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 48px !important;
    display: block;
    color: #853385;
}

#funfacts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    color: #853385;
}
 

/* k) Call To Action 
-------------------------------- */
div.call-to-action {
    background: #0095d4;
    background-size: cover;
    padding: 40px 0 0 0;
}

div.call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

div.call-to-action .cta-text {
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
}

.cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 3px;
    transition: 0.5s;
    background-color: #f4d63d;
    color: #222222;
}

div.call-to-action .cta-btn:hover {
    background-color: #f4d63d;
    color: #0095D4;
}

.icon-cta {
    width: 150px;
    height: auto;
    margin: 0 0 30px 0;
}

.cta-text {
    padding: 15px 60px 30px 15px;
}

.cta-icon {
    padding: 15px 20px 30px 20px;
}

/* m) Features 
-------------------------------- */
#features {
    padding: 80px 0;
}

#features h4 {
    font-weight: 600;
    font-size: 24px;
}



/* n) Team 
-------------------------------- */
div.teamcards   {
    padding: 30px 20px 50px 0;
    font-family: 'Montserrat';
}

.teamheader h3  {
    color: #222222;
    padding: 20px 0 0 30px;
}

p.teamname  {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

header.teamheader   {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
    

p.teamkontakt   {
    line-height: 1.8;
}

div.teamcard     {
    border: none;
}

div.card-header01    {
    background-color: #853385;
    padding: 0 15px;
    margin: 20px auto;
}

div.teamcards div.row.card-teams {
    margin-left: 0;
    color: #F4D63D;
}

.teambild   {
    margin-left: -15px;
    margin-right: -15px;
}

div.teamcards div.card-body     {
    padding: 20px 10px;
}


p.teamkontakt   {
    font-size: 1.1rem;
}

.teambody   {
    min-height: 230px;
}

p.funktion  {
    line-height: 1.3em;
    letter-spacing: -0.02em;
    font-weight: 600;
}

p.zustaendigkeit    {
    line-height: 1.3em;
    letter-spacing: -0.02em;
}

/* o) FAQ 
-------------------------------- */
div.faq div.row, div.faq ul.faq-list {
    margin-left: -15px;
    margin-right: -15px;
}

div.faq .akkordionclr  {
    background-color: #f4d63d;
}

div.faq .section-header h3 {
    color: #853385;
}

div.faq {
    padding: 40px 0 60px;
    overflow: hidden;
    background-color: #853385;
    background-size: 100% 100%;
}

div.faq .faq-list {
    padding: 0;
    list-style: none;
}

div.faq .faq-list li {
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    background-color: #fbfbfb;
    padding: 0 20px 0 20px;
}

div.faq .faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
}

div.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

div.faq .faq-list p {
    margin-bottom: 20px;
    max-width: 700px;
    color: #853385;
}

div.faq .faq-list a.collapse {
    color: #0095d4;
}

div.faq h4 {
    padding-left: 20px;
}

div.faq .faq-list a.collapsed i::before {
    content: "\f196" !important;
}

.txtclr     {
    color: white;
}

div.faq header.section-header     {
    padding: 20px 0 0 20px;
    margin-bottom: -10px;
}

div.faq a.akkordioncolor, div.faq a:hover, div.faq a:active, div.faq a:focus, div.faq i    {
    color: #853385;
}

div.faq div.col-xs-12      {
    padding: 15px 20px;
}


/* p) Angebote
-------------------------------- */

div.angebote    {
    background-color: #F8F7F7;
}

div.angebote .angebote-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

div.angebote div.row   {
    margin-left: -45px;
    margin-right: -45px;
}

.angebote-title     {
    padding: 0 15px;
}

.leadtext a  {
    color: #f4d63d;
}

div .album      {
    padding: 0 0 3rem;
}

div.angebote .container     {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

div.leadtext {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    text-align: center;
    line-height: 1.2;
}

/* q) aboutshort
-------------------------------- */
.aboutshort {
    padding: 40px 0 40px 0;
    overflow: hidden;
    background-color: #853385;
    background-size: 100% 100%;
}

.aboutshort div.col-lg-8    {
    padding-left: 0;
    padding-right: 0;
}

.aboutshort div .aboutshorttxt  {
    padding: 20px;
}

.aboutshort header.section-header h3    {
    color: #853385;
}

.aboutshort div.row     {
    background-color: #fff;
}

div.aboutshort .about-header {
    padding-left: 15px;
    padding-right: 15px;
}

.aboutshort .about-title {
    padding: 20px 15px;
}

.aboutshort p.aufzaehlung    {
    font-weight: 500;
}

.aboutshort .about-content {
    font: #222222;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.aboutshort .about-content h2 {
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.aboutshort .about-content h3 {
    color: #222222;
    font-weight: 600;
    font-size: 1.2em;
}

.aboutshort .about-content ul {
    list-style: none;
    padding: 0;
}

.aboutshort .about-content ul li {
    padding-bottom: 10px;
}

.aboutshort .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #0095d4;
}

.aboutshort .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}


/* r) Gemeindefinder 
-------------------------------- */
div.gemeindefinder {
    background: #0095d4;
    background-size: cover;
    padding: 40px 0 0 0;
}

div.gemeindefinder div.container    {
    padding-bottom: 50px; 
}

div.gemeindefinder .row {
    margin-left: -15px;
    margin-right: 0;
    background-color: #fff;
}

div.gemeindefinder h3   {
    margin-left: 15px;
}

div.gemeindefinder .gemeindefinder-title {
    font-size: 28px;
    font-weight: 600;
    padding-left: 15px;
}

div.gemeindefinder .gemeindefinder-icon {
    padding: 0 30px;
}


div iframe.ekir-styling    {
    width: 100%;
    min-height: 560px;
    border: 0;
}

div.gemeindefinder-icon img {
    max-width: 290px;
}



/* s) kontaktseite 
-------------------------------- */
div.kontakt-links p, div.kontakt-rechts p   {
    font-size: 1.4em;
    font-family: "Montserrat";
    font-weight: 500;
    padding: 20px 0;
    
}

div.kontakt-links, div.kontakt-rechts   {
    padding: 0 20px;
}

div.kontaktheader p {
    font-size: 1.2em;
}

div.kontaktheader h1    {
    margin-bottom: 20px;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    top: 0;

}

div#myModal-kontakt div.modal-header   {
    padding: 5rem 2rem 2.5rem 2rem;
    text-align: center;
    background-color: #853385;
    color: #fff;
}

div#myModal-kontakt button.close {
    font-size: 3.5rem;
    color: #fff;
    opacity: .75;
}

div#myModal-kontakt div.modal-lg {
    width: 100% !important;
    height: 100% !important;
}

a.btn02   {
    margin-bottom: 50px;
}

div#myModal-kontakt .modal-xl {
    max-width: 100%;
}

div#myModal-kontakt     {
    z-index: 10000;
}

/* t) iconboxes 
-------------------------------- */
div.iconboxes {
    padding: 50px 0 60px 0;
    background-image: url(assets/media/section-bg-gerade.png);
    background-size: 100% 100%;
}

div.iconboxes .row  {
    margin-left: -30px;
    margin-right: -30px;
}

div.icon    {
    background-color: #F4D63D;
}

div.iconboxes .card     {
    min-height: 350px;
    max-width: 650px;
}

i.colorme   {
    color: #853385;
}

div.iconboxes ul {
    list-style: none;
    padding: 0;
}

div.iconboxes .box {
    background-color: #F4D63D;
    padding: 20px 5px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

div.iconboxes .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

div.iconboxes .icon i {
    font-size: 110px;
    padding-top: 20px;
}

div.iconboxes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

div.iconboxes .title a {
    color: #111;
}

div.iconboxes .box:hover .title a {
    color: #0095d4;
}

div.iconboxes .description {
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
}

div.iconboxes .section-header h3 {
    font-size: 2em;
    color: #F4D63D;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

div.iconboxes div.row .section-header h3   {
    margin-left: 25px;
}

div.zusatziconbox   {
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
}

/* u) kontaktperson Diakonie
-------------------------------- */
div.kontaktperson   {
    margin: 30px 0;
}

.kontaktperson div.container    {
    background-color: #853385;
}

div.kontaktbild     {
    padding-left: 0;
    padding-right: 0;
}

.kontakttext   {
    color: #FFFFFF;
}

div.kontakttext {
    padding: 10px 20px 20px 30px;
}

p.kontakttel    {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0;
}

a.kontaktmail   {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0;
    color: #F4D63D;
}


p.kontaktname   {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0;
}

p.kontaktfunktion   {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 0 10px 0;
} 

header.section-header02 h3  {
    text-align: left;
    font-size: 1.5rem;
} 


/* v) --------------- Adresse & Kontakt     -------------------------------- */

header.section-header03 h3     {
    font-size: 1.5rem;
    text-align: left;
}

div.adressblock   {
    margin: 40px 0;
} 

.adressblock div.container    {
    background-color: #853385;
}

.section-header03   {
    margin: 20px 0 30px 0;
}

div.adresslinks     {
    background-color: #853385;
}

.kontakttext01   {
    color: #FFFFFF;
}

div.kontakttext01 {
    padding: 20px 30px;
}

p.kontakttel01    {
    font-size: 1.2rem;
    font-weight: 500;
}

a.kontaktmail01   {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 30px 0 60px 0;
    color: #F4D63D;
    letter-spacing: -0.03rem;
}

p.adresse   {
    padding-bottom: 30px;
}

p.adressfinden, p.buerozeiten   {
    font-size: 1.2rem;
    font-weight: 500;
} 

p.buerozeiten   {
    padding-top: 20px;
}

.btn04  {
    margin: 20px 0 30px 0;
}


/* x) --------------- Bildergalerie     -------------------------------- */


header.gallery-header   {
    margin-right: auto;
    margin-left: auto;
}


/* --------------------------------------------------------------
07 # Footer
-------------------------------------------------------------- */
#footer {
    padding: 0 0 30px 0 !important;
    font-size: 14px !important;
    background: #fff;
    text-align: left !important;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background-image: url(assets/media/section-bg-gerade.png);
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #853385;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0095d4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #0095d4;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#footer div.footer-links h4 {
    text-align: left;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer-info img {
    width: 200px;
    margin-bottom: 10px;
}

#footer div .Metalinks  {
    font-weight: 600;
}

#footer .footer-top .footer-links ul, div .Metalinks ul, div .socialmedia  {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul, div .Metalinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #0095d4;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
    text-align: left;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    border: 1px solid #f8f7f7;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #0095d4;
    border: 1px solid #0095d4;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0a98c0;
}

#footer .footer-top .form .form-group {
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
    color: #fff;
    background: #0095d4;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
    color: #fff;
    display: none;
    background: #222222;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
    display: block;
}

#footer .footer-top .form .validation {
    color: #222222;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#footer .footer-top .form label {
    color: #853385;
    font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #F8F7F7;
    font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
    color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
    background: #0095d4;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
    background: #0095D4;
    cursor: pointer;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #853385;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #853385;
}

#footer .credits a {
    color: #0095d4;
}

#footer .credits a:hover {
    color: #0095D4;
}

#footer a   {
    color: #fff !important;
}

#footer div.social-links    {
    text-align: center;
}

/* --------------------------------------------------------------
08 # Responsive Media Queries
-------------------------------------------------------------- */
@media (min-width: 991px) {
    div.call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 130px;
    }

    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    
    
    #topbar {
        display: none;
    }

    #header {
        height: 90px;
        padding: 15px 0;
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }

    #why-us .why-us-content {
        padding-top: 30px;
    }

    #pricing {
        padding-bottom: 30px;
    }

    #pricing .card {
        margin-bottom: 50px;
    }
    
    div.iconboxes .card-deck   {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    div.iconboxes .card, div.teamcards .card   {
        margin: 20px auto;
    } 
    
    div.teamcards .card {
        flex: 0 0 50% !important;
    }
    
    div.kontakt-links p, div.kontakt-rechts p   {
        font-size: 1em;
    }
    
    div.kontakt-rechts, div.kontakt-links   {
        background-color: #fff;
    }
    
    h1     {
        font-size: 1.5em;
    }
    
    h2     {
        font-size: 1.3em;
    }
    
    h3     {
        font-size: 1.2em;
    }
    
    h4     {
        font-size: 1.1em;
    }
    
    header.section-header03 h3 {
        font-size: 1.1rem;
    }
    
    div #anmeldeform {
        padding: 10px !important;
    }
    
    .cookie-notice-container #cn-notice-text {
        font-size: 0.8em;
    }
    
    div.about .about-content {
        padding-top: 40px;
        padding-left: 0;
        margin-left: -10px;
    }
    
    
}


@media (max-width: 768px) {
    
    body    {
        font-size: 95%;
    }
    
    header.section-header02 h3 {
        font-size: 1.1rem;
    }
    
    p.kontaktfunktion, p.kontakttel, p.kontaktname, a.kontaktmail, p.adressfinden, p.buerozeiten  {
        font-size: 1.1rem;
    }   
    
    #blogpostdetail h1 {
        font-size: 1.4rem;
    }
    
    div.downloadpresse {
        font-size: 1.1rem;
    }
    
    #fn_iframe {
        font-size: 0.9em;
    }
    
    
    .back-to-top {
        bottom: 15px;
    }
    
    div.iconboxes div.row .section-header h3 {
        margin-left: 0;
    }

    div.faq #faq-list a {
        font-size: 18px;
    }

    div.faq #faq-list i {
        top: 13px;
    }
    
    div.gemeindefinder-icon  {
        display: none !important;
    }
    
    div.teamcards .card-deck   {
        display: inline-block;
    }
    
    .modal-body {
        padding: 0;
    }
    
    
}

@media (max-width: 767px) {
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }

    #intro .container {
        height: auto !important;
    }

    #intro .intro-img {
        width: 80%;
    }

    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }

    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    div.imageblock.container  {
        padding-left: 0;
        padding-right: 0;
    }
    div.container-fluid.background01  {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 576px)   {
    div.videoblock  {
        padding-left: 30px;
        padding-right: 30px;
    }
    #blogpostdetail .container .col-lg-10  {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 767px)   {
    #lastblogposts div.card-image-sm    {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    #lastblogposts .card {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    #lastblogposts .card-image-sm   {
        margin-left: auto;
        margin-right: auto;
    }
    
    .et_submit {
        font-size: 0.9em;
        width: 70px;
}
}


@media (min-width: 768px ) and (max-width: 1199px)    {
    #lastblogposts .card {
        height: 580px;
        overflow: hidden;
        padding-bottom: 20px;
    }
    
     #lastblogposts div.card-image-sm    {
        max-width: 600px;
        height: 300px;
        overflow: hidden;
    }
}

@media (min-width: 1200px )     {
    
    #lastblogposts div.card-image-sm    {
        max-width: 360px;
        height: 240px;
        overflow: hidden;
    }

    #lastblogposts .card {
        height: 540px;
        overflow: hidden;
    }
}



/* --------------------------------------------------------------
09 # Impressum & Datenschutzerklaerung
-------------------------------------------------------------- */

#impressumswrapper h1, #impressumswrapper h2, #impressumswrapper h3, #impressumswrapper h4  {
    text-align: left;
}

#datenschutzwrapper h1, #datenschutzwrapper h2, #datenschutzwrapper h3, #datenschutzwrapper h4    {
    text-align: left;
}

p.abstaende   {
    margin-top: 40px;
}







