.farveliste {
  overflow: hidden;
}
.farveliste .farve {
  width: 100%;
  overflow: hidden;
}
.farveliste .farve .c1,
.farveliste .farve .c2,
.farveliste .farve .c3,
.farveliste .farve .c4,
.farveliste .farve .c5,
.farveliste .farve .c6 {
  float: left;
  width: 50px;
  margin: 5px;
}
.farveliste .farve .c3,
.farveliste .farve .c4,
.farveliste .farve .c5 {
  width: 100px;
}
.farveliste .farve .c6 {
  width: 300px;
}
.pixel_front_widget p {
  margin: 10px 10px;
}
.frontpage_twitter {
  height: 273px;
  overflow: auto;
}
.subpage_twitter {
  height: 273px;
  overflow: auto;
}
@media screen and (max-width: 53.2em) {
  .frontpage_twitter {
    height: 500px;
  }
  .subpage_twitter {
    height: 500px;
  }
}
#feature-sm {
  visibility: visible !important;
}
/*
FAQ
*/
.faq-item {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.faq-item .faq-question {
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  background-color: white;
}
.faq-item .faq-question h2 {
  font-size: 18px;
}
.faq-item .faq-answer {
  display: none;
  padding: 20px;
}
.faq-item .faq-action {
  position: absolute;
  top: 20px;
  right: 20px;
}
/*
Fix max-højde på store billeder
*/
.single-content > .wp-post-image-wrap {
  max-height: none !important;
}
/*
RSS-feed på forsiden
 */
.frontpage-content-widget.widget_rss {
  max-width: 50%;
  background-color: white;
  padding: 10px 30px 25px 30px;
}
.frontpage-content-widget.widget_rss h2.widgettitle .rsswidget:first-child {
  display: none;
}
.frontpage-content-widget.widget_rss h2.widgettitle a.rsswidget {
  text-transform: initial;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.75em;
  font-weight: 300;
  text-transform: none;
}
.frontpage-content-widget.widget_rss ul li {
  display: flex;
  flex-flow: column;
}
.frontpage-content-widget.widget_rss ul li .rss-date {
  order: 1;
  font-weight: bold;
}
.frontpage-content-widget.widget_rss ul li .rsswidget {
  order: 2;
  color: black;
  margin-bottom: 15px;
}
@media screen and (max-width: 53.2em) {
  .frontpage-content-widget.widget_rss {
    max-width: 100%;
  }
}
.plastbog-container {
  background: #FFF;
  padding: 30px 10px;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.plastbog-column {
  width: 48%;
  float: left;
}
.plastbog-column:first-child {
  padding-right: 10px;
}
.plastbog-column:last-child {
  padding-left: 10px;
  float: right;
}
@media only screen and (max-width: 575px) {
  .plastbog-column {
    width: 100%;
    margin-bottom: 30px;
  }
}
.plastbog-column .plastbog-intro {
  text-align: center;
  padding: 0 20px;
  min-height: 105px;
  margin-bottom: 30px;
  font-weight: 500;
}
.plastbog-alert {
  float: left;
  width: 100%;
  display: block;
  background: #CC0000;
  padding: 15px 25px;
  color: #FFF;
}
.plastbog-box {
  width: 100%;
  max-width: 240px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid rgba(35, 40, 47, 0.15);
  overflow: hidden;
}
.plastbog-box p {
  display: inline;
}
.plastbog-box .book-thumbnail {
  background: #eeefe2;
  height: 240px;
  text-align: center;
}
.plastbog-box .book-thumbnail img {
  display: inline;
  border: 1px solid #FFF;
  margin: 40px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}
.plastbog-box .plastbog-box-content {
  padding: 25px;
  text-align: center;
  height: 247px;
  position: relative;
}
.plastbog-box .plastbog-box-content .box-headline {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}
.plastbog-box .box-button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #6aca88;
  height: 90px;
  padding: 25px 25px;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
}
/*# sourceMappingURL=css.css.map */