body {
  --color-bg: #dad4d1;
  --color-text: #24221f;
  --color-link: #a5271b;
  --color-link-hover: #69140c;
  font-family: halyard-display, sans-serif;
}

a:hover,
a:focus {
  text-decoration: underline;
  --color-link-hover: #fff
}

.frame {
  color: #a5271b;
  font-weight: 500;
}

.frame__title {
  font-size: 2rem;
   font-family: goldenbook, serif;
   font-weight: 400
}

.content__headline {
  font-size: 1.2rem;
  margin: 2rem 0 -4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.content__type {
  font-size: 1.2vw;
  margin: 3rem auto 5rem;
  line-height: 2;
  font-family: halyard-display, sans-serif;
  font-weight: 300;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  background-size: 80%;
}

.content__img {
  max-width: 100%;
  display: block;
  margin: 0 auto 5rem;
  backface-visibility: hidden;
}

/* Effect Styles */

.folds {
  position: relative;
  transform-style: preserve-3d;
}

.fold-3d {
  position: absolute;
  left: 0;
  right: 0;
  perspective: 100vh;
  transform-style: preserve-3d;
}

.fold-3d-top {
  bottom: 100%;
  perspective-origin: 50% 100%;
}
.fold-3d-bottom {
  top: 100%;
  /* Origin at the top of the bottom wrapper, the bottom of the center fold. */
  perspective-origin: 50% 0%;
}
.debug .fold-top {
  background: #dadada;
}
.debug .fold-bottom {
  background: #dadada;
}
.debug .test-center {
  background: #bababa;
}
.fold-bottom {
  height: 50vh;
  width: 100%;
  /* background: #ff000090; */
  transform-origin: top center;
}
.fold-top {
  height: 50vh;
  width: 100%;
  /* background: #ff000090; */
  transform-origin: bottom center;
}
.fold-top .fold-scroller {
  transform-origin: top center;
}
.fold-bottom .fold-scroller {
  transform-origin: top center;
}
.fold-center {
  height: 50vh;
  width: 50vw;
}

.fold {
  overflow: hidden;
  //border: 1px solid #000;
  border-top: 0;
  border-bottom: 0;
}
.fold-scroller {
  display: flex;
  flex-direction: column;
}

.fold-content {
  padding: 0 2rem;
}

/* ’Ç‰Á•ª************************/

.just {
text-align: justify;
text-align:left;
text-justify: inter-ideograph;
white-space:pre-wrap
}

/*SVGicon*****************************/
.svgbox {
margin: -8px -16px -8px 0px;
width:78px;
float:left;
}

.svgbox img {
width:52px;
height:52px;
}

.svgbox p {
font-size: 0.8rem;
margin: -10px 0 0 -24px;
text-align: center;
line-height: 1rem;
}

.oh {
    overflow: hidden
}

.dib {
	margin:10px 0 0 0;
	width:110%;
	
	font-weight: bold;
    display: inline-block
}

ul.sq{
list-style-type:square ;
color:#09F;
}

li.pos{
	margin-top:-65px;

}

span.black{
color:#000;	
}

h3{
color:#00C;
}


@media screen and (max-width: 860px) {

.svgbox p {
font-size: 0.8rem;
margin: -12px 0 0 0px;
text-align: center;
line-height: 1rem;
}

.dib {
width:60%;
}

.content__headline {
  font-size: 0.8rem;
}

.frame__title {
  font-size: 1.3rem
}

}


