/*!
Theme Name: GoBlog Child
Description: Child theme for the GoBlog WordPress theme
Author: Simrandeep Singh
Template: goblog
*/
@import "../goblog/style.css";
/**
 * Settings & Mixins
 */
/**
 * General
 */
.main-wrapper {
  padding: 0;
}
@media (max-width: 768px) {
  .main-wrapper {
    padding-top: 0 !important;
  }
}

.wp-caption-text {
  padding: 3px 0 16px;
}

.show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/**
 * Header
 */
.container {
  width: 100% !important;
  max-width: 100% !important;
}

.new-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
}
.new-header .new-header__inner {
  padding: 10px 0 0;
}
.new-header .new-header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.new-header .new-header__right {
  float: right;
  width: 40%;
}
@media (max-width: 930px) {
  .new-header .new-header__right {
    float: none;
    width: 100%;
  }
}
.new-header .new-header__left {
  float: left;
  width: 60%;
}
@media (max-width: 930px) {
  .new-header .new-header__left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.new-header .searchform {
  background: #fff;
  width: 100%;
  margin: 1rem 0;
}
.new-header .searchform input {
  color: #000;
}
@media (max-width: 768px) {
  .new-header .searchform .s {
    padding: 0.7rem 4%;
  }
}
@media (max-width: 768px) {
  .new-header .searchform .search-button {
    height: 40px;
  }
}
.new-header h1, .new-header h4 {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
.new-header .description {
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin: 20px 12px 40px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .new-header .description {
    margin: 12px 0 0;
    font-size: 11px;
  }
}
.new-header #logo img {
  max-width: 200px;
  width: 80%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .new-header #logo img {
    width: 70%;
    margin-top: 20px;
  }
}

/**
 * Navigation
 */
.main-navigation {
  width: 100%;
  background-color: #151515;
}

.menu-btn:before {
  top: 10% !important;
}

#navigation ul li {
  margin: 0 20px;
}
#navigation ul li a {
  border: 0 !important;
}
#navigation ul li a:hover {
  border: 0 !important;
}

.menu-img {
  margin: -39px 0 0;
  text-align: center;
}
.menu-img img {
  display: inline-block;
  height: 60px !important;
  margin-bottom: 5px;
}
.menu-img span {
  display: block;
}

.st-menu .menu-img {
  margin-top: 0 !important;
}

/**
 * Article
 */
article .post-title {
  padding: 0 20% 0 0;
}
@media (max-width: 768px) {
  article .post-avtar {
    position: absolute !important;
    padding: 0 !important;
  }
}

/*---[ Category Colors ]---*/
.category-dinge .read-more a {
  background-color: #9300ff;
}

.category-orte .read-more a {
  background-color: #b1eb2e;
}

.category-menschen .read-more a {
  background-color: #ff8a00;
}

.category-fragen .read-more a {
  background-color: #fff92d;
  color: #555;
}

.category-dinge .read-more a:hover,
.category-orte .read-more a:hover,
.category-menschen .read-more a:hover {
  background-color: #000;
}

.category-fragen .read-more a:hover {
  color: #fff;
  background-color: #000;
}

/**
 * Content
 */
.content.masonry {
  padding-bottom: 30px;
  margin-bottom: 80px;
}

.post-content {
  font-family: Montserrat, serif !important;
  font-weight: bold !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
@media (max-width: 768px) {
  .post-content {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

.post-content-single {
  font-family: Montserrat, serif !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 32px !important;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .post-content-single {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

.single-post .main-wrapper {
  margin-top: 20px;
}

.single-content {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  h3.home-post-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.post .featured-thumbnail-big:before {
  background-image: none;
}

nav.posts-pagination {
  display: none;
}

.post header {
  min-height: 110px;
}
.post header time {
  padding: 22px 3% 16px;
}

.content-home .title-wrap {
  min-height: 75px !important;
  position: relative;
  display: flex;
  align-items: center;
}
.content-home .post-avtar {
  width: 18%;
  right: 0;
  top: 0;
  height: 100%;
}
.content-home .post-avtar img {
  width: auto;
  max-height: 90px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .content-home .post-avtar {
    width: 16%;
  }
}

.content-single .title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 70px !important;
}
@media (max-width: 768px) {
  .content-single .title-wrap {
    width: auto;
  }
}
.content-single .title-wrap .title-wrap__date {
  float: none;
  padding: 0;
  text-align: left;
  border: 0;
}
.content-single .post-avtar {
  width: 14%;
  right: 0;
  top: 0;
  height: 100%;
}
.content-single .post-avtar img {
  width: auto;
  max-height: 100px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .content-single .post-avtar {
    width: 19%;
  }
  .content-single .post-avtar img {
    max-height: 75px;
  }
}

.single-page-content {
  margin-bottom: 50px;
}

/**
 * Sidebar
 */
@media (max-width: 768px) {
  aside.sidebar {
    display: none;
  }
}
aside.sidebar .widget-ideas .wpcf7 input[type=text],
aside.sidebar .widget-ideas .wpcf7 input[type=email] {
  padding: 0 10px;
  height: 40px;
  width: calc(100% - 22px);
}
aside.sidebar .widget-ideas .wpcf7 textarea {
  float: none;
  height: 160px;
  width: calc(100% - 22px);
  padding: 10px;
}

/**
 * Footer
 */
.footer-widget {
  float: none;
  margin: 0;
  width: 100% !important;
  text-align: center;
}

.footer-widget-1 ul, .footer-widget-1 li {
  border: none;
}

#menu-footer {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
#menu-footer li {
  display: inline-block;
  border-right: 2px solid #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  padding: 0 12px;
  height: 13px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #menu-footer li {
    font-size: 11px;
    line-height: 11px;
  }
}
#menu-footer li:last-child {
  border: none;
}
#menu-footer li a {
  color: #fff;
}

.social-btn, .social-btn a {
  display: inline-block !important;
  color: #fff !important;
}

.fb-like, .twitter-share-button {
  float: right;
}

.fb-like {
  padding-bottom: 10px;
}

.twitter-share-button {
  margin: 8px 0 0 10px;
}

.footer-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #eeeded !important;
  max-height: 40px;
  height: 40px;
  padding: 12px;
  z-index: 10;
}
.footer-sticky .footer-sticky__inner {
  max-width: 1170px;
  margin: 0 auto;
}
.footer-sticky .footer-sticky__left {
  float: left;
  width: 60%;
}
@media (max-width: 930px) {
  .footer-sticky .footer-sticky__left {
    float: none;
    width: 100%;
  }
}
.footer-sticky .footer-sticky__right {
  float: right;
  width: 40%;
}
@media (max-width: 930px) {
  .footer-sticky .footer-sticky__right {
    float: none;
    width: 100%;
  }
}
.footer-sticky ul {
  display: inline-block;
  list-style: none;
  margin: 6px 0 0 20px;
  padding: 0;
}
@media (max-width: 930px) {
  .footer-sticky ul {
    display: block;
    margin: 12px 0;
  }
}
.footer-sticky ul li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 930px) {
  .footer-sticky ul li {
    margin-right: 10px;
  }
}
.footer-sticky .footer-sticky__arrow-down {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 30px;
}
.footer-sticky .footer-sticky__arrow-down a:last-child {
  display: none;
}
@media (max-width: 930px) {
  .footer-sticky .footer-sticky__arrow-down {
    display: inline-block;
  }
}
.footer-sticky img {
  cursor: pointer;
}
@media (max-width: 930px) {
  .footer-sticky.open {
    max-height: 124px;
    height: 124px;
  }
  .footer-sticky.open .footer-sticky__arrow-down a:first-child {
    display: none;
  }
  .footer-sticky.open .footer-sticky__arrow-down a:last-child {
    display: inline-block;
  }
}
.footer-sticky .widget_wysija_cont {
  margin: 0.3rem 0 0;
}
.footer-sticky .widget_wysija_cont .wysija-paragraph {
  display: flex;
  width: 100%;
}
.footer-sticky .widget_wysija_cont .wysija-input {
  border: 0;
  width: 100%;
  max-width: 100%;
}
.footer-sticky .widget_wysija_cont .wysija-submit {
  border: 0;
  background-color: #dd3333;
  color: #fff;
  width: 100%;
  max-width: 100%;
}

/**
 * Social Media Buttons
 */
.socialmedia {
  display: flex;
  flex-direction: row;
}
.socialmedia .socialmedia__item {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 1rem 0;
}
@media (max-width: 930px) {
  .socialmedia .socialmedia__item:first-child span {
    margin-left: 0;
  }
}
.socialmedia .socialmedia__item span {
  display: block;
  line-height: 1.3rem;
  color: #fff;
  margin: 0 0 0 0.3rem;
  padding: 0.9rem 0.3rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .socialmedia .socialmedia__item span {
    padding: 0.6rem 0.3rem;
    font-size: 0.8rem;
  }
}
.socialmedia .socialmedia__item span i {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .socialmedia .socialmedia__item span i {
    font-size: 1.2rem;
  }
}
.socialmedia .socialmedia__item span.socialmedia--facebook {
  background: #3b5998;
}
.socialmedia .socialmedia__item span.socialmedia--twitter {
  background: #1da1f2;
}
.socialmedia .socialmedia__item span.socialmedia--instagram {
  background: #be1f80;
}

/**
 * Other
 */
.thumbs-up {
  float: right;
  background: url("/wp-content/themes/goblog-child-theme/images/thumb-up.svg") no-repeat left center;
  background-size: 14px 13px;
  padding: 1px 0 0 22px;
  font-size: 12px;
  color: #595959;
}

/**
 * Input forms
 */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=number],
.wpcf7 textarea {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 8px 10px;
  font-family: Montserrat, serif;
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  height: 47px;
  width: 100%;
}

.wpcf7-floatleft {
  width: 46%;
  float: left;
}
@media (max-width: 768px) {
  .wpcf7-floatleft {
    width: 95%;
    float: none;
  }
}

.wpcf7 textarea {
  float: right;
  height: 219px;
  width: 46%;
}
@media (max-width: 768px) {
  .wpcf7 textarea {
    width: 95%;
    float: none;
  }
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #444444;
}

.wpcf7-submit {
  background-color: #222121 !important;
  border: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  padding: 20px 16px;
  text-transform: uppercase;
  clear: both;
}

.wpcf7-submit:hover {
  background-color: #000;
}

.widget_search {
  text-align: center;
}
.widget_search form {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .widget_search form {
    width: 70%;
  }
}

/**
 * Popup maker
 */
.pum-title {
  margin: 16px 0;
}

.pum-content .widget_wysija_cont {
  margin-top: 16px;
}
.pum-content .wysija-paragraph {
  text-align: center;
}
.pum-content .wysija-paragraph input {
  text-align: center;
  height: 48px;
  width: 98% !important;
  max-width: 520px !important;
}

/**
 * Newsletter
 */
.newsletterbox {
  display: none;
  background-color: #dd3333;
  color: #fff;
  padding: 25px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-top: 0;
}
@media (max-width: 768px) {
  .newsletterbox {
    display: block;
  }
}
.newsletterbox .newsletterbox__description {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .newsletterbox .newsletterbox__description {
    font-size: 16px;
  }
}

.widget_wysija_cont .wysija-input {
  display: inline-block;
  padding: 10px;
  width: 100%;
  max-width: 220px;
  border: 1px solid #444444;
}
@media (max-width: 768px) {
  .widget_wysija_cont .wysija-input {
    border: 0;
  }
}
.widget_wysija_cont .wysija-submit {
  display: inline-block;
  padding: 10px;
  background: #dd3333;
  color: #ffffff;
  border: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .widget_wysija_cont .wysija-submit {
    width: 100%;
    max-width: 240px;
    border-top: 1px solid #444444;
  }
}
.widget_wysija_cont .wysija-paragraph {
  margin: 0;
}

/**
 * Infinite ajax scroll
 */
.ias-trigger {
  position: absolute;
  top: -20px;
  height: 50px;
  width: 100%;
  text-align: center;
}

.read-more-trigger {
  display: none;
  margin: 15px 0 0;
}
.read-more-trigger span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  padding: 9px 12px;
  text-transform: uppercase;
  background-color: #dd3333;
  cursor: pointer;
}
.read-more-trigger span:hover {
  background: #000;
  color: #fff !important;
}

.ias-noneleft {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/**
 * Spinner
 */
.spinner {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 70px;
  text-align: center;
  left: 0;
  right: 0;
  top: 20px;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * Sharing buttons
 */
@media (max-width: 768px) {
  .article__sharing .socialmedia {
    flex-direction: column;
  }
}
.article__sharing .socialmedia__item {
  margin: 0;
}
.article__sharing .socialmedia__item span {
  margin: 0;
  padding: 1rem 0.3rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .article__sharing .socialmedia__item span {
    font-size: 0.9rem;
  }
}

/**
 * Related posts
 */
.relatedPosts {
  margin-bottom: 40px;
}
.relatedPosts h3 {
  text-align: center;
}
.relatedPosts .meta {
  display: none;
}
@media (max-width: 768px) {
  .relatedPosts ul li {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .relatedPosts ul li a img {
    float: none;
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .relatedPosts .relatedthumb {
    float: none;
  }
}

/**
 * Header Posts Related
 */
.header-posts {
  max-width: 1191px;
  margin: 15px auto 30px;
}
@media (max-width: 768px) {
  .header-posts {
    margin-bottom: 0;
  }
}
.header-posts h4 {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .header-posts h4 {
    font-size: 17px;
    line-height: 23px;
  }
}
.header-posts .header-posts__related ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.header-posts .header-posts__related ul li {
  position: relative;
  width: calc(25% - 27px);
  margin: 0 12px;
  background: #fff;
  border: 1px solid #e3e3e3;
}
@media (max-width: 768px) {
  .header-posts .header-posts__related ul li {
    width: calc(50% - 14px);
    margin: 0 6px 12px;
  }
}
.header-posts .header-posts__related ul li h3 {
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .header-posts .header-posts__related ul li h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
.header-posts .header-posts__related ul li h3 a {
  color: #fff;
}
.header-posts .header-posts__related ul li h3 a:hover {
  opacity: 0.8;
}
.header-posts .header-posts__related ul li img {
  width: 100%;
}
.header-posts .header-posts__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.header-posts .header-posts__content header {
  padding: 8px 12px;
}
.header-posts hr {
  margin: 30px 12px 20px;
}
@media (max-width: 768px) {
  .header-posts hr {
    margin: 10px 10px 20px;
  }
}

/**
 * Callouts
 */
.callout.cookie {
  position: fixed;
  display: none;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  max-width: 385px;
  width: 100%;
  bottom: 5rem;
  right: 1rem;
  border: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .callout.cookie {
    max-width: 100%;
    bottom: 4rem;
    left: 0;
    right: 0;
  }
}
.callout.cookie.show {
  display: block;
}
.callout.cookie .cookie__text {
  padding: 1.5rem;
}
.callout.cookie .cookie__text a {
  color: #000000;
  opacity: 0.8;
  text-decoration: underline;
}
.callout.cookie button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d33;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}

/**
 * Contact Form
 */
.recaptcha-info {
  margin: 0.5rem 0 1rem;
  color: #595959;
  font-size: 0.7rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Full Width
 */
.themen-template-default .full-width .single-page-content {
  width: auto;
}
.themen-template-default .single-page-content {
  padding: 20px 1.5rem 10px;
  font-weight: 400 !important;
  font-size: 1rem !important;
}
.themen-template-default .page-title {
  font-size: 2.5rem;
  text-align: center;
  margin: 2rem 0;
}

/**
 * Excerpt
 */
.post-excerpt {
  font-family: Montserrat, serif !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 32px !important;
  padding: 0 1.5rem;
}

/**
 * Topics
 */
.article-topic-teaser-title {
  font-family: Montserrat, serif;
  font-weight: 700;
  padding: 20px 3% 0;
  font-size: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.article__topic {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 2fr;
  margin: 0 0 1rem;
  padding: 1rem;
  background: #f1f1f1;
}

.footer-sticky__left a {
  color: #9A1818;
}

.Catheading {
  font-family: Montserrat, Sans-Serif, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a:hover h3.entry-title {
  color: #dd3333;
}

.header-posts .header-posts__related ul li a h3 {
  color: white;
}
.header-posts .header-posts__related ul li a:hover h3 {
  opacity: 0.8;
}

.title-wrap .post-author {
  color: #595959;
}

.article__topic__text a {
  color: #9D1B1B;
}

.ias-trigger.ias-trigger-prev a {
  color: #9A1818;
}

/** Google Webfonts **/
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./fonts/montserrat-v26-latin-regular.woff2") format("woff2"), url("./fonts/montserrat-v26-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("./fonts/montserrat-v26-latin-700.woff2") format("woff2"), url("./fonts/montserrat-v26-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-regular - latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./fonts/merriweather-v27-latin-regular.woff2") format("woff2"), url("./fonts/merriweather-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.textcenter .fb-like {
  float: none;
}

#BorlabsCookieBox.BorlabsCookie a, #BorlabsCookieBox.BorlabsCookie a:hover {
  color: #dd3333;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-btn, #BorlabsCookieBox.BorlabsCookie ._brlbs-btn:hover {
  color: #FFF;
  background: #dd3333;
  font-weight: 700;
  border-radius: 0;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
  border-color: #dd3333;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator, #BorlabsCookieBox.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider {
  background: #dd3333;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-box, #BorlabsCookieBox.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator, #BorlabsCookieBox.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider, #BorlabsCookieBox.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider::before {
  border-radius: 0;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-manage a, #BorlabsCookieBox.BorlabsCookie ._brlbs-manage a:hover {
  color: #dd3333;
}

.post-box .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn, .post-box .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover, form .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn, form .BorlabsCookie ._brlbs-content-blocker a._brlbs-btn:hover {
  background: #dd3333;
  border-radius: 0;
}
.post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn, .post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn:hover, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a._brlbs-btn:hover {
  color: #FFF;
}
.post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a, .post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a:hover {
  color: #dd3333;
}
.post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white:hover::before, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-btn._brlbs-icon-play-white:hover::before {
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='78' height='78' viewBox='0, 0, 78, 78'%3E%3Cg id='Layer_1'%3E%3Cg%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill='%23ffffff'/%3E%3Cpath d='M7.5,71.5 L7.5,7.5 L55.5,37.828 L7.5,71.5' fill-opacity='0' stroke='%23ffffff' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  content: " ";
  display: inline-block;
  margin-right: 4px;
  height: 1.142857143em;
  width: 0.857142857em;
}
.post-box .BorlabsCookie ._brlbs-content-blocker input[type=checkbox], form .BorlabsCookie ._brlbs-content-blocker input[type=checkbox] {
  color: #dd3333;
}
.post-box .BorlabsCookie ._brlbs-content-blocker ._brlbs-video-youtube a._brlbs-btn:hover, form .BorlabsCookie ._brlbs-content-blocker ._brlbs-video-youtube a._brlbs-btn:hover {
  color: #FFF;
}

.post-box a._brlbs-btn-cookie-preference {
  background: #dd3333 !important;
  border-radius: 0;
  margin-bottom: 1em;
}

._brlbs-responsive-table th {
  width: 25%;
}

.wpcf7-form .BorlabsCookie {
  clear: botH;
}

.startpage-categories .header-posts__related .category-h3 {
  color: #000;
  padding: 8px 8px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
  word-wrap: normal;
  display: none;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}

.category-list-ul {
  background-color: #fff;
}

.startpage-categories .header-posts__related ul li a:hover .category-h3 {
  display: block;
  background-color: #fff;
  overflow: visible;
  z-index: 1;
  top: 0;
  left: 0;
}

.startpage-categories .header-posts__related ul li {
  width: 14.2857142857%;
  overflow: visible;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  border: 0;
}

.sidebar .header-posts__related .category-h3 {
  font-size: 14px;
  padding: 4px 4px;
  margin-bottom: 2px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.show-for-desktop {
  display: block;
}

.show-for-mobile {
  display: none;
}

@media (max-width: 768px) {
  .startpage-categories .header-posts__related .category-h3 {
    font-size: 14px;
    padding: 4px 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin-bottom: 2px;
    display: block;
    position: static;
  }
  .startpage-categories .header-posts__related ul li {
    width: 33.3%;
  }
  .show-for-desktop {
    display: none;
  }
  .show-for-mobile {
    display: block;
  }
}
body .read-more a {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  body .read-more a {
    margin-bottom: 1rem;
  }
}

.reading-tipps {
  background-color: white;
  margin: 0;
  padding: 0 20% 0 0;
  position: relative;
}
.reading-tipps .read-more-button {
  padding: 20px 5px 20px 20px;
  overflow: hidden;
  min-height: 75px !important;
  position: relative;
  display: flex;
  align-items: center;
}
.reading-tipps .read-more-button a {
  width: calc(100% - 20px);
  text-align: center;
  float: none;
  position: relative;
  color: white;
  margin: 0;
}
.reading-tipps .read-more-img {
  width: 18%;
  right: 0;
  top: 0;
  height: 100%;
  float: right;
  position: absolute;
}
.reading-tipps .read-more-img img {
  width: auto;
  max-height: 90px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body .reading-tipps a, .sidebar .reading-tipps a {
  color: white;
  margin: 0;
}

.read-more {
  display: block;
  margin: 15px 0 0;
}
.read-more a {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  padding: 9px 12px;
  text-transform: uppercase;
}
.read-more a:hover {
  background: #000;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
