/* 1.HTML*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 48px );
     border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
}
body {
    background-color: #f5f5f5;
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    margin:0;
    max-width: 100vw;
    overflow-x: hidden;
}

iframe: {
    border:none;
}

div {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
a {
    text-decoration: none;
    color: #2b2b2b;
}
a:hover {
    text-decoration: underline;

}
ol {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 30px;
}
ol li{
    padding:0.1rem;
    margin:0px;
}
li {
    margin-left:8px;

}
input:focus {
    outline: none;
}
/* 0.FRAME*/
.sb-content-rows {
      margin-top:10px;
      display: flex;
      flex-direction: row;
  }

/* 1. Left  */
.sb-content-left {
    width:auto;
    min-width:10px;
    flex-grow: 1;
}

.sb-menu-top-desktop{
    margin-bottom: 16px;
    min-width: 270px;
}

.sb-content-menu {
    //width: 100%;
    //height: 100vh;
    min-width:300px;
    max-width:400px;
    padding-right:16px;
    flex-grow: 1;
    border:0px solid black;
}

@media only screen and (max-width: 700px) {
    .sb-content-left {
        width:10px;
        max-width:10px;
        min-width:10px;
    }
    .sb-content-menu {
        display:none;
        width:100vw;
    }
    .sb-left-nav-frame {
       width:95vw;
    }
}
/* 0 Frame  */

.sb-content-rows {
      margin-top:10px;
      display: flex;
      flex-direction: row;
  }

/* 1. Left  */

.sb-button-margin {
    margin-left:4px;
}

.sb-button-24 {
    border: 1px solid #BBBBBB;
    border-radius: 17px;
    padding:4px;
    width: 34px;
    height:34px;
    display: block;
    background-color: #F6F6F6;
}

.sb-button-24:hover {
    border: 2px solid #FF6666;
}

.sb-button-round {

}

.sb-nav-sec {
    padding: 16px 16px 16px 16px;
    border: 1px solid #333333;
    border-radius: 20px;
    margin: 4px -6px 4px -6px;
}

.sb-nav-third {
    margin-top:16px
}

/* 1.2 Days  */
.sb-left-nav-frame {
    height: 100vh;
    min-width:300px;
    max-width:400px;
    border:none;
    position:fixed;
    top:8px;
}

/* 1.3 Filter  */
.sb-input-wrapper {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 4px;
    width: 90%;
    text-align: center;
    min-width:150px;
    max-width:250px;
}


/* 1.1 Header */

/* 1.4 Topic Filter */
.sb-page-nav-filter {
    font-size: 1.1rem;
    width:90%;
    background-color: #F6F6F6;
    border:0px;
}
.sb-page-nav-select {
  font-size: 1rem;
  text-align:left;
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top:0px;
  padding: 4px 0px 8px 0px;
}
.sb-page-nav-select li {
    color: #999999;
    list-style: none;
    border-bottom: 1px solid #EEEEEE;
}
.sb-page-nav-select li:hover {
    background-color:#DDDDDD;

}

/* 1.5 Page Nav */
.sb-page-nav-box {
    border: 0px solid gray;
    border-radius: 4px;
    margin-left:8px;
    margin-top:0px;
}

/* 2. Middle */
.sb-head-menu-button  {}
.sb-middle-content{
    max-width: 700px;
    min-width: 350px;
    width:100%;
    flex-grow: 1;
}
.sb-head-sticky {
    background-color: #F6F6F6;
    position: fixed;
    color: #2b2b2b;
    width: 100%;
    max-width: 700px;
    top: 0px;
    padding-top:4px;
    z-index:1;
    padding-bottom:4px;
}


/* 2.0 Sun */
.sb-count {
    font-size:0.9rem;
    color:#999999;
    padding-top: 8px;
    padding-left: 8px;
}

.sb-cont-spacer {
    height: 200px;
}

/* 2.1 HEAD */
.sb-row {
    display:flex;
    flex-direction: row;
}

.sb-col {
    flex:1;
}


.sb-head {
    flex:1;
	font-weight: 200;
	font-size: 0.9rem;
	margin-top:8px;
	margin-left:16px;
	//text-align: center;
}
.sb-head-line-text-h1 {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    font-weight: 800;
    font-size: 1.4rem;
    display: inline;
    overflow: hidden;
}


.sb-head-topic-filter {
    flex:1;
}
.sb-title {
    flex:1;
    overflow:hidden;
    //text-align: center;
}
.sb-head-img-small {
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #BBBBBB;
    padding: 1px;
    width: 48px;
    height: 48px;
}

.sb-head-img-small:hover {
    border: 2px solid #FF6666;
}

.sb-target-page-events {
    margin-top:10px;

}



/* 2.2 Topic */
.sb-topic-body {
    max-width: 100vw;

}

.sb-topic-head {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 4px 5px 4px 5px;
  margin-top: 8px;
  border: 1px solid #DDDDDD;
}

.sb-topic-head-collapse {
    display: inline-block;
    vertical-align: bottom;
}

.sb-topic-head-link {
}

.sb-topic-head-toggle {
    flex: 1;
    display: flex;
    flex-direction: row;
}
.sb-topic-head-h2 {
    margin-left: 8px;
    padding-top:4px;
    margin-block-start: 0px;
    margin-block-end: 0px;

    font-size:1.2rem;
    font-weight: 200;
    display: inline-block;
    color: #666666;
}
.sb-topic-head-h2-sub:hover {
    background-color:#EEEEEE;
    border-radius:4px;
    color:#FFFFFF;
}
.sb-topic-head-h2-sub {
    margin-left: 8px;
    padding-top:4px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    font-size:1.1rem;
    font-weight: 200;
    display: inline-block;
    color: #666666;
}
/*obsolete*/
.sb-topic-head-page {
    margin-left:16px;
    border-radius:4px;
    padding: 8px 4px 4px 4px;
}
.sb-topic-head-page:hover {
    background-color:#EEEEEE;
}

.sb-topic-list {
    /*border-left: 1px solid #BBBBBB;*/
    padding-left: 8px;
    padding-bottom:4px;
    margin-bottom:40px;
    margin-top:16px;
}

/* 2.2.1 EVENT */
.sb-event-box {
  padding: 8px 2px 16px 4px;
  border-bottom:1px solid #E8E8E8;
  width:100%;
}


.sb-event-box-day {
    margin-top:32px;
    margin-bottom:24px;
    border-radius: 20px;
    padding: 4px 4px 4px 24px;
    border: 1px solid #DDDDDD;
}

.sb-event-box-day a {
    color: #AAAAAA;
    font-size: 1.1rem;
}

.sb-event-box-month {
    color: #BBBBBB;
    padding: 8px 4px 8px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top:32px;
    border: 1px solid #DDDDDD;
    border-radius:20px;
}

.sb-event {
    margin:4px 0px 4px 16px;
    padding-bottom:8px;
    width: 100%;
}

.sb-event-menu {
    width:32px;
    min-width:32px;
    max-width:32px;
    margin:8px 0px 0px 8px;
}
.sb-event-menu-link {
    color: #2b2b2b;
    padding: 0px 4px 0px 4px;
    display: inline-block;
    border-radius:2px;
}
.sb-event-menu-link:hover {
    background-color:#EEEEEE;
    color:#FFFFFF;
    border-radius:4px;
}

.sb-event-location-box {
    display:flex;
    flex-direction: row;
}
.sb-event-location-link:hover {
    background-color:#EEEEEE;

}
.sb-event-location-link {
    display: inline-box;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    margin-left:16px;
}
.sb-event-location {
  margin-block-start: 0px;
  margin-block-end: 0rem;
  margin: 8px 0px 0px 8px;
  font-size: 1.1rem;
  font-weight: 600;
  flex: 1;
}

.sb-event-date {
     font-weight:400;
     color: #2b2b2b;
     margin-top: 4px;
     display: inline-block;
 }
.sb-event-link {
     padding: 4px 8px 4px 8px;

 }

/* Menu */
 .sb-tool-tip {
     border: 1px solid #E0E0E0;
     color:#505050;
     display: none;
     position: absolute;
     background-color: white;
     border-radius: 12px;
     box-shadow: 0 0 15px rgba(101,119,134,0.2), 0 0 3px 1px rgba(101,119,134,0.15);
     overflow-x: hidden;
     overflow-y: hidden;
     max-width:300px;
     font-size:0.9rem;
     font-weight: 400;
 }
 .sb-tooltip-link div:hover {
     color:#505050;
     background-color: #F6F6F6;
     border-top: solid #D0D0D0 1px;
     border-bottom: solid #D0D0D0 1px;
 }
 .sb-tooltip-link {
     background-color: white;
     color:#505050;
     font-size:0.9rem;
     font-weight: 400;
 }
 .sb-tooltip-head {
     padding-left:40px;
     margin-top:10px;
     margin-bottom:6px;
     font-weight: 400;
     border-top: solid #D0D0D0 1px;
     border-bottom: solid #D0D0D0 1px;
     background-color: #F3F3F3;
     color:#505050;
 }
 .sb-tooltip-box {
     padding:6px 10px 3px 10px;
     font-size: 16px;
 }

/* 2.3 CONTENT */
.sb-content {
    width: 95vw;

}
.sb-title-box {
    text-align:center;

}
.sb-intro {
    font-weight: 400;
    font-size: 1.2rem;
    overflow: hidden;
}
@media only screen and (max-width: 550px) {
.sb-intro {
    font-size:1.1rem;
}
}
.sb-content-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.sb-content-wrapper {
    text-align: left;
    margin-left:32px;
}
.sb-head-page  {
    display:flex;
    flex-direction: row;
    width:100%;
    margin-top: 8px;
}
.sb-title-box {
    display: grid;
    grid-template-columns: 120px auto;
    padding-left:16px;
    margin-bottom:32px;
}
.sb-title-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid black;
    overflow: hidden;
    padding: 5px;
}
@media only screen and (min-width: 900px) {
  .sb-title-img {
    width: 120px;
    height: 120px;
  }
}
.sb-content {
    font-size:1.1rem;
    margin: 8px 4px 8px 4px;
    width: 90%;
}
.sb-content img {
    background-color: #F0F0F0;
    padding: 10px;
    display: block;
    border:1px solid #AAAAAA;
    border-radius:10px;
    width: 90%;
}
.sb-content h2 {
    font-size:1.4rem;
    font-weight:400;
}
.sb-content h3 {
    font-size:1.2rem;
    font-weight:400;
}
.sb-content h4 {
    font-size:1.1rem;
    font-weight:600;
}
@media only screen and (max-width: 550px) {
    .sb-content img {
        width: 90vw;
    }
}

/* 2.7 Iframe */

.sb-iframe {
    border: 0px solid #EEEEEE;
    width:100%;
    height:220px;
    margin-top:32px;
    margin-bottom:40px;
}

.sb-iframe-sun {
    border: 0px solid #EEEEEE;
    width:100%;
    height:40px;
    margin-top:16px;
    margin-bottom:8px;
}

/*2.9 Help */
.sb-tip-teaser{
    height:400px;
    width:400px;
    border:0px solid black;
}

/* 3. Right */
.sb-content-right {
    width:auto;
    flex-grow: 1;
    min-width:10px;
}
@media only screen and (max-width: 700px) {
    .sb-content-right {
        width:10px;
        max-width:10px;
        min-width:10px;
    }
}

/* 4. Footer */
.sb-center {
    text-align:center;
}
.sb-footer-frame {
    margin-top:40px;width:100%; height:120px;border:0px solid blue
}

.sb-layer {
    display: none;
    background-color: #EEEEEE;
    position:fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    height: 100px;
    width: 100vw;
    opacity: 0.8;
}

.sb-intro {
    border:none;
    width:100%;
    height:100%;
}

