body {
    font-family: 'Gafata', sans-serif;
    font-size: 16px;
}

.container {
    width: auto;
    max-width: 960px;
}

img.logo {
    display: block;
    margin: 20px auto;
}

.align-right {
    text-align: right;
}

/** NAVIGATION **/
.navbar-brand {
    background-image: url('/Dateien/csm_meraki_rituale_blau2_bfbf6f64de.png');
    background-repeat: no-repeat;
    background-size: 337px 100px;
    text-indent: -999px;
    width: 400px;
    height: 100px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 10px
}

.nav {
    font-size: 18px;
}

nav {
    font-family: 'Gafata', sans-serif;
    text-transform: uppercase;
}

nav a {
    color: #9c937a;
}

.navbar-default {
    background-color: #c1beb4;
}

@media (max-width: 767px) {
    .navbar-default {
        background-color: #ffffff;
        min-height: 100px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #9c937a;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .current > a {
    color: #fff;
    background-color: #9c937a;
}

nav > ul.nav-sidebar > li.active {
    background-color: #eee;
}

nav > ul.nav-sidebar a:hover {
    color: #333;
}

.navbar-toggle {
    margin-top: 15px;
}

.mobile_nav {
    background-color: #c1beb4;
    margin-top: 10px;
}
ul.mobile_submenu {
    list-style: none;
}


/** GENERAL CONTENT **/

h1, h2, h3 {
    text-transform: uppercase;
    font-size: 18px;
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

a {
    color: #0993C8;
}

main img {
    max-width: 100%;
    height: auto;
}

/** TEASER **/

.sidebar div.teaser {
    background-color: rgba(193, 190, 180, 0.5);
    padding: 10px;
    margin-top: 25px;
    font-size: 16px;
}

.sidebar div.teaser div.image{
    padding: 0;
}

@media (min-width: 992px) {
    .sidebar div.teaser p {
        margin: 0;
        position: relative;
        top: -15px;
    }
}

.sidebar div.teaser img {
    position: relative;
    top: -25px;
    width: 100%;
}

main .tx-dce-pi1 .teaser {
    margin-bottom: 20px;
    /*padding: 10px;*/
}

main .tx-dce-pi1 .teaser.grey {
    background-color: #c1beb4;
    border: none;
}

main .tx-dce-pi1 .teaser.white {
    background-color: transparent;
    border: none;
}

main .tx-dce-pi1 .image {
   /* max-width: 33%;*/
}

main .tx-dce-pi1 .image_float_left {
    float: left;
}

main .tx-dce-pi1 .image_float_right {
    float: right;
}

a .teaser {
    color: #333;
}

/** NEWS **/
.news-list-view .article {
    background-color: rgba(193, 190, 180, 0.5);;
    padding: 10px;

}

.news .header {
    border-top: 1px solid #eee;
}

.news .header h2 {
    margin-top: 10px;
}

.news-list-date {
    text-align: right;
    display: block;
}

/** QUOTES ***/

.quote {
    position: relative;
}

.quote img {
    position: absolute;
}

.quote img.photo {
    right: 0;
    z-index: -1;
}

.quote img.symbol {
    right: -50px;
    bottom: 0;
}


blockquote {
    /*background-color: rgba(193, 190, 180, 0.2);*/
    /*border: 1px solid #0993C8;*/
    border: none;
    /*margin-top: 35px;
    margin-bottom: 85px;*/
    position: relative;
    display: inline-block;
}

blockquote p {
    color: #0993C8;
    margin: 0 50px 0;
    display: table;
    text-align: left;
    background-color: rgba(256, 256, 256, 0.8);
}

blockquote p:first-of-type {
    margin-top: 50px;
}

@media (min-width: 768px) {
    blockquote p {
        font-size: 24px;
    }
}

blockquote span.origin {
    margin: 20px 50px 50px;
    font-size: 16px;
    display: block;
    text-align: right;
}


blockquote:before {
    content: " ";
    float: left;
    position: absolute;
    bottom: 65px;
    left: -30px;

    background-image: url('/web/20240307135454im_/https://meraki-rituale.ch/typo3temp/assets/vhs-assets-css-502504a07ab41824ca3d3abec671a6ba.png');
    background-repeat: no-repeat;

    display: block;
    height: 70px;
    width: 85px;
}

blockquote:after {
    content: " ";
    position: absolute;
    float: right;
    right: -10px;
    top: 25px;
    background-image: url('/web/20240307135454im_/https://meraki-rituale.ch/typo3temp/assets/vhs-assets-css-4533745e6e144c136086bb828edd3c03.png');
    background-repeat: no-repeat;

    display: block;
    height: 60px;
    width: 80px;
}


/**
Buttons
**/
.btn-info {
    background-color: #0993C8;
    border-color: #0989be;
}


/**
Slider
**/

#image-carousel {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -20px;
}

.slider_mandala {
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: auto;
}

main #teaser-carousel .tx-dce-pi1 .teaser {
    margin-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    width: auto;
}


@media (max-width: 767px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        height: 66vw;
        width: 100vw;
    }

    .slider_mandala {
        top: 3%;
        left: 9%;
        height: 94%;
    }
}

/**
tt_content
**/
.ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 30px;
}

/**
Pinterest
**/
span[data-pin-log="embed_grid"] {
    max-width: 780px !important;
}

/**
Footer
**/
footer {
    background-color: #c1beb4;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: right;
}

footer a {
    font-family: 'Gafata', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

footer a:hover {
    color: #333;
    text-decoration: none;
}



/* Anpassungen fuer kleine Geraete */
@media (max-width: 767px) {

    .ce-gallery {
        width: 100%;
    }

    .ce-textpic .ce-gallery {
	margin-bottom: 0;
	}

	.ce-textpic .ce-bodytext {
		margin-bottom: 40px;
}

    .ce-bodytext {
        width: 100%;
    }

    /* Ein Bild pro Zeile */
    .ce-gallery .ce-column {
        margin: 0 0 10px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Fluid Image Tags */
    .ce-gallery img,
    .ce-gallery picture {
        width: 100%;
        height: auto;
    }

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




/*
     FILE ARCHIVED ON 13:54:54 Mar 07, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:37:45 Mar 07, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.067
  cdx.remote: 0.131
  esindex: 0.041
  LoadShardBlock: 188.502 (6)
  PetaboxLoader3.datanode: 123.945 (6)
  load_resource: 50.01
*/