body {
  font-family: 'Varela Round', sans-serif;
  font-size: 100%;
  background-color: black;
  color: white;
  margin: 0px 1px;
}
div {
  font-size: 95%;
}
.site {
  font-size: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
.entry {
  max-width: 800px;
  margin: 0 auto;
  background-color: black;
}
table {
  border-collapse: collapse;
  /* width: 100%; */
}
td,
th {
  border: 1px solid #666666;
  text-align: left;
  vertical-align: top;
  padding: 8px;
}
a {
  text-decoration: none;
  color: #f95a5a;
}
.lokalEvent > a {
  color: yellow;
}
a.gmaps {
  text-decoration: none;
  color: #008ae6;
}
fieldset {
  margin: 5px;
  padding: 0 10px 10px;
  border: 1px solid #666;
  border-radius: 8px;
  box-shadow: 0 0 10px #666;
  padding-top: 10px;
}
legend {
  padding: 2px 4px;
}
fieldset > legend {
  float: left;
  margin-top: -20px;
}
fieldset > legend + * {
  clear: both;
}
.vercol {
  color: #008ae6;
}
.vercolPromote {
  color: #006bb3;
}
.intro {
  padding-left: 2px;
  padding-right: 2px;
  margin: 0px;
  background-color: black;
  border: 2px solid #616161;
  border-radius: 12px;
}
.introtext {
  padding-left: 5px;
  padding-right: 5px;
}
.event-date {
  padding: 0.3em;
  text-align: center;
  background-color: #616161;
  color: #ffffff;
  font-weight: bold;
}
.event-date-today {
  padding: 0.3em;
  text-align: center;
  background-color: #f95a5a;
  color: #ffffff;
  font-weight: bold;
}
.event {
  padding: 0.3em;
  background-color: black;
  border-bottom: 0.1em solid #666666;
  cursor: pointer;
}
.event:hover {
  background-color: #333333;
}
.promote_event {
  border: orange 3px solid;
  border-radius: 4px;
  background: #333;
}
.icon {
  border: solid #616161 1px;
  border-radius: 2px;
  width: 15px;
  float: right;
  margin-top: -1px;
}
.ktfilter {
  text-align: center;
  margin: 5px 0px;
  padding: 5px 0px;
  border-bottom: solid 1px #f95a5a;
}
.ktfigure {
  display: inline-block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  margin-block-start: 0px;
  margin-block-end: 10px;
  width: 95px;
}
.iconfilter {
  border: solid #e3e3e3 2px;
  border-radius: 2px;
  height: 24px;
  margin: 0px 2px;
}
.iconfilterred {
  border: solid #4c3ce7 2px;
  border-radius: 2px;
  height: 24px;
  margin: 0px 2px;
}
.resetfilter {
  height: 25px;
  margin: 2px;
}
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 5px;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  list-style: none;
  border-top: solid 1px #616161;
  border-left: solid 1px #616161;
  border-right: solid 1px #616161;
  margin-bottom: 8px;
  border-radius: 8px;
}
.Rtable-cellmenu {
  text-align: center;
  background-color: black;
  font-size: 120%;
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  list-style: none;
  border: solid 2px #ff5722;
  padding: 5px 0px;
  margin: 10px;
}

.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--7cols > .Rtable-cell {
  width: 14.28%;
}
.Rtable--2cols > .Rtable-cell {
  width: 25%;
}
.Rtable--2cols > .Rtable-cellmenu {
  width: 25%;
}
.header {
  text-align: center;
  margin-top: 10px;
}
.headerlogo {
  max-width: 75%;
  height: auto;
}
.headermenu {
  margin-top: 10px;
  font-size: 1.8em;
  padding: 5px 0px;
  border-top: solid 1px #f95a5a;
  border-bottom: solid 1px #f95a5a;
}
.headermenu a {
  margin: 0px 10px;
  font-weight: bold;
  color: #f95a5a;
}
@media all and (max-width: 1585px) {
  .Rtable--7cols > .Rtable-cell {
    width: 25%;
  }
}
@media all and (max-width: 935px) {
  .Rtable--7cols > .Rtable-cell {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .headermenu {
    font-size: 1.2em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
