/*
 Theme Name:   religion
 Theme URI:    https://www.datenpark.ch
 Description:  WP Bootstrap Starter Child Theme
 Author:       Erich Schweizer
 Author URI:   https://www.datenpark.ch
 Template:     wp-bootstrap-starter
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-starter-child
 Domain Path: /lang
*/

/**
 * header background: #c2cfc7 / 194, 207, 199
 * link #b0aa04 / 176, 170, 4
 */


:root {
    /*
     * colors
    */
    --religion--blue: rgb(41, 85, 130);
    --religion--green: rgb(142, 164, 126);
    --religion--red: rgb(237, 100, 108);
}


@font-face {
    font-family: 'Economica';
    src: url('fonts/Economica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Economica';
    src: url('fonts/Economica-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Economica';
    src: url('fonts/Economica-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Economica';
    src: url('fonts/Economica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('fonts/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
}
body {
    color: rgb(7, 38, 33);
    font-family: 'Minion Pro', serif;
    font-size: 1.2rem;
    font-weight: normal;
    height: 100%;
    hyphens: auto;
    line-height: 1.5;
}

a, a:hover, a:visited, a:focus {
    color: #f06970;
}
.primary-item a, .primary-item a:hover, .primary-item a:visited, .primary-item a:focus {
    color: #666666;
}

blockquote, .wp-block-quote {
    color: #999999;
    font-family: 'Economica', sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0 10% 0 10%;
    text-transform: uppercase;
}

.screen-reader-shortcut {
    position: absolute;
    top: -1000rem;
}
.screen-reader-shortcut:focus {
    left: 0.4rem;
    top: 0.4rem;
    height: auto;
    width: auto;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1.5rem 1rem;
    background: #f1f1f1;
    color: #009999;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    outline: 0;
}
.admin-bar .sticky-top {
    top: 30px;
}

header.sticky-top {
    background-color: #c2cfc7;
}
nav.navbar {
    min-height: 119px;
    margin: 0 auto 0 auto;
    position: relative;
    /* Animation */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
nav.navbar.shrink {
    min-height: 89px;
}
nav.navbar, .container {
    max-width: none;
}
nav.navbar a {
    color: #999999;
}
nav.navbar img {
    max-height: 100%;
    max-width: calc(100% - 3rem);
    position: absolute;
    /* added by mas */
    object-fit: contain;
    object-position: left;
}

nav.navbar .esf-toggler {
    cursor: pointer;
    font-family: dashicons !important;
    position: absolute;
    right: 4rem;
    top: 1rem;
}
nav.navbar .esf-toggler span {
    font-size: 5rem;
}

.navbar {
    padding: 0rem;
}

header nav.navbar .header-container{
    height: 5em;
    margin-top: 2em;
}

div.container.header-search {
    display: flex;
    justify-content: end;
    margin-bottom: 0.5em;
}

div.container.header-search form.search-form{
    display: flex;
    align-content: end;
    width: fit-content;
}

div.container.header-search .search-field.form-control {
    width: fit-content;
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    font-size: 1em;
    border: 1px solid black;
}

div.container.header-search .search-form label {
    margin-right: 0.5em;
    margin: 0px 0.5em 0px 0px;
}

div.container.header-search .search-submit{
    background-color: transparent;
    border: 1px solid black;
    font-family: 'Economica', sans-serif;
    font-size: 1em;
    margin-top: 0;
    padding-left: 0.5rem;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 100px;
}

.page-content, .entry-content, .entry-summary {
    margin: 0.5em 0 0;
}

.text-decoration-none {
    text-decoration: none;
}

.esf-navi {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Economica', sans-serif;
    font-size: 3rem;
    left: 5%;
    opacity: 0;
    padding: 3rem;
    position: fixed;
    right: 5%;
    text-align: center;
    text-transform: none;
    top: 5rem;
    visibility: hidden;
    width: 90%;
    z-index: 1111;
    /* Animation */
    -webkit-transition: all 1.0s;
    transition: all 1.0s;
}
.esf-navi ul {
    list-style-type: none;
}
.esf-navi a {
    color: #333333;
}

.esf-header-title {
    color: #999999;
    font-family: 'Economica', sans-serif;
    font-size: 3rem;
    font-weight: 200;
    left: 11rem;
    position: absolute;
    text-transform: uppercase;
}
.esf-header-title img {
    opacity: 0.5;
    position: relative !important;
    width: 4rem;
}

.utility-menu {
    font-family: 'Economica', sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    list-style-type: none;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.utility-menu li a {
    color: #333333;
    display: inline;
}

.utility-menu li a:hover, .our-serials li a:hover {
    color: #333333;
    text-decoration: underline;
}

.esf-utility-menu .esf-utility-menu .utility-menu li a,
.esf-utility-menu .utility-menu li:first-child a {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
}

h1, h1.entry-title {
    border: none;
    font-family: 'Economica', sans-serif;
    font-size: 2.1rem;
    font-weight: 200;
    margin: 0;
    padding: 0rem 0 0.7rem 0;
    text-transform: uppercase;
}

h2, h2.entry-title {
    font-family: 'Economica', sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
    margin: 0rem;
    padding: 0.8rem 0 0.5rem 0;
    text-transform: uppercase;
}

.entry-meta {
    color: #999999;
    font-size: 1rem;
    margin: 1rem 0 1rem 0;
}

.image-container {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16 : 9 */
    padding-top: 0px;
    position: relative;
}
.image-container-square {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; /* 1 : 1 */
    padding-top: 0px;
    position: relative;
}
.image-container > div, .image-container > span, .image-container-square > div, .image-container-square > span {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esf-color-persoenlich {
    background-color: rgb(237, 100, 108);
    color: white;
}
.esf-color-persoenlich .content {
    border: 1px solid rgb(237, 100, 108);
}
.esf-color-reportage {
    background-color: rgb(142, 164, 126);
    color: white;
}
.esf-color-reportage .content {
    border: 1px solid rgb(142, 164, 126);
}
.esf-color-nachgefragt {
    background-color: rgb(41, 85, 130);
    color: white;
}
.esf-color-nachgefragt .content {
    border: 1px solid  rgb(41, 85, 130);
}
.esf-color-buch, .esf-color-infothek, .esf-color-video {
    background-color: rgb(90, 120, 92);
    color: white;
}
.esf-color-infothek .content {
    border: 1px solid rgb(90, 120, 92);
}

.esf-color-ausstellung {
    background-color: rgb(85, 112, 149);
    border: 1px solid rgb(85, 112, 149);
    color: white;
}
.esf-color-buchtipp {
    background-color: rgb(244, 136, 134);
    border: 1px solid rgb(244, 136, 134);
    color: white;
}
.esf-color-filmtipp {
    background-color: rgb(244, 136, 134);
    border: 1px solid rgb(244, 136, 134);
    color: white;
}
.esf-color-presseschau {
    background-color: rgb(85, 112, 149);
    border: 1px solid rgb(85, 112, 149);
    color: white;
}
.esf-color-weiterbildung {
    background-color: rgb(114, 138, 117);
    border: 1px solid rgb(114, 138, 117);
    color: white;
}

.esf-tile, .esf-tile-square {
    display: block;
}
.esf-tile.ckc {
    margin-bottom: 2rem;
}
.esf-tile .content, .esf-tile-square .content {
    display: block;
    padding: 0.5rem 2rem 1rem 2rem;
}
.esf-tile .content-square {
    padding: 0.5rem 0.3rem 1rem 0.3rem;
    text-align: center;
}
.esf-tile .content-excerpt {
    font-family: 'Economica', sans-serif;
    line-height: 1.2;
    padding: 1rem 1rem 0.5rem 1rem;
    text-align: center;
}
.esf-tile:hover, .esf-tile-square:hover {
    background-color: white;
    color:  rgb(7, 38, 33);
    text-decoration: none;
}
.esf-tile-square .content .esf-align-bottom {
    bottom: 1rem;
    margin-left: 2rem;
    position: absolute;
    right: 2rem;
    text-align: right;
}

.esf-tile h2, .esf-tile-square h2 {
    color: inherit;
    font-family: 'Economica', sans-serif;
    font-size: 1.6rem;
    font-weight: 200 !important;
    text-transform: none;
}
.esf-tile h2.ckc {
    text-transform: none;
}
.esf-tile p {
    color: inherit;
    font-size: 1.4rem;
}
.esf-tile-square p {
    color: inherit;
    font-family: 'Economica', sans-serif;
    font-size: 1.6rem;
}

.esf-tile-square .image-container {
    padding-bottom: 100%; /* 1 : 1 */
}
.esf-tile-square .image-container .esf-wrapper {
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 123%;
    margin: -2rem -2rem -2rem -2rem;
    padding: 1rem 2rem 2rem 2rem;
}
.esf-tile-square .image-container .esf-wrapper-noimage {
    height: 123%;
    margin: -2rem -2rem -2rem -2rem;
    padding: 1rem 2rem 2rem 2rem;
}

.esf-tile-square .image-container .esf-wrapper:hover {
    background-color: white;
    color: rgb(7, 38, 33);
}

.esf-tile .esf-image-background .image-container {
    padding-bottom: 120%; /* 16 : 18 */
}

.esf-tile .cat_name, .esf-tile .tags {
    display: block;
    font-family: 'Economica', sans-serif;
    font-size: 1.6rem;
    font-weight: 200;
    letter-spacing: 0.2;
    padding: 0.5rem 0 0 1rem !important;
}
.esf-tile a {
    color: white;
}
.esf-tile:hover a {
    color: black;
}
.esf-tile .tags a {
    background-color: rgb(237, 100, 108);
    color: black;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.2;
    padding: 0.1rem 0.3rem 0.1rem 0.3rem;
    text-shadow: none;
}

/*
.esf-tile .tags a {
    color: white !important;
    font-family: 'Economica', sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 0.2;
    text-shadow: 1px 1px 2px black !important;
}
.esf-tile:hover .tags {
    text-shadow: 1px 1px 2px white;
}
.esf-tile:hover .tags a {
    color: black !important;
    text-shadow: 1px 1px 2px white !important;
}
*/
.esf-image-background .content {
    /* background-color: rgba(0, 0, 0, 0.4); */
    border: none;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.esf-image-background:hover {
    color: rgb(255, 255, 255);
    opacity: 0.8;
}
.esf-image-left .esf-bg-image-centered {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.esf-image-left .content {
    margin-left: -15px;
    border-left: none;
}
.esf-image-top .content {
    border-top: none;
}

.esf-two-cols .item {
    margin-bottom: 3rem;
}

.esf-avatar {
    border-radius: 50%;
    float: left;
    margin-bottom: 2rem;
    max-width: 6rem;
    width: 20%;
}

.row.archive .item.echo {
    margin-bottom: 1.9rem;
}

.esf-latest-posts {
    padding: 0 0 0 15px;
}
.utility-menu li.esf-latest-posts a {
    color: #999999;
}
.esf-search, .esf-tags, .esf-share-buttons {
    padding-left: 55px;
}

.search-form .search-field {
    background-color: #c2cfc7;
    border: none;
    font-family: 'Minion Pro', serif;
    margin: 1rem 0 1rem 0;
    min-width: 100%;
}

.search-form .search-submit {
    background-color: #c2cfc7;
    border: none;
    margin: 1rem 0 0 0;
    min-width: 100%;
    text-align: left;
}

.search-form .search-submit {
    margin: 0.5rem 0 0 0;
}

.ckc-color-blue {
    background-color: var(--religion--blue);
    color: white;
}
.ckc-color-blue .content {
    border: 1px solid var(--religion--blue);
}
.ckc-color-green {
    background-color: var(--religion--green);
    color: white;
}
.ckc-color-green .content {
    border: 1px solid var(--religion--green);
}
.ckc-color-red {
    background-color: var(--religion--red);
    color: white;
}
.ckc-color-red .content {
    border: 1px solid var(--religion--red);
}

.ckc-search {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.ckc-search .search-form .search-field {
    background-color: #c2cfc7;
    border: none;
    font-family: 'Minion Pro', sans-serif;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    text-align: left;
}
.ckc-search .search-form .search-submit {
    background-color: #c2cfc7;
    border: none;
    font-family: 'Economica', sans-serif;
    font-size: 1.5rem;
    margin-top: 1rem;
    padding-left: 0.5rem;
    text-align: left;
}
.ckc .tags div {
    background-color: rgb(237, 100, 108);
    color: black;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 0rem 0.3rem 0rem 0.3rem;
    text-shadow: none;
}

.our-serials .esf-category-icon {
    display: block;
    float: Left;
    height: auto;
    max-width: 15%;
    width: 15%;
}
.our-serials .esf-category-text {
    display: block;
    float: left;
    height: auto;
    max-width: 85%;
    padding-left: 1rem;
    width: 85%;
}
.our-serials .esf-category-text:hover {
    text-decoration: underline;
}

header .esf-tags {
    float: right;
    text-align: right;
    width: 80%;
}

header .esf-tags a {
    color: #999999;
}

.primary-item:last-child {
    display: inline;
    font-size: 2rem;
}

#footer-widget {
    background-color: #c2cfc7 !important;
    padding: 2rem 5rem 2rem 5rem;
}
#footer-widget #text-2 h3 {
    font-family: 'Economica', sans-serif;
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 0.2;
}
#footer-widget .lang-item {
    display: none;
}

.widget {
    font-size: 1.2rem;
}

.widget_nav_menu h3 {
    color: #787878;
    font-family: 'Economica', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0.2;
    padding: 0.8rem 0 0.5rem 0;
    text-transform: uppercase;
}
.widget_nav_menu ul li a {
    color: inherit;
    margin: 0;
    padding: 0;
}
.widget_nav_menu ul li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

#media_image-2 img {
    max-width: 50% !important;
    position: absolute;
    right: 0;
}

.esf-box {
    background-color: #EEF2F0;
    padding: 1rem;
}
.esf-navi {
    font-size: 3rem;
}
.wp-block-columns {
    margin-bottom: inherit;
}
.wp-block-image figcaption {
    font-size: 1rem;
}

.esf-filter-infothek div {
    font-family: 'Economica', sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.2;
    padding-right: 3rem;
    text-transform: uppercase;
}
.esf-filter-infothek select {
    background-color: #c2cfc7;
    color: #787878;
    font-family: 'Minion Pro', serif;
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 3rem;
}

.esf-infothek a {
    color: white;
}
.esf-infothek-image {
    float: left;
    margin: 0.5rem 2rem 2rem 0;
    max-width: 33%;
}
.esf-infothek-element.row {
    margin-top: 4rem;
}
.esf-infothek-element.row .esf-image {
    margin-right: -18px;
}
.esf-infothek-element.row .esf-content {
    font-family: 'Economica', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0.2;
    padding: 2rem 2rem 4rem 2rem;
    text-transform: uppercase;
}
.esf-infothek-tags {
    font-family: 'Minion Pro', serif;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    position: absolute;
    bottom: 2rem;
    text-transform: none;
}

.esf-tag-list {
    font-size: 1.3rem;
    line-height: 1.2;
}
.esf-tag-list a {
    color: #999999;
    font-family: 'Minion Pro', serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}
.tagcloud a {
    color: #999999;
    font-family: 'Minion Pro', serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}

.wp-block-media-text .wp-block-media-text__content {
    align-self: auto;
}

#media_image-2 img {
    bottom: 0;
}

.esf-donate-button {
    margin-top: 3rem;
    text-align: right;
}
.esf-donate-button img {
    max-width: 270px;
}

.form-allowed-tags {
    display: none;
}
.form-allowed-tags + .alert.alert-info {
    display: none
}

.esf-economica * {
    font-family: 'Economica', sans-serif;
}
.esf-economica h1, .esf-economica h2 {
    font-weight: bold;
    text-transform: none;
}
.esf-economica div, .esf-economica p {
    font-size: 1.4rem;
}
/*
.carousel-inner {
    background-color: #c2cfc7;
}
.carousel-inner .container {
    max-width: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
.carousel-inner .container .religion-text {
    color: black;
    font-family: 'Economica', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 90px;
}
.carousel-inner .container .religion-text a {
    color: black;
}
*/

.archive-description {
    color: black;
    font-family: 'Economica', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #c2cfc7;
    padding: 0.5rem 1rem 2rem 1rem;
    margin: 0 0 0 0;
}
.archive-description p {
    margin: 0;
    padding: 0;
}

.archive.category ul {
    padding-left: 1.2rem;
}

.social-media-single {
    padding-top: 0.5rem;
}
.social-media-single img {
    height: 1.5rem;
    max-height: 1.5rem;
}

.ckc-image-caption, :not(figure) .figcaption {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    display: block;
    font-size: 0.8rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 56%;
    padding: 0.4rem !important;
    overflow: auto;
    position: absolute;
    right: 1.5rem !important;
    top: 0 !important;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: right top;
    white-space: nowrap;
    z-index: 1000;
}
.ckc-image-caption a {
    color: var(--ckc--orange) !important;
}

.carousel-item .carousel-caption {
    background-color: transparent !important;
    font-family: 'Economica', sans-serif;
    font-size: 3rem;
    hyphens: none;
    line-height: 1.2;
    padding: 1rem;
    text-align: left;
}
.carousel-item .carousel-caption span {
    background-color: rgb(237, 100, 108);
    color: black;
    line-height: 1.3;
}
.carousel-item .carousel-caption span span {
    left: -10px;
    position: relative;
}

.ckc_list_etc_page .ajax {
    cursor: pointer;
    font-family: 'Economica', sans-serif;
    font-size: 1.8rem;
    font-weight: 200;
}

.ckc_list_etc_page .hidden {
    display: none;
}

a.anchor {
    display: inline-block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/* contact form 7 */

.ckc-cf7-element > div {
    background-color: #c2cfc7;
    padding: 1rem;
}
.ckc-cf7-element > div .ckc-cf7-label {
    color: white;
    font-weight: bold;
}
.ckc-cf7-element input, .ckc-cf7-element textarea {
    border: none;
}
.ckc-cf7-element#ckc-cf7-ic {
    text-align: center;
}
.ckc-cf7-element#ckc-cf7-ic .captcha-image {
    border: none;
}
#ckc-cf7-yourquestion {
    margin-top: 2rem;
}
#ckc-cf7-send {
    margin-top: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
#ckc-cf7-send > div {
    padding-bottom: 0;
    padding-top: 0;
}
#ckc-cf7-send > div > div {
    padding-bottom: 0;
    padding-top: 0;
}
#ckc-cf7-send .btn-primary {
    color: #fff;
    background-color: #c2cfc7;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

#content.site-content {
    padding-top: 0;
}

.ckc-podcast > .row {
    padding-bottom: 3rem
}
.ckc-podcast .ckc-player+img {
    display: none;
}
.ckc-podcast p br {
    display: none
}

#content.site-content > div > .container {
    margin-bottom: 2rem;
}

.grecaptcha-badge {
    display: none !important;
}

/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */

@media only screen and (max-width: 768px) {
    .esf-header-title a {
        font-size: 2rem !important;
        margin-left: -3rem;
    }
    .esf-header-title {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) sm */
@media (min-width: 576px) {
    nav.navbar {
        min-height: 169px;
    }
    nav.navbar.shrink {
        min-height: 99px;
    }
    .esf-header-title {
        left: 14rem;
    }
    div.container.header-search {
        margin-bottom: 0;
    }

    blockquote, .wp-block-quote {
        margin: 0 15% 0 15%;
    }
}

/* Medium devices (tablets, 768px and up) md */
@media (min-width: 768px) {
    nav.navbar {
        min-height: 190px;
    }
    nav.navbar.shrink {
        min-height: 119px;
    }
    div.container.header-search {
        margin-top: -2em;
    }
    .esf-header-title {
        left: 16rem;
    }
    blockquote, .wp-block-quote {
        margin: 0 20% 0 20%;
    }
    .esf-two-cols .left {
        padding-right: 2.5rem;
    }
    .esf-two-cols .right {
        padding-right: 2.5rem;
    }
    .esf-navi {
        font-size: 3rem;
        left: 10%;
        right: 10%;
        width: 80%;
    }
}

/* Large devices (desktops, 992px and up) lg */
@media (min-width: 992px) {
    nav.navbar {
        min-height: 190px;
    }
    nav.navbar.shrink {
        min-height: 159px;
    }
    .esf-header-title {
        left: 21rem;
    }
    blockquote, .wp-block-quote {
        margin: 0 25% 0 25%;
    }
    .esf-navi {
        left: 20%;
        right: 20%;
        width: 60%;
    }
}

/* Extra large devices (large desktops, 1200px and up) xl */
@media (min-width: 1200px) {
    nav.navbar, .container {
        max-width: 1358px;
    }
    nav.navbar {
        min-height: 190px;
    }
    body.home nav.navbar {
        min-height: 419px;
    }
    nav.navbar.shrink, body.home nav.navbar.shrink {
        min-height: 190px;
    }
    nav.navbar .esf-toggler {
        top: 3rem;
    }
    .esf-header-title {
        left: 13rem;
    }
    blockquote, .wp-block-quote {
        margin: 0 30% 0 30%;
    }
    .esf-navi {
        left: 25%;
        right: 25%;
        width: 50%;
    }
    /*
    .carousel .religion-text .wrapper {
        margin-left: auto;
        max-width: 650px;
    }
    .carousel .religion-text .wrapper button {
        background-color: #f06970;
        border: none;
        color: white;
        padding: 0.3rem 0.8rem 0.3rem 0.8rem;
    }
    */
}

.category-schule #primary div.row,
.category-behoerden #primary div.row,
.category-interreligioeser_dialog #primary div.row,
.category-politik #primary div.row  {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-schule #primary div.row div.esf-tile,
.category-behoerden #primary div.row div.esf-tile,
.category-interreligioeser_dialog #primary div.row div.esf-tile,
.category-politik #primary div.row div.esf-tile {
    height: 100%;
    min-height: 200px;
}

.category-schule #primary div.row div:nth-of-type(3n+1) div.esf-tile,
.category-behoerden #primary div.row div:nth-of-type(3n+1) div.esf-tile,
.category-interreligioeser_dialog #primary div.row div:nth-of-type(3n+1) div.esf-tile,
.category-politik #primary div.row div:nth-of-type(3n+1) div.esf-tile {
    background:rgb(237, 100, 108);
}

.category-schule #primary div.row div:nth-of-type(3n+2) div.esf-tile,
.category-behoerden  #primary div.row div:nth-of-type(3n+2) div.esf-tile,
.category-interreligioeser_dialog  #primary div:nth-of-type(3n+2) div.esf-tile,
.category-politik  #primary div.row div:nth-of-type(3n+2) div.esf-tile {
    background:rgb(41, 85, 130);
}

.category-schule #primary div.row div:nth-of-type(3n+3) div.esf-tile,
.category-behoerden #primary div.row div:nth-of-type(3n+3) div.esf-tile,
.category-interreligioeser_dialog #primary div.row div:nth-of-type(3n+3) div.esf-tile,
.category-politik #primary div.row  div:nth-of-type(3n+3) div.esf-tile {
    background:rgb(142, 164, 126);
}

/*
.category-schule #primary div.row div:nth-child(1) div.esf-tile,
.category-behoerden #primary div.row div:nth-child(1) div.esf-tile,
.category-interreligioeser_dialog #primary div.row div:nth-child(1) div.esf-tile,
.category-politik #primary div.row div:nth-child(1) div.esf-tile {
    background:rgb(237, 100, 108);
}

.category-schule #primary div.row div:nth-child(2) div.esf-tile,
.category-behoerden  #primary div.row div:nth-child(2) div.esf-tile,
.category-interreligioeser_dialog  #primary div.row div:nth-child(2) div.esf-tile,
.category-politik  #primary div.row div:nth-child(2) div.esf-tile {
    background:rgb(41, 85, 130);
}

.category-schule #primary div.row div:nth-child(3) div.esf-tile,
.category-behoerden #primary div.row div:nth-child(3) div.esf-tile,
.category-interreligioeser_dialog #primary div.row div:nth-child(3) div.esf-tile,
.category-politik #primary div.row div:nth-child(3) div.esf-tile {
    background:rgb(142, 164, 126);
}

.category-schule #primary div.row div:nth-child(4) div.esf-tile ,
.category-behoerden #primary div.row div:nth-child(4) div.esf-tile,
.category-interreligioeser_dialog #primary div.row div:nth-child(4) div.esf-tile,
.category-politik #primary div.row div:nth-child(4) div.esf-tile {
    background:rgb(237, 100, 108);
} */

@media (min-width: 1200px) {
    .category-schule #primary div.row .col-xl-3,
    .category-behoerden #primary div.row .col-xl-3,
    .category-interreligioeser_dialog #primary div.row .col-xl-3,
    .category-politik #primary div.row .col-xl-3
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .category-schule #primary div.row .col-lg-4,
    .category-behoerden #primary div.row .col-lg-4,
    .category-interreligioeser_dialog #primary div.row .col-lg-4,
    .category-politik #primary div.row .col-lg-4
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    .category-schule #primary div.row .col-sm-6,
    .category-behoerden #primary div.row .col-sm-6,
    .category-interreligioeser_dialog #primary div.row .col-sm-6,
    .category-politik #primary div.row .col-sm-6
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 100px) {
    .category-schule #primary div.row .col-sm-6,
    .category-behoerden #primary div.row .col-sm-6,
    .category-interreligioeser_dialog #primary div.row .col-sm-6,
    .category-politik #primary div.row .col-sm-6
    {
        margin-bottom: 30px;
    }
}

.category-schule .content,
.category-behoerden .content,
.category-interreligioeser_dialog .content,
.category-politik .content
{
    border: none;
}

.image-container-empty {
    height: 20px;
}

/* changes multiple authors in header (mas) */
.avatarSocialHeader {
    clear: both;
}

.avatarSocialHeader .esf-avatar {
    margin-right: 7px;
}

.avatarSocialHeader .social-media-single {
    float: right;
}

.single-post header .esf-tags {
    width: 95%;
}