/*==================
 common
===================*/
body {
  font-family: "Courier Prime", monospace;
  margin: 0 10px;
  word-wrap: break-word;
  overflow-x: hidden;
}
a {
  color: #444;
}
.award a {
  border-bottom: 2px solid #ff0;
}
a:hover {
  color: #999;
}
.small {
  font-size: 0.7em;
}
.x-small {
  font-size: 0.7em;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
}
/*==================
 arrow
===================*/
.arrow {
  display: none;
  font-size: 0.75em;
  padding-left: 25px;
  max-width: 500px;
  margin-bottom: 10px;
  text-align: right;
}
.arrow:after {
  display: block;
  content: "";
  clear: both;
}
.arrow .back {
  width: 80px;
  float: left;
}
.arrow .next {
  width: 80px;
  float: right;
  text-align: right;
}
/*==================
 header
===================*/
.header_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
#header {
  width: 70%;
  z-index: 3;
  margin-top: 10px;
  background-color: white;
  font-family: Courier, "Courier New", monospace;
}
#fb {
  width: 30%;
  font-size: 15px;
  text-align: right;
  color: #666;
}
#fb a {
  display: inline-block;
  color: #666;
  padding-right: 8px;
}
#fb a:last-child {
  padding-right: none;
}
#fb a:hover {
  background: #FFF;
  color: #999;
}
/*==================
 header
===================*/
header {
  margin: 10px 0;
}
/*==================
 logo
===================*/
header #logo {
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Courier, "Courier New", monospace;
}
header #logo a:link, #logo a:visited {
  color: #000000;
  text-decoration: none;
  display: block;
  max-width: 400px;
}
header #logo a:hover, header #logo a:active, header #logo a:visited:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  display: inline-block;
}
header #logo span {
  display: block;
}
@media (min-width: 40em) {
  header #logo span {
    display: inline;
  }
}
/*==================
 menu
===================*/
header #menu {
  margin: 10px 0;
  display: flex;
  z-index: 4;
  text-transform: uppercase;
  justify-content: center;
}
header #menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
header #menu ul li {
  padding-right: 20px;
  list-style: none;
}
header #menu ul li a {
  font-size: 14px;
  padding: 2px 0;
  color: black;
  line-height: 1;
  text-decoration: underline;
  background: #FFF;
}
header #menu ul li a:hover, header #menu ul li.current-menu-item a {
  color: #FFF;
  background: #000;
  text-decoration: none;
  padding: 2px 0;
}
/*==================
 layouot
===================*/
#wrapper {
  position: absolute;
  top: 100px;
}
#wrapper.fadeout {
  animation: fadeoutAni 1s 1s forwards;
}
@keyframes fadeoutAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#lettermenu {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}
.frame {
  z-index: 1;
  font-size: 0.75em;
  position: relative;
  overflow: hidden;
}
.frame::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 3;
  animation: coverslide 1s 0.5s forwards ease-in-out;
}
@keyframes coverslide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 120%);
  }
}
.frame img {
  max-width: 100%;
  margin-bottom: 10px;
  z-index: 2;
}
.frame img {
  margin-bottom: 10px;
}
#message #subheader {
  margin: 10px 0 0;
  z-index: 6;
  font-size: 0.7em;
  max-width: 500px;
  line-height: 1.2;
  overflow: hidden;
  text-align: right;
  color: #444;
}
#message #subheader p {
  line-height: 1.2;
}
#message #subheader span {
  color: #000;
}
#message h1.title {
  max-width: 500px;
  text-align: right;
  font-size: 0.85em;
  line-height: 1;
  padding-left: 25px;
  margin-bottom: 5px;
}
h1.entry-title {
  font-size: clamp(1.3em, 2vw, 1.6em);
  font-family: "Courier Prime", monospace;
  font-weight: 400;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
  max-width: 1100px;
}
body.home .flex-wrapper {
  align-items: center;
}
.arrow-single {
  margin-top: 30px;
  text-align: right;
  font-weight: 700;
}
.arrow-single a {
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 961px) {
  #wrapper {
    left: 25%;
  }
  .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-wrapper.two .flex-one {
    width: 48%;
    margin-bottom: 20px;
  }
  .frame {
    width: 40%;
  }
  #message {
    width: 55%;
  }
}
/*==================
 single
===================*/
#message .single-content {
  max-width: 500px;
  line-height: 1.4;
  font-size: 0.9rem;
  color: #444;
}
#message .single-content h1 {
  font-size: 1.1rem;
  color: #000;
}
#message .single-content .jp {
  font-size: 0.8rem;
}
#message .single-content .award {
  margin: 30px 0;
}
#message .single-content .award ul {
  margin: 0;
  padding: 5px 0;
}
#message .single-content .award ul li {
  list-style: none;
  border-bottom: 1px dotted #CCC;
  font-size: 0.8em;
  padding: 5px 0;
}
#message .single-content .award h4 {
  font-size: 1rem;
  color: #000;
}
#message .single-content .text {
  font-size: 0.9em;
}
#message .single-content .jp {
  font-size: 0.8em;
}
/*==================
 awardlist
===================*/
ul.awardlist li {
  margin-bottom: 0.8em;
}
ul.awardlist li a {
  border-bottom: 2px solid yellow;
}
ul.awardlist li a:hover {
  color: #000;
}
/*==================
 .pagenav
===================*/
.pagenav {
  padding-top: 1em;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}
.wp-pagenavi span.current {
  color: #e95d18;
}
/*==================
 topics
===================*/
#topics {
  position: absolute;
  left: 100px;
  top: 200px;
  height: auto;
}
ul.news {
  list-style: none;
  font-size: 12px;
  font-family: "Courier Prime", monospace;
}
ul.news li {
  opacity: 0;
}
.article {
  position: relative;
}
.article .boxlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/*==================
 contetns
===================*/
#content_wrapper {
  margin: 2em auto;
  max-width: 1000px;
}
.contents {
  height: auto;
  z-index: 1;
}
body.page .contents {
  max-width: 640px;
  margin: 0 auto;
  height: auto;
  z-index: 1;
  font-size: 0.75em;
}
.map {
  filter: grayscale(1);
}
/*==================
 archive
===================*/
#archive_wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
/*==================
 H
===================*/
h2.entry-title {
  font-family: Courier, "Courier New", monospace;
  margin: 30px auto 0;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
}
h2.entry-title .x-small {
  font-size: 0.37em;
  letter-spacing: 0em;
}
h3 {
  font-family: Courier, "Courier New", monospace;
}
h4.entry-title {
  margin: 30px auto;
}
h5 {
  font-family: Courier, "Courier New", monospace;
  font-size: 1em;
  font-weight: 700;
}
/*==================
 footer
===================*/
footer {
  color: #777;
  margin: 10px auto;
  font-size: 0.8em;
  z-index: 100;
  text-align: center;
  line-height: 1.5;
}
footer p {
  font-size: 0.8em;
}
body.home footer {
  opacity: 0;
  animation: fadeinUpAni 0.8s 4s forwards;
  position: relative;
  width: 100%;
  margin: 5% auto;
  text-align: center;
}
.imageBox {
  font-family: Courier, "Courier New", monospace;
  font-size: 0.95em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imageBox figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 36%;
}
.imageBox figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  display: block;
  content: "";
  z-index: 3;
  animation: coverslide 0.5s 1s forwards ease-in-out;
}
.imageBox .textArea {
  width: 58%;
}
.imageBox .textArea h5 {
  margin: 0 0 10px 0;
}
@media (min-width: 641px) {
  .imageBox {
    font-size: 1.1em;
  }
  h2.entry-title {
    font-size: 1.8em;
  }
}
.broodtekst {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  line-height: 15.5px;
}
.broodtekst a:link, .broodtekst a:visited {
  color: #000000;
  text-decoration: underline;
}
.broodtekst a:hover, .broodtekst a:active, .broodtekst a:visited:hover {
  color: #000000;
  text-decoration: underline;
}
.pageindex {
  float: right;
}
.wordcontainer, .wordcontainer_default {
  display: block;
}
body.single .wordcontainer, body.single #lettermenu {
  max-width: 500px;
}
.wordcontainer:after, .wordcontainer_default:after {
  display: block;
  content: "";
  clear: both;
}
.character {
  float: left;
  font-family: Courier, "Courier New", monospace;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: normal;
  padding-left: 5px;
  color: #666;
  letter-spacing: 2px;
}
.character strong {
  color: #de3109;
  font-weight: normal;
}
.capital {
  text-transform: uppercase;
  color: #000;
}
.wordcontainer .hover, .wordcontainer_default .hover {
  display: none;
}
.wordcontainer:hover .hover, .wordcontainer_default:hover .hover {
  display: inline;
  color: #FFF;
  background: #000;
}
.type-it {
  opacity: 0;
}
.type-it {
  cursor: pointer;
}
.type-it span {
  color: #888;
}
.type-it.capital span {
  color: #000;
}
.type-it span:hover {
  color: #000;
}
.character a {
  color: white;
  text-decoration: none;
}
.wordcontainer_default .type-it span {
  color: #666;
  font-weight: 900;
}
.hidden {
  display: none;
}
.shown {
  display: inherit;
}
#layer {
  opacity: 0;
}
#layer.fadein {
  animation: fadeinAni 3s 0.5s forwards;
  position: relative;
  width: 100%;
  margin: 5% auto;
  text-align: center;
}
@keyframes fadeinAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinUpAni {
  0% {
    opacity: 0;
    transform: translatey(100px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}
.swiper-wrapper {
  position: relative;
  transition-timing-function: cubic-bezier(1, 0.25, 0, 0.75);
}
.swiper-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 760px;
}
.swiper-container .swiper-button-prev {
  left: 0;
  color: #AAA;
}
.swiper-container .swiper-button-prev::after {
  font-size: 30px;
}
.swiper-container .swiper-button-next {
  color: #AAA;
  right: 0;
}
.swiper-container .swiper-button-next::after {
  font-size: 30px;
}
.swiper-container.visible {
  overflow: visible;
}
.swiper-slide div {
  position: relative;
}
.swiper-slide div img {
  position: relative;
  height: auto;
  width: 85%;
}
.swiper-slide div .title {
  position: absolute;
  top: 20%;
  right: 0;
  background: #000;
  color: #FFF;
  font-size: clamp(1.2em, 2vw, 1.6em);
  max-width: 300px;
  text-align: left;
}
.swiper-slide div .awards {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: #000;
  color: #FFF;
  font-size: clamp(1.2em, 2vw, 1.6em);
  max-width: 300px;
  text-align: left;
}
.swiper-slide.swiper-slide-active div .title {
  opacity: 0;
  right: -100px;
  animation: titleAni 0.7s 0.4s forwards;
}
.swiper-slide.swiper-slide-active div .awards {
  opacity: 0;
  left: -100px;
  animation: awardsAni 0.7s 0.8s forwards;
}
@keyframes titleAni {
  0% {
    opacity: 0;
    right: -100px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes titleAniPC {
  0% {
    opacity: 0;
    right: 0%;
  }
  100% {
    opacity: 1;
    right: 10%;
  }
}
@keyframes awardsAni {
  0% {
    opacity: 0;
    left: -100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes awardsAniPC {
  0% {
    opacity: 0;
    left: 0%;
  }
  100% {
    opacity: 1;
    left: 10%;
  }
}
@media (min-width: 40em) {
  #layer.fadein {
    margin: 2% auto;
  }
  .swiper-container {
    margin: 0 auto;
  }
  .swiper-slide div {
    position: relative;
  }
  .swiper-slide div img {
    width: 500px;
    height: auto;
  }
  .swiper-slide div .title {
    position: absolute;
    top: 20%;
    right: 25%;
    background: #000;
    color: #FFF;
    max-width: 400px;
  }
  .swiper-slide div .awards {
    position: absolute;
    bottom: 10%;
    left: 35%;
    background: #000;
    color: #FFF;
    max-width: 400px;
  }
  .swiper-slide.swiper-slide-active div .title {
    opacity: 0;
    right: 10%;
    animation: titleAniPC 0.7s 0.4s forwards;
  }
  .swiper-slide.swiper-slide-active div .awards {
    opacity: 0;
    left: 10%;
    animation: awardsAniPC 0.7s 0.8s forwards;
  }
}
.lang-item {
  list-style: none;
  display: flex;
  margin-right: 5px;
}
.lang-item:after {
  display: inline-block;
  content: "/";
  color: #CCC;
}
.lang-item:last-child:after {
  display: none;
}
