/*# sourceMappingURL=theme.css.map */
/* Typography */
/* Tables */
:root {
    --bg-main: url(/img/sicily.jpg) 0 #fff;
    --font-segoe: "Segoe UI",Calibri,"Times New Roman",Times,sans-serif;
    --font-mali: Mali,"Segoe UI",Calibri,cursive;
    --font-color-body: #2c2b2d;
--font-color-front:#222;
--blue-logo:#008ff1;
--blue-strong:#0067f1;
--pink-h3:#f1008f;
--violet-h1:#d51bb3;
--byzantin:#bd33a4;
--links1:#03C03C;
--links2:#007fff;
--links-night:#00A550;
--d-cyan:#03C03C;
--china-rose:#fc0fc0;
--hotpink:#ff69b4;
--w-font:white;
--w-bg:white;
--blue-most:#0275d8;
--moss-bg:#ebf1e7;
--brown-bg:#f5f5dc;
--han:#446ccf;
}
[data-theme=dark] {
    --bg-main: #0f0f0f;
    --font-color-body: #fff;
    --font-color-front: #fff;
    --blue-logo: #ffef00;
    --blue-strong: #00BFFF;
    --pink-h3: #FF00FF;
    --violet-h1: #d51bb3;
    --byzantin: #bd33a4;
    --links1: #ffa500;
    --links2: #ffa500;
    --links-night: #ffa500;
    --d-cyan: #00a596;
    --china-rose: #fc0fc0;
    --hotpink: #ff69b4;
    --w-font: white;
    --w-bg: #282A36;
    --blue-most: #00BFFF;
    --moss-bg: #0095B6;
    --brown-bg: #5D8AA8;
    --han: #FFC40C;
}
* {
    margin: 0;
    padding: 0;
}
.info-child, .catbox-grid-multi, .boding,  .blue-box, .info-details, figcaption, p, span, div, .img-cap, .img-cap-2, .blue-box,code {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}
html {
    min-height: 100%;
    font-size: calc(17px + .22vw);
    line-height: calc(1.36em + .206vw);
    font-family: var(--font-segoe);
}
body {
    word-wrap: break-word;
    margin: 0;
    color: var(--font-color-body);
    background: var(--bg-main);
    min-height:100vh;
}
#rome {
    display: grid;
    /*grid-template-rows: auto 1fr auto;*/
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-gap: 5px;
}

#header{
    grid-area: 1/1/2/2;
margin-top: 3px;

    display: flex;
    border-bottom: solid var(--pink-h3);
    justify-content: start;
}
#main-content1x {
    grid-area: 2/1/3/2;
    min-height: 100vh;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination-container {
    grid-area: 3/1/4/2;
}
.features {
    grid-area: 2/1/5/2;
    display: flex;
}
#site-footer {
    grid-area: 10/1/11/2;

}

.attribution a, .active, a:active, a:link, a:visited, .link {
    color: var(--links1);
    text-decoration: none;
    background-color: transparent;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
height: auto;
border: 0;
}
figure {
    margin: 0;
    padding: 0;
}
.boding > p::before, .list-blog-padding > p::before {
    content: "";
    width: 5em;
    display: block;
    overflow: hidden;
}
figure.no-clear {
    clear: unset;
}
figure.b-quote {
    border: none !important;
    margin: auto !important;
}
.ds-1col figure, .ds-full figure {
    text-align: center;
    text-indent: 0;
}
blockquote {
    font-family: var(--font-mali);
    font-size: calc(16px + .126vw);
    line-height: 27px;
    position: relative;
    margin: auto;
    padding: 1em .2em 0 1em;
    text-align: left;
}
blockquote::before {
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote::after, blockquote::before {
    font-family: times new roman,Times,serif;
    position: absolute;
    font-size: 2.25rem;
    line-height: 1.8;
    color: var(--pink-h3);
}
.b-quote blockquote {
    position: relative;
    margin: auto !important;
    line-height: unset;
    font-size: unset;
    padding: 1.063rem;
    font-family: var(--font-segoe);
}
.b-quote blockquote::after {
    float: right;
    right: 0;
    bottom: 0;
    content: "\201E";
}
q::before,q::after {
    font-family: serif;
    font-size: 1.25rem;
    color: var(--china-rose);
}

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}
h3, h4, h3 span {
    color: var(--pink-h3) !important;
}
h3, h4, h2 {
    margin: .5vw auto .25vw;
}
strong, b, .strong {
    font-style: normal;
    font-weight: 400;
    color: var(--blue-strong) !important;
    text-decoration: underline;
    text-decoration-color: var(--pink-h3) !important;
    text-decoration-thickness: 1.25px;
}
em, i {
    color: var(--pink-h3) !important;
    font-style: normal;
}
u {
    color: #4166f5;
    text-decoration: none;
}
.boding > p u, .blue-info u{
    color: var(--violet-h1);
    font-family: high tower text;
    font-size: 1.25em;
}
.boding p, .p-narrow, .imig, .page-links,.boding h3,.boding h4,.boding h2,.boding pre,.boding h1,.boding h5, .boding h6, .boding table,.boding ul, .boding ol,.boding blockquote {
    max-width: calc(31.697rem + .408vw);
    margin: auto;
}
.boding-b h3 a,.boding h3 a {
    color: #de5d83;
}

.boding-b a,.boding a,.link-red a {
    color: var(--links1);
    border: unset!important;
    text-decoration-style: wavy!important;
    text-decoration: underline;
    text-decoration-color: #fc0fc0;
    border: none!important;
    text-decoration-thickness: 1.5px;
}

.night .boding-b a,.night .boding a,.night .link-red a {
    color: var(--links-night);
}
::selection {
    color: var(--w-font);
    background: var(--china-rose);
}
mark {background:#ace5ee !important;padding: 2px;}
.list-blog-header {
    margin: auto auto .5rem;
    display: block;
}
code, .lang-markdown, .hljs-keyword,pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}
.boding {
    background-color: var(--w-bg);
    padding-top: 3px;
}
.boding p{
font-size: inherit;
line-height: calc(1.36em + .206vw);
color: var(--font-color-body);
}
p + p {
    margin-top: calc(0.25rem + .5vw) !important;
}
figcaption p {
    margin: 2px;
}
.b-quote blockquote p, .b-quote figcaption p {
    font-size: calc(18px + .22vw);
    text-align: left;
    line-height: calc(1.38rem + .206vw);
    color: var(--han);
}
.b-quote p strong {
    color: var(--d-cyan) !important;
}
.b-quote figcaption p {
    color: #e34234;
}
.navbar1x {
    
    display: flex;
border-bottom: solid #f1008f;
justify-content: start;


}
#logo {
    padding: 0 0 0 40px;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 1.75em;
}
.nav-3 {
    grid-area: 1/3/2/4;
}
#logo a {
    font-size: calc(26px + .88vw);
    font-family: 'Times New Roman','Times',Serif;
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--blue-logo);
}

.breadcrumb {
    max-width: 640px;
    margin: 1.5rem auto .5rem;
}
ol.breadcrumb, ul.breadcrumb {
    padding-left: 0;
    background: 0 0;
    list-style-type: none;
    overflow: hidden;
}
.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    text-decoration: none;
}
.breadcrumb li a::after {
    content: "/";
    padding: 10px;
}
.kategori .breadcrumb {
    margin-top:-.25rem;
}
.kategori{
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
font-style: normal;
color:#00bff1;
margin-top: -.85rem;
margin-bottom: 3vh;
border-bottom: 3px solid #008ff1;
}
 .kategori a{
     color:#00bff1;
     font-size: 1rem;
font-style: normal;
text-decoration:none;
 }
h1.article-title {
    justify-content: center;
    margin-bottom: 1vh;
        display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.article-title {
    font-family: "Segoe UI",Calibri,"Times New Roman",Times,sans-serif;
    border-bottom: none;
    border-top: none;
    padding: 0 0 1vh .5rem;
    padding-left: 3.5rem;
    font-size: calc(26px + .88vw);
    color: #d51bb3;
    line-height: 1.5em;
    margin: auto;
    padding-bottom: .5rem;
}
.ds-full {
    margin: unset;
}
.ds-1col figure, .ds-full figure {
    clear: both;
    text-align: center;
    text-indent: 0;
    border: thin solid 
    #a7dcff;
    margin: .5em auto;
}
figure.imig img {
    padding: .25rem;
    max-width: calc(16.175em + 1.466vw);
    width: calc(100% - 10px);
    min-width: unset;
}
.imig {
    float: right;
    margin-left: 5px !important;
    margin-top: 5px;
    display: block;
    max-width: calc(16.175em + 1.466vw);
    width: auto;
}
@media screen and (max-width: 560px){
.imig {
    float: none;
    margin-left: auto !important;
    margin-right: auto;
    text-align: center;
    display: grid;
    width: auto;
}
}
.page-links {
    display: flex;
    line-height: 2.5rem;
    background: #03C03C;
    justify-content: space-between;
}
.page-links a{color:white;}

.site-footer {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4,1fr);
}
#footer-top-5 {
    grid-area: 1/1/2/5;
    background: #bd33a4;
    color: rgba(255,255,255,.65);
}

.linksy {
    text-align: center;
    background: #bd33a4;
    position: absolute;
    width: 100%;
}
#footer-top-5 a {
    color: bisque;
    text-decoration: none;
}
.teaser3 {
 margin-top:1rem;

}
.blog-item-list {
max-width: 44.8rem;
margin:auto;
width:95%;
    
}
.tax-title {
    display: flex;
    padding-top: 2px;
    padding-bottom: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.tax-title a {
    font-size: calc(22px + .25vw);
    color: var(--links2);
    display: block;
    text-align: center;
}

.lego {
    border: 2px solid var(--hotpink);
    border-radius: 1em;
    clear: both;
    background: var(--w-bg);
    display: inline-block;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}
.tax-image {
    float: left;
    padding: 1rem 1rem .5rem;
    max-width: calc(9.1rem + 4.396vw);
    width: 100%;
}
.tax-image img {width:230px;height:230px;}

.tax-body {
    overflow: hidden;
    display: inline;
    background-color: #f8f8f8;
}
.tax-body>p, .tax-body>pre,.tax-body>div{display:none;}
.tax-body p:nth-child(2) {
    display: flex;
    align-items: center;
    min-height: 220px;
    margin: auto;
}
.tax-body p, p.tax-body, p.tax-body-p {
    line-height: 1.44;
}
.tax-body p, p.tax-body, p.tax-body-5, p.tax-body-p {
    font-family: inherit;
    color: var(--font-color-body);
    font-size: .943em;
    padding: 1em;
}
@media screen and (max-width: 780px) {
.tax-body p:nth-child(2) {
    display: block;
}
}
@media screen and (max-width: 560px) {
.embed-image, .tax-image {
    float: none;
    max-width: unset;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
}
.item-list .pager {
    font-family: var(--font-mali) !important;
    line-height: 1.2em;
    font-size: calc(.58rem + .25vw);
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
    text-align: center;
    margin: .75em auto 2em;
}
.item-list ul {
    list-style: none;
    margin: 0 0 .25em;
    padding: 0;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: .5em;
}

.item-list ul li {
    margin: 0;
}
.pager li {
    padding: 8px 12px !important;
    border: 1px solid var(--byzantin);
}

.page-item.active {
    border-color: var(--byzantin) !important;
    background-color: var(--byzantin);
    color: var(--w-font);
    font-weight: 700;
}
.pager li:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.pager li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
a[href$="jpg"], a[href$="jpeg"], a[href$="png"], a[href$="gif"] {
    text-decoration: none;
    border: 0 !important;
}

#religions {
    max-width: 654px;
    margin: auto;
    margin-top:0;
}
.centered {display:grid;}
  .cards-front-rz {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   align-items:stretch;
   margin: inherit;
}
.card-front-rz {
    /*flex: 1 1 22%;*/
    flex: 1 1 auto;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    background-color: var(--w-bg);
}
.card-front-rz-img {max-height: ; width:auto; overflow:hidden}
.card-front-rz .text {
    padding: .25em .5em;
}
.card-front-rz img {
    margin: auto;
    text-align: center;
    display: block;
}
.card-front-rz:last-of-type {
    flex-grow: 1;
}
.card-front-rz h3 {
    text-align: center;
}
@media all and (max-width: 720px)
{
    .centered {padding-left:.25em;}
    .card-front-rz {flex: 1 1 42%;}
}
@media all and (max-width: 480px)
{
    .centered {padding-left:.25em;}
    .card-front-rz {flex: 1 1 100%;}
}
.big-image-title a, .card-front-rz h3 > a {
    font-family: var(--font-mali);
    font-size: calc(.813rem + .25vw);
    color: var(--pink-h3);
}
.latest-five-short p, p.latest-five-short, .card-front-rz p {
    font-family: inherit;
    font-size: .872rem;
    color: var(--font-color-front);
    margin-top: .313em;
    line-height: calc(1.37em + .2vw);
    padding-left: .2em;
}
.page-links a{
    text-decoration:none !important;
}

#d-mode{
       position: absolute;
    top: 0;
    right:4rem;
}
#d-mode {
    display: flex;
    justify-content: flex-end;
    padding: 14px 0;
    z-index: 999999;
}
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
}

.theme-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
}

.theme-switch input {
    display: none;
}

#d-mode .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

#d-mode .slider::before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 16px;
}
#d-mode input:checked + .slider {
    background-color: #66bb6a;
}

#d-mode input:checked + .slider::before {
    transform: translateX(16px);
}

#d-mode .slider.round {
    border-radius: 14px;
}

#d-mode .slider.round:before {
    border-radius: 50%;
}
.block-hidden a {
    font-size: 1rem !important;
    line-height: 1.4;
}
.menu-f {display:block;column-count:2}
.pi-me {color:var(--font-color-front);}



 .ds-1col {
    float: right;
    width: 100%;
    max-width: calc(57.447rem + .408vw);
}
.article-title {
  max-width: calc(31.697rem + .408vw);
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    align-content:center;
    padding-left:unset;
}


.boding > p, .boding > h3,  .boding > h4, .boding > h2 {
    max-width: calc(31.697rem + .408vw);
    width:100%;
}
 
  .ds-1col {
    float: right;
    width: 100%;
    max-width: unset;
}

.embed-right-img {
    float: right;
    clear: right;
    margin: auto;
}

.i-medium {
     padding-right: 1rem;
     margin-left:.5rem;
}
@media all and (max-width: 960px){
  .i-medium {
    padding-right:unset;
  }
.boding > p, .boding > h3,  .boding > h4, .boding > h2 {
  max-width:unset;
}
.article-title {
  max-width:unset;
}
}
@media all and (max-width: 560px){
  .i-medium {
    padding-right:unset;
    margin:auto;
    float:none;
}
}
  .round-top {
     height: 1rem;
    -webkit-border-top-left-radius: 360px;
    -webkit-border-top-right-radius: 360px;
    -moz-border-radius-topleft: 360px;
    -moz-border-radius-topright: 360px;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
  }
.features {
    grid-area: 2/1/5/2;
    display: grid;
    grid-template-rows: repeat(5,auto);
    grid-template-columns: 25.189% 49.25% auto;
    grid-gap: 5px;
    margin: .5rem;
}
.features > .container {
    min-height: 100%;
    grid-area: 1/1/2/2;
}
#religions {
    grid-area: 1/2/2/3;
}
.blue-box-top {
    grid-area: 1/3/2/4;
    text-align: center;
    width: auto;
    border: 1px solid #c0e6ff;
    border: 1px solid #ccc;
box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}
.blue-box-top .blue-head {background:var(--byzantin);}
hr {
    border: 0;
    margin: .5em auto;
    max-width: 100%;
    background-position: 50%;
    box-sizing: border-box;
}

.pill {
    height: 0;
    border-radius: 2px;
    color: var(--pink-h3);
    border: 2px solid currentColor;
    width: 80%;
}

.stars {
    height: auto;
    color: var(--pink-h3);
    text-align: center;
}

.stars::after {
    content: "★";
    font-size: 1.25em;
    text-shadow: -2em 0,-1em 0,1em 0,2em 0;
}

/*# sourceMappingURL=theme.css.map */
/* Typography */
/* Tables */
.cat-box {grid-area:3/1/4/4;}
.features #sec3 {
    grid-area:4/1/5/4;
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-template-rows: auto auto auto auto;
    grid-gap: .5rem;
}
.features .blue-box {min-width:unset !important;border:2px solid orange; background:var(--w-bg)}
.blue-info {
    background: var(--w-bg);
}
.blue-info figure {
    text-align: center;
}
.features .blue-head{background:#cc00cc; }

.features .blue-info {
    padding: .5rem;
}
.blue-info u {
  color: var(--violet-h1);
    font-family: high tower text;
    font-size: 1.25em;
}
  @media all and (max-width: 780px){
    .features #sec3 {
    display: grid;
    grid-template-columns: auto;
  }
  }
  .dill {grid-area: 2/1/3/4;}
  
  .cat-name {
    grid-area: 3/1/4/4;
    width: auto;
    border: 3px solid var(--blue-logo);
    background-color: var(--w-bg);
    color: var(--blue-logo);
    margin-bottom: auto;
}

 @media all and (max-width: 780px){
     
     .features {
         grid-template-rows: repeat(6,auto);
         grid-template-columns:auto;
     }
     #religions{
         grid-area:1/1/2/2
     }
     .features > .container {
         grid-area:2/1/3/2
     }
     .blue-box-top {
         grid-area:3/1/4/2
     }
      .dill {grid-area: 4/1/5/2;}
      .cat-name {
    grid-area: 5/1/6/2;}
    .features #sec3{grid-area:6/1/7/2}
 }
 .blue-box-top .blue-head {background:var(--byzantin);}