.entry-content ul > li {
  margin-bottom: 10px;
}

.entry-content ol > li {
  margin-bottom: 10px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.anm-img-snippet {
  border: 2px solid #e5e5e5;
  padding: 3px;
  border-radius: 3px;
}

.anm-video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.anm-video-container iframe,
.anm-video-container object,
.anm-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-main {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.main-navigation ul {
  margin-right: 0px;
  margin-left: 0px;
}
.dropdown-click .main-navigation ul ul {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .main-navigation ul {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.post-image-above-header .inside-article .post-image {
  margin-bottom: 10px;
}
h2.entry-title {
  margin-top: 5px;
}
.entry-summary {
  margin-top: 15px;
}
.entry-summary > p:not(:last-child) {
  display: none;
}
.read-more-container > a.button {
  font-weight: 600;
  color: #000000;
  background-color: transparent;
  padding: 0;
}
.read-more-container > a.button:hover {
  color: #787889;
  background-color: transparent;
}
.page-header-image-single {
  display: none;
}
.pswp__button--share {
  display: none;
}
.inside-header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .inside-header {
    text-align: left;
  }
}
.anm-widget-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.anm-widget-card {
  display: flex;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
.anm-widget-heading {
  margin-top: 5px;
}
@media screen and (min-width: 525px) {
  .anm-widget-container {
    flex-direction: row;
  }
  .anm-widget-card {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .anm-widget-container {
    flex-direction: column;
  }
  .anm-widget-card {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.photos {
  margin-top:0px;
  margin-right:0px;
  margin-bottom:20px;
  margin-left:0px;
  padding-left: 15px;
}
.photo {
  position: relative;
}

.has-cookie-bar #catapult-cookie-bar {
  font-size: 16px;
  width: 90%;
  right: 5%;
  bottom: 6%;
  padding: 15px 25px 15px 25px;
}

@media screen and (min-width: 430px) {
 .has-cookie-bar #catapult-cookie-bar {
    width: 400px;
    right: 20px;
  }
}

.has-cookie-bar #catapult-cookie-bar h3 {
  font-size: 18px;
  font-weight: bold;
}

#catapult-cookie-bar.drop-shadow {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.4);
}

button#catapultCookie {
  font-size: 18px;
  font-weight: bold;
}

button#catapultCookie:hover {
  background: #23BF00;
  color: #ffffff;
}

#catapult-cookie-bar a:hover {
  color: #e65c00;
}