@charset "UTF-8";
/*
Defer Stylesheet
*/
/*--------------------------------------------------------------
# Tip Berlin colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Underscores colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Legacy
--------------------------------------------------------------*/
/**
##############################################################################################################################
 */
.map-container {
  padding-bottom: 56.25%;
  margin-bottom: 0.625em;
}

.slider-dates {
  background-color: #fff;
}

.slider-dates .sp-mask {
  padding-bottom: 0.75em;
}

.slider-dates .sp-mask:before {
  content: "";
  display: block;
  background-color: #deeef0;
  width: 100%;
  height: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-dates .sp-slide label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 1.125rem;
  border-right: 1px solid #deeef0;
  cursor: pointer;
}

.slider-dates .sp-slide label.current {
  background-color: #40788f;
  color: #fff;
}

.slider-dates .sp-slide label.current .week-day {
  color: #fff;
}

.slider-dates .sp-slide label.current:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 0.75rem solid #40788f;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  margin-left: -0.5rem;
}

.slider-dates .sp-slide .week-day {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #000;
}

.slider-dates .sp-slide input[type=radio] {
  display: none;
}

.slider-dates .sp-next-arrow::after, .slider-dates .sp-next-arrow::before, .slider-dates .sp-previous-arrow::after, .slider-dates .sp-previous-arrow::before {
  background-color: #000;
}

.entry-dates {
  margin-bottom: 4.5rem;
}

.entry-dates .entry-dates-title {
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}

.entry-dates .entry-dates-list {
  padding: 1.125rem;
  padding-top: 0;
  background-color: #deeef0;
  margin: 0;
  list-style: none;
}

.entry-dates .listing-teaser-filter {
  padding: 1.125rem;
  padding-bottom: 0.375rem;
  background-color: #deeef0;
  margin: 0;
}

.entry-dates .listing-teaser, .entry-dates .listing-teaser-header {
  background-color: #fff;
  margin-bottom: 0.375rem;
  -webkit-box-shadow: 0 1px 2px #C4C4C4;
  box-shadow: 0 1px 2px #C4C4C4;
}

.entry-dates .teaser-content-meta {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.entry-dates .teaser-content-meta .teaser-content-meta-day {
  display: none;
}

.entry-dates .teaser-content-meta .teaser-content-meta-time {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0 1.125rem;
  border-right: 1px solid #deeef0;
}

.entry-dates .teaser-content-meta .teaser-content-meta-venue {
  padding: 1.125rem;
}

.entry-dates .teaser-content-meta .teaser-content-meta-venue a {
  color: #000;
}

.entry-dates .teaser-content-meta .teaser-content-meta-venue .event-meta-venue {
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.entry-dates .teaser-content-meta .teaser-content-meta-venue .event-meta-titleadd {
  color: #666;
}

.entry-dates .teaser-content-meta .teaser-content-meta-title {
  padding: 0.5625rem 1.125rem;
}

.entry-dates .teaser-content-meta .teaser-content-meta-title h4 {
  margin-bottom: 0;
}

.entry-dates .teaser-content-meta .clock-text {
  display: none;
}

.entry-dates .listing-teaser-header {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.entry-dates .listing-teaser-header .teaser-content-meta-time {
  width: 5.25rem;
  font-size: 0.9375rem;
}

.entry-dates .listing-teaser-header .teaser-content-meta-venue {
  padding: 0.5625rem 1.125rem;
}

.entry-footer:not(:empty) {
  margin: 1.25rem 0 2.5rem;
}

.entry-footer:not(:empty) .entry-footer-meta {
  color: #666;
  text-align: right;
  padding: 0.625rem 0;
  border-bottom: 1px solid #C4C4C4;
}

.entry-footer:not(:empty) .entry-footer-meta h5 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.entry-footer:not(:empty) .entry-footer-meta .tag-list {
  float: right;
}

.entry-footer:not(:empty) .entry-footer-meta .tag-list li {
  margin-bottom: 0;
}

.entry-footer:not(:empty) .entry-footer-meta:first-child {
  border-top: 1px solid #C4C4C4;
}

.entry-comments {
  margin-bottom: 2.25rem;
}

.entry-comments .entry-comments-title {
  font-size: 1.125rem;
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #000;
  padding-bottom: 0.25rem;
  margin-bottom: 1.125rem;
}

.entry-comments .entry-comments-fb {
  border: 1px solid #C4C4C4 !important;
  padding: 1.125rem 4.5rem;
}

.entry-comments .entry-comments-fb .fb-comments-title {
  display: none;
}

#infscr-loading {
  text-align: center;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}

.next-posts {
  text-align: center;
  padding-top: 1.25rem;
}

.next-posts .next {
  background-color: #fff;
  color: #e3001a;
  text-transform: uppercase;
  width: 17.5rem;
  padding: 0.625rem;
  display: inline-block;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #C4C4C4;
  box-shadow: 1px 1px 2px #C4C4C4;
}

.entry-dates-pagination {
  text-align: right;
}

.entry-dates-pagination .entry-dates-pagination-pages {
  display: inline-block;
  border: 1px solid #C4C4C4;
  -webkit-box-shadow: 1px 1px 1px #EFEFEF;
  box-shadow: 1px 1px 1px #EFEFEF;
  list-style: none;
  margin: 0;
}

.entry-dates-pagination .entry-dates-pagination-pages li {
  float: left;
  -webkit-box-shadow: 0px 0px 1px #C4C4C4;
  box-shadow: 0px 0px 1px #C4C4C4;
}

.entry-dates-pagination .entry-dates-pagination-pages li a {
  display: block;
  width: 2.3125em;
  height: 2.3125em;
  line-height: 2.3125rem;
  text-align: center;
  color: #000;
}

.entry-dates-pagination .entry-dates-pagination-pages li a.current {
  color: #fff;
  font-weight: bold;
  background-color: #e3001a;
}

/**
##############################################################################################################################
 */
.sp-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-slides li {
  margin: 0;
  padding: 0;
}

.sp-thumbnails-container {
  margin-top: -12px;
}
.sp-thumbnails-container .sp-thumbnail-container {
  padding-top: 12px;
  margin: 0;
}
.sp-thumbnails-container .sp-thumbnail-container .sp-thumbnail-description {
  font-size: 0.8125rem;
  padding: 2.25rem 1.25rem;
  border-right: 1px solid #C4C4C4;
}
.sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail {
  position: relative;
}
.sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail-description {
  background-color: #e6453e;
}
.sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #e6453e;
  border-left: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -4px;
}
.sp-thumbnails-container .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail-description {
  color: #FFFFFF;
  text-align: center;
}

.slider-top {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px #C4C4C4;
}

.sp-layer {
  top: auto !important;
  bottom: 2.5rem !important;
  left: 1.25rem !important;
}
.sp-layer .kicker {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.65);
  line-height: 1;
  padding: 1.125rem 2.25rem;
}
.sp-layer .slider-top-title {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  padding: 2.25rem;
}

body.tax-location .formatted-dl {
  border-top: 4px solid #000;
}
body.tax-location .formatted-dl dt {
  font-size: bold;
  padding: 0.5rem 0 0.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  body.tax-location .formatted-dl dt {
    width: 33.333333%;
    float: left;
    clear: left;
  }
}
body.tax-location .formatted-dl dd {
  padding: 0.5rem 0 0.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  body.tax-location .formatted-dl dd {
    border-bottom: 1px solid #C4C4C4;
  }
}
@media only screen and (min-width: 40.0625em) {
  body.tax-location .formatted-dl dd span {
    display: block;
    margin-left: 33.333333%;
  }
}
body.tax-location .entry-dates {
  max-width: 735px;
  width: 100%;
}
body.tax-location .entry-dates .entry-dates-list {
  height: 100%;
}

body.event-template-default .formatted-dl {
  border-top: 4px solid #000;
}
body.event-template-default .formatted-dl dt {
  font-size: bold;
  padding: 0.5rem 0 0.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  body.event-template-default .formatted-dl dt {
    width: 33.333333%;
    float: left;
    clear: left;
  }
}
body.event-template-default .formatted-dl dd {
  padding: 0.5rem 0 0.375rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.0625em) {
  body.event-template-default .formatted-dl dd {
    border-bottom: 1px solid #C4C4C4;
  }
}
@media only screen and (min-width: 40.0625em) {
  body.event-template-default .formatted-dl dd span {
    display: block;
    margin-left: 33.333333%;
  }
}

.anchor-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.anchor-navigation ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
}
.anchor-navigation ul li a {
  display: inline-block;
  background-color: #d8d8d8;
  padding: 2px 12px;
}

.to-top.right i.icon-expand-less {
  font-size: 1rem;
}

.linklist i.icon-chevron-right {
  font-size: 1.1rem;
}

.img_left {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .img_left {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
}

.img_right {
  float: right;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .img_right {
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
}

.tax-theme .entry-content {
  margin: 15px auto;
}
.tax-theme .entry-content a:hover,
.tax-theme .entry-content a:focus,
.tax-theme .entry-content a:active {
  color: initial;
}
.tax-theme .entry-content h2.teaser-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.tax-theme .entry-content .teaser {
  margin-bottom: 30px;
}
.tax-theme .entry-content .sp-image-container {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tax-theme .entry-content .sp-image-container {
    margin-bottom: 10px;
  }
}
.tax-theme .entry-content .teaser-content-excerpt {
  margin-bottom: 5px;
  line-height: 1.2;
}
.tax-theme .entry-content i.icon-calendar {
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.tax-theme .entry-content .teaser-content-meta {
  color: #4A4A4A;
}
.tax-theme .entry-content .teaser-content-meta a {
  color: #4A4A4A;
}
@media (min-width: 768px) {
  .tax-theme .entry-content .medium-6.columns {
    width: 49%;
    display: inline-block;
  }
}
.tax-theme #archive-slider {
  margin-bottom: 30px;
}
.tax-theme .sp-thumbnails-container.sp-bottom-thumbnails {
  display: none;
}

.entry-footer .entry-footer-meta {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .entry-footer .entry-footer-meta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-template-small-ad-page {
  /* stylelint-disable */
  /**
  Content Box
   */
}
.page-template-small-ad-page #main {
  max-width: 66rem;
  margin: auto;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item:before, .page-template-small-ad-page .small-ad-list .small-ad-list-item:after {
  content: " ";
  display: table;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item:after {
  clear: both;
}
.page-template-small-ad-page .small-ad-title {
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  border-bottom: 3px solid #222;
  padding-bottom: 0.25rem;
  margin: auto auto 2.25rem;
  width: 90%;
}
.page-template-small-ad-page .small-ad-subtitle {
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  margin-bottom: 1.25rem;
}
.page-template-small-ad-page .small-ad-cat {
  font-family: "Swiss721BT-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
}
.page-template-small-ad-page .small-ad-list {
  list-style: none;
  margin-left: 0;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item {
  margin-bottom: 1.25rem;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item time {
  font-size: 0.8125rem;
  color: #666;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item img.alignleft {
  margin-top: 0.25rem;
  margin-bottom: 0.625rem;
  max-width: 12.5rem;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item p {
  margin-bottom: 0.625rem;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item p:last-child {
  margin-bottom: 0;
}
.page-template-small-ad-page .small-ad-list .small-ad-list-item.NormalCharacterBorder {
  /* stylelint-enable */
  padding: 1.25rem;
  background-color: #fffdde;
}
.page-template-small-ad-page .small-ad-subcat {
  list-style: none;
  margin: 0.5625rem 0 2.5rem;
  border-top: 1px solid #C4C4C4;
}
.page-template-small-ad-page .small-ad-subcat li {
  padding: 0.5625rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.page-template-small-ad-page .small-ad-subcat li .fa {
  color: #e3001a;
  font-size: 0.75em;
  position: relative;
  top: -0.125em;
}
.page-template-small-ad-page .small-ad-subcat li a {
  color: #000;
}
.darkmode.page-template-small-ad-page .small-ad-subcat li a {
  color: #fff;
}

.page-template-small-ad-page .content-box {
  display: block;
  width: auto;
  margin: auto;
  max-width: 66rem;
}
.page-template-small-ad-page .content-box .content-box-title {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1.125rem 0;
}
.page-template-small-ad-page .content-box.dark {
  background-color: #333;
}
.page-template-small-ad-page .content-box.dark .content-box-title {
  color: #fff;
  padding-left: 1.25rem;
}
.page-template-small-ad-page .content-box.bordered {
  border: 1px solid #C4C4C4;
  padding: 1.125rem;
  margin-bottom: 1.25rem;
}
.page-template-small-ad-page .content-box.bordered p:last-child {
  margin-bottom: 0;
}
.page-template-small-ad-page .row {
  margin: 0 auto;
  max-width: 66rem;
  width: 100%;
}
.page-template-small-ad-page .row:before, .page-template-small-ad-page .row:after {
  content: " ";
  display: table;
}
.page-template-small-ad-page .row:after {
  clear: both;
}
.page-template-small-ad-page .row.collapse > .column, .page-template-small-ad-page .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.page-template-small-ad-page .row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.page-template-small-ad-page .row .row {
  margin: 0 -1.125rem;
  max-width: none;
  width: auto;
}
.page-template-small-ad-page .row .row:before, .page-template-small-ad-page .row .row:after {
  content: " ";
  display: table;
}
.page-template-small-ad-page .row .row:after {
  clear: both;
}
.page-template-small-ad-page .row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.page-template-small-ad-page .row .row.collapse:before, .page-template-small-ad-page .row .row.collapse:after {
  content: " ";
  display: table;
}
.page-template-small-ad-page .row .row.collapse:after {
  clear: both;
}
.page-template-small-ad-page .column, .page-template-small-ad-page .columns {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  width: 100%;
  float: left;
}
.page-template-small-ad-page .column + .column:last-child, .page-template-small-ad-page .columns + .column:last-child, .page-template-small-ad-page .column + .columns:last-child, .page-template-small-ad-page .columns + .columns:last-child {
  float: right;
}
.page-template-small-ad-page .column + .column.end, .page-template-small-ad-page .columns + .column.end, .page-template-small-ad-page .column + .columns.end, .page-template-small-ad-page .columns + .columns.end {
  float: left;
}
@media only screen {
  .page-template-small-ad-page .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .page-template-small-ad-page .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .page-template-small-ad-page .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .page-template-small-ad-page .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .page-template-small-ad-page .column, .page-template-small-ad-page .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .page-template-small-ad-page .small-1 {
    width: 8.33333%;
  }
  .page-template-small-ad-page .small-2 {
    width: 16.66667%;
  }
  .page-template-small-ad-page .small-3 {
    width: 25%;
  }
  .page-template-small-ad-page .small-4 {
    width: 33.33333%;
  }
  .page-template-small-ad-page .small-5 {
    width: 41.66667%;
  }
  .page-template-small-ad-page .small-6 {
    width: 50%;
  }
  .page-template-small-ad-page .small-7 {
    width: 58.33333%;
  }
  .page-template-small-ad-page .small-8 {
    width: 66.66667%;
  }
  .page-template-small-ad-page .small-9 {
    width: 75%;
  }
  .page-template-small-ad-page .small-10 {
    width: 83.33333%;
  }
  .page-template-small-ad-page .small-11 {
    width: 91.66667%;
  }
  .page-template-small-ad-page .small-12 {
    width: 100%;
  }
  .page-template-small-ad-page .small-offset-0 {
    margin-left: 0 !important;
  }
  .page-template-small-ad-page .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .page-template-small-ad-page .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .page-template-small-ad-page .small-offset-3 {
    margin-left: 25% !important;
  }
  .page-template-small-ad-page .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .page-template-small-ad-page .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .page-template-small-ad-page .small-offset-6 {
    margin-left: 50% !important;
  }
  .page-template-small-ad-page .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .page-template-small-ad-page .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .page-template-small-ad-page .small-offset-9 {
    margin-left: 75% !important;
  }
  .page-template-small-ad-page .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .page-template-small-ad-page .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .page-template-small-ad-page .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .page-template-small-ad-page .column.small-centered, .page-template-small-ad-page .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .page-template-small-ad-page .column.small-uncentered, .page-template-small-ad-page .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .column.small-centered:last-child, .page-template-small-ad-page .columns.small-centered:last-child {
    float: none;
  }
  .page-template-small-ad-page .column.small-uncentered:last-child, .page-template-small-ad-page .columns.small-uncentered:last-child {
    float: left;
  }
  .page-template-small-ad-page .column.small-uncentered.opposite, .page-template-small-ad-page .columns.small-uncentered.opposite {
    float: right;
  }
  .page-template-small-ad-page .row.small-collapse > .column, .page-template-small-ad-page .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-small-ad-page .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .row.small-uncollapse > .column, .page-template-small-ad-page .row.small-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .page-template-small-ad-page .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .page-template-small-ad-page .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .page-template-small-ad-page .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .page-template-small-ad-page .column, .page-template-small-ad-page .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .page-template-small-ad-page .medium-1 {
    width: 8.33333%;
  }
  .page-template-small-ad-page .medium-2 {
    width: 16.66667%;
  }
  .page-template-small-ad-page .medium-3 {
    width: 25%;
  }
  .page-template-small-ad-page .medium-4 {
    width: 33.33333%;
  }
  .page-template-small-ad-page .medium-5 {
    width: 41.66667%;
  }
  .page-template-small-ad-page .medium-6 {
    width: 50%;
  }
  .page-template-small-ad-page .medium-7 {
    width: 58.33333%;
  }
  .page-template-small-ad-page .medium-8 {
    width: 66.66667%;
  }
  .page-template-small-ad-page .medium-9 {
    width: 75%;
  }
  .page-template-small-ad-page .medium-10 {
    width: 83.33333%;
  }
  .page-template-small-ad-page .medium-11 {
    width: 91.66667%;
  }
  .page-template-small-ad-page .medium-12 {
    width: 100%;
  }
  .page-template-small-ad-page .medium-offset-0 {
    margin-left: 0 !important;
  }
  .page-template-small-ad-page .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .page-template-small-ad-page .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .page-template-small-ad-page .medium-offset-3 {
    margin-left: 25% !important;
  }
  .page-template-small-ad-page .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .page-template-small-ad-page .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .page-template-small-ad-page .medium-offset-6 {
    margin-left: 50% !important;
  }
  .page-template-small-ad-page .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .page-template-small-ad-page .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .page-template-small-ad-page .medium-offset-9 {
    margin-left: 75% !important;
  }
  .page-template-small-ad-page .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .page-template-small-ad-page .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .page-template-small-ad-page .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .page-template-small-ad-page .column.medium-centered, .page-template-small-ad-page .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .page-template-small-ad-page .column.medium-uncentered, .page-template-small-ad-page .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .column.medium-centered:last-child, .page-template-small-ad-page .columns.medium-centered:last-child {
    float: none;
  }
  .page-template-small-ad-page .column.medium-uncentered:last-child, .page-template-small-ad-page .columns.medium-uncentered:last-child {
    float: left;
  }
  .page-template-small-ad-page .column.medium-uncentered.opposite, .page-template-small-ad-page .columns.medium-uncentered.opposite {
    float: right;
  }
  .page-template-small-ad-page .row.medium-collapse > .column, .page-template-small-ad-page .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-small-ad-page .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .row.medium-uncollapse > .column, .page-template-small-ad-page .row.medium-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .page-template-small-ad-page .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .page-template-small-ad-page .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .page-template-small-ad-page .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .page-template-small-ad-page .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .page-template-small-ad-page .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .page-template-small-ad-page .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .page-template-small-ad-page .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .page-template-small-ad-page .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .page-template-small-ad-page .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 61.3125em) {
  .page-template-small-ad-page .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .page-template-small-ad-page .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .page-template-small-ad-page .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .page-template-small-ad-page .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .page-template-small-ad-page .column, .page-template-small-ad-page .columns {
    position: relative;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .page-template-small-ad-page .large-1 {
    width: 8.33333%;
  }
  .page-template-small-ad-page .large-2 {
    width: 16.66667%;
  }
  .page-template-small-ad-page .large-3 {
    width: 25%;
  }
  .page-template-small-ad-page .large-4 {
    width: 33.33333%;
  }
  .page-template-small-ad-page .large-5 {
    width: 41.66667%;
  }
  .page-template-small-ad-page .large-6 {
    width: 50%;
  }
  .page-template-small-ad-page .large-7 {
    width: 58.33333%;
  }
  .page-template-small-ad-page .large-8 {
    width: 66.66667%;
  }
  .page-template-small-ad-page .large-9 {
    width: 75%;
  }
  .page-template-small-ad-page .large-10 {
    width: 83.33333%;
  }
  .page-template-small-ad-page .large-11 {
    width: 91.66667%;
  }
  .page-template-small-ad-page .large-12 {
    width: 100%;
  }
  .page-template-small-ad-page .large-offset-0 {
    margin-left: 0 !important;
  }
  .page-template-small-ad-page .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .page-template-small-ad-page .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .page-template-small-ad-page .large-offset-3 {
    margin-left: 25% !important;
  }
  .page-template-small-ad-page .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .page-template-small-ad-page .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .page-template-small-ad-page .large-offset-6 {
    margin-left: 50% !important;
  }
  .page-template-small-ad-page .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .page-template-small-ad-page .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .page-template-small-ad-page .large-offset-9 {
    margin-left: 75% !important;
  }
  .page-template-small-ad-page .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .page-template-small-ad-page .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .page-template-small-ad-page .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .page-template-small-ad-page .column.large-centered, .page-template-small-ad-page .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .page-template-small-ad-page .column.large-uncentered, .page-template-small-ad-page .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .column.large-centered:last-child, .page-template-small-ad-page .columns.large-centered:last-child {
    float: none;
  }
  .page-template-small-ad-page .column.large-uncentered:last-child, .page-template-small-ad-page .columns.large-uncentered:last-child {
    float: left;
  }
  .page-template-small-ad-page .column.large-uncentered.opposite, .page-template-small-ad-page .columns.large-uncentered.opposite {
    float: right;
  }
  .page-template-small-ad-page .row.large-collapse > .column, .page-template-small-ad-page .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-small-ad-page .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-small-ad-page .row.large-uncollapse > .column, .page-template-small-ad-page .row.large-uncollapse > .columns {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    float: left;
  }
  .page-template-small-ad-page .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .page-template-small-ad-page .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .page-template-small-ad-page .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .page-template-small-ad-page .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .page-template-small-ad-page .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .page-template-small-ad-page .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .page-template-small-ad-page .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .page-template-small-ad-page .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .page-template-small-ad-page .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .page-template-small-ad-page .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .page-template-small-ad-page .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .page-template-small-ad-page .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .page-template-small-ad-page .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.page-template-small-ad-page button, .page-template-small-ad-page .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Swiss721BT-Roman", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #40788f;
  border-color: #336072;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.page-template-small-ad-page button:hover, .page-template-small-ad-page button:focus, .page-template-small-ad-page .button:hover, .page-template-small-ad-page .button:focus {
  background-color: #336072;
}
.page-template-small-ad-page button:hover, .page-template-small-ad-page button:focus, .page-template-small-ad-page .button:hover, .page-template-small-ad-page .button:focus {
  color: #fff;
}
.page-template-small-ad-page button.secondary, .page-template-small-ad-page .button.secondary {
  background-color: #f53515;
  border-color: #b60015;
  color: #fff;
}
.page-template-small-ad-page button.secondary:hover, .page-template-small-ad-page button.secondary:focus, .page-template-small-ad-page .button.secondary:hover, .page-template-small-ad-page .button.secondary:focus {
  background-color: #b60015;
}
.page-template-small-ad-page button.secondary:hover, .page-template-small-ad-page button.secondary:focus, .page-template-small-ad-page .button.secondary:hover, .page-template-small-ad-page .button.secondary:focus {
  color: #fff;
}
.page-template-small-ad-page button.success, .page-template-small-ad-page .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
.page-template-small-ad-page button.success:hover, .page-template-small-ad-page button.success:focus, .page-template-small-ad-page .button.success:hover, .page-template-small-ad-page .button.success:focus {
  background-color: #368a55;
}
.page-template-small-ad-page button.success:hover, .page-template-small-ad-page button.success:focus, .page-template-small-ad-page .button.success:hover, .page-template-small-ad-page .button.success:focus {
  color: #fff;
}
.page-template-small-ad-page button.alert, .page-template-small-ad-page .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
.page-template-small-ad-page button.alert:hover, .page-template-small-ad-page button.alert:focus, .page-template-small-ad-page .button.alert:hover, .page-template-small-ad-page .button.alert:focus {
  background-color: #cf2a0e;
}
.page-template-small-ad-page button.alert:hover, .page-template-small-ad-page button.alert:focus, .page-template-small-ad-page .button.alert:hover, .page-template-small-ad-page .button.alert:focus {
  color: #fff;
}
.page-template-small-ad-page button.warning, .page-template-small-ad-page .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
.page-template-small-ad-page button.warning:hover, .page-template-small-ad-page button.warning:focus, .page-template-small-ad-page .button.warning:hover, .page-template-small-ad-page .button.warning:focus {
  background-color: #cf6e0e;
}
.page-template-small-ad-page button.warning:hover, .page-template-small-ad-page button.warning:focus, .page-template-small-ad-page .button.warning:hover, .page-template-small-ad-page .button.warning:focus {
  color: #fff;
}
.page-template-small-ad-page button.info, .page-template-small-ad-page .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
}
.page-template-small-ad-page button.info:hover, .page-template-small-ad-page button.info:focus, .page-template-small-ad-page .button.info:hover, .page-template-small-ad-page .button.info:focus {
  background-color: #61b6d9;
}
.page-template-small-ad-page button.info:hover, .page-template-small-ad-page button.info:focus, .page-template-small-ad-page .button.info:hover, .page-template-small-ad-page .button.info:focus {
  color: #fff;
}
.page-template-small-ad-page button.large, .page-template-small-ad-page .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
.page-template-small-ad-page button.small, .page-template-small-ad-page .button.small {
  padding: 1.375rem 2.25rem 1.4375rem 2.35rem;
  font-size: 1.3125rem;
  font-weight: bold;
}
.page-template-small-ad-page button.tiny, .page-template-small-ad-page .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
.page-template-small-ad-page button.expand, .page-template-small-ad-page .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-template-small-ad-page button.left-align, .page-template-small-ad-page .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
.page-template-small-ad-page button.right-align, .page-template-small-ad-page .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
.page-template-small-ad-page button.radius, .page-template-small-ad-page .button.radius {
  border-radius: 3px;
}
.page-template-small-ad-page button.round, .page-template-small-ad-page .button.round {
  border-radius: 1000px;
}
.page-template-small-ad-page button.disabled, .page-template-small-ad-page button[disabled], .page-template-small-ad-page .button.disabled, .page-template-small-ad-page .button[disabled] {
  background-color: #40788f;
  border-color: #336072;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled:hover, .page-template-small-ad-page button.disabled:focus, .page-template-small-ad-page button[disabled]:hover, .page-template-small-ad-page button[disabled]:focus, .page-template-small-ad-page .button.disabled:hover, .page-template-small-ad-page .button.disabled:focus, .page-template-small-ad-page .button[disabled]:hover, .page-template-small-ad-page .button[disabled]:focus {
  background-color: #336072;
}
.page-template-small-ad-page button.disabled:hover, .page-template-small-ad-page button.disabled:focus, .page-template-small-ad-page button[disabled]:hover, .page-template-small-ad-page button[disabled]:focus, .page-template-small-ad-page .button.disabled:hover, .page-template-small-ad-page .button.disabled:focus, .page-template-small-ad-page .button[disabled]:hover, .page-template-small-ad-page .button[disabled]:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled:hover, .page-template-small-ad-page button.disabled:focus, .page-template-small-ad-page button[disabled]:hover, .page-template-small-ad-page button[disabled]:focus, .page-template-small-ad-page .button.disabled:hover, .page-template-small-ad-page .button.disabled:focus, .page-template-small-ad-page .button[disabled]:hover, .page-template-small-ad-page .button[disabled]:focus {
  background-color: #40788f;
}
.page-template-small-ad-page button.disabled.secondary, .page-template-small-ad-page button[disabled].secondary, .page-template-small-ad-page .button.disabled.secondary, .page-template-small-ad-page .button[disabled].secondary {
  background-color: #e3001a;
  border-color: #b60015;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled.secondary:hover, .page-template-small-ad-page button.disabled.secondary:focus, .page-template-small-ad-page button[disabled].secondary:hover, .page-template-small-ad-page button[disabled].secondary:focus, .page-template-small-ad-page .button.disabled.secondary:hover, .page-template-small-ad-page .button.disabled.secondary:focus, .page-template-small-ad-page .button[disabled].secondary:hover, .page-template-small-ad-page .button[disabled].secondary:focus {
  background-color: #b60015;
}
.page-template-small-ad-page button.disabled.secondary:hover, .page-template-small-ad-page button.disabled.secondary:focus, .page-template-small-ad-page button[disabled].secondary:hover, .page-template-small-ad-page button[disabled].secondary:focus, .page-template-small-ad-page .button.disabled.secondary:hover, .page-template-small-ad-page .button.disabled.secondary:focus, .page-template-small-ad-page .button[disabled].secondary:hover, .page-template-small-ad-page .button[disabled].secondary:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled.secondary:hover, .page-template-small-ad-page button.disabled.secondary:focus, .page-template-small-ad-page button[disabled].secondary:hover, .page-template-small-ad-page button[disabled].secondary:focus, .page-template-small-ad-page .button.disabled.secondary:hover, .page-template-small-ad-page .button.disabled.secondary:focus, .page-template-small-ad-page .button[disabled].secondary:hover, .page-template-small-ad-page .button[disabled].secondary:focus {
  background-color: #e3001a;
}
.page-template-small-ad-page button.disabled.success, .page-template-small-ad-page button[disabled].success, .page-template-small-ad-page .button.disabled.success, .page-template-small-ad-page .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled.success:hover, .page-template-small-ad-page button.disabled.success:focus, .page-template-small-ad-page button[disabled].success:hover, .page-template-small-ad-page button[disabled].success:focus, .page-template-small-ad-page .button.disabled.success:hover, .page-template-small-ad-page .button.disabled.success:focus, .page-template-small-ad-page .button[disabled].success:hover, .page-template-small-ad-page .button[disabled].success:focus {
  background-color: #368a55;
}
.page-template-small-ad-page button.disabled.success:hover, .page-template-small-ad-page button.disabled.success:focus, .page-template-small-ad-page button[disabled].success:hover, .page-template-small-ad-page button[disabled].success:focus, .page-template-small-ad-page .button.disabled.success:hover, .page-template-small-ad-page .button.disabled.success:focus, .page-template-small-ad-page .button[disabled].success:hover, .page-template-small-ad-page .button[disabled].success:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled.success:hover, .page-template-small-ad-page button.disabled.success:focus, .page-template-small-ad-page button[disabled].success:hover, .page-template-small-ad-page button[disabled].success:focus, .page-template-small-ad-page .button.disabled.success:hover, .page-template-small-ad-page .button.disabled.success:focus, .page-template-small-ad-page .button[disabled].success:hover, .page-template-small-ad-page .button[disabled].success:focus {
  background-color: #43AC6A;
}
.page-template-small-ad-page button.disabled.alert, .page-template-small-ad-page button[disabled].alert, .page-template-small-ad-page .button.disabled.alert, .page-template-small-ad-page .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled.alert:hover, .page-template-small-ad-page button.disabled.alert:focus, .page-template-small-ad-page button[disabled].alert:hover, .page-template-small-ad-page button[disabled].alert:focus, .page-template-small-ad-page .button.disabled.alert:hover, .page-template-small-ad-page .button.disabled.alert:focus, .page-template-small-ad-page .button[disabled].alert:hover, .page-template-small-ad-page .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
.page-template-small-ad-page button.disabled.alert:hover, .page-template-small-ad-page button.disabled.alert:focus, .page-template-small-ad-page button[disabled].alert:hover, .page-template-small-ad-page button[disabled].alert:focus, .page-template-small-ad-page .button.disabled.alert:hover, .page-template-small-ad-page .button.disabled.alert:focus, .page-template-small-ad-page .button[disabled].alert:hover, .page-template-small-ad-page .button[disabled].alert:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled.alert:hover, .page-template-small-ad-page button.disabled.alert:focus, .page-template-small-ad-page button[disabled].alert:hover, .page-template-small-ad-page button[disabled].alert:focus, .page-template-small-ad-page .button.disabled.alert:hover, .page-template-small-ad-page .button.disabled.alert:focus, .page-template-small-ad-page .button[disabled].alert:hover, .page-template-small-ad-page .button[disabled].alert:focus {
  background-color: #f04124;
}
.page-template-small-ad-page button.disabled.warning, .page-template-small-ad-page button[disabled].warning, .page-template-small-ad-page .button.disabled.warning, .page-template-small-ad-page .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled.warning:hover, .page-template-small-ad-page button.disabled.warning:focus, .page-template-small-ad-page button[disabled].warning:hover, .page-template-small-ad-page button[disabled].warning:focus, .page-template-small-ad-page .button.disabled.warning:hover, .page-template-small-ad-page .button.disabled.warning:focus, .page-template-small-ad-page .button[disabled].warning:hover, .page-template-small-ad-page .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
.page-template-small-ad-page button.disabled.warning:hover, .page-template-small-ad-page button.disabled.warning:focus, .page-template-small-ad-page button[disabled].warning:hover, .page-template-small-ad-page button[disabled].warning:focus, .page-template-small-ad-page .button.disabled.warning:hover, .page-template-small-ad-page .button.disabled.warning:focus, .page-template-small-ad-page .button[disabled].warning:hover, .page-template-small-ad-page .button[disabled].warning:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled.warning:hover, .page-template-small-ad-page button.disabled.warning:focus, .page-template-small-ad-page button[disabled].warning:hover, .page-template-small-ad-page button[disabled].warning:focus, .page-template-small-ad-page .button.disabled.warning:hover, .page-template-small-ad-page .button.disabled.warning:focus, .page-template-small-ad-page .button[disabled].warning:hover, .page-template-small-ad-page .button[disabled].warning:focus {
  background-color: #f08a24;
}
.page-template-small-ad-page button.disabled.info, .page-template-small-ad-page button[disabled].info, .page-template-small-ad-page .button.disabled.info, .page-template-small-ad-page .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
.page-template-small-ad-page button.disabled.info:hover, .page-template-small-ad-page button.disabled.info:focus, .page-template-small-ad-page button[disabled].info:hover, .page-template-small-ad-page button[disabled].info:focus, .page-template-small-ad-page .button.disabled.info:hover, .page-template-small-ad-page .button.disabled.info:focus, .page-template-small-ad-page .button[disabled].info:hover, .page-template-small-ad-page .button[disabled].info:focus {
  background-color: #61b6d9;
}
.page-template-small-ad-page button.disabled.info:hover, .page-template-small-ad-page button.disabled.info:focus, .page-template-small-ad-page button[disabled].info:hover, .page-template-small-ad-page button[disabled].info:focus, .page-template-small-ad-page .button.disabled.info:hover, .page-template-small-ad-page .button.disabled.info:focus, .page-template-small-ad-page .button[disabled].info:hover, .page-template-small-ad-page .button[disabled].info:focus {
  color: #fff;
}
.page-template-small-ad-page button.disabled.info:hover, .page-template-small-ad-page button.disabled.info:focus, .page-template-small-ad-page button[disabled].info:hover, .page-template-small-ad-page button[disabled].info:focus, .page-template-small-ad-page .button.disabled.info:hover, .page-template-small-ad-page .button.disabled.info:focus, .page-template-small-ad-page .button[disabled].info:hover, .page-template-small-ad-page .button[disabled].info:focus {
  background-color: #a0d3e8;
}
.page-template-small-ad-page button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.page-template-small-ad-page .button {
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
}
.page-template-small-ad-page .button.inverse {
  color: #e3001a;
  background-color: #fff;
}
.page-template-small-ad-page .content-area .tip-berlin-icon {
  font-size: 0.8em;
}
.page-template-small-ad-page .small-ad-subcat {
  padding: 0;
}
.page-template-small-ad-page .small-ad-subcat .tip-berlin-icon {
  font-size: 1rem;
  color: #f53515;
}

body.darkmode #mc_embed_signup {
  background: #000 !important;
  color: #fff;
}
body.darkmode #mc_embed_signup input {
  background-color: #000;
}
#mc_embed_signup .checkbox.subfield {
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
#mc_embed_signup input[type=checkbox] {
  margin-right: 5px;
}
#mc_embed_signup .button {
  cursor: pointer;
  padding: 8px 40px;
  background: #000;
  color: #fff;
  border: none;
  transition: 0.2s;
}
#mc_embed_signup .button:hover {
  transform: scale(1.05);
}
body.darkmode #mc_embed_signup .button {
  background: #fff;
  color: #000;
}
#mc_embed_signup fieldset {
  padding: 10px 10px 8px;
}
#mc_embed_signup .indicates-required,
#mc_embed_signup .asterisk {
  color: #f53515;
}
#mc_embed_signup .indicates-required {
  margin-bottom: 10px;
}
#mc_embed_signup .mc-field-group {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.popular-posts,
.widget_tip-berlin-related-posts,
.tip-recommended-posts {
  margin-bottom: 45px;
}
.popular-posts__headline-wrapper,
.widget_tip-berlin-related-posts__headline-wrapper,
.tip-recommended-posts__headline-wrapper {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.popular-posts__headline-wrapper .tip-recommended-posts__more-link,
.widget_tip-berlin-related-posts__headline-wrapper .tip-recommended-posts__more-link,
.tip-recommended-posts__headline-wrapper .tip-recommended-posts__more-link {
  font-size: 1.8rem;
  text-decoration: none;
  margin: 0 10px 10px;
}
.popular-posts__headline-wrapper .tip-recommended-posts__more-link .tip-berlin-icon,
.widget_tip-berlin-related-posts__headline-wrapper .tip-recommended-posts__more-link .tip-berlin-icon,
.tip-recommended-posts__headline-wrapper .tip-recommended-posts__more-link .tip-berlin-icon {
  font-size: 1rem;
  margin-left: 5px;
}
.popular-posts h3,
.widget_tip-berlin-related-posts h3,
.tip-recommended-posts h3 {
  margin: 0 0 25px 0;
  font-size: 2.4rem;
  position: relative;
  padding-top: 10px;
  text-shadow: 1px 1.2px 0 #53dbd5;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .popular-posts h3,
.widget_tip-berlin-related-posts h3,
.tip-recommended-posts h3 {
    font-size: 3.2rem;
  }
}
.event-custom-archive .popular-posts h3, .events-by-date .popular-posts h3,
.event-custom-archive .widget_tip-berlin-related-posts h3,
.events-by-date .widget_tip-berlin-related-posts h3,
.event-custom-archive .tip-recommended-posts h3,
.events-by-date .tip-recommended-posts h3 {
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .event-custom-archive .popular-posts h3, .events-by-date .popular-posts h3,
.event-custom-archive .widget_tip-berlin-related-posts h3,
.events-by-date .widget_tip-berlin-related-posts h3,
.event-custom-archive .tip-recommended-posts h3,
.events-by-date .tip-recommended-posts h3 {
    font-size: 4.2rem;
  }
}
.popular-posts h3::before,
.widget_tip-berlin-related-posts h3::before,
.tip-recommended-posts h3::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  box-shadow: 1px 1.2px 0 #53dbd5;
}
.event-custom-archive .popular-posts h3::before, .events-by-date .popular-posts h3::before,
.event-custom-archive .widget_tip-berlin-related-posts h3::before,
.events-by-date .widget_tip-berlin-related-posts h3::before,
.event-custom-archive .tip-recommended-posts h3::before,
.events-by-date .tip-recommended-posts h3::before {
  display: none;
}
@media (max-width: 767px) {
  .popular-posts .tip-berlin-excerpt__container.slick-slider .slick-list,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-list,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-list {
    padding: 0 15% 0 0;
  }
}
@media (min-width: 768px) {
  .popular-posts .tip-berlin-excerpt__container.slick-slider .slick-list,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-list,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-list {
    margin: 0 25px;
  }
}
.popular-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img {
  height: 100px;
}
@media (min-width: 768px) {
  .popular-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img img {
    height: 150px;
  }
}
.popular-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img .single-ad-notice,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img .single-ad-notice,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-list .tip-berlin-excerpt__img .single-ad-notice {
  position: absolute;
  bottom: -6px;
  left: 10px;
  color: #fff;
  z-index: 9;
}
.popular-posts .tip-berlin-excerpt__container.slick-slider .slick-arrow:before,
.widget_tip-berlin-related-posts .tip-berlin-excerpt__container.slick-slider .slick-arrow:before,
.tip-recommended-posts .tip-berlin-excerpt__container.slick-slider .slick-arrow:before {
  color: #000;
}

.tip-recommended-posts {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .tip-recommended-posts {
    padding: 0;
  }
}

.event-custom-archive .tip-recommended-posts, .events-by-date .tip-recommended-posts {
  margin-bottom: 55px;
}

.tip-berlin-elastic-related-posts .slick-arrow:before {
  color: #000;
}
.tip-berlin-elastic-related-posts .tip-berlin-excerpt__title {
  font-size: 2rem;
}
.tip-berlin-elastic-related-posts .tip-berlin-excerpt__fav {
  bottom: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Post grids
--------------------------------------------- */
.container__collections--events {
  margin-bottom: 10px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .container__collections--events {
    padding: 0;
  }
}
.container__collections--events .collections--events__title {
  text-align: center;
  margin-bottom: 15px;
}
.container__collections--events .collections--events__time-selection {
  text-align: center;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  .container__collections--events .collections--events__time-selection {
    margin: 0 0 10px;
    justify-content: center;
  }
}
.container__collections--events .collections--events__time-selection li, .container__collections--events .collections--events__time-selection > a {
  border-radius: 50px;
  padding: 6px 30px;
  display: inline-block;
  color: #9B9B9B;
  cursor: pointer;
  line-height: 1;
  font-size: 1.6rem;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .container__collections--events .collections--events__time-selection li, .container__collections--events .collections--events__time-selection > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container__collections--events .collections--events__time-selection li.active, .container__collections--events .collections--events__time-selection > a.active {
  background-color: #53DBD5;
  color: #fff;
  cursor: default;
}
.container__collections--events .collections--events__time-selection #calendar-range {
  color: #9B9B9B;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .container__collections--events .collections--events__time-selection #calendar-range {
    margin: 0;
  }
}
.container__collections--events .collections--events__time-selection .events-calendar--active #calendar-range {
  color: #53dbd5;
}
.container__collections--events .collections--events__time-selection-current-date {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 10px;
  color: #b1b1b1;
  font-size: 2.2rem;
}
.event-custom-archive .container__collections--events .collections--events__time-selection-current-date {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .container__collections--events .collections--events__time-selection-current-date {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.container__collections--events .collections__box-container .collections__box--event .collections__box__link .collections__box__img {
  margin-bottom: 10px;
}
.container__collections--events .collections__box-container .collections__box--event .collections__box__link .collections__box__img img.portrait-style {
  object-fit: contain;
}
.container__collections--events .collections__box-container .collections__box--event .collections__box__link .collections__box__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  transform: scale(1.1);
}
.container__collections--events .collections__box-container .collections__box--event .collections__box__link .collections__box__copy .collections__box__kicker {
  text-transform: none;
  margin-bottom: 4px;
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first {
  border-bottom: none;
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img {
    width: 100%;
    flex: 0 1 100%;
    -ms-flex: 0 1 100%;
  }
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 33%);
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img img {
  height: 442px;
}
@media (min-width: 768px) {
  .container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img img {
    height: 514px;
  }
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img {
    padding: 0 0 20px 20px;
  }
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img p {
  color: #fff;
  font-family: "FF Tundra", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img span {
  color: #fff;
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img h2 {
  color: #fff;
  font-size: 3.2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img h2 {
    font-size: 5.5rem;
  }
}
.container__collections--events .collections__box-container .collections__box--event.collections__box--event--first .collections__box__img .collections__box--event--first__inside-img .inside-img__cat {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
}
.event-custom-archive .container__collections .collections__box .collections__box__copy {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .event-custom-archive .container__collections .collections__box .collections__box__copy {
    grid-template-rows: 96px 21px auto;
    grid-gap: 8px;
    padding-bottom: 0;
  }
}
.event-custom-archive .container__collections .collections__box .collections__box__copy .collections__box__title {
  margin: 0;
}
.event-custom-archive .container__collections .collections__box .collections__box__copy .collections__box__title:nth-of-type(1) {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.event-custom-archive .container__collections .collections__box .collections__box__copy .collections__box__title:nth-of-type(2) {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.event-custom-archive .slick-slider .slick-dots, .events-by-date .slick-slider .slick-dots {
  bottom: -35px;
}
@media (max-width: 767px) {
  .event-custom-archive .slick-slider .slick-dots li, .events-by-date .slick-slider .slick-dots li {
    width: 13px;
  }
}
@media (max-width: 767px) {
  .event-custom-archive .slick-slider .slick-dots li button::before, .events-by-date .slick-slider .slick-dots li button::before {
    font-size: 1rem;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.article__video {
  padding: 0 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .article__video {
    padding: 0;
  }
}
.article__video h2 {
  margin-bottom: 20px;
}
.article__video .video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.article__video .video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 5px 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  padding: 40px 15px 30px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    font-size: 1.8rem;
  }
}
.site-footer ul {
  list-style: none;
}
.site-footer ul li:not(:last-child):after {
  content: "|";
}
.site-footer .footer__links {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 10px 0;
}
.site-footer .footer__links a {
  margin: 0 5px;
}
.site-footer .footer__site-info {
  color: #9B9B9B;
}
@media (min-width: 768px) {
  .site-footer .footer__site-info {
    color: #9B9B9B;
  }
}
.site-footer .footer__site-info p {
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer .footer__site-info p {
    display: inline;
  }
}
.site-footer .footer__site-info p:nth-child(-n+2) {
  display: inline;
}
.site-footer button {
  font-size: 1.2rem;
  width: 100px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.tip-berlin-robots__page-navigation {
  display: none;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 10px;
  margin-bottom: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Archive / Search
--------------------------------------------------------------*/
/*
 * authors archive page
 */
body.page-template-authors-archive h3 {
  font-size: 1.8rem;
  line-height: 20px;
  font-family: "Metric", sans-serif;
}
@media (min-width: 768px) {
  body.page-template-authors-archive h3 {
    font-size: 2.3rem;
    line-height: 23px;
  }
}
body.page-template-authors-archive .authors__container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  body.page-template-authors-archive .authors__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 860px;
    margin: 0 auto;
    grid-column-gap: 120px;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
  }
}
body.page-template-authors-archive .authors__container .author__link {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  align-items: center;
}
body.page-template-authors-archive .authors__container .author__link img.avatar.avatar-230.photo {
  margin-bottom: 20px;
}
body.page-template-authors-archive .authors__container .author__avatar {
  margin-bottom: 10px;
  -ms-flex: 1 1 auto;
}
body.page-template-authors-archive .authors__container .author__avatar a {
  text-decoration: none;
}
body.page-template-authors-archive .authors__container .author__name {
  border-bottom: 4px solid #53dbd5;
  line-height: 30px;
}

/*
* author detail page
 */
.author__header {
  padding: 15px 15px 0 15px;
}
.author__header .tip-berlin-breadcrumbs {
  margin: 0 auto 30px auto;
  max-width: 735px;
}

.author__container {
  padding: 0 15px;
}
.author__container img {
  display: block;
  margin: 0 auto 40px auto;
}
@media (min-width: 768px) {
  .author__container img {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .author__container .author__infos {
    max-width: 735px;
    margin: 0 auto;
  }
}
.author__container .author__infos h1.author__name {
  line-height: 40px;
  margin-bottom: 0;
}
.author__container .author__infos p.author__description {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .author__container .author__infos p.author__description {
    margin-bottom: 50px;
  }
}

.author__trennline hr {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .author__trennline hr {
    border-top-width: 8px;
  }
}

h2.author__from {
  margin-top: 10px;
}

.relatedbox {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  position: relative;
  /*width: 300px;*/
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .relatedbox {
    width: 350px;
  }
}
.relatedbox .relatedbox__img {
  background-color: #9B9B9B;
  /*width: 300px;*/
  height: 230px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .relatedbox .relatedbox__img {
    background-color: #9B9B9B;
    width: 350px;
    height: 250px;
  }
}
.relatedbox .relatedbox__img img {
  display: block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
}
.relatedbox .relatedbox__cat {
  color: #000;
  position: absolute;
  bottom: 0;
  width: auto;
  height: 20px;
  background-color: #fff;
  padding: 2px 8px 0 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .relatedbox .relatedbox__cat {
    font-size: 1.5rem;
  }
}
body.darkmode .relatedbox .relatedbox__cat {
  color: #fff;
  background-color: #000;
}
.relatedbox .relatedbox__fav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.relatedbox .relatedbox__fav i.tip-berlin-icon.icon-star-border {
  color: #fff;
  font-size: 1.8em;
  padding: 15px;
}
.relatedbox .relatedbox__fav i.tip-berlin-icon.icon-star-border[data-checked=true] {
  color: #53dbd5;
}
.relatedbox .relatedbox__fav i.tip-berlin-icon.icon-star-border[data-checked=true]::before {
  content: "";
}
.relatedbox h3.relatedbox__kicker {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 5px 0;
}
.relatedbox h2.relatedbox__title {
  margin: 0 0 25px 0;
}
.relatedbox .relatedbox__rate {
  position: absolute;
  bottom: 10px;
}

@media (min-width: 768px) {
  .author__articles,
#authors__posts {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 735px;
    margin: 0 auto;
  }
}

.search__header {
  height: 96px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .search__header {
    height: 138px;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row;
    padding: 0 20px;
  }
}
.search__header .search__query-info {
  align-self: center;
  text-align: center;
  margin-top: 20px;
}
.search__header .search__query-info h3 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .search__header .search__query-info h3 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .search__header .search__query-info {
    text-align: left;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.search__header .search__query-info .search-results__count {
  color: #f53515;
}
.search__header .search__query-info .search-results__type {
  display: inline-block;
}
.search__header .search__query-info .search-results__filter.js-hide {
  display: none;
}
.search__header .search__query-info .search-results__filter.js-show {
  display: block;
}
.search__header .search__query-info .search-results__filter__class {
  display: inline-block;
  color: #f53515;
}

#search-results__container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  #search-results__container {
    padding: 0 20px;
  }
}
#search-results__container ~ .search-results__loading-dots {
  display: none;
}
#search-results__container.js-is-loading ~ .search-results__loading-dots {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#search-results__container.js-is-loading ~ .search-results__loading-dots .loading-dot {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f53515;
  -webkit-animation: animate-dots 1.8s ease-out infinite;
  animation: animate-dots 1.8s ease-out infinite;
  opacity: 0.2;
}
#search-results__container.js-is-loading ~ .search-results__loading-dots .loading-dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#search-results__container.js-is-loading ~ .search-results__loading-dots .loading-dot:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@keyframes animate-dots {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.2;
  }
}

.searchbox {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: 0 auto 24px auto;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 14px;
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .searchbox {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0;
    width: 1100px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .searchbox .searchbox__link {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
.searchbox .searchbox__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .searchbox .searchbox__img {
    margin-bottom: 5px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .searchbox .searchbox__img {
    width: 725px;
    height: 325px;
  }
}
.searchbox .searchbox__img img {
  display: block;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
  height: 100%;
  max-height: 328px;
}
.searchbox .searchbox__cat {
  color: #000;
  position: absolute;
  bottom: 0;
  width: auto;
  height: 20px;
  background-color: #fff;
  text-transform: uppercase;
  padding: 2px 8px 0 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.searchbox .searchbox__fav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.searchbox .searchbox__fav i.tip-berlin-icon.icon-star-border {
  color: #fff;
  font-size: 2.8rem;
  padding: 15px;
}
.searchbox .searchbox__fav i.tip-berlin-icon.icon-star-border[data-checked=true] {
  color: #53dbd5;
}
.searchbox .searchbox__fav i.tip-berlin-icon.icon-star-border[data-checked=true]::before {
  content: "";
}
@media (min-width: 768px) {
  .searchbox .searchbox__copy {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex: 1 1 0;
    -ms-flex: 1 1;
    padding: 0 15px;
    min-width: 325px;
  }
}
.searchbox .searchbox__date {
  font-size: 1.6rem;
  color: #9B9B9B;
  margin-bottom: 3px;
}
.searchbox .searchbox__kicker {
  margin-bottom: 10px;
}
.searchbox .searchbox__kicker h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .searchbox .searchbox__kicker h3 {
    font-size: 1.8rem;
  }
}
.searchbox .searchbox__title {
  margin-bottom: 10px;
}
.searchbox .searchbox__title h2 {
  margin: 0;
  line-height: 1;
}
.searchbox .searchbox__rate {
  display: none;
}
@media (min-width: 768px) {
  .searchbox .searchbox__rate {
    display: block;
  }
}
.searchbox .searchbox__content-excerpt {
  font-style: italic;
}

.js-no-results {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.js-no-results:after {
  content: "Try to enter different search words or clear all filters";
  width: 220px;
}

/*--------------------------------------------------------------
# Miscellaneous / to organize
--------------------------------------------------------------*/
/**
 * Import all the styles needed for the shortcodes, from their folder
 * @import /inc/shortcodes/{shortcode}/_{shortcode}.scss
 */
.tip-berlin-trennline {
  border-top: 5px solid #000;
  width: 100%;
}
body.darkmode .tip-berlin-trennline {
  border-color: #fff;
}
.tip-berlin-trennline--with-number {
  display: flex;
  background: #000;
  height: 2px;
  justify-content: center;
  align-items: center;
}
.tip-berlin-trennline__number {
  display: flex;
  width: 1em;
  height: 1em;
  padding: 13px;
  border: 3px solid #000;
  border-radius: 100%;
  margin-bottom: 7px;
  align-items: center;
  background: #fff;
  font-weight: bold;
  justify-content: center;
}

.author-box {
  background-color: #CBF4F2;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.6rem;
  margin: 10px 0 40px;
}
@media (min-width: 1200px) {
  .author-box {
    background-color: transparent;
    border-top: 1px solid #9B9B9B;
  }
}
@media (max-width: 1199px) {
  body.darkmode .author-box {
    background-color: #4A4A4A;
  }
}
.author-box .author-box__image {
  margin-right: 10px;
}
.author-box .author-box__image img {
  border-radius: 50%;
  width: 77px;
  height: 77px;
  object-fit: cover;
}
.author-box .author-box__infos {
  display: flex;
  flex-direction: column;
}
.author-box .author-box__infos .author-box__date {
  color: #9B9B9B;
  margin-bottom: 5px;
}
.author-box .author-box__infos .author-box__name, .author-box .author-box__infos a {
  font-weight: 600;
}
body.darkmode .author-box .author-box__infos .author-box__name, body.darkmode .author-box .author-box__infos a {
  color: #fff;
}

.numbered-section-separator {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.numbered-section-separator span {
  border: 3px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
body.darkmode .numbered-section-separator span {
  border-color: #fff;
}
.numbered-section-separator::before, .numbered-section-separator::after {
  flex-grow: 1;
  content: "";
  height: 5px;
  background-color: #000;
}
body.darkmode .numbered-section-separator::before, body.darkmode .numbered-section-separator::after {
  background-color: #fff;
}

.tip-berlin-excerpt {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt {
    margin: 0;
  }
}
.tip-berlin-excerpt__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt__img {
    height: auto;
  }
}
.tip-berlin-excerpt__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 23%);
}
.tip-berlin-excerpt__img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 228px;
  color: #fff;
}
.tip-berlin-excerpt__cat {
  color: #000;
  position: absolute;
  bottom: 0;
  width: auto;
  height: 20px;
  background-color: #fff;
  padding: 2px 8px 0 0;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt__cat {
    font-size: 1.5rem;
  }
}
body.darkmode .tip-berlin-excerpt__cat {
  color: #fff;
  background-color: #000;
}
.tip-berlin-excerpt__fav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.tip-berlin-excerpt__fav i.tip-berlin-icon.icon-star-border {
  color: #fff;
  font-size: 2.6rem;
  padding: 15px;
}
@media (max-width: 1200px) {
  .tip-berlin-excerpt__fav i.tip-berlin-icon.icon-star-border {
    padding-bottom: 24px;
  }
}
.tip-berlin-excerpt__fav i.tip-berlin-icon.icon-star-border[data-checked=true] {
  color: #53dbd5;
}
.tip-berlin-excerpt__fav i.tip-berlin-icon.icon-star-border[data-checked=true]::before {
  content: "";
}
@media (min-width: 768px) {
  .tip-berlin-excerpt__copy {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
    margin-bottom: 20px;
  }
  .slick-slider .tip-berlin-excerpt__copy {
    margin-bottom: 0;
  }
}
.tip-berlin-excerpt h3.tip-berlin-excerpt__kicker {
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt h3.tip-berlin-excerpt__kicker {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.tip-berlin-excerpt h2.tip-berlin-excerpt__title, .tip-berlin-excerpt h4.tip-berlin-excerpt__title {
  margin: 0 0 20px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt h2.tip-berlin-excerpt__title, .tip-berlin-excerpt h4.tip-berlin-excerpt__title {
    margin: 0 0 15px;
    line-height: 1;
  }
}
.tip-berlin-excerpt__location {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  hyphens: auto;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2rem;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt__location {
    font-size: 1.5rem;
    margin-bottom: 5px;
    height: 3.6rem;
  }
}
.tip-berlin-excerpt__date {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .tip-berlin-excerpt__date {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .tip-berlin-excerpt {
    flex-grow: 1;
    max-width: 351px;
    /* window scale gap fix
    width: 33%;*/
    margin: 0 10px 20px 10px;
  }
}

.tip-berlin-excerpt__container {
  list-style: none;
  margin: 0;
  padding: 0;
}

#action-notice {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  color: #9B9B9B;
  font-size: 1.5rem;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}
#action-notice.action-notice--active {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
#action-notice .action-notice__inner-wrapper {
  border-radius: 10px;
  background-color: #fff;
  width: 300px;
  padding-top: 15px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
#action-notice .action-notice__inner-wrapper i {
  margin-bottom: 15px;
  font-size: 2rem;
}
#action-notice .action-notice__inner-wrapper i.icon-confirmation {
  color: #53dbd5;
}
#action-notice .action-notice__inner-wrapper i.icon-success {
  display: none;
}
#action-notice .action-notice__inner-wrapper .action-notice__text {
  max-width: 200px;
  display: block;
  margin: 0 auto 15px;
  cursor: default;
}
#action-notice .action-notice__inner-wrapper .action-notice__text.action-notice__text--failure {
  display: none;
}
#action-notice .action-notice__inner-wrapper #action-notice__confirmation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  cursor: pointer;
}

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