button,
.button,
.flipbutton,
input[type=button],
input[type=submit],
input[type=reset] {
  color: #000000;
}

body {
  margin: 0.1666666667rem 0 0.2777777778rem 0;
  padding: 0 1rem;
  background: #eef2ff url(../images/fade-blue.png) top center repeat-x;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
  word-wrap: break-word;
}
@media (max-width: 505px) {
  body {
    margin: 0 0.5rem;
    padding: 0;
  }
}
@media (max-width: 380px) {
  body {
    margin: 0 0.25rem;
  }
}

* html body {
  background: #eef2ff;
  /* Browserweiche MSIE, stellt BG-Bilder nicht korrekt dar */
}

hr {
  border: none;
  border-top: 1px solid #b7c5d9;
  height: 0px;
}

.bars_top hr {
  width: 100%;
}

.bars_top hr.hr_top {
  width: 100%;
  margin-top: 1rem;
}

section.postarea + hr {
  width: 100%;
}

a {
  color: #34345c;
  text-decoration: underline;
}
a:visited {
  color: #34345c;
  text-decoration: underline;
}
a:hover {
  color: #dd0000;
}

.logo {
  clear: both;
  text-align: center;
  font-family: tahoma;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #000000;
  width: 100%;
}

.slogan {
  text-align: center;
  font-size: 1rem;
}

.wat {
  font-size: 1rem;
  color: #af0a0f;
  text-align: center;
}

.rules {
  font-size: 0.6666666667rem;
  color: #000000;
}
.rules span {
  font-size: 0.6666666667rem;
  color: #000000;
}
.rules li {
  color: #000000;
}

.logo {
  font-family: tahoma;
  font-size: 28px;
  letter-spacing: -2px;
}
.logo img {
  border: 1px solid #34345c;
}

.rules {
  font-size: 0.6666666667rem;
  padding: 0;
}
.rules a {
  text-decoration: none;
}

.postblock {
  border: 1px solid #34345c;
  font-size: 1rem;
  background: #9988ee;
  color: #000000;
  font-weight: 800;
}

.postarea .postblock {
  min-width: 6.5rem;
  max-width: 8rem;
  box-sizing: border-box;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5rem;
}

.delform-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
}

.delform {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.delform__group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  flex: 0 0 auto;
}

.delform__group--password {
  flex-shrink: 0;
}
.delform__group--password .delform__label {
  margin-right: 0.5rem;
}
.delform__group--password input {
  flex: 0 0 auto;
  width: auto;
  min-width: 8ch;
}

.delform__group--checkbox .sqb {
  display: inline-block;
  margin: 0 0.25rem;
}

.video_button,
.zoom {
  display: none;
}

.footer {
  margin: 1.5rem 0 0.75rem;
  text-align: center;
  font-size: 1rem;
  color: #000000;
  display: block;
}
.footer a {
  text-align: center;
  font-size: 1rem;
  color: #000000;
}

.unkfunc {
  color: #789922;
}

.filesize {
  text-decoration: none;
}

.filetitle,
.replytitle {
  background: inherit;
  color: #228854;
  font-weight: 800;
  font-size: larger;
}

.postarea__toggle,
.postarea__toggle-text {
  color: #228854;
}

.postarea__toggle:focus,
.postarea__toggle:hover {
  color: #228854;
}

.filetitle {
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  min-height: 10px;
}
.filetitle a {
  color: #228854;
  text-decoration: none;
}

.postername,
.commentpostername {
  background: inherit;
  color: #117743;
  font-weight: 800;
}

.postertrip {
  background: inherit;
  color: #228854;
  /* #228854; */
}

.firstpost {
  margin: -8px 10px 0px 3px;
}

.oldpost {
  background: inherit;
  color: #dd0000;
  font-weight: 800;
}

.omittedposts,
.abbr,
.abbrev {
  color: #707070;
}

.thread {
  /* margin: oben rechts unten links*/
  margin: 3px;
  padding: 0 0 3px 0;
  /* border: 1px dashed #33d011;*/
  background: inherit;
}

.thread-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/yotsublue-minus.png");
}

.thread--collapsed .thread-toggle {
  background-image: url("../images/yotsublue-plus.png");
}

.postarea__toggle-icon--plus,
.postarea__toggle-icon--minus {
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
}

.postarea__toggle-icon--plus {
  background-image: url("../images/yotsublue-plus.png");
}

.postarea__toggle-icon--minus {
  background-image: url("../images/yotsublue-minus.png");
}

.post-entry__content {
  background: #d6daf0;
  color: #000000;
  border: 1px solid #b7c5d9;
  border-style: none solid solid none;
}

.highlight {
  border: 2px dashed #b7c5d9;
  background: #d6daf0;
}

.post-entry.reply.highlight {
  border: none !important;
  background: none !important;
}
.post-entry.reply.highlight .post-entry__content {
  border: 2px dashed #b7c5d9;
  background: #d6daf0;
}

.doubledash {
  color: #b7c5d9;
  vertical-align: top;
  padding: 5px 0px 0 0;
  clear: both;
  float: left;
}

.adminbar {
  text-align: right;
  clear: both;
  float: right;
  font-size: 1rem;
}

.navbar {
  font-size: 1rem;
  text-align: left;
  float: left;
}
.navbar a {
  color: #000000;
}

.adminbar a {
  color: #000000;
}

.navpage .sqb {
  display: inline;
  color: #b7c5d9;
}
.navpage table {
  background: #d6daf0;
  border-color: #b7c5d9;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  padding: 2px 3px;
}

.theader,
.passvalid {
  border-radius: 5px;
  background: #9988ee;
  text-align: center;
  padding: 2px;
  color: #000000;
  width: 100%;
  font-size: 1rem;
}

.txtarea {
  font-family: Helvetica, Arial, sans-serif;
}

/*# sourceMappingURL=yotsublue.7.css.map */
